@charset "utf-8";


:root {
    --primary-color: #2D5946;
    --subtitle-color: #689581;
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}

body {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: normal;
    overflow-x: hidden;
}
body.no-scroll {
    overflow: hidden;
}
a {
    color: var(--primary-color);
    text-decoration: none;
}
a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.padding-t-0 {
    padding-top: 0 !important;
}
.padding-b-0 {
    padding-bottom: 0 !important;
}
[data-aos=image-container] {
    position: relative;
    background-color: rgba(28, 52, 77, 0);
    -webkit-transition: -webkit-clip-path 0s cubic-bezier(.71,.07,.17,.91);
    transition: -webkit-clip-path 0s cubic-bezier(.71,.07,.17,.91);
    transition: clip-path 0s cubic-bezier(.71,.07,.17,.91);
    transition: clip-path 0s cubic-bezier(.71,.07,.17,.91),-webkit-clip-path 0s cubic-bezier(.71,.07,.17,.91);
    -webkit-transition-duration: 1.1s !important;
    transition-duration: 1.1s !important;
}
[data-aos=image-container] img {
    -webkit-transition: -webkit-clip-path .03s cubic-bezier(.71,.07,.17,.91);
    transition: -webkit-clip-path .03s cubic-bezier(.71,.07,.17,.91);
    transition: clip-path .03s cubic-bezier(.71,.07,.17,.91);
    transition: clip-path .03s cubic-bezier(.71,.07,.17,.91),-webkit-clip-path .03s cubic-bezier(.71,.07,.17,.91);
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
}
[data-aos=image-container],
[data-aos=image-container] img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
[data-aos=image-container].aos-animate,
[data-aos=image-container].aos-animate img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
#wrap {
    float: left;
    width: 100%;
}
:root {
    --container-width: 1570px;
    --container-padding: calc((100vw - var(--container-width)) / 2);
}
.container {
    max-width: 1570px;
    padding: 0;
}
#header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    float: left;
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 4;
    transition: all .3s ease-in-out;
}
#header:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    backdrop-filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#header .logo {
    float: left;
    width: 321px;
    min-width: 321px;
    padding: 45px 65px;
    border-right: 1px solid rgb(255 255 255 / 50%);
    transition: all .3s ease-in-out;
}
#header .logo img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}
#header .rightNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 40px;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
#header .rightNav ul.mainMenu {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#header .rightNav ul.mainMenu li {
    position: relative;
    float: left;
    width: auto;
}
#header .rightNav ul.mainMenu li a {
    position: relative;
    display: block;
    padding: 27px 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
#header .rightNav ul.mainMenu > li > a:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    transition: all .3s ease-in-out;
}
#header .rightNav ul.mainMenu > li > a:hover,
#header .rightNav ul.mainMenu > li:hover > a,
#header .rightNav ul.mainMenu > li.current > a {
    color: #ffffff;
    text-decoration: none;
}
#header .rightNav ul.mainMenu > li > a:hover:after,
#header .rightNav ul.mainMenu > li:hover > a:after,
#header .rightNav ul.mainMenu > li.current > a:after {
    width: 100%;
}
#header .rightNav ul.mainMenu > li:hover > ul.sub-menu {
    width: 220px;
    opacity: 1;
    visibility: visible;
}
#header .rightNav ul.mainMenu li ul.sub-menu {
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
    width: 190px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
}
#header .rightNav ul.mainMenu li ul.sub-menu li {
    float: left;
    width: 100%;
    padding: 0;
}
#header .rightNav ul.mainMenu li ul.sub-menu li a {
    padding: 5px 10px;
    border-radius: 0px;
    color: #171717;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}
#header .rightNav ul.mainMenu li ul.sub-menu li a:hover,
#header .rightNav ul.mainMenu li ul.sub-menu li:hover > a,
#header .rightNav ul.mainMenu li ul.sub-menu li.current > a {
    color: var(--primary-color);
    text-decoration: none;
}
#header .rightNav ul.mainMenu li ul li ul.sub-menu {
    margin-top: -5px;
    top: 0;
    left: 100%;
}
#header .rightNav ul.mainMenu > li > ul > li:hover > ul.sub-menu {
    width: 200px;
    opacity: 1;
    visibility: visible;
}
#header .rightNav .hamburger {
    display: none;
    position: relative;
    float: left;
    width: auto;
    padding-left: 50px;
}
#header .rightNav .hamburger .label {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#header .rightNav .hamburger #nav-btn,
#header .rightNav .hamburger #nav-btn + label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0px solid #ffffff;
    border-radius: 0%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
}
#header .rightNav .hamburger #nav-btn {
    position: relative;
    opacity: 0;
    z-index: 100;
}
#header .rightNav .hamburger #nav-btn + label span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#header .rightNav .hamburger #nav-btn + label span::before,
#header .rightNav .hamburger #nav-btn + label span::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    transition: all .3s ease-in-out;
}
#header .rightNav .hamburger #nav-btn + label span::before {
    top: -9px;
}
#header .rightNav .hamburger #nav-btn + label span::after {
    bottom: -9px;
}
#header .rightNav .hamburger #nav-btn:checked + label span {
    transform: rotate(45deg);
}
#header .rightNav .hamburger #nav-btn:checked + label span::before,
#header .rightNav .hamburger #nav-btn:checked + label span::after {
    top: 0;
    transform: rotate(90deg);
}
#header .rightNav .hamburger #nav-btn:checked + label span::after {
    opacity: 0;
}
#header .rightNav .hamburger #nav-btn:checked ~ nav {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: hidden;
}
#header .rightNav .hamburger nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    box-shadow: none;
    opacity: 1;
    /*z-index: 98;*/
    z-index: 100;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
    overflow: hidden;
}
#header .rightNav .hamburger nav #nav-close {
    width: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}
