@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
@font-face {
    font-family: 'AcehLight';
    src: url('../fonts/Aceh-Light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Aceh-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Aceh-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Aceh-Light.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

 :root {
    --primary: #8A7C73;
    --secondary: #0D2A3C;
    --tertiary: #2e263b;
    --quaternary: #980d0c;
    --light-gray: #F4EDE9;
    --gray: #eeeeee;
    --dark: #6D6A67;
    --dark-gray: #777777;
    /* --dark: #000000; */
    --white: #ffffff;
    --text-color: #000;
    --rounded: 0.5rem
}

html {
    margin-top: 0 !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

.form-control::placeholder {
    color: var(--placeholder)
}

body,
html {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    transition: background-color .15s ease-in-out;
}

.rounded {
    border-radius: var(--rounded) !important;
    overflow: hidden
}

.rounded-2x {
    border-radius: 1.3rem !important;
    overflow: hidden
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

a,
a:focus,
a:link,
a:visited,
input:focus,
textarea:focus {
    outline: 0;
    text-decoration: none
}

select:focus {
    outline: 0
}

textarea {
    resize: none
}

form:not(.content-area*),
h1:not(.content-area*),
h2:not(.content-area*),
h3:not(.content-area*),
h4:not(.content-area*),
h5:not(.content-area*),
h6:not(.content-area*),
p:not(.content-area*),
ul:not(.content-area*) {
    margin: 0;
    padding: 0
}

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

iframe {
    display: block
}

p+p {
    margin-top: 1.5em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0
}

 ::selection {
    background: #1c1c1c;
    color: #fff
}

 ::-moz-selection {
    background: #1c1c1c;
    color: #fff
}

ul {
    list-style: none
}

li {
    padding: 0;
    margin: 0
}

label {
    font-weight: 400 !important
}

.fa-ul>li:not(:last-child) {
    margin-bottom: 15px
}

.has-lead .content-area h5,
.lead {
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 400
}

.has-lead .content-area h5 {
    margin-bottom: 1.5em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'AcehLight';
    font-weight: 400
}

.h1,
h1 {
    font-size: 2.25em
}

.h2,
h2 {
    font-size: 2em
}

.h3,
h3 {
    font-size: 1.75em
}

.h4,
h4 {
    font-size: 1.5em
}

.h5,
h5 {
    font-size: 1.25em
}

.h6,
h6 {
    font-size: 1.25em
}

@media only screen and (max-width:991px) {
    .h1,
    h1 {
        font-size: 2em
    }
    .h2,
    h2 {
        font-size: 1.77em
    }
    .h3,
    h3 {
        font-size: 1.54em
    }
    .h4,
    h4 {
        font-size: 1.31em
    }
    .h5,
    h5 {
        font-size: 1.1em
    }
    .h6,
    h6 {
        font-size: 1em
    }
}

@media only screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: 1.75em
    }
    .h2,
    h2 {
        font-size: 1.57em
    }
    .h3,
    h3 {
        font-size: 1.39em
    }
    .h4,
    h4 {
        font-size: 1.21em
    }
    .h5,
    h5 {
        font-size: 1.075em
    }
    .h6,
    h6 {
        font-size: 1em
    }
}

@media only screen and (min-width:1601px) {
    section>.minHeight {
        min-height: 250px
    }
}

a {
    color: var(--primary)
}

.underlined {
    padding-bottom: .75em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.underlined:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--danger)
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: .8em;
    display: block;
    line-height: 1.5em;
    font-family: RobotoLight
}

p:last-child {
    margin-bottom: 0
}

.stretched {
    letter-spacing: 1px
}

.text-default,
.text-default:active,
.text-default:focus {
    color: var(--dark) !important
}

.text-primary,
.text-primary:active,
.text-primary:focus {
    color: var(--primary) !important
}

.text-secondary,
.text-secondary:active,
.text-secondary:focus {
    color: var(--secondary) !important
}

.text-tertiary,
.text-tertiary:active,
.text-tertiary:focus {
    color: var(--tertiary) !important
}

.text-quaternary,
.text-quaternary:active,
.text-quaternary:focus {
    color: var(--quaternary) !important
}

.text-white,
.text-white:active,
.text-white:focus {
    color: var(--white)
}


/* .text-danger,
.text-danger:active,
.text-danger:focus {
    color: var(--danger) !important
}
 */

.text-grey {
    color: #737373 !important
}

.popover,
.tooltip {
    font-family: BentonSansBook
}

.tooltip-inner {
    font-size: .875em
}

.bgGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%)
}

