/*------------------------------------------------------------------
Project:  Pato
Version:  
Last change:  
Assigned to:  Kevin Nguyen
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@import url('https://fonts.googleapis.com/css?family=Courgette');

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Courgette-Regular;
  src: url('../fonts/courgette/Courgette-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: NotoSans-Regular;
  src: url('../fonts/notosans/NotoSans-Regular.ttf'); 
}



/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Montserrat, sans-serif;
  font-weight: 400;
}

/* ------------------------------------ */
a {
	font-family: Montserrat;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #ec1d25;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Montserrat;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
	outline: none;
	border: none !important;
}

textarea {
  outline: none;
  border: none !important;
}

.wrap-inputmessage {
  width: 100%;
  min-height: 120px;
  background-color: #ffffff;
  overflow: hidden;
}

.wrap-inputmessage textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  height: 120px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 10px;
  resize: vertical;
}

.btn-info-request {
  min-width: 200px;
  min-height: 52px;
  padding: 0 36px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
}

textarea:focus, input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/* ------------------------------------ */
.container {
	max-width: 1200px;
}

.slick-slide {
  outline: none !important;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/

.animsition-loading-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #d61c22;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.preloader-mustache {
  display: block;
  width: 260px;
  height: 90px;
  background-color: #ffffff;
  -webkit-mask-image: url("../images/icons/mustache.png");
  mask-image: url("../images/icons/mustache.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: preloader-mustache-pulse 1.2s ease-in-out infinite;
}

@keyframes preloader-mustache-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.06);
  }
}

.preloader-brand {
  display: block;
  margin-top: 28px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 90px;
  line-height: 1.1;
  color: white;
  text-transform: uppercase;
  letter-spacing: 10px;
  word-spacing: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .preloader-brand {
    font-size: 48px;
    letter-spacing: 6px;
    word-spacing: 6px;
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .preloader-mustache {
    width: 180px;
    height: 62px;
  }

  .preloader-brand {
    margin-top: 22px;
    font-size: 28px;
    letter-spacing: 3px;
    word-spacing: 4px;
  }
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #ec1d25;
    border-right: solid 6px #ec1d25;
    border-bottom: solid 6px #ec1d25;
    border-left: solid 6px #ec1d25;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ec1d25;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1100;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: auto;
}

.btn-back-to-top.show-back-to-top {
  display: flex !important;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}


/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
  background-color: #ec1d25 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}
.daterangepicker .calendar {
  max-width: inherit;
}
.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
}
.daterangepicker td {
    width: 60px;
    height: 35px;
}



/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
} 

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.select2-dropdown--above {top: -2px;}
.select2-dropdown--below {top: 2px;}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #ec1d25;
  color: #fff;
}

.select2-results__options{
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}



/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 100;
  border-top: 5px solid #ec1d25;
}

.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: flex-start;
  align-items: center;
}

.header-fixed .wrap-menu-header {
  position: fixed;
  height: 100px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
  height: 70px;
}

.logo > a{
  display: block;
  height: 100%;
}

.logo > a > img {
  width: auto;
  max-height: 100%;
  vertical-align: middle;
}


/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
  height: 100%;
  margin-left: 20px;
  flex: 1 1 auto;
  min-width: 0;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.main_menu li {
  display: block;
  position: relative;
}

.main_menu > li {
  padding-top: 10px;  
  padding-bottom: 10px; 
  margin-left: 10px;
  margin-right: 10px;
}

.main_menu > li > a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  padding: 15px;
}

.header-fixed .main_menu > li > a {
  color: #222222;
}

.main_menu > li:hover > a {
  color: #ec1d25;
  text-decoration: none;
}

.main_menu > li > a.is-active,
.header-fixed .main_menu > li > a.is-active {
  color: #ec1d25;
}

.menu-sidebar a.is-active {
  color: #ec1d25;
}