#header .rightNav .hamburger nav .container {
    display: flex;
    grid-gap: 40px;
    height: 100%;
    padding: 40px 0;
    overflow: auto;
}
#header .rightNav .hamburger nav .container:after,
#header .rightNav .hamburger nav .container:before {
    display: none;
}
#header .rightNav .hamburger nav .nav-img-box {
    width: 35%;
    position: relative;
    overflow: hidden;
}
#header .rightNav .hamburger nav .nav-img-box .nav-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}
#header .rightNav .hamburger nav .nav-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 40px;
    width: 65%;
}
#header .rightNav .hamburger nav ul.language {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#header .rightNav .hamburger nav ul.language li {
    position: relative;
    float: left;
    width: auto;
    padding: 0;
    padding-right: 25px;
    font-size: 16px;
    color: rgb(10 14 40 / 70%);
    font-weight: 300;
    line-height: 20px;
}
#header .rightNav .hamburger nav ul.language li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 10px;
}
#header .rightNav .hamburger nav ul.language li:last-child {
    padding-right: 0;
}
#header .rightNav .hamburger nav ul.language li:last-child:after {
    display: none;
}
#header .rightNav .hamburger nav ul.language li a {
    color: #171717;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
#header .rightNav .hamburger nav ul.language > li > a:hover,
#header .rightNav .hamburger nav ul.language > li.current > a {
    color: var(--primary-color);
    text-decoration: none;
}
#header .rightNav .hamburger nav ul.menu {
    padding: 0 0 2px 0;
    margin: 0;
    list-style-type: none;
    overflow: auto;
}
#header .rightNav .hamburger nav ul.menu::-webkit-scrollbar {
    width: 4px;
}
#header .rightNav .hamburger nav ul.menu::-webkit-scrollbar-track {
    background: #e8e8e8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#header .rightNav .hamburger nav ul.menu::-webkit-scrollbar-thumb {
    min-height: 40px;
    background: rgb(10 14 40 / 40%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#header .rightNav .hamburger nav ul.menu li {
    margin: 0 0 0 0;
    font-size: 20px;
    color: #171717;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
#header .rightNav .hamburger nav ul.menu li:last-child {
    margin-bottom: 0;
}
#header .rightNav .hamburger nav ul.menu li a {
    display: inline-block;
    height: 40px;
    color: #171717;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
#header .rightNav .hamburger nav ul.menu li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
#header .rightNav .hamburger nav ul.menu li.current > a {
    color: var(--primary-color);
    text-decoration: none;
}
#header .rightNav .hamburger nav ul.links {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 25px;
    padding: 0;
    margin: auto 0 0 0;
    list-style-type: none;
}
#header .rightNav .hamburger nav ul.links li {
    position: relative;
    float: left;
    width: auto;
    padding: 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 20px;
}
#header .rightNav .hamburger nav ul.links li a {
    color: #171717;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
#header .rightNav .hamburger nav ul.links > li > a:hover,
#header .rightNav .hamburger nav ul.links > li.current > a {
    color: var(--primary-color);
    text-decoration: none;
}
#header .rightNav .languageMenu {
    width: 70px;
    height: 70px;
    border-left: 1px solid rgb(255 255 255 / 50%);
    position: relative;
    z-index: 1;
}
#header .rightNav .languageMenu label {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
#header .rightNav .languageMenu label a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 7px 7px;
    padding-right: 20px;
    background: url(../images/icons/arrow-language.svg) no-repeat right 10px center;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
#header .rightNav .languageMenu label a.open {
    background-image: url(../images/icons/arrow-language-open.svg);
}
#header .rightNav .languageMenu ul {
    display: none;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
    background-color: rgb(204 138 0 / 70%);
    box-shadow: 0 0 15px 0 rgb(41 51 88 / 20%);
    border-radius: 0px;
    position: absolute;
    top: 100%;
    left: 0;
}
#header .rightNav .languageMenu ul li a {
    display: block;
    padding: 5px 7px;
    font-size: 12px;
    color: rgb(255 255 255 / 70%);
    font-weight: 700;
    text-align: center;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}
