/*
	Theme Name: Lachinte
	Theme URI: https://lachinte.netlify.app/
	Description: Lachinte Restaurant Slider
	Version: 1.0
	Author: Alissio
	Author URI: http://themeforest.net/user/alissio
	Created Date: 15/05/2024
	License: CodeCanyon
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: lachinte
*/

/*------------------------------------------------------------------

01. General Styles
02. Magic Cursor
03. Page Overlay
04. Hero Section
05. Main Content 
06. Footer Elements
07. Responsive Media Querries

-------------------------------------------------------------------*/

	
/*--------------------------------------------------
	01. General Styles
---------------------------------------------------*/		

@font-face {
  font-family: 'GiazaStencil';
  src: url('../fonts/GiazaStencil/GiazaStencil.woff') format('woff'),
       url('../fonts/GiazaStencil/GiazaStencil.woff2') format('woff2')
       url('../fonts/GiazaStencil/GiazaStencil.eot') format('eot'),
       url('../fonts/GiazaStencil/GiazaStencil.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/AvenirNext/AvenirNextLTPro-Regular.eot');
  src: url('../fonts/AvenirNext/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AvenirNext/AvenirNextLTPro-Regular.woff2') format('woff2'),
      url('../fonts/AvenirNext/AvenirNextLTPro-Regular.woff') format('woff'),
      url('../fonts/AvenirNext/AvenirNextLTPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

	
html,body{
  font-family: 'AvenirNext', sans-serif;
  font-weight: 300;
  font-size:14px;
  height:100%;
  width:100%;
  color:#e1b17e;
  background-color:#051836;
}

html {
  box-sizing: border-box;
  margin-right: 0px!important;
  overflow: visible!important;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
}

body.hidden {
  opacity:0;
}

.smooth-scroll {
  overflow:hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
hgroup,
section {
  display: block;
}

b,
strong {
  font-weight: 600;
  color:#000;
}

em,
i {
  font-style: italic;
}

mark, ins {
  background: none repeat scroll 0 0 #111;
  text-decoration: none;
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 2px;
}

code,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
  font-family:Georgia, "Times New Roman", Times, serif;
  border-left:2px #ddd solid;
  padding:20px 20px 20px 40px;
  letter-spacing: 0.01em;
}

blockquote span {
  display:block;
  margin-top:20px;
  font-weight:400;
  font-size:12px;
  font-style:normal;
  font-family: Verdana,Geneva,sans-serif;
  color:#999;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 10px 0 0 20px;
}

li {
  line-height: 20px;
  color:#333;
  margin-bottom:10px;
}

figure {
  margin:0;
  position:relative;
  display: block;
}

figure img {
  max-width:100%;
}

figcaption {
  background-color: rgba(0,0,0,1);
  bottom: 25px;
  color: #fff!important;
  font-weight:400;
  font-size: 12px;
  padding: 10px 20px;
  position: absolute;
  right: 25px;
  z-index: 10;
  border-radius:3px
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 0;
}

legend {
  white-space: normal;
}

button,	input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

hr {
  border: 0;
  height: 25px;
  width:100%;
  float:none;
  margin:0;
  display:inline-block;
}

hr.small {
  height:20px;
}

hr:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height:auto;
}
  
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color:#000;
  margin-bottom:10px;
}

h1.big-title{
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 110px;
  margin-left:-7px;
}	

h1{
  font-size:48px;
  line-height: 60px;
}

h2{
  font-size: 36px;
  line-height: 48px;
}

h3{
  font-size:30px;
  line-height: 40px;
  margin-left:-1px;
}

h4{
  font-size:24px;
  line-height: 36px;
  margin-left:-1px;	
}

h5{
  font-size:18px;
  line-height: 24px;
  margin-left:-1px;
}

h6{
  font-size:14px;
  line-height: 18px;
}

p {
  font-size:14px;
  margin-bottom:10px;
  line-height:28px;
  color:#777;
}

p.no-margins {
  margin-bottom:0;
}

.bigger {
  font-size: 24px;
  font-weight: 400;
  line-height:36px;
  color:#222;
}

.smaller {
  font-size: 12px;
}

.container {
  max-width:1280px;
  width:100%;
  margin:0 auto;
  box-sizing:border-box;
}