.bgOverlay,
.hoverIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 0
}

.bg-primary {
    background: var(--primary) !important
}

.bg-secondary {
    background: var(--secondary) !important
}

.bg-tertiary {
    background: var(--tertiary) !important
}

.bg-light {
    background-color: var(--light-gray) !important;
}

.has-link-light a,
.has-link-primary a,
.has-link-primary-and-light a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 700 !important;
    position: relative;
    background: var(--tertiary) !important;
    border-color: var(--tertiary) !important;
    color: #fff;
    margin-right: .75rem;
    margin-bottom: 1rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.has-link-light a:hover,
.has-link-primary a:hover,
.has-link-primary-and-light a:hover {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff
}

.has-link-light a:focus,
.has-link-primary a:focus,
.has-link-primary-and-light a:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.has-link-light a,
.has-link-primary-and-light a:nth-child(even),
 :not(.has-link-primary)>.bg-overlay-dark .btn-primary,
 :not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary,
 :not(.has-link-primary)>.bg-tertiary .btn-primary,
 :not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary {
    background: var(--light-gray) !important;
    border-color: var(--light-gray) !important;
    color: var(--primary) !important;
    font-weight: 700 !important;
    position: relative
}

.has-link-light a:hover,
.has-link-primary-and-light a:nth-child(even):hover,
 :not(.has-link-primary)>.bg-overlay-dark .btn-primary:hover,
 :not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary:hover,
 :not(.has-link-primary)>.bg-tertiary .btn-primary:hover,
 :not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary:hover {
    background: 0 0 !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important
}

.has-link-light a:focus,
.has-link-primary-and-light a:nth-child(even):focus,
 :not(.has-link-primary)>.bg-overlay-dark .btn-primary:focus,
 :not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary:focus,
 :not(.has-link-primary)>.bg-tertiary .btn-primary:focus,
 :not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.bg-quaternary {
    background: var(--quaternary) !important
}

.bg-white {
    background: var(--white) !important
}

.bg-dark {
    background: var(--dark) !important
}

.bg-gray {
    background: var(--gray) !important
}

.bg-lgray {
    background: var(--light-gray) !important
}

.bg-darkGray {
    background: #333 !important
}

.bg-dark-gray-news * {
    color: #fff
}

.bg-opacity {
    background: rgba(245, 245, 245, .2)
}

.bg-dgray {
    background: #dedede !important
}