#header .rightNav .languageMenu ul li a:hover {
    color: #ffffff;
}
#header .bookNowBtn {
    width: 160px;
    min-width: 160px;
}
#header .bookNowBtn button {
    display: flex;
    width: 100%;
    padding: 62px 10px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    border-left: 1px solid rgb(255 255 255 / 50%);
    background-color: transparent;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    user-select: none;
    transition: all .3s ease-in-out;
}
#header .bookNowBtn button:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
}
#header .bookNowBtn button span {
    display: flex;
    justify-content: space-around;
    min-width: 100%;
}
#header .bookNowBtn button:hover span {
    animation: marquee 2s linear infinite;
}
/*-------------- Sticky Header Start --------------*/
#header.sticky {
    position: fixed;
    top: 0;
}
#header.sticky:after {
    background-color: rgb(0 0 0 / 30%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
#header.sticky .logo {
    padding-top: 9px;
    padding-bottom: 9px;
}
#header.sticky .rightNav {
    border-bottom: none;
}
#header.sticky .rightNav .mainMenu {
    display: none;
}
#header.sticky .rightNav .hamburger {
    display: block;
}
#header.sticky .bookNowBtn button {
    padding: 26px 10px;
    border-bottom: none;
    line-height: 18px;
}
/*-------------- Sticky Header End --------------*/
#slider {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
#slider > .container {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
}
#slider .home-slider .desktop { display: block; height: 100%; width: 100%; object-fit: cover; }
#slider .home-slider .tablet { display: none;}
#slider .home-slider .mobile { display: none;}
#slider, #slider .home-slider, #slider .owl-stage-outer, #slider .owl-stage, #slider .owl-item { width: 100vw; height: 100vh; }
#slider .home-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slider .item {
    height: 100%;
}

#caption {
    width: 40%;
    margin: auto;
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}
#caption:before {
    content: "";
    height: 50px;
    border-right: 1px solid rgb(255 255 255 / 50%);
    position: absolute;
    bottom: calc(100% + 30px);
    left: calc(320px - var(--container-padding));
}
#caption:after {
    content: "";
    height: 50px;
    border-right: 1px solid rgb(255 255 255 / 50%);
    position: absolute;
    top: calc(100% + 30px);
    left: calc(320px - var(--container-padding));
}
#caption .hidden {
    overflow: hidden;
}
#caption .title {
    display: block;
    margin: 0;
    font-family: 'Prata';
    font-size: 55px;
    color: #ffffff;
    font-weight: 400;
    line-height: 55px;
}
#caption .title br {
    display: block;
}
#caption .subtitle {
    display: block;
    margin: 20px 0 0 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
#searchForm {
    display: none;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}
#searchForm[style*='display: block'] {
    display: flex !important;
}
#searchForm a.searchFormClose {
    width: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
#searchForm .searchmain {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px;
    overflow-y: auto;
}
#searchForm .searchmain::-webkit-scrollbar {
    width: 6px;
}
#searchForm .searchmain::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 0%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#searchForm .searchmain::-webkit-scrollbar-thumb {
    min-height: 40px;
    background: rgb(0 0 0 / 40%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#searchForm .searchinner {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    width: 42%;
    margin: auto;
}
#searchForm .topcont {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
#searchForm .topcont .title {
    margin: 0 0 -32px -175px;
    font-family: 'Allison';
    font-size: 90px;
    color: var(--primary-color);
    font-weight: 400;
    line-height: normal;
}
#searchForm .topcont h2 {
    margin: 0 0 50px 0;
    font-family: 'Prata';
    font-size: 38px;
    color: #171717;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}
#searchForm .topcont p {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 20px;
}
#searchForm .topcont p:last-child {
    margin-bottom: 0;
}
#searchForm .field {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0px;
}
#searchForm .field h3 {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #171717;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    text-align: center;
}
#searchForm .field .form-control {
    width: 40%;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-bottom: 1px solid #171717;
    background-color: transparent;
    border-radius: 0px;
    font-size: 18px;
    color: #171717;
    font-weight: 400;
    text-align: center;
}
#searchForm .field .form-control.arrow-icon {
    padding-right: 33px;
    background-image: url(../images/icons/arrow-search-fields.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
#searchForm .field .form-control::placeholder {
    color: #171717;
}
#searchForm .field button {
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 17px 15px;
    outline: 0;
    border: none;
    background-color: var(--primary-color);
    border-radius: 0px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