.small .container {
  max-width:900px;
  width:100%;
  margin:0 auto;
  box-sizing:border-box;
}

.container::after {
  clear: both;
  content: " ";
  display: table;
}

a:hover, a:active {
  outline: 0;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
  outline: 0;
}

a:hover {
  text-decoration:none;
}

.one_half {
    width: 48%!important;
}	

.one_third {
  width: 30.6%!important;
}	

.one_fourth {
  width: 22%!important;
}	

.one_fifth {
  width: 16.8%!important;
}	

.one_sixth {
  width: 13.33%!important;
}	

.two_fifth {
  width: 37.6%!important;
}	

.two_fourth {
  width: 48%!important;
}		

.two_third {
  width: 65.33%!important;
}	

.three_fifth {
  width: 58.4%!important;
}	

.three_fourth {
  width: 74%!important;
}	

.four_fifth {
  width: 79.2%!important;
}	

.five_sixth {
  width: 82.67%!important;
}	

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  float: left!important;
  margin-bottom: 20px!important;
  margin-right: 4%!important;
  position: relative!important;
}

.last {
  margin-right:0px!important;
}

.text-align-center {
  text-align:center;
}

.text-align-left {
  text-align:left;
}

.outer {
  display:table;
  width:100%;
  height:100%;
}

.inner {
  display:table-cell;
  vertical-align:middle;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


/*--------------------------------------------------
02. Magic Cursor
---------------------------------------------------*/	

main {
  -webkit-transition: background 0.4s ease-in-out 0s;
  transition: background 0.4s ease-in-out 0s;
}

#magic-cursor {
  position: absolute;
  left:0;
  top:0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index:10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden #magic-cursor {
  opacity:0!important;
}

#ball {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  pointer-events: none;
  opacity:1;
  box-sizing:border-box;	
}

.mfp-zoom-out-cur #ball {
  opacity:0;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

#ball.over-movie,  #ball.with-icon {
  border: 2px solid #fff;
  border-color:#fff!important;
}

#ball:before {
  font-family: FontAwesome;
  content: "\f053";
  font-size:6px;
  width:4px;
  height:8px;
  line-height:8px;
  text-align:center;
  position:absolute;
  left:-12px;
  top:9px;
  color:#000;
  opacity:0;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size:6px;
  width:4px;
  height:8px;
  line-height:8px;
  text-align:center;
  position:absolute;
  right:-10px;
  top:9px;
  color:#000;
  opacity:0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball i {
  color:#000;
  width:29px;
  height:30px;
  line-height:28px;
  text-align:center;
  font-size:6px;
  display:block;
  opacity:1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
  width:27px;
}

#ball.close-icon i {
  width:27px;
  font-size:8px;
}

#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
  display:block;
}

#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
  display:none;
}

#ball-loader {
  width: 40px;
  height: 40px;
  position:absolute;
  background-color: transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #000;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity:0;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

.show-loader #ball-loader {
  opacity:1;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
    0% {
  -webkit-transform: translate(-7px, -7px) rotate(0deg);
  transform:  translate(-7px, -7px) rotate(0deg);
    }
  
  95% {
      -webkit-transform:  translate(-7px, -7px) rotate(350deg);
  transform:  translate(-7px, -7px) rotate(350deg);
    }
  
    100% {
      -webkit-transform:  translate(-7px, -7px) rotate(360deg);
  transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.show-loader a, .show-loader nav {
  pointer-events:none;
}

#rotate-device {
  width:100%;
  height:100%;
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  background-color:#0f1010;
  background-image:url(images/rotate.png);
  background-size:100px 100px;
  background-position:center;
  background-repeat:no-repeat;
  display:none;
}


/*--------------------------------------------------
03. Page Overlay
---------------------------------------------------*/	

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  bottom: 0;
  background: #fff;
  z-index : 800;
  text-align:center;
}


/*--------------------------------------------------
04. Hero Section
---------------------------------------------------*/		

.scroll-down-wrap{
  opacity:0;
  transform: translateY(50px) scale(0.8);
  -webkit-transform: translateY(50px) scale(0.8);
  visibility:visible;
}