.grow {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.grow:hover {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-primary:hover {
    background: #66584F !important;
    border-color: #66584F !important;
}

.btn-secondary {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important
}

.btn-secondary:hover {
    background: #ffdb60 !important;
    border-color: #ffdb60 !important;
    color: var(--dark)
}

.btn-tertiary {
    background: var(--tertiary) !important;
    border-color: var(--tertiary) !important;
    color: #fff
}

.btn-tertiary:hover {
    background: #1E172C !important;
    border-color: #1E172C !important;
    color: #fff
}

.btn-quaternary {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff
}

.btn-light {
    background: var(--light-gray);
    border-color: var(--light-gray)
}

.btn-light:hover {
    background: 0 0 !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important
}

.btn-shape {
    border: 0;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: .75rem 2.2rem;
}

body {
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
    padding-top: 0;
    color: var(--text-color);
    background-color: #fff;
    color: #000;
}

main {
    overflow-x: hidden
}

.container-max {
    width: 96%;
    max-width: 1600px;
    margin: auto
}

.section {
    margin: 0;
    padding: 4rem 0;
    position: relative;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    /* background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
    font-size: 1rem;
    left: 0px;
    top: 40px;
    padding: 2rem 0;
}

header .brand-logo {
    /* display: none; */
    max-width: 250px;
    display: flex;
    margin: auto;
}

header.sticky .brand-logo {
    display: block;
    z-index: 999;
    position: relative;
}

header.sticky .brand-logo img {
    max-height: 40px !important;
}

.topbar {
    background: #000;
    height: 40px;
    color: #fff;
    font-size: .9rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    /* z-index: 10; */
}

.topbar img {
    max-width: 120px;
    margin-left: 1rem;
}

.topbar a {
    color: #fff;
}

.topbar a:hover {
    text-decoration: underline;
}

.selectpicker {
    background: transparent;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    margin-right: 1rem;
}

.selectpicker option {
    background: var(--light-gray);
    color: var(--text-color);
    font-size: .8rem;
}


/* hamburger menu */

header nav {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.navbar .menu-items {
    display: flex;
    text-align: left !important;
    align-items: baseline;
}

.navbar .nav-container li {
    list-style: none;
}

.navbar .nav-container a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
    text-align: left;
    text-transform: uppercase;
}


/* .navbar .nav-container a:hover {
    font-weight: bolder;
} */

.nav-container {
    display: block;
    position: relative;
    height: 60px;
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 13px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.sticky .nav-container .hamburger-lines {
    background: var(--secondary);
    padding: 13px;
    height: 46px;
    width: 52px;
    border-radius: 1rem;
}

.navbar .menu-items {
    /* padding-top: 120px; */
    /* box-shadow: inset 0 0 2000px rgba(255, 255, 255, .95); */
    background: var(--secondary);
    transform: translate(-150%);
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 360px;
    height: calc(100vh + 80px);
    top: -80px;
    overflow: hidden;
    padding: 6rem 8rem;
}

.navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
}

.navbar .menu-items li a {
    position: relative;
}

.navbar .menu-items li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}

.navbar .menu-items li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked~.logo {
    display: none;
}

header.sticky {
    top: 0;
    padding: 1rem 0;
    background: var(--secondary);
    transition: all .5s ease;
}

header.sticky nav {
    position: absolute;
    top: -30px;
    left: -10px;
    padding-top: 18px;
}

.menu-links {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
}

.logos-containers {
    display: grid;
    width: 30%;
    height: 100%;
}

.logo-tp {
    display: flex;
    align-items: flex-start;
    max-width: 200px;
    margin-left: auto;
}

.logo-btm {
    display: flex;
    align-items: flex-end;
    max-width: 200px;
    margin-left: auto;
}


/* .logos-container ul.logo-collections-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 5px;
} */


/* .logos-container ul.logo-collections-bottom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 5px;
} */


/* hamburger menu ends */

.mobOnly {
    display: none;
}


/* logo animation */

.preload-screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0%;
    left: 0%;
    background: var(--primary);
    z-index: 8;
    animation: 2s ease-in-out 1;
    /*animation-delay: 5s;*/
    animation-name: preload;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.logo-block {
    width: 170px;
    margin: 0 auto;
    /*animation-name: blogo;*/
    /*	animation-delay: 5s;*/
    /*position: absolute;*/
    top: 70px;
    left: 50%;
    opacity: 1;
    z-index: 9;
    /* width: auto; */
    position: absolute;
    animation: blogo 2s 1;
    /*animation-delay: 5s;*/
    transform: translate(-50%);
}

.layer {
    fill: #00ffaf;
}

.layer {
    animation-name: layer;
    animation: 4s ease-in-out 1;
    /*animation: 4s normal forwards ease-in-out;*/
}

@keyframes preload {
    0% {
        opacity: 1;
        width: 100vw;
        height: 100vh;
        visibility: visible;
    }
    90% {
        opacity: 1;
        width: 100vw;
        height: 100vh;
        visibility: visible;
    }
    100% {
        opacity: 0;
        width: 0vw;
        height: 0vh;
        left: 0;
        top: 0;
        visibility: hidden;
    }
}

@keyframes blogo {
    0% {
        top: calc(70% - 117px);
        left: calc(50% - 75px);
        transform: scale(2)
    }
    25% {
        top: calc(70% - 117px);
        left: calc(50% - 75px);
        transform: scale(2)
    }
    75% {
        top: calc(70% - 117px);
        left: calc(50% - 75px);
        transform: scale(2)
    }
    100% {
        top: 70px;
        left: 50%;
        transform: scale(1) translate(-50%)
    }
}


/* logo animation ends */


/* hamburger menu ends */

.home-banner {
    min-height: 100vh;
    background-size: cover;
    position: relative;
    height: 100vh;
}


/* .home-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 99;
    transform: translate(0, -50%);
}
 */


/* .banner-caption {
    max-width: 800px;
    text-align: center;
    margin: auto;
    padding-top: 15rem;
} */

.banner-caption {
    max-width: 800px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.banner-title {
    font-size: 3.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.banner-caption .btn-transparent {
    /* background: rgba(105, 105, 105, .33); */
    border: solid 1px #ffffff3b;
    padding: 10px 1.5rem;
    color: #fff;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    max-width: 120px;
    margin: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-caption .btn-transparent span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #fff;
    margin-left: 10px;
}


/* .banner-title::before,
.banner-title::after {
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 2.4rem;
    position: absolute;
    top: -20px;
    left: 80px;
}

.banner-title::after {
    content: '\f10e';
    top: auto;
    left: auto;
    right: -20px;
    bottom: 0;
} */

.banner-quote {
    font-size: 2.3rem;
    position: relative;
    top: -23px;
}

.banner-search {
    padding: 1.5rem 0 1.5rem 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 2rem;
    color: #fff;
    /* position: relative; */
    /* border: solid 1px #ffffff91; */
    position: absolute;
    bottom: 10%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%) !important;
}

.banner-search .col-sm-12 {
    /* border-right: solid 1px #fff; */
    padding-left: 1.5rem;
}

.banner-search .bordr-left {
    border-right: solid 1px #fff;
}

.banner-search .form-label {
    font-size: 1.2rem;
}

.banner-search .form-label i {
    margin-right: 1rem;
    color: #fff;
}

.banner-search .form-control,
.banner-search .form-select {
    background: transparent;
    border: 0;
    color: #fff;
    margin-left: 24px;
    width: calc(100% - 24px);
}

.banner-search .form-select option {
    color: #333;
}

.banner-search .btn.btn-tertiary {
    background: var(--tertiary) !important;
    padding: 1rem;
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 1rem;
}

.banner-search .btn.btn-tertiary:hover {
    background: var(--secondary) !important;
}

.banner-search .input-group-append {
    display: none;
}


/* Chrome, Safari, Edge, Opera */

.banner-search input::-webkit-outer-spin-button,
.banner-search input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.banner-search input[type=number] {
    -moz-appearance: textfield;
}

.twitter-alignment {
    margin-bottom: 4px;
}

.timings-box {
    border: solid 1px var(--dark-gray);
    padding: 10px;
    border-radius: .5rem;
    max-width: 400px;
    margin: .75rem auto;
}


/* video banner */

.video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}

.video-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.video-bg iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 60vw;
}