#searchForm .field button:hover {
    background-color: #000000;
    color: #ffffff;
}
#searchForm .field .popups {
    display: none;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    position: relative;
    min-width: 100%;
    z-index: 1;
}
#searchForm .field .popups[style*='display: block'] {
    display: flex !important;
}
#searchForm .field .popups .popupsCancel {
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#searchForm .field .popups .calendar {
    float: left;
    width: 544px;
    margin: 0 auto;
}
#searchForm .field .popups .calendar .daterangepicker {
    display: block !important;
    float: left;
    width: 100%;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-family: 'Montserrat';
    position: static;
}
#searchForm .field .popups .calendar .daterangepicker:before,
#searchForm .field .popups .calendar .daterangepicker:after {
    display: none;
}
#searchForm .field .popups .calendar .daterangepicker .ranges {
    display: none;
}
#searchForm .field .popups .calendar .daterangepicker .drp-calendar.left {
    padding: 0;
    margin-right: 30px;
}
#searchForm .field .popups .calendar .daterangepicker .drp-calendar.right {
    padding: 0;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table {
    padding: 0;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table table {
    border-spacing: 4px;
    border-collapse: inherit;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table th,
#searchForm .field .popups .calendar .daterangepicker .calendar-table td {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    border-radius: 100%;
    font-size: 12px;
    color: #171717;
    font-weight: 500;
    line-height: normal;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table th {
    font-size: 12px;
    color: #171717;
    font-weight: 700;
    text-transform: uppercase;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table th.month {
    width: auto;
    font-size: 20px;
    color: #171717;
    font-weight: 700;
    text-transform: uppercase;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table .next span {
    margin-left: -4px;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table .prev span {
    margin-right: -4px;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table .next span,
#searchForm .field .popups .calendar .daterangepicker .calendar-table .prev span {
    padding: 4px;
    border-color: var(--primary-color);
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table .next:hover span,
#searchForm .field .popups .calendar .daterangepicker .calendar-table .prev:hover span {
    border-color: #ffffff;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table th.available:hover,
#searchForm .field .popups .calendar .daterangepicker .calendar-table td.available:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table td.off,
#searchForm .field .popups .calendar .daterangepicker .calendar-table td.off.in-range,
#searchForm .field .popups .calendar .daterangepicker .calendar-table td.off.start-date,
#searchForm .field .popups .calendar .daterangepicker .calendar-table td.off.end-date {
    background-color: transparent;
    color: rgb(23 23 23 / 50%);
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table td.in-range {
    background-color: rgb(204 138 0 / 20%);
    border-color: transparent;
    color: #171717;
}
#searchForm .field .popups .calendar .daterangepicker .calendar-table td.active,
#searchForm .field .popups .calendar .daterangepicker .calendar-table td.active:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
#searchForm .field .popups .calendar .daterangepicker.auto-apply .drp-buttons {
    display: none;
}
#searchForm .field .popups .calendar .daterangepicker .drp-buttons {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 10px 0 0 0;
    border-color: rgb(0 0 0 / 7%);
}
#searchForm .field .popups .calendar .daterangepicker .drp-selected {
    margin-right: auto;
    padding-right: 0;
    font-size: 13px;
    color: #171717;
}
#searchForm .field .popups .calendar .daterangepicker .drp-buttons .btn {
    width: auto;
    margin: 0;
    padding: 7px 15px;
    border: 1px solid #171717;
    background-color: transparent;
    box-shadow: none;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #171717;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
#searchForm .field .popups .calendar .daterangepicker .drp-buttons .btn:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
}
#searchForm .field .popups .calendar .daterangepicker .drp-buttons .applyBtn {
    background-color: #171717;
    color: #ffffff;
}
#searchForm .field .popups .roomsbox {
    float: left;
    width: 537px;
    margin: 0 auto;
}
#searchForm .field .popups .roomsbox #rooms {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    min-height: 60px;
    max-height: 153px;
    padding-right: 30px;
    overflow-y: auto;
}
#searchForm .field .popups .roomsbox #rooms::-webkit-scrollbar {
    width: 2px;
}
#searchForm .field .popups .roomsbox #rooms::-webkit-scrollbar-track {
    background: rgb(23 23 23 / 20%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#searchForm .field .popups .roomsbox #rooms::-webkit-scrollbar-thumb {
    min-height: 40px;
    background: #171717;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#searchForm .field .popups .roomsbox #rooms .room {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 30px;
}
#searchForm .field .popups .roomsbox #rooms .room .room-title {
    display: flex;
    align-items: center;
    min-width: 70px;
    max-width: 70px;
    font-size: 14px;
    color: #171717;
    font-weight: 400;
    line-height: 16px;
}
#searchForm .field .popups .roomsbox #rooms .room .icon.adult,
#searchForm .field .popups .roomsbox #rooms .room .icon.child,
#searchForm .field .popups .roomsbox #rooms .room .icon.baby {
    position: relative;
}
#searchForm .field .popups .roomsbox #rooms .room .icon.adult::after,
#searchForm .field .popups .roomsbox #rooms .room .icon.child::after,
#searchForm .field .popups .roomsbox #rooms .room .icon.baby::after {
    pointer-events: none;
    content: "";
    width: 17px;
    height: 17px;
    background-size: cover;
    position: absolute;
    top: 6px;
    right: 25px;
}
#searchForm .field .popups .roomsbox #rooms .room .icon.adult::after {
    background-image: url("../images/icons/adult-icon.png");
}
#searchForm .field .popups .roomsbox #rooms .room .icon.child::after {
    background-image: url("../images/icons/children-icon.png");
}
#searchForm .field .popups .roomsbox #rooms .room .icon.baby::after {
    background-image: url("../images/icons/baby-icon.png");
}
#searchForm .field .popups .roomsbox #rooms .room select {
    width: 115px;
    padding: 7px 10px;
    outline: 0;
    border: none;
    border-bottom: 1px solid #171717;
    background-color: transparent;
    background-position: right 0px center;
    font-size: 14px;
    color: #171717;
    font-weight: 400;
    line-height: 16px;
}
#searchForm .field .popups .roomsbox #rooms .room .icon.remove {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #171717;
    text-decoration: none;
    position: absolute;
    top: 7px;
    right: -22px;
}
#searchForm .field .popups .roomsbox #rooms .room .ages-inputs {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    width: 100%;
}
#searchForm .field .popups .roomsbox #rooms .room .ages-inputs .ages-label {
    display: flex;
    align-items: center;
    min-width: 70px;
    max-width: 70px;
    font-size: 14px;
    color: #171717;
    font-weight: 400;
    line-height: 16px;
}
#searchForm .field .popups .roomsbox #rooms .room .ages-inputs .ages-container {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
#searchForm .roomsbox .action-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    margin-top: 30px;
}
#searchForm .roomsbox .action-buttons .plus,
#searchForm .roomsbox .action-buttons .accept {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 7px 15px;
    border: 1px solid #171717;
    background-color: transparent;
    font-size: 14px;
    color: #171717;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