.scroll-down-wrap, .scroll-down-wrap.no-border {
  position:absolute;
  bottom:60px;
  left:0;
  width:60px;
  margin-left:5px;
  z-index:101;
  left:50%;
  margin-left:-26px;
}

@-webkit-keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}

@keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}

@-webkit-keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}

@keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}

@-webkit-keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px);
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
}

@keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px);
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
}

@keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px);
  }
  65%,100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@-webkit-keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px);
  }
  65%,100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}

/*--------------------------------------------------
05. Main Content
---------------------------------------------------*/		

.smooth-scroll #content-scroll {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.scrollbar-track {
  background: transparent!important;
  display:none!important;
}

#main {
  position:relative;
  opacity:1;
}

#main-content {
  position:relative;
  opacity:1;
  z-index:10;		
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}


/*--------------------------------------------------
06. Footer Elements
---------------------------------------------------*/		

footer {
  width:100%;
  z-index:900;
  box-sizing:border-box;
  text-align:center;
  bottom:0;
  left:0;
  overflow:hidden;
}

footer.fixed {
  position:fixed;
}

#footer-container {
  display: flex;
  align-items: center;
  column-gap: 60px;
  padding: 30px 70px 30px 140px;
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
}

.swiper-control {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.swiper-control button {
  background-color: transparent;
  border: none;
  color:#e1b17e;
  font-size: 14px;
}

.swiper-button-disabled {
  opacity: .5;
  cursor: not-allowed;
}

#counter-wrap {
  line-height: 30px;
  position: relative;
  width: 20px;
  margin: 0;
  text-align: center;
  bottom: 0;
  float: left;
  height: 40px;
  line-height:40px;
  color:#e1b17e;
  font-size:13px;
  font-weight:500;
}

#counter-wrap span:first-child {
  opacity:1;
}

#counter-wrap span {
  position:absolute;
  left:0;
  top:0;
  opacity:0;
}

#counter-wrap::before {
  position: absolute;
  width:20px;
  top: 0;
  left:100px;
  content: attr(data-hover);
}

#counter-wrap:after {
  width: 40px;;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #e1b17e;
  left: 40px;
  bottom: 20px;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
}

.button-wrap {
  position:relative;
  float:left;
  cursor:pointer;
  left:-15px;
  pointer-events:initial;		
}

.icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  float:left;
}

/*--------------------------------------------------
07. Responsive
---------------------------------------------------*/	

@media only screen and (max-width: 1024px) {	

#magic-cursor {
  display:none;
}

.scroll-down-wrap, .scroll-down-wrap.no-border {
  bottom: 40px;
}

#footer-container {
  padding-left: 50px;
}

}


@media only screen and (max-width: 767px) {
  
figcaption {
  background-color: rgba(0,0,0,0.3);
  bottom: 0px;
  font-size: 10px;
  padding: 5px 10px;
  right: 0px;
  border-radius: 0;
}

.one_half {
    width: 100%!important;
}

.one_half {
    padding-right: 0!important;
}

.one_half.last {
    padding-left: 0!important;
}

.one_third {
  width: 100%!important;
}	

.one_fourth {
  width: 100%!important;
}	

.one_fifth {
  width: 100%!important;
}	

.one_sixth {
  width: 100%!important;
}	

.two_fifth {
  width: 100%!important;
}	

.two_fourth {
  width: 100%!important;
}		

.two_third {
  width: 100%!important;
}	

.three_fifth {
  width: 100%!important;
}	

.three_fourth {
  width: 100%!important;
}	

.four_fifth {
  width: 100%!important;
}	

.five_sixth {
  width: 100%!important;
}	

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  margin-bottom: 20px!important;
  margin-right: 0%!important;
}

p {
    font-size: 14px;
}

#footer-container {
  padding: 0 40px;
  margin: 10px auto;
    min-height: 40px;
  height:auto;
}

}


@media only screen and (max-width: 479px) {	

hr {
  height: 10px;
}

#footer-container {
  padding: 0 20px;
  margin: 10px auto;
    min-height: 40px;
  height:auto;
}

#counter-wrap::before {
  left: 80px;
}

#counter-wrap::after {
    width: 20px;
}

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
  
#rotate-device {
  display:block;
}
}