/* ------------------------------------ */
.sub_menu {
  position: absolute;
  top:0;
  left: 100%;
  width: 225px;
  background-color: white;

  transform-origin: top left;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34; 
}

.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}

.main_menu > li:hover .sub_menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
  display: block;
} 

.sub_menu li {
  background-color: #f2f2f2;
  border-top: 1px solid #e0e0e0; 
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
  background-color: white;
}

.sub_menu li, .sub_menu a {
  padding: 10px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}

.sub_menu > li:hover > a {
  color: #555555;
  text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social {
  margin-left: auto;
  flex-shrink: 0;
}

.social a {
  font-size: 15px;
  color: white;
}

.header-fixed .social a {
  color: #222222;
}

.social a:hover {
  color: #ec1d25;
}

/*[ Language switcher ]
-----------------------------------------------------------
*/
.lang-switch {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
}

.lang-switch a {
  color: white;
  opacity: 0.55;
  text-decoration: none;
}

.lang-switch a.is-active,
.lang-switch a:hover {
  opacity: 1;
  color: white;
}

.lang-switch .sep {
  margin: 0 6px;
  color: white;
  opacity: 0.4;
}

.header-fixed .lang-switch a,
.header-fixed .lang-switch .sep {
  color: #222222;
}

.header-fixed .lang-switch a:hover {
  color: #ec1d25;
}

.lang-switch--sidebar {
  display: flex;
  justify-content: center;
  margin-right: 0;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.lang-switch--sidebar a {
  color: #222222;
  opacity: 0.5;
}

.lang-switch--sidebar a.is-active,
.lang-switch--sidebar a:hover {
  opacity: 1;
  color: #ec1d25;
}

.lang-switch--sidebar .sep {
  color: #222222;
  opacity: 0.35;
}

.btn-show-sidebar {
  
  width: 26px;
  height: 15px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.header-fixed .btn-show-sidebar {
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}

.btn-show-sidebar:hover {
  border-top: 2px solid #ec1d25;
  border-bottom: 2px solid #ec1d25;
}

@media (max-width: 1200px) {
  .main_menu > li {
    margin-left: 4px;
    margin-right: 4px;
  }

  .social {padding-right: 0px;}

  .logo {
    height: 45px;
  }
}

@media (max-width: 992px) {
  .wrap_menu {
    display: none;
  }

  .wrap_header {
    height: 100px;
  }
}




/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
  position: fixed;
  z-index: 1200;
  width: 390px;
  height: 100%;
  overflow: auto;
  background-color: white;
  top: 0;
  right: -390px;
}

@media (max-width: 576px) {
  .sidebar {width: 300px;}
}

.show-sidebar {
  right: 0px;
}

.btn-hide-sidebar {
  position: absolute;
  font-size: 20px;
  color: #111111;
  padding: 10px;
  top: 20px;
  right: 20px;
}

.overlay-sidebar {
  position: fixed;
  z-index: 1150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.show-overlay-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.65);
}

.social-sidebar a {
  display: inline-block;
  font-size: 18px;
  color: #222222;
  margin: 0 12px;
}

.social-sidebar a:hover {
  color: #ec1d25;
}

.logo-sidebar a {
  display: inline-block;
}

.logo-sidebar img {
  max-width: 150px;
  height: auto;
}

/* ------------------------------------ */
.item-gallery-sidebar {
  display: block;
  position: relative;
  width: calc((100% - 30px) / 3 );
  margin: 5px;
}

.item-gallery-sidebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
  background-color: rgba(236,29,37,0.7);
}

@media (max-width: 576px) {
  .wrap_header {
    height: 80px;
  }

  .gallery-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.item-slick1 {
  height: 100vh;
  position: relative;
}

.item-slick1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.item-slick1 .wrap-content-slide1 {
  position: relative;
  z-index: 2;
}

.arrow-slick1, .arrow-slick2, .arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
  background-color: #ec1d25;
}