#searchForm .roomsbox .action-buttons .plus:hover,
#searchForm .roomsbox .action-buttons .accept:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
}
#searchForm .roomsbox .action-buttons .accept {
    background-color: #171717;
    color: #ffffff;
}
#searchForm .field .popups .promocodebox {
    float: left;
    width: 210px;
    text-align: center;
}
#searchForm .field .popups .promocodebox .form-control {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 7px 20px;
    border: none;
    border-bottom: 1px solid #171717;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    font-size: 14px;
    color: #171717;
    font-weight: 400;
    text-align: center;
}
#searchForm .field .popups .promocodebox .form-control::placeholder {
    color: #171717;
}
#searchForm .field .popups .promocodebox .apply-btn {
    display: inline-block;
    width: auto;
    margin-top: 30px;
    padding: 10px 37px;
    background-color: #171717;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}
#searchForm .field .popups .promocodebox .apply-btn:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
#searchFormBtn {
    display: none;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
    z-index: 3;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 0.2s;
}
#searchFormBtn.sticky {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
#searchFormBtn button {
    width: 100%;
    padding: 17px 15px;
    background-color: var(--primary-color);
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
#scrollDown {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
#scrollDown span {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
#scrollDown a.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 60px;
    position: relative;
}
#scrollDown a.mouse:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}
#scrollDown:after {
    content: "";
    width: 1px;
    height: 45px;
    background-color: #ffffff;
    opacity: 0.5;
}
#middle {
    float: left;
    width: 100%;
}
#benefitsSec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
#benefitsSec .benefits-slider .item {
    position: relative;
    padding: 30px 70px;
    text-align: center;
}
#benefitsSec .benefits-slider .item:after {
    content: '';
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #C8C8C8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
}
#benefitsSec .benefits-slider .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 80px;
    margin: 0 auto;
}
#benefitsSec .benefits-slider .item .icon img {
    width: auto;
    height: 100%;
}
#benefitsSec .benefits-slider .item p {
    display: block;
    min-height: 52px;
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}
#benefitsSec .benefits-slider .owl-nav [class*=owl-] {
    border-color: #C8C8C8 !important;
}
#benefitsSec .benefits-slider .owl-nav [class*=owl-] img {
    filter: brightness(0.7);
    vertical-align: unset;
}
#benefitsSec .benefits-slider .owl-nav button.owl-prev {
    left: -60px;
}
#benefitsSec .benefits-slider .owl-nav button.owl-next {
    right: -60px;
}
#introSec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
#introSec .intro {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
#introSec .intro .mask {
    margin: 0 0 -32px -175px;
    overflow: hidden;
}
#introSec .intro .title {
    display: inline-block;
    font-family: 'Allison';
    font-size: 90px;
    color: var(--subtitle-color);
    font-weight: 400;
    line-height: normal;
}
#introSec .intro h1 {
    margin: 0 0 30px 0;
    font-family: 'Prata';
    font-size: 38px;
    color: #171717;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}
#introSec .intro h2, #introSec p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}

#introSec .intro p {

}

#introSec .intro h2:last-child {
    margin-bottom: 0;
}
#introSec .intro a.button {
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
#introSec .intro a.button:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    transition: all .3s ease-in-out;
}
#introSec .intro a.button:hover:after {
    width: 100%;
}
#zigzagSec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0px;
    overflow: hidden;
}
#zigzagSec .row {
    width: 100vw;
}
#zigzagSec .zigzag {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 0 65px;
    padding-bottom: 100px;
    margin-top: 200px;
}
#zigzagSec .zigzag:first-child {
    margin-top: 0 !important;
}
#zigzagSec .zigzag:after {
    content: "";
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(0px - var(--container-padding));
    left: calc(0px - var(--container-padding));
    z-index: -1;
}
#zigzagSec .zigzag .image {
    width: 60%;
    margin-top: -100px;
}
#zigzagSec .zigzag .image img {
    width: 100%;
    height: auto;
}
#zigzagSec .zigzag .slider {
    width: 60%;
    margin-top: -100px;
}
#zigzagSec .zigzag .slider .zigzag-slider .eyeIcon {
    width: 42px;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