/* video banner ends */

.shape {
    background-image: url(../images/shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: 100%;
    min-height: 400px;
    width: 100%;
    position: absolute;
    object-fit: contain;
    z-index: -1;
    margin-top: -20%;
}

.journey-pics {
    display: flex;
}

.journey-pic {
    padding: 1rem;
}

.section-heading {
    font-size: 2.3rem;
    text-transform: uppercase;
    margin: 0 0 1.5rem 0;
}

.extra-ord-section {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.extra-ord-section::before {
    content: '';
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
    width: 100%;
    height: 50%;
    top: 0;
    z-index: 9;
    position: absolute;
}

.extra-ord-section .container {
    position: relative;
    z-index: 10;
    margin-top: 5rem;
}

.extra-ord-section-sm {
    min-height: 500px;
}

.btn-round {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* background: rgba(0, 0, 0, .3); */
    color: var(--light-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.btn-round:hover {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: #fff;
}

.discovery-section {
    margin-top: 4rem;
}

.discovery-section .section-heading {
    max-width: 60%;
}

.discovery-section .discovery-content {
    /* top: 50%;
transform: translate(-50%, -50%) */
    margin-top: 5rem;
    min-height: 440px;
}

.full-width-pic {
    position: absolute;
    right: 0;
    text-align: right;
    width: calc(100% - 40%);
    padding-right: calc(var(--bs-gutter-x) * 0);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    max-height: 500px;
    overflow: hidden;
    padding-left: 0;
}

.full-width-pic img {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    overflow: hidden;
}

.logos-container {
    border: solid 1px var(--dark-gray);
    padding: 2rem 2rem;
}

.logos-container ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-evenly;
}

.logos-container ul li {
    margin: 1rem 1rem 1rem 0;
}

.logos-container .logo-box {
    width: 100%;
    max-width: 110px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: .75rem;
}

.logos-container .logo-box img {
    max-height: 50px;
}

.logo-top {
    position: absolute;
    top: -25px;
    padding: 0 1rem;
    background: #fff;
    max-width: 200px;
}

.logo-bottom {
    position: absolute;
    bottom: -25px;
    padding: 0 1rem;
    background: #fff;
    max-width: 200px;
    right: 2%
}

footer {
    background: var(--secondary);
    padding-top: 2.5rem;
    color: var(--white);
    font-size: .9rem;
}

footer img {
    max-width: 150px !important;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

footer a {
    color: var(--white);
    text-decoration: none;
}

footer ul {
    padding: 0;
}

footer a:hover {
    color: var(--white);
    text-decoration: underline;
}

.bst-price-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bst-price {
    margin-right: 2rem;
}

.bst-price h4 {
    font-size: 1.8rem;
    line-height: 1.6rem;
    color: #d16630;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.bst-price small {
    color: var(--dark);
}


/* 
.footer-dwnload {
padding-left: 2rem;
} */


/* .footer-dwnload p {
    max-width: 200px;
} */

.app-logos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

footer .foot-credits {
    text-align: center;
    padding: 1rem 0;
    border-top: solid 1px #656565;
    margin-top: 2rem;
}

.gallery-slide .slick-slide {
    margin: 0 1rem;
    filter: blur(4px);
}

.gallery-slide .slick-slide img {
    border-radius: 1rem;
}

.gallery-slide .slick-current.slick-active {
    /* transform: scale(1.5); */
    filter: blur(0);
    position: relative;
    z-index: 1;
}

.collectionSingle,
.packageSingle {
    position: relative;
}

.collectionSingle .overlay,
.packageSingle .overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 1rem;
}

.collectionSingle .overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.overlay .infoTxt,
.packageSingle .overlay .infoTxt {
    text-transform: uppercase;
    font-size: 1.4rem;
}

.collectionSingle .btn-round {
    background: rgba(255, 255, 255, 0.3);
    border: solid 1px #fff;
}

.collectionSingle .btn-round:hover {
    background: rgba(255, 255, 255, 1);
}

.outlet-slider .collectionSingle {
    max-height: 600px;
    border-radius: 1rem;
    overflow: hidden;
}

.packageSingle {
    margin: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    max-height: 360px;
}

.packageSingle .overlay {
    /* height: 100%; */
    background: linear-gradient(rgba(13, 42, 60, 0), var(--secondary));
    border-radius: 1rem;
    overflow: hidden;
    padding: 1.5rem;
    cursor: pointer;
    -webkit-transition: background .5s;
    /* For Safari 3.0 to 6.0 */
    transition: background .5s;
    /* For modern browsers */
}

.packageSingle .overlay .infoTxt {
    display: flex;
    font-size: 1.7rem;
    justify-content: space-between;
}

.packageSingle:hover .overlay {
    background: #f5edea;
    color: var(--secondary);
}

.packageSingle .overlay .btn-round {
    flex-shrink: 0;
}

.packageSingle img {
    aspect-ratio: 1.1;
    min-height: 360px;
    object-fit: cover;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.slick-dots li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.slick-dots span {
    display: block;
    width: 2rem;
    height: 10px;
    padding: 0;
    border: none;
    /* border-radius: 100%; */
    background-color: #E6E6E6;
    text-indent: -9999px;
}

.slick-dots li.slick-active span {
    background-color: var(--primary);
}

.nav-pills .nav-link {
    text-transform: uppercase;
    border: solid 1px #0D2A3C;
    color: var(--black);
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    text-transform: uppercase;
}

.package-slide .slick-list {
    overflow: unset!important;
}

.inner-banner {
    background-size: cover;
    background-position: center;
    height: 450px;
    position: relative;
}

.inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.banner-title-inner {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

.outlet-details {
    position: relative;
    margin: -8% auto 0;
    width: 80%;
    background: #F4EDE9;
    padding: 2rem 4rem;
    border-radius: 1rem;
    text-align: center;
}

.outlet-details h4 {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
}

.outlet-details .border {
    border: solid 1px #8A7C73 !important;
}

.outlet-details h6 {
    font-size: 1.3rem;
}

.outlet-details .btn {
    font-weight: 600;
    font-size: .9rem;
    padding: .5rem 1.2rem;
}

.btn-border {
    border: solid 1px var(--secondary);
    color: var(--secondary);
}

.btn-border:hover {
    border: solid 1px var(--secondary);
    color: #fff;
    background: var(--secondary);
}

.outlet-slider .slide-arrow,
.rooms-slider .slide-arrow {
    position: absolute;
    right: -40px;
    bottom: 50%;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    z-index: 7;
    width: 50px;
}

.outlet-slider .slide-arrow,
.rooms-slider .slide-arrow {
    width: 40px;
    height: 40px;
    text-align: right;
    color: var(--dark-gray);
    right: -10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .4);
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outlet-slider .next-arrow.slick-arrow,
.rooms-slider .next-arrow.slick-arrow {
    right: -40px;
}

.outlet-slider .slide-arrow,
.rooms-slider .slide-arrow {
    filter: brightness(100) grayscale(100);
}

.outlet-slider .next-arrow.slick-arrow,
.rooms-slider .next-arrow.slick-arrow {
    right: 5px;
}

.outlet-slider .prev-arrow.slick-arrow,
.rooms-slider .prev-arrow.slick-arrow {
    left: 5px;
}

.rooms-box {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    max-height: 400px;
}

.rooms-box .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(0, 0, 0, 0), var(--secondary));
    padding: 1.5rem;
    color: #fff;
    display: flex;
}

.rooms-box .overlay h6 {
    text-transform: uppercase;
    font-size: 1.4rem;
}

.rooms-box .overlay .btn-transparent {
    color: #fff;
    font-weight: 600;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: .75rem 1.2rem;
    border: solid 1px #c9c9c9;
    margin: 0;
    margin-top: auto;
    margin-bottom: 12px;
}

.rooms-box .overlay .btn-transparent:hover {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.rooms-box .overlay .room-btn {
    width: 160px;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.rooms-box .overlay .room-desc {
    width: 70%;
    margin-right: 1rem;
}

.packageSingle .overlay p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rooms-single {
    border-radius: 1rem;
    max-height: 500px;
    overflow: hidden;
}

.feature-bx {
    padding: 2.5rem 2rem;
    margin-top: 1rem;
    border-radius: 1rem;
}

.feature-bx img {
    max-width: 40px;
}

.feature-bx .border-end {
    border-color: #8A7C73 !important;
}

.amenities-box {
    background: none;
    margin-top: 2rem;
}

.amenities-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.amenities-box ul li {
    width: 23%;
    border: solid 1px #e2e2e2;
    padding: 1rem;
    text-align: left;
    margin: .75rem;
    background: #fff;
    transition: .5s;
}

.amenities-box ul li:hover {
    background: var(--secondary);
    color: #fff;
}

.amenities-box ul li .material-symbols-outlined {
    color: #275272;
}

.amenities-box ul li span {
    margin-right: 6px;
}

.amenities-box ul li span img {
    width: 30px;
    height: 30px;
    transition: .5s;
}

.amenities-box ul li:hover span img {
    filter: brightness(100);
}

.destination-box {
    margin-bottom: 4rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.destination-pic {
    aspect-ratio: 1.1;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
    max-height: 380px;
}

.destination-pic img {
    object-fit: cover;
    width: 100%;
}

.destination-box h4 {
    font-size: 1.7rem;
}

.destination-box p {
    min-height: 97px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.destination-box .btns {
    margin-top: 1rem;
}

.destination-box .btn {
    font-weight: 600;
    font-size: .9rem;
    padding: .5rem 1.2rem;
}

.contact-forms .form-control {
    background: var(--light-gray);
}

.contact-forms .form-control::placeholder {
    color: #aaaaaa;
}

.modal .destination-pic {
    aspect-ratio: auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
    object-fit: cover;
    max-height: 500px;
}

#gdpr {
    background: rgba(13, 42, 60, 0.9);
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.logos-container .logo-box.ic {
    transform: translateY(-10px);
    width: 130px;
}

.logos-container .logo-box.vc {
    width: 120px;
}

.logos-container .logo-box.sc {
    width: 100px;
}

.logos-container .logo-box.kimpton,
.logos-container .logo-box.indigo,
.logos-container .logo-box.atwell {
    width: 90px;
}

.logos-container .logo-box.vx {
    width: 95px;
}

.logos-container .logo-box.hiex,
.logos-container .logo-box.avid,
.logos-container .logo-box.hicev {
    width: 80px;
}

.date.input-group {
    flex-wrap: nowrap;
}

.banner-mob {
    display: none;
}

.packageSingle h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.7rem;
}

.mfp-arrow-right {
    right: 0;
    margin-top: -67px;
}

.sitemap-listing {
    margin: 0;
    padding: 0;
}

.sitemap-listing li {
    padding-left: 15px;
    margin-bottom: .5rem;
}

.sitemap-listing li::before {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: var(--secondary);
    font-size: .9rem;
}

.modal-body .btn-close {
    padding: .5rem .5rem;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--bs-red);
}

#error-span {
    position: absolute;
    bottom: 9px;
    width: 100%;
    left: 50%;
    max-width: 1200px;
    transform: translate(-50%);
}


/* respnosive styles */

@media only screen and (max-width: 1280px) and (min-width:768px) {
    .banner-search .btn.btn-tertiary {
        width: auto;
    }
    .room-desc p {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    header {
        top: 0;
        padding-top: 1.4rem;
    }
    .topbar {
        display: none;
    }
    .home-banner {
        padding-bottom: 2rem;
        height: auto;
        background-color: var(--primary);
        background-image: none !important;
    }
    .banner-caption {
        padding-top: 2rem;
        display: none !important;
        padding-top: 2rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* min-height: 430px; */
    }
    .banner-search .btn.btn-tertiary {
        padding: 1rem;
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
        border: 0;
    }
    .banner-search .form-control,
    .banner-search .form-select {
        margin-left: 0;
        border: solid 1px #bcbcbc;
        margin-bottom: 1rem;
    }
    .banner-search .form-label {
        font-size: 1rem;
    }
    .banner-search .form-label i {
        margin-right: .25rem;
        color: #fff;
    }
    .banner-title {
        font-size: 2rem;
    }
    .banner-quote {
        font-size: 1.4rem;
        top: -10px;
    }
    .banner-search {
        margin-top: 5rem;
        padding: 1rem;
    }
    .banner-search .form-control,
    .banner-search .form-select {
        width: 100%;
    }
    /* .banner-title::before,
    .banner-title::after {
        left: 0;
        top: -10px;
    }
    .banner-title::after {
        right: 0;
        left: auto;
        bottom: 0;
        top: unset;
    } */
    .banner-search .col {
        border: 0;
    }
    .input-group-append .input-group-text {
        border: 1px solid #ced4da !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .banner-mob .banner-caption {
        display: block !important;
        min-height: auto;
        position: relative;
        top: 0;
        transform: none !important;
        left: 0;
    }
    .banner-search .input-group-append {
        display: block;
    }
    .section {
        padding: 2rem 0;
        overflow: hidden;
    }
    .banner-title-inner {
        font-size: 2rem;
    }
    .full-width-pic {
        position: relative;
        width: 100%;
        margin-top: 1rem;
    }
    .logo-bottom {
        bottom: 15px;
        right: 5%;
    }
    .logo-top {
        top: 15px;
        left: 5%;
    }
    .menu-links {
        width: 80%;
    }
    .logos-container ul li {
        margin: 1rem 1rem 1rem 0;
        width: 40%;
        text-align: center;
    }
    .logos-container .logo-box {
        margin: auto;
    }
    .bordr-left {
        border-right: 0 !important;
    }
    .logos-container ul.logo-collections-top,
    .logos-container ul.logo-collections-bottom {
        grid-template-columns: auto auto;
    }
    .logos-containers {
        display: none;
    }
    .navbar .menu-items {
        padding: 5rem 2rem;
    }
    .banner-search {
        margin-top: 1rem;
        background: none;
        position: relative;
    }
    .banner-mob {
        display: block;
        min-height: 300px;
    }
    .banner-mob img {
        object-fit: cover;
        min-height: 300px;
    }
    .feature-bx .col-md-4 {
        text-align: left !important;
        margin-bottom: 1rem;
    }
    .feature-bx .border-end {
        border: 0 !important;
    }
    .packageSingle h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 1.5rem;
    }
    .outlet-details {
        width: 90%;
        padding: 2rem 2rem;
    }
    .outlet-details h6 {
        margin-top: 1rem;
        margin-bottom: .5rem;
    }
    .banner-search .col-sm-12 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    footer h5 {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .rooms-box .overlay .room-btn {
        display: block;
        width: 100%;
        text-align: left;
    }
    .discovery-section {
        margin-top: 2rem;
    }
    .discovery-section .discovery-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 900px;
    }
}

@media only screen and (max-width: 560px) {
    .amenities-box ul li {
        width: 48%;
        margin: 5px 1%;
        border: solid 1px #e2e2e2;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 0.9rem;
    }
    .amenities-box ul li span {
        margin-right: 6px;
        width: 100%;
        text-align: center;
    }
    .amenities-box ul li span img {
        width: 20px;
        height: 20px;
    }
    .packageSingle .overlay .infoTxt {
        font-size: 1.4rem;
    }
    .packageSingle .overlay p {
        font-size: .9rem;
    }
    .rooms-box {
        height: none;
    }
    .rooms-box .overlay {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        background: var(--secondary);
        padding: 1.5rem;
        color: #fff;
        display: block;
    }
    .rooms-box .overlay .room-desc {
        width: 100%;
        font-size: .9rem;
        margin-right: 0;
    }
    .room-btn .btn {
        padding: .25rem .5rem !important;
        font-size: .9rem;
        font-weight: 400 !important;
        margin-top: .5rem !important;
    }
}

.slick-arrow {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    width: 50px;
    height: 50px;
    color: var(--primary);
    display: block;
    /* border-radius: 50%; */
    font-size: 20px;
    font-weight: 800;
    /* border: none;
text-indent: -9999px; */
    position: absolute;
    top: -30px;
    /* background: url('../images/next_arrow.png') no-repeat center; */
    /* filter: brightness(0); */
    z-index: 2;
}
 
.slickPrev {
    left: auto;
    right: 10%;
    /* transform: rotate(-180deg); */
}
 
.slickNext {
    right: 2%;
}
 
.slick-arrow:hover {
    /* background-color: var(--primary);
filter: brightness(1);
border: none; */
    color: var(--secondary);
}

/* slick slider arrow */
.slide-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    border-color: var(--primary);
    border: 0;
  }
  
  .slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 9;
  }
  .slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 9;
  }
  
  .slide-arrow i {
    filter: invert(1) brightness(100);
  }