.next-slick1,
.next-slick2,
.next-slick3 {
  right: 50px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #d41b22;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #d41b22;
} 

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
  .wrap-content-slide1 .tit1 {
    font-size: 70px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 60px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 50px;
  }
}


/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
  background: white;
  border-radius: 10px;
}

.btn1:hover {
  background-color: #ec1d25;
  color: white;
}

.btn-slide-cta {
  min-width: 135px;
  height: 40px;
  padding: 0 24px;
  text-align: center;
  white-space: nowrap;
}

.wrap-pic-welcome--lg {
  max-width: 520px;
  width: 100%;
}

.wrap-pic-welcome--lg img {
  width: 100%;
  height: auto;
  display: block;
}

.menu-intro-riccio {
  text-align: center;
  line-height: 0;
  margin-bottom: 12px;
}

.menu-intro-riccio img {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .menu-intro-riccio img {
    max-width: 260px;
  }
}

.cuisine-intro-carretto {
  text-align: center;
  line-height: 0;
  margin-bottom: 12px;
}

.cuisine-intro-carretto img {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .cuisine-intro-carretto img {
    max-width: 280px;
  }
}

.cuisine-intro-decorazione {
  text-align: center;
  line-height: 0;
  margin-bottom: 18px;
}

.cuisine-intro-decorazione img {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .cuisine-intro-decorazione img {
    max-width: 260px;
  }
}

.cuisine-intro-sapori {
  text-align: center;
  line-height: 0;
  margin-bottom: 28px;
}

.cuisine-intro-sapori img {
  display: inline-block;
  max-width: 480px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .cuisine-intro-sapori img {
    max-width: 300px;
  }
}

.cuisine-intro-drink {
  text-align: center;
  line-height: 0;
  margin-bottom: 28px;
}

.cuisine-intro-drink img {
  display: inline-block;
  max-width: 720px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .cuisine-intro-drink img {
    max-width: 100%;
  }
}

.cuisine-intro-zampe {
  text-align: center;
  line-height: 0;
}

.cuisine-intro-zampe img {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .cuisine-intro-zampe img {
    max-width: 220px;
  }
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
  background: #111111;
  border-radius: 10px;
}

.btn3:hover {
  background-color: #ec1d25;
  color: white;
}


/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
}

.btn2:hover {
  background-color: #ec1d25;
  color: white;
}




/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}



/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
  top: 53%;
}