#zigzagSec .zigzag .slider .zigzag-slider .owl-nav {
    top: 0;
    bottom: 67px;
    right: 0;
    left: 0;
    margin-top: 0;
}
#zigzagSec .zigzag .slider .zigzag-slider .owl-nav [class*=owl-] {
    width: 50%;
    height: 100%;
    border: none !important;
    border-radius: 0%;
}
#zigzagSec .zigzag .slider .zigzag-slider .owl-nav button.owl-prev {
    cursor: url(../images/owl-prev-round-white.svg) 45 45, auto;
}
#zigzagSec .zigzag .slider .zigzag-slider .owl-nav button.owl-next {
    cursor: url(../images/owl-next-round-white.svg) 45 45, auto;
}
#zigzagSec .zigzag .slider #counter {
    display: flex;
    align-items: flex-start;
    grid-gap: 0px;
    padding-right: 20px;
    font-family: 'Allison';
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    letter-spacing: -15px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}
#zigzagSec .zigzag .slider #counter b {
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
}
#zigzagSec .zigzag .content {
    position: relative;
    width: 40%;
    padding-top: 100px;
    padding-left: 70px;
}
#zigzagSec .zigzag .content .mask {
    margin: 0 0 -30px 13%;
    overflow: hidden;
}
#zigzagSec .zigzag .content .title {
    display: inline-block;
    font-family: 'Allison';
    font-size: 70px;
    color: var(--subtitle-color);
    font-weight: 400;
    line-height: normal;
}
#zigzagSec .zigzag .content h2 {
    margin: 0 0 30px 0;
    font-family: 'Prata';
    font-size: 28px;
    color: #171717;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
}
#zigzagSec .zigzag .content p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}
#zigzagSec .zigzag .content p:last-child {
    margin-bottom: 0;
}

#zigzagSec .zigzag .content .button  {
    margin: 30px 0 0 0;
}


#zigzagSec .zigzag .content a.button {
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
#zigzagSec .zigzag .content a.button:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    transition: all .3s ease-in-out;
}
#zigzagSec .zigzag .content a.button:hover:after {
    width: 100%;
}
#zigzagSec .zigzag.reverse {
    flex-direction: row-reverse;
}
#zigzagSec .zigzag.reverse .content {
    padding-left: 0;
    padding-right: 70px;
}
#zigzagSec .zigzag.small {
    margin-top: 150px;
}
#zigzagSec .zigzag.small .image {
    margin-top: -75px;
}
#zigzagSec .zigzag.small .content {
    padding-top: 30px;
}
#zigzagHalfSec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
#zigzagHalfSec .zigzaghalf {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 100px;
}
#zigzagHalfSec .zigzaghalf:first-child {
    margin-top: 0 !important;
}
#zigzagHalfSec .zigzaghalf .image {
    width: 50%;
}
#zigzagHalfSec .zigzaghalf .image img {
    width: 100%;
    height: auto;
}
#zigzagHalfSec .zigzaghalf .content {
    position: relative;
    width: 50%;
    padding: 0 50px;
    padding-top: 30px;
    text-align: center;
}
#zigzagHalfSec .zigzaghalf .content .mask {
    margin: 0 0 -30px -13%;
    overflow: hidden;
}
#zigzagHalfSec .zigzaghalf .content .title {
    display: inline-block;
    font-family: 'Allison';
    font-size: 75px;
    color: var(--subtitle-color);
    font-weight: 400;
    line-height: normal;
}
#zigzagHalfSec .zigzaghalf .content h2 {
    margin: 0 0 30px 0;
    font-family: 'Prata';
    font-size: 38px;
    color: #171717;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}
#zigzagHalfSec .zigzaghalf .content p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}
#zigzagHalfSec .zigzaghalf .content p:last-child {
    margin-bottom: 0;
}
#zigzagHalfSec .zigzaghalf .content a.button {
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
#zigzagHalfSec .zigzaghalf .content a.button:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    transition: all .3s ease-in-out;
}
#zigzagHalfSec .zigzaghalf .content a.button:hover:after {
    width: 100%;
}
#zigzagHalfSec .zigzaghalf.reverse {
    flex-direction: row-reverse;
}
#videoSec {
    position: relative;
    padding-top: 75px;
    padding-bottom: 100px;
    overflow: hidden;
}

.restaurant #videoSec {
    padding-bottom: 0;
}

#videoSec .video {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}
#videoSec .video video {
    width: 100%;
    max-width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: center;
}
#videoSec .container {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
}
#videoSec .content {
    position: relative;
    float: left;
    width: 50%;
    padding: 80px 30px;
    margin-top: -75px;
    background-color: rgb(250 250 250 / 90%);
    text-align: center;
}
#videoSec .content .mask {
    margin: 0 0 -30px -13%;
    overflow: hidden;
}
#videoSec .content .title {
    display: inline-block;
    font-family: 'Allison';
    font-size: 75px;
    color: var(--subtitle-color);
    font-weight: 400;
    line-height: normal;
}
#videoSec .content h3 {
    margin: 0 0 30px 0;
    font-family: 'Prata';
    font-size: 38px;
    color: #171717;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}
#videoSec .content p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}
#videoSec .content p:last-child {
    margin-bottom: 0;
}
#videoSec .content a.button {
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
#videoSec .content a.button:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    transition: all .3s ease-in-out;
}
#videoSec .content a.button:hover:after {
    width: 100%;
}
#instagramSec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
    overflow: hidden;
}
#instagramSec .row {
    width: 100vw;
}
#instagramSec .topContent {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
#instagramSec .topContent h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
    margin: 0;
    font-family: 'Prata';
    font-size: 38px;
    color: #171717;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}
#instagramSec .topContent h4 img {
    width: 50px;
    margin-top: -8px;
}
#instagramSec .topContent p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}
#instagramSec .instagram-slider {
    width: 100vw;
    padding: 0 15px;
    margin-top: 50px;
}
#instagramSec .instagram-slider .owl-nav.disabled {
    display: none;
}
#instagramSec .instagram-slider .owl-nav {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    position: static;
    margin-top: 30px;
    padding: 0 15px;
}
#instagramSec .instagram-slider .owl-nav [class*=owl-] {
    border-color: #C8C8C8 !important;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
#instagramSec .instagram-slider .owl-nav [class*=owl-] img {
    filter: brightness(0.7);
}
#footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}
.footerSection {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 65px 50px 65px;
}
.footerSection h5 {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #171717;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.footerSection .ftr_contact ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footerSection .ftr_contact ul li {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}
.footerSection .ftr_contact ul li:last-child {
    margin-bottom: 0;
}
.footerSection .ftr_contact ul li strong {
    margin-right: 15px;
}
.footerSection .ftr_contact ul li a {
    color: #171717;
    text-decoration: underline 1px transparent;
    text-underline-offset: 4px;
    transition: all .3s ease-in-out;
}
.footerSection .ftr_contact ul li a:hover {
    color: #171717;
    text-decoration: underline;
}
.footerSection .ftr_contact ul li.followus {
    display: flex;
    align-items: center;
}
.footerSection .ftr_contact ul li.followus span {
    display: inline-flex;
    align-items: center;
    grid-gap: 15px;
}
.footerSection .ftr_contact ul li.followus span a {
    filter: brightness(1);
    transition: all .3s ease-in-out;
}
.footerSection .ftr_contact ul li.followus span a:hover {
    filter: brightness(0);
}
.footerSection .ftr_info .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 50px;
    margin-bottom: 50px;
}
.footerSection .ftr_info .logos a {
    filter: brightness(1);
    transition: all .3s ease-in-out;
}
.footerSection .ftr_info .logos img {
    height: 54px;
}
.footerSection .ftr_info .menu-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
.footerSection .ftr_info .menu-text ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    column-gap: 15px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footerSection .ftr_info .menu-text ul.menu li {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    line-height: 20px;
}
.footerSection .ftr_info .menu-text ul.menu li a {
    color: #888888;
    text-decoration: underline 1px transparent;
    text-underline-offset: 4px;
    transition: all .3s ease-in-out;
}
.footerSection .ftr_info .menu-text ul.menu li a:hover {
    color: #171717;
    text-decoration: underline;
}
.footerSection .ftr_info .menu-text .division {
    display: block;
}
.footerSection .ftr_info .menu-text .text {
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 20px;
}

/*----------------- Inner Pages -----------------*/
#innerBanner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
#innerBanner > .container {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
}

/* Media query desktop */

@media screen and (min-width: 1024px) {
    .desktop { display: block; }
    .tablet { display: none !important;}
    .mobile { display: none !important; }
}

#innerBanner, #innerBanner .inner-slider, #innerBanner .owl-stage-outer, #innerBanner .owl-stage, #innerBanner .owl-item { width: 100vw; height: 80vh; }
#innerBanner.full, #innerBanner.full .inner-slider, #innerBanner.full .owl-stage-outer, #innerBanner.full .owl-stage, #innerBanner.full .owl-item { height: 100vh; }
#innerBanner .inner-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#innerBanner .inner-slider .item img{
    height: 100%;
    object-fit: cover;
}

#innerBanner #caption {
    width: 40%;
    top: 50%;
}

#slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----------------- Other Blocks -----------------*/
#promotionsSec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
#promotionsSec .bgBox {
    width: 60%;
    height: 60%;
    border: 1px solid #707070;
    background: var(--primary-color);
    opacity: 0.04;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#promotionsSec .topContent {
    width: 100%;
    margin: 0 0 30px 0;
}
#promotionsSec .topContent h2 {
    margin: 0;
    font-family: 'Prata';
    font-size: 28px;
    color: #171717;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
}
#promotionsSec .topContent p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}
#promotionsSec .promotions {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    width: 100%;
}
#promotionsSec .promotions .item {
    width: calc(50% - 8px);
}
#promotionsSec .promotions .item .image {
    overflow: hidden;
}
#promotionsSec .promotions .item .image img {
    transform: scale(1);
    transition: all .7s ease-in-out;
}
#promotionsSec .promotions .item:hover .image img {
    transform: scale(1.05);
}
#promotionsSec .promotions .item .info {
    padding: 20px;
    padding-bottom: 0 !important;
}
#promotionsSec .promotions .item .info h3 {
    margin: 0;
    font-family: 'Prata';
    font-size: 28px;
    color: #171717;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
}
#promotionsSec .promotions .item .info p {
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
#csFamilySec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
#csFamilySec .topContent {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
}
#csFamilySec .topContent h2 {
    margin: 0;
    font-family: 'Prata';
    font-size: 28px;
    color: #171717;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
}
#csFamilySec .topContent p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    line-height: 26px;
}
#csFamilySec .csfamily {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 50px;
    width: 100%;
}
#csFamilySec .csfamily a {
    filter: brightness(1);
    transition: all .3s ease-in-out;
}

#csFamilySec .csfamily img {
    height: 72px;
}
#gallerySec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
#gallerySec .gallery {
    width: 100%;
}
#gallerySec .gallery .gallery-slider .eyeIcon {
    width: 42px;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