@media (max-width: 576px) {
  .next-slick2 {
    right: 15px;
  }

  .prev-slick2 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick2-dots {
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
}

.slick2-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick2-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick2-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick2-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick2-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/


.arrow-slick3 {
  top: 40%;
}


@media (max-width: 576px) {
  .next-slick3 {
    right: 15px;
  }

  .prev-slick3 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick3-dots {
  width: 100%;
  height: 128px;
}

.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick3-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick3-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick3-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick3-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 





/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
  border-radius: 10px;
  overflow: hidden;
}

.wrap-pic-blo2 {
  display: block;
  width: 50%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
  background-color: #cf2227;
  opacity: 0.9;
  position: relative;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
  .blo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }

  .wrap-text-blo2 {
    width: 100%;
    min-height: 390px;
  }

  .time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@media (max-width: 576px) {
  .blo2 {
    width: 100%;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 364px;
  }

}


/*[ Video ]
///////////////////////////////////////////////////////////
*/
.section-video {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-video {
  background-color: rgba(0,0,0,0.5);
}

/*[ Modal video 01 ]
-----------------------------------------------------------
*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}



/*[ Blog ]
///////////////////////////////////////////////////////////
*/
.time-blog {
  position: absolute;
  left: 14px;
  bottom: 11px;
  background-color: rgba(0,0,0,0.5);
  padding: 3px 15px;

  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: white;
  border-radius: 4px;

}


/*[ Gallery footer ]
///////////////////////////////////////////////////////////
*/
.item-gallery-footer {
  display: block;
  position: relative;
  width: calc((100% - 50px) / 4 );
  margin-right: 10px;
  margin-bottom: 10px;
}

.item-gallery-footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-footer:hover:after {
  background-color: rgba(236,29,37,0.7);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 545px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .tit6 {font-size: 30px;}
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
  flex-grow: 1;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .line-item-mainmenu {
    display: none;
  }

  .price-item-mainmenu {
    padding-top: 5px;
  }

  .name-item-mainmenu {
    width: 100%;
  }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
  .text-blo3 {
    width: 100%;
  }
}



/*[ Gallery ]
///////////////////////////////////////////////////////////
*/

.label-gallery {
  border-radius: 10px;
  padding: 2px 11px;
  margin: 5px 0;
}

.label-gallery:hover {
  background-color: #111111;
  color: white;
}

.is-actived {
  background-color: #111111;
  color: white;
}

/* ------------------------------------ */
.wrap-gallery {
  width: 100%;
  box-sizing: border-box;
}

.item-gallery {
  width: calc( (100% - 140px) / 3 ) ;
  margin: 30px 15px;
  position: relative;
}

.overlay-item-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(236,29,37,0.8);
  opacity: 0;
}

.overlay-item-gallery:hover {
  opacity: 1;
}

.btn-show-gallery {
  font-size: 18px;
  color: #222222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
}

@media (max-width: 768px) {
  .item-gallery {
    width: calc((100% - 110px) / 2);
  }
}

@media (max-width: 576px) {
  .item-gallery {
    width: calc((100% - 30px) / 1);
  }
  .wrap-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}


/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #333333;
  color: white;
}

.active-pagination {
  background-color: #333333;
  color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #333333;
  color: white;
  font-size: 18px;

  box-shadow: 0 0 0px 1px #333333;
  -moz-box-shadow: 0 0 0px 1px #333333;
  -webkit-box-shadow: 0 0 0px 1px #333333;
  -o-box-shadow: 0 0 0px 1px #333333;
  -ms-box-shadow: 0 0 0px 1px #333333;

  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
  color: #ec1d25;
}

.input-search-sidebar2 {
  width: 100%;
  height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
/*[ Home map ]
///////////////////////////////////////////////////////////
*/
.section-map {
  width: 100%;
}

.map-home {
  width: 100%;
  height: 450px;
  line-height: 0;
  overflow: hidden;
}

.map-home iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .map-home {
    height: 320px;
  }
}

.booking-msg-success {
  color: #1b7a3d;
  font-family: Montserrat;
  font-size: 14px;
}

.booking-msg-danger {
  color: #ec1d25;
  font-family: Montserrat;
  font-size: 14px;
}

.btn-google-review {
  min-height: 46px;
  padding: 0 28px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px solid #4285f4;
  color: #3c4043;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: none;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.2);
}

.btn-google-review i {
  color: #4285f4;
  font-size: 18px;
  margin-right: 10px;
}

.btn-google-review:hover {
  background-color: #4285f4;
  color: #ffffff;
  text-decoration: none;
}

.btn-google-review:hover i {
  color: #ffffff;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 28px;
  border-radius: 4px;
  background-color: #25d366;
  border: 2px solid #25d366;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: none;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.btn-whatsapp i {
  font-size: 20px;
  margin-right: 12px;
  color: #ffffff;
}

.btn-whatsapp span {
  line-height: 1.3;
}

.btn-whatsapp:hover {
  background-color: #1ebe57;
  border-color: #1ebe57;
  color: #ffffff;
  text-decoration: none;
}

.btn-whatsapp:hover i {
  color: #ffffff;
}

.link-directions {
  color: #ec1d25;
  text-decoration: none;
  border-bottom: 1px solid rgba(236, 29, 37, 0.35);
}

.link-directions i {
  margin-right: 4px;
  font-size: 0.95em;
}