#gallerySec .gallery .gallery-slider .owl-nav {
    top: 0;
    bottom: 67px;
    right: 0;
    left: 0;
    margin-top: 0;
}
#gallerySec .gallery .gallery-slider .owl-nav [class*=owl-] {
    width: 50%;
    height: 100%;
    border: none !important;
    border-radius: 0%;
}
#gallerySec .gallery .gallery-slider .owl-nav button.owl-prev {
    cursor: url(../images/owl-prev-round-white.svg) 45 45, auto;
}
#gallerySec .gallery .gallery-slider .owl-nav button.owl-next {
    cursor: url(../images/owl-next-round-white.svg) 45 45, auto;
}
#gallerySec .gallery #counter {
    display: flex;
    align-items: flex-start;
    grid-gap: 0px;
    padding-right: 20px;
    font-family: 'Allison';
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    letter-spacing: -15px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}
#gallerySec .gallery #counter b {
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
}
.dark {
    background-color: #171717;
}
.dark #introSec .intro h1 {
    color: #ffffff;
}
.dark #introSec .intro h2, .dark #introSec .intro p {
    color: #ffffff;
}
.dark #zigzagSec .zigzag {
    margin-top: 0px;
}
.dark #zigzagSec .zigzag:after {
    display: none;
}
.dark #zigzagSec .zigzag .image {
    margin-top: 0px;
}
.dark #zigzagSec .zigzag .content h2 {
    color: #ffffff;
}
.dark #zigzagSec .zigzag .content p {
    color: #ffffff;
}

.collapse-group > .content--more-info {
    order: 2;
    height: 200px;
    overflow-y: auto;
    transition: all 1s ease, margin 1.5s ease;
}

.collapse-group > .content--no-show {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
}

.collapse-group  .btn-collapse {
    order: 1;
    text-transform: lowercase;
    display: flex;
    margin: 0 auto;
    line-height: 36px;
}

.collapse-group  .btn-collapse .neoicon-down-arrow {
    font-size: 1.4em;
    color: var(--primary-color);
    padding-left: .4em;
    margin-top: 5px;
}

.content--more-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Only in desktop */
.home .home-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100%);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.inner-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100%);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media (min-width: 768px) {
    .home .home-slider::before {
        background-color: rgba(0, 0, 0, 0.2);
    }
}


/* SECCIÓN DE CONTACTO */

#contactSection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contact-phone, .contact-mail {
    display: inline-block;
}

.form-control {
    border-bottom: 2px solid var(--primary-color);
}

#contactSection .button {
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0;
    font-size: 16px;
    color: var(--primary-color) !important;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: none;
}

#contactSection .button:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    transition: all .3s ease-in-out;
}

#contactSection .button:hover:after {
    width: 100%;
}

#contactSection #comments {
    height: 33px;
}

#contactSection .contact-form__container-send {
    padding-left: 15px;
    padding-top: 15px;
}

.errormessage {
    font-size: .8em;
    line-height: 1.333333333333333em;
    color: #ff5556;
}

.result {
    position: relative;
    margin-bottom: 20px;
    color: #EB6C73;
    text-align: center;
    font-size: 16px;
}

.errorForm {
    border-bottom-color: #ff5556 !important;
    border-radius: 0;
    color: #ff5556 !important;
}

.errorForm::placeholder {
    color: #ff5556 !important;
}

.alert-box {
    margin-top: 20px;
}

.alert-box.success .icons, .alert-box.success {
    color: #809533;
}

.alert-box.success .icons {
    margin-right: 5px;
}

.realperson-text {
    letter-spacing: 0;
    font-size: 4px;
    line-height: 2px;
}

/* FIN SECCIÓN DE CONTACTO */

.csfamily img, .logos img {
    transition: transform 0.4s ease;
}

.csfamily img:hover, .logos img:hover {
    transform: scale(1.05);
    filter: brightness(0);
}

#slider .owl-carousel .owl-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cmsmodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.358);
    z-index: 100;
}

.cmsmodal-main {
	position: relative;
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmsmodal-content {
    background-color: #fff;
    max-width: 70%;
    max-height: 500px;
    text-align: center;
    position: relative;
    z-index: 110;
    overflow: hidden;
    padding: 30px 10px;
}

.cmsmodal-content h2{
    font-size: 18px;
    padding: 0px 25px;
    padding-top: 10px;
    text-align: center;
}

.cmsmodal-line{
    height: 100%;
    width: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--primary-color);
}

.cmsmodal-text{
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0px 50px;
    text-align: justify;
    margin-bottom: 25px;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}


.cmsmodal-text::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
  }

  .cmsmodal-text::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 5px;
  }

  .cmsmodal-text::-webkit-scrollbar-track {
    background-color: rgb(202, 200, 200);
    border-radius: 5px;
  }

.cmsmodal-button{
    text-transform: uppercase;
    font-weight: bold;
}
.cmsmodal-button p{
    margin: 0px;
}

.no-scroll {
    overflow: hidden;
}


@media all and (max-width: 767px) {

    .cmsmodal-content {
        background-color: #fff;
        max-width: 80%;
    }
    .cmsmodal-text{
        padding: 20px;
        padding-top: 0px;
        font-size: 14px;
    }

}