.link-directions:hover {
  color: #c4161d;
  border-bottom-color: #c4161d;
  text-decoration: none;
}

.link-directions:hover i {
  color: #c4161d;
}

.link-whatsapp {
  color: #25d366;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 211, 102, 0.4);
}

.link-whatsapp i {
  margin-right: 4px;
  font-size: 1.05em;
  color: #25d366;
}

.link-whatsapp:hover {
  color: #1ebe57;
  border-bottom-color: #1ebe57;
  text-decoration: none;
}

.link-whatsapp:hover i {
  color: #1ebe57;
}

/* Menu page categories */
.menu-cat-nav {
  gap: 10px 14px;
}

.menu-cat-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 4px;
  background: #ffffff;
  color: #222222;
  text-decoration: none;
  letter-spacing: 0.4px;
}

.menu-cat-link:hover {
  color: #ec1d25;
  border-color: rgba(236, 29, 37, 0.45);
  text-decoration: none;
}

.menu-allergens {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.75;
}

.menu-category {
  scroll-margin-top: 110px;
}

.menu-cat-back {
  margin-top: 10px;
}

.menu-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 22px;
  border: 1px solid rgba(236, 29, 37, 0.35);
  border-radius: 4px;
  background: #ffffff;
  color: #ec1d25;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-back-link i {
  font-size: 14px;
  line-height: 1;
}

.menu-back-link:hover {
  background: #ec1d25;
  border-color: #ec1d25;
  color: #ffffff;
  text-decoration: none;
}

.section-menu-nav {
  scroll-margin-top: 110px;
}

.menu-category.is-menu-flash,
.section-menu-nav.is-menu-flash {
  position: relative;
  z-index: 1;
}

.menu-category.is-menu-flash::after,
.section-menu-nav.is-menu-flash::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
  border: 2px solid rgba(236, 29, 37, 0.5);
  border-radius: 6px;
  pointer-events: none;
  animation: menuFlashBorder 0.9s ease;
}

@keyframes menuFlashBorder {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.cuisine-list {
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 868px;
  width: 100%;
  text-align: left;
}

.cuisine-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: #555555;
  line-height: 1.6;
}

.cuisine-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../images/icons/punto-elenco-sicilia.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .cuisine-list--cols {
    max-width: 868px;
    column-count: 2;
    column-gap: 40px;
  }

  .cuisine-list--cols li {
    break-inside: avoid;
  }

  .cuisine-split {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .cuisine-split > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .cuisine-split-media {
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .cuisine-split-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}

.cuisine-split-media {
  overflow: hidden;
}

.cuisine-split-media img {
  width: 100%;
  display: block;
}

.cuisine-checklist {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 720px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
}

.cuisine-checklist li {
  flex: 1 1 280px;
  padding: 14px 16px 14px 42px;
  position: relative;
  background: #faf8f6;
  border: 1px solid rgba(34, 34, 34, 0.06);
  border-radius: 4px;
  color: #222222;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 0 0 rgba(236, 29, 37, 0);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, background-color 0.35s ease;
}

.cuisine-checklist li:hover {
  border-color: #ec1d25;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(236, 29, 37, 0.14);
  transform: translateY(-2px);
}

.cuisine-checklist li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 16px;
  top: 14px;
  color: #ec1d25;
  font-size: 14px;
}

.cuisine-before-divider {
  position: relative;
  z-index: 1;
}

.cuisine-section-divider {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (min-width: 576px) {
  .cuisine-section-divider {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .cuisine-section-divider {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .cuisine-section-divider {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .cuisine-section-divider {
    max-width: 1140px;
  }
}

.cuisine-section-divider::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: rgba(236, 29, 37, 0.55);
}

.cuisine-divider-line {
  display: none;
}

.cuisine-section-divider img {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.cuisine-after-divider {
  position: relative;
  z-index: 1;
  padding-top: 110px !important;
}

.cuisine-ingredients .tit7 {
  color: #d61c22;
}

.cuisine-list--featured {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.cuisine-list--featured li {
  position: relative;
  margin: 0;
  padding: 18px 22px 16px 22px;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  color: #222222;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.35;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/* Layout 3 + 2 (es. Dolci) */
.cuisine-list--featured-32 {
  grid-template-columns: repeat(6, 1fr);
}

.cuisine-list--featured-32 li {
  grid-column: span 2;
}

.cuisine-list--featured-32 li:nth-child(4) {
  grid-column: 2 / span 2;
}

.cuisine-list--featured-32 li:nth-child(5) {
  grid-column: 4 / span 2;
}

.cuisine-list--featured li::before {
  content: "";
  position: static;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 10px;
  left: auto;
  top: auto;
  background-image: url("../images/icons/punto-elenco-sicilia.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Baffo FIRST: riusabile, colore via background-color / currentColor */
.icon-mustache {
  display: inline-block;
  width: 42px;
  height: 16px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-image: url("../images/icons/mustache.png");
  mask-image: url("../images/icons/mustache.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon-mustache--red {
  color: #d61c22;
  background-color: #d61c22;
}

.icon-mustache--dark {
  color: #222222;
  background-color: #222222;
}

/* Card eventi: bordo rosso basso + hover pieno */
.cuisine-list--accent li {
  padding: 48px 28px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-bottom: 4px solid #d61c22;
  box-shadow: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.cuisine-list--accent li::before {
  display: none;
}

.cuisine-list--accent li:hover {
  background-color: #d61c22;
  border-color: #d61c22;
  color: #ffffff;
  box-shadow: none;
  transform: translateY(-2px);
}

.contact-info-box {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-bottom: 4px solid #d61c22;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.contact-info-box:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.contact-social-icons {
  gap: 28px;
}

.contact-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.contact-social-icon--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.contact-social-icon--facebook {
  background: #1877f2;
}

.contact-social-icon:hover {
  color: #ffffff;
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .contact-social-icon {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }
}

.cuisine-list--featured li:hover {
  border-color: rgba(214, 28, 34, 0.55);
  box-shadow: 0 10px 24px rgba(214, 28, 34, 0.12);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .cuisine-list--featured,
  .cuisine-list--featured-32 {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .cuisine-list--featured-32 li,
  .cuisine-list--featured-32 li:nth-child(4),
  .cuisine-list--featured-32 li:nth-child(5) {
    grid-column: auto;
  }
}

.cuisine-desserts-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cuisine-dessert-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: transparent;
}

.cuisine-dessert-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform-origin: center center;
}

@media (max-width: 767px) {
  .cuisine-desserts-gallery {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 14px;
  }
}

/* FAQ accordion */
.section-faq {
  background: linear-gradient(180deg, #faf8f6 0%, #ffffff 55%, #f7f3f0 100%);
  position: relative;
}

.section-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 3px;
  margin-left: -36px;
  background: #ec1d25;
}

.faq-accordion {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.faq-item.is-open {
  border-color: rgba(236, 29, 37, 0.35);
  box-shadow: 0 14px 36px rgba(236, 29, 37, 0.1);
  transform: translateY(-1px);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #222222;
  transition: color 0.3s ease;
}

.faq-question:hover,
.faq-item.is-open .faq-question {
  color: #ec1d25;
}

.faq-question-text {
  flex: 1;
  line-height: 1.45;
}

.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 34, 34, 0.18);
  background: #fff;
  transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-icon {
  border-color: #ec1d25;
  background: #ec1d25;
  transform: rotate(180deg);
}

.faq-icon-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  margin-left: -6px;
  margin-top: -0.75px;
  background: #222222;
  transition: background-color 0.3s ease, transform 0.35s ease, opacity 0.35s ease;
}

.faq-item.is-open .faq-icon-line {
  background: #ffffff;
}

.faq-icon-v {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-icon-v {
  opacity: 0;
  transform: rotate(90deg) scaleX(0.2);
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-panel-inner {
  overflow: hidden;
  min-height: 0;
}

.faq-answer {
  margin: 0;
  padding: 0 24px 24px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.75;
  color: #555555;
}

.faq-answer strong {
  color: #222222;
  font-weight: 600;
}

@media (max-width: 767px) {
  .faq-question {
    padding: 18px 16px;
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 16px 18px;
  }
}

.pic-review.wrap-cir-pic {
  background-color: #4285f4;
  color: #ffffff;
  overflow: hidden;
}

.review-avatar-letter {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.date-blo4 {
  width: 75px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: #ec1d25;
}

/*[ Highlights slider (slick4) ]
///////////////////////////////////////////////////////////
*/
.section-highlights .wrap-slick4 {
  padding: 0 120px 50px;
}

.wrap-pic-highlights {
  max-width: 540px;
  overflow: hidden;
}

.wrap-pic-highlights img {
  width: 100%;
  height: auto;
  display: block;
}

.wrap-text-highlights {
  max-width: 520px;
}

.wrap-text-highlights p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
}

.arrow-slick4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 20;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  font-size: 24px;
  color: #222222;
  background-color: #ffffff;
  border: 2px solid #222222;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
}

.arrow-slick4:hover {
  color: #ffffff;
  background-color: #ec1d25;
  border-color: #ec1d25;
}

.next-slick4 {
  right: -12px;
}

.prev-slick4 {
  left: -12px;
}

.wrap-slick4-dots {
  width: 100%;
  margin-top: 20px;
}

.slick4-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick4-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick4-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.slick4-dots li.slick-active button {
  background-color: #ec1d25;
  width: 18px;
  border-radius: 8px;
}

@media (min-width: 1200px) {
  .section-highlights .wrap-slick4 {
    padding: 0 140px 50px;
  }

  .next-slick4 {
    right: -28px;
  }

  .prev-slick4 {
    left: -28px;
  }
}

@media (max-width: 1199px) {
  .section-highlights .wrap-slick4 {
    padding: 0 96px 50px;
  }

  .arrow-slick4 {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .next-slick4 {
    right: -8px;
  }

  .prev-slick4 {
    left: -8px;
  }
}

@media (max-width: 991px) {
  .section-highlights .wrap-slick4 {
    padding: 0 72px 40px;
  }

  .next-slick4 {
    right: 0;
  }

  .prev-slick4 {
    left: 0;
  }

  .wrap-text-highlights {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .wrap-pic-highlights {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .section-highlights .wrap-slick4 {
    padding: 0 0 40px;
  }
}

/*[ Mobile: no horizontal scroll + title wrap + parallax fix ]
-----------------------------------------------------------
*/
img,
video,
iframe,
table,
pre {
  max-width: 100%;
}

@media (max-width: 991px) {
  html,
  body {
    max-width: 100%;
  }

  /* Evita scroll orizzontale senza rompere position:fixed (torna in alto) */
  header,
  footer,
  section,
  .container,
  .container-fluid {
    max-width: 100%;
    overflow-x: clip;
  }

  /* Parallax: su mobile fixed spezza sfondo/titoli → scroll normale */
  .header-intro,
  .parallax0,
  .section-video,
  .parallax100 {
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  .title-section-ourmenu {
    max-width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .title-section-ourmenu .tit2 {
    font-size: 24px;
    line-height: 1.25;
    max-width: 100%;
  }

  .title-section-ourmenu .tit5,
  .title-section-ourmenu .tit3 {
    font-size: 28px;
    letter-spacing: 2px;
    word-spacing: 2px;
    line-height: 1.25;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .title-section-ourmenu .tit5,
  .title-section-ourmenu .tit3 {
    font-size: 22px;
    letter-spacing: 1px;
    word-spacing: 1px;
  }

  .title-section-ourmenu .tit2 {
    font-size: 20px;
  }
}