:root { --sticky-offset: 74px; }

@font-face {
    font-family: 'Bodoni Moda', serif;
    src: url('../fonts/times-new-roman/times-new-roman.ttf');
}

@font-face {
    font-family: 'Noto Sans Light';
    src: url('../fonts/noto-sans/NotoSans-Light.ttf');
}

* {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Noto Sans Light';
}

h1,
h2,
h3 {
    font-family: 'Bodoni Moda', serif;
}

h1 {
    /*text-transform: uppercase;*/
    font-size: 37px;
    letter-spacing: 1px;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 24px;
    /* font-weight: bold; */
}

h4 {
    font-size: 19px;
}

.bold {
    font-weight: bold;
}

p,
label {
    font-size: 15px;
    line-height: 24px;
    white-space: pre-line;
}

a,
a:hover,
a:active,
a:focus {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
}

section {
    background-color: white;
}

.black {
    color: black !important;
}

.white {
    color: white !important;
}

.underline {
    text-decoration: underline !important;
}

.h-85 {
    height: 85%;
}

.full-banner {
    position: relative;
    height: 100vh;
}

.swiper-slide img.mobile {
    display: none;

}

.swiper-slide img.desktop {
    display: inline-block;

}

.full-banner img.mobile {
    display: none;

}

.full-banner img.desktop {
    display: inline-block;

}

.hidden {
    display: none;
}

#header {
    position: fixed;
    padding: 5px 10px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #A49173;
    /*background-color: #ff0000;*/
    z-index: 999;
}

.header-container {
    display: flex;
}

.logo-container {
    padding: 1rem;
    margin-right: auto;
}

.logo-container img {
    max-width: 140px;
}

.logo-text {
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-control,
.form-control:focus {
    border-radius: 0;
    border-color: black;
    resize: none;
    box-shadow: none;
}

.btn {
    min-width: 150px;
    font-family: 'Bodoni Moda', serif;
}

.btn-primary {
    border-radius: 0;
    border: solid 2px black;
    color: black;
    background-color: transparent;
    padding: 0.4rem 2rem;
    font-size: 17px;
    font-family: 'Noto Sans Light';
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    border: solid 2px white;
    color: white;
    background-color: transparent;
    box-shadow: none;
}

.btn-black {
    border-radius: 0;
    border: solid 2px black;
    color: black;
    background-color: transparent;
    padding: 0.4rem 2rem;
    font-size: 17px;
    font-family: 'Noto Sans Light';
}

.btn-black:active,
.btn-black:hover,
.btn-black:focus {
    border: solid 2px black;
    color: black;
    background-color: transparent;
    box-shadow: none;
}

.btn-white {
    border-radius: 0;
    border: solid 2px white;
    color: white;
    background-color: transparent;
    padding: 0.4rem 2rem;
    font-size: 17px;
    font-family: 'Noto Sans Light';
}

.btn-white:active,
.btn-white:hover,
.btn-white:focus {
    border: solid 2px black;
    color: black;
    background-color: transparent;
    box-shadow: none;
}

.btn-blue,
.btn-blue:focus,
.btn-blue:active {
    border-radius: 0;
    border: solid 2px #6b88a0;
    color: white;
    background-color: #6b88a0;
    padding: 0.4rem 2rem;
    font-size: 17px;
    font-family: 'Noto Sans Light';
     box-shadow: none !important;
}

.btn-blue:hover
 {
    border: solid 2px #5a7286;
    color: white;
    background-color: #5a7286;
    box-shadow: none;
}

.btn-header {
    border: solid 2px white;
    background-color: transparent;
    padding: 0.8rem 1.5rem;
    color: white;
    font-size: 19px;
}

.btn-header:active,
.btn-header:hover,
.btn-header:focus {
    color: black;
    border: solid 2px black;
}

.btn-green,
.btn-green:active,
.btn-green:hover,
.btn-green:focus {
    border: solid 1px white;
    color: white;
    margin-bottom: auto;
    padding: 15px 25px;
    border-radius: 0;
    background-color: #639F97;
}

.header-btns-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-underline,
.btn-underline:active,
.btn-underline:focus,
.btn-underline:hover {
    border-radius: 0;
    border: none;
    border-bottom: solid 1px black;
    color: black;
    background-color: transparent;
    padding: 0.4rem 2rem;
    font-size: 17px;
    font-family: 'Noto Sans Light';
}


.header-link,
.header-link:hover,
.header-link:active,
.header-link:focus {
    color: white;
    font-size: 50px;
    text-decoration: none;
}
.header-link i{
    font-size: 32px;
}
.auto-height-container {
    height: auto;
    padding: 1rem;
}

.max-height-container {
    height: 100vh;
    padding: 1rem;
}

.content-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 5rem;
}

.auto-height-container .content-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.brown-separator {
    width: 100%;
    height: 10px;
    background-color: #A49173;
    margin-top: 10px;
    margin-bottom: 10px;
}

.green-separator {
    width: 100%;
    height: 10px;
    background-color: #639F97;
    margin-top: 10px;
    margin-bottom: 10px;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.room-slider,
.tri-slider {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.room-slider .zoom-image-wrapper,
.tri-slider .zoom-image-wrapper {
    /* border-radius: 5px; */
}

.room-slider a,
.tri-slider a {
    text-decoration: none !important;
}

.slider-img {
    /* height: 340px; */
}

.slider-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.slider-control-wrapper,
.slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-control-wrapper p {
    font-size: 17px;
}

.offer-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100%; */
}
.offer-list .custom-list-wrapper {
    flex-shrink: 0;
}
.offer-col img.slider-img{
    max-width: 512px;
    width:100%;
}

.link-wrapper-bottom{
    /*padding-top: 20px;*/
    margin-top: auto;
    position: relative;
}
.link-wrapper a {
    display: flex;
    align-items: center;
}

.link-wrapper:hover p {
    text-decoration: underline;
    font-size: 17px;
}

.slider-control p,
.slider-control a,
.link-wrapper p,
.link-wrapper a {
    font-size: 17px;
    color: black;
    text-decoration: none;
}

.slider-control span,
.link-wrapper span {
    font-size: 30px;
    font-weight: bold;
    font-family: auto;
}

.link-wrapper .bracket-icon {
    margin-left: 100px;
}

.link-btn p,
.link-btn a {
    color: white !important;
}

.green-box {
    background-color: #88bcb2 !important;
}

.gold-box {
    background-color: #9e9276 !important;
    color: white;
}

.brown-box {
    background-color: #A49173 !important;
    color: white;
}

.dark-brown-box {
    background-color: #81786f !important;
    color: white;
}

.light-brown-box {
    background-color: #bbac94 !important;
    color: white;
}

.blue-box {
    background-color: #6b88a0 !important;
    color: white;
}

.light-green-box {
    background-color: #9cc0ba !important;
    color: white;
}

.color-white {
    color: white !important;
}

.vertical-slider {
    width: 60%;
    /* margin-left: 20%; */
}

.vertical-slider-text-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 4.5em;
}

.vertical-slider-img-wrapper {
    display: flex;
    justify-content: center;
}

.vertical-slider-img-wrapper img {
    height: 350px;
    width: 350px;
}

.miles-text {
    color: #A49173;
    font-size: 17px;
}

.vertical-slider-wrapper {
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    justify-content: center;
    /*margin: 50px 0;*/
    margin: 0 auto 3rem auto;
}

.faded-bg img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    object-fit: cover;
    /* z-index: -1; */
    opacity: 10%;
}

.vertical-controls {
    position: absolute;
    height: 100%;
    right: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.vertical-controls a {
    color: black !important;
    font-size: 30px;
}

#footer {
    padding: 2.5rem 5rem;
}

#footer h3 {
    font-size: 20px;
}

.footer-img {
    max-width: 200px;
}

.manage-img {
    max-width: 150px;
    margin-top: 3rem;
}

.thick-hr {
    border: solid 1px black;
    opacity: 100;
}

.social-link {
    font-size: 20px;
}

.relative {
    position: relative;
}

.bar-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 10px;
    background-color: black;
}

.bar-right {
    left: auto;
    right: 0;
}

.bar-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65%;
    height: 10px;
    background-color: black;
}

.fix-body {
    overflow: hidden;
}

.body-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .75)
}

.lightbox-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .75)
}

.lightbox-wrapper {
    width: 50vw;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 50px auto;
}

#lightbox-title {
    color: white;
    text-align: center;
    margin-top: 15px;
}

.sidebar-toggle{
    cursor: pointer;
}
.sidebar {
    position: fixed;
    top: 0;
    right: -28%;
    height: 100%;
    width: 28%;
    background-color: white;
    z-index: 1000; transition: 0.5s;
}

.sidebar.show {
    right: 0 !important;
}

.sidebar-wrapper .accordion{
    width: 100% !important;
}
.accordion-button.nochild::after{
    display: none !important;
}
.sidebar-wrapper .accordion-item{  
    border-bottom:0px !important;
}
.sidebar-wrapper .accordion-item .child-link{
    margin-bottom: 1.5em;
}
.sidebar-wrapper .accordion-item .child-link a{
    text-decoration: none;
    margin-left:1.5em;
}  

.large-title {
    font-size: 72px;
}


.fade-on-scroll {
    -webkit-transform: translateY(80px) rotate(0deg) translateZ(0);
    transform: translateY(80px) rotate(0deg) translateZ(0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.inView {
    opacity: 1;
    margin-top: -1px;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(px) rotate(0deg) translateZ(0);
}

.fixed-linked-controls {
    position: fixed;
}

.bars-logo {
    max-width: 35px;
}

.accommodation-slider-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.slick-prev::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    font-weight: 300;
    font-size: 25px;
}

.slick-next::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    font-weight: 300;
    font-size: 25px;
}


.accommodation-slider .slick-next::before,
.accommodation-slider .slick-prev::before {
    color: black;
}

.accommodation-slider .slick-next {
    top: 30px;
    right: 50%;
    z-index: 100;
}

.accommodation-slider .slick-prev {
    top: 30px;
    left: 46%;
    z-index: 100;
}

.img-bg {
    position: relative;
    overflow: hidden;
}

.img-bg .zoom-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nextstop-bg{
    object-fit: cover;
    /*width: 100%;*/
    object-position: center center;
    height: 100%;
}

.img-bg .content-container {
    padding: 0 !important;
    display: flex;
    justify-self: center;
    align-items: flex-start;
}

.img-bg .content-container .white-box {
    max-width: 80%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    padding: 5%;
    /* padding-right: 25%; */
}


.img-bg .content-container .white-box .top-line {
    width: 200%;
    height: 10px;
    background-color: #A49173;
    position: absolute;
    top: 20%;
    /* left: 3%; */
}

.img-bg .content-container .white-box .bottom-line {
    width: 200%;
    height: 10px;
    background-color: #A49173;
    position: absolute;
    bottom: 20%;
    /* left: 3%; */
}

.img-bg .zoom-image {
    height: 100%;
    /* object-fit: cover; */
}

.img-bg-content {
    width: 100%;
    height: 100%;
    display: absolute;
    top: 0;
    left: 0;
}

.slick-list,
.slick-track,
.slick-slide {
    height: 100%;
}

.sidebar-wrapper {
    padding-top: 5rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.sidebar-links-wrapper{
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}

.sidebar-links{
    font-family: "Bodoni Moda", serif !important;
    font-size: 12px !important;
    /*margin-bottom: 18px;*/
    text-decoration: none;
    /*display: inline-block;*/
    display: inline-flex;
    width: 100%;
    line-height: 1.8;
    position: relative;
}
.sidebar-links:hover,
.sidebar-links:focus,
.sidebar-links.active  {
    color:#A49173;
}
.sidebar-links-wrapper.has-child a.sidebar-links{

}
.sidebar-links-wrapper.has-child a.sidebar-links i{
    position: absolute;
    right: 10%;
    font-size: 12px;
}
.sidebar-links-wrapper.has-child a.sidebar-links i.fa-chevron-up{ display:none; }
.sidebar-links-wrapper.has-child a.sidebar-links i.fa-chevron-down { }

.sidebar-child{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left:2em;
    display: none;
}
.sidebar-child div{
    margin-bottom: 10px;
}
.sidebar-child a{
    font-family: "Bodoni Moda", serif !important;
    font-size: 12px !important;
    text-decoration: none;
    display: inline-flex;
    width: 100%;
}
.sidebar-child a:hover,
.sidebar-child a:focus,
.sidebar-child a.active  {
    color:#A49173;
}

.slider-btn {
    display: flex;
    align-items: center;
}

.slider-btn:hover p {
    text-decoration: underline;
}

.zoom-image-box .zoom-image-wrapper {
    overflow: hidden;
}

.zoom-image-box:hover .zoom-image {
    transform: scale(1.05);
    -webkit-transition: transform 0.8s ease-in-out;
}

.zoom-image {
    transform: scale(1);
    -webkit-transition: transform 0.8s ease-in-out;
}

.close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.text-separator {
    display: inline-block;
    border-bottom: solid 10px #81786f;
    padding-bottom: 25px;
}

.green-text-separator {
    display: inline-block;
    border-bottom: solid 10px #88bcb2;
    padding-bottom: 25px;
}

.brown-text-separator {
    display: inline-block;
    border-bottom: solid 10px #A49173;
    padding-bottom: 25px;
}

.line-separator {
    display: inline-block;
    height: 10px;
    width: 100px;
    background-color: #A49173;
}

.full-image-section {
    color: white;
}

.faded-gradient-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faded-gradient {
    height: 100% !important;
    /* background: #ffffff; */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.linked-slider-container {
    height: 100%;
    /*height: calc(100dvh - 74px); */
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.linked-slider-container .slider-control-wrapper {
    position: absolute;
    bottom: 0;
    padding-left: 5rem;
    padding-bottom: 3rem;
}

.linked-slider-container .slider-control p,
.linked-slider-container .slider-control a {
    color: white;
}

.footer-input-group {
    width: 80%;
}

.footer-input-group input,
/*.footer-input-group button,*/
.footer-input-group input:hover,
/*.footer-input-group button:hover,*/
.footer-input-group input:focus,
/*.footer-input-group button:focus,*/
.footer-input-group input:active{
/*.footer-input-group button:active {*/
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px black;
    color: black;
    box-shadow: none;
    background-color: white;
}
.footer-input-group button{
    font-family: 'Noto Sans Light';
    width: 134px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    min-width: auto !important;
}
/*.footer-input-group button:hover,*/
.footer-input-group button:focus,
.footer-input-group button:active{
    /*border-bottom: solid 1px black;*/
border-radius: 0;
border: none;
box-shadow: none;
outline: none;
}
.footer-input-group .bracket-icon{
    display: inline-block;
    height: 20px;
    padding-left:20px;
}
.fa-brands {
    font-size: 20px;
}

.trip-logo {
    /*max-width: 75px;*/
    height: 26px;
}

.google-logo {
    /*max-width: 100px;*/
    height: 25px;
}

.full-cover-image {
    width: 100%;
    height: auto;
}

.faded-gradient .link-wrapper p,
.faded-gradient .link-wrapper span {
    color: white;
}

.content-ps {
    padding-left: 7rem !important;
}

.content-pe {
    padding-right: 7rem !important;
}

.bracket-icon {
    height: 25px;
}

.btn-link {
    text-decoration: inherit;
    color: inherit;
}

.inherit-link {
    text-decoration: inherit;
    color: inherit;
}

.inherit-link:hover {
    text-decoration: underline;
}

.form-check-label {
    font-size: 13px;
    line-height: 18px;
}

.vert-next i,
.vert-prev i {
    font-size: 30px;
}

.duo-slider-content {
    display: flex;
    flex-flow: column;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.expanded-title {
    font-family: 'Noto Sans Light';
    text-transform: none;
}

.custom-list-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.custom-list-wrapper li {
    margin-bottom: 4px;
}
.custom-list-wrapper li p,
.module-detail li p{
    margin-bottom: 0;
}

.custom-list-wrapper li::marker {
    color: #bbac94;
    font-size: 1.2em;
}

.room-add-wrapper a,
.room-add-wrapper p,
.room-add-wrapper h1,
.room-add-wrapper h2 {
    font-family: 'Bodoni Moda', serif !important;
    font-weight: 100;
}

.map-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(128, 128, 128, 0.75);
}

.content-map-container {
    height: 75vh;
    max-height: 680px;
}

.pull-right {
    float: right;
}

.banner-fix {
    height: 150px;
    width: 100%;
}

.media-wrapper:hover .media-overlay {
    display: flex;
}

.media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    display: none;
}

.media-plus {
    font-size: 50px;
    margin: 0;
    font-family: 'Bodoni Moda', serif;
}

.no-text-decoration {
    text-decoration: none !important;
}

#main-wrapper{
    padding-top: 118px;
}
h1.duo-heading{
    padding: 1em 0;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 992px) {
    .footer-input-group{
        width: 100%;
        max-width: 500px;
    }
    .page-footer .form-check{
        max-width: 500px;
        width: 100%;
    }
}

@media only screen and (max-width: 920px) {


    .lightbox-wrapper {
        width: 85vw;
    }

    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .slider-control-wrapper p,
    .slider-control p,
    .slider-control a,
    .link-wrapper p,
    .link-wrapper a {
        font-size: 14px !important;
    }


    #section-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw !important;
        height: 100vh !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    section {
        width: 100vw !important;
        height: 100vh !important;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        isolation: isolate;   
    }

    section.tall-section{
        height:auto !important;
    }
    section .row.h-100 {
        height: auto !important;
    }

    .max-height-container,
    .auto-height-container {
        display: flex;
        /*align-items: center;*/
        align-items: flex-start;
        justify-content: center;
        justify-self: center;
    }

    .auto-height-mobile {
        overflow-x: scroll;
    }

    .long-card-scroll {
        display: inline-block;
        height: 100%;
        /*padding-top: 10vh;*/
    }

    .content-container {
        padding: 0 !important;
        height: auto;
    }
    .full-image-section .content-container{
        height: calc(100% - 100px) !important; /** minus top heading height **/
    }

    .content-map-container {
        height: 35vh !important;
    }

    .faded-gradient .content-container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

/*    .slider-control p,
    .slider-control a,
    .link-wrapper p,
    .link-wrapper a {
        font-size: 14px;
    }*/

    .slider-control span,
    .link-wrapper span {
        font-size: 30px;
    }


    .bar-top {
        width: 100%;
        height: 15px;
    }

    .bar-bottom {
        width: 100%;
        height: 15px;
    }

    .faded-bg,
    .vertical-controls {
        display: none;
    }

    .linked-slider {
        width: 100%;
    }

    .vertical-slider {
        margin-left: 0;
        width: 100%;
    }

    .vertical-slider-img-wrapper img {
        width: 100%;
    }

    .room-slider,
    .tri-slider,
    .duo-slider {
        padding-left: 0;
        padding-right: 0;
    }

    .slider-img {
        /* height: 340px;
        border-radius: 5px; */
    }

    .slider-box {
        padding-left: 5px;
        padding-right: 5px;
    }

    #footer {
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .sidebar {
        right: -75%;
        width: 75%;
    }
    .vertical-slider-wrapper{
        margin-bottom: 10px;
    }
    .vertical-slider-text-wrapper {
        padding-left: calc(var(--bs-gutter-x) * .5);
        max-width: 360px;
        margin: 1rem auto;
    }

    .header-btns-container {
        width: 100%;
        justify-content: flex-end;
    }

    #header {
        padding: 15px 1em;
    }

    .accommodation-slider-wrapper {
        width: 100vw;
        height: 100vh;
        padding-top: 5rem;
    }

    .duo-slider-wrapper {
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .accommodation-slider .slick-next {
        top: 85%;
        right: 2%;
    }

    .accommodation-slider .slick-prev {
        top: 85%;
        left: 78%;
    }

    .accommodation-slider-img-box {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .accommodation-slider-content {
        padding: 1rem 0.2rem;
    }

    .accommodation-slider-content h1 {
        font-size: 28px;
    }

    .accommodation-slider-content .more-desc p {
        font-size: 16px;
    }

    .img-bg .row.h-100 {
        height: 100vh !important;
    }

    .img-bg .content-container {
        height: auto;
        width: 100%;
        align-items: center;
    }

    .img-bg .content-container .white-box {
        max-width: none;
        width: 95%;
        min-height: 75vh;
    }

    .sidebar-wrapper {
        padding: 5rem 2rem;
    }

    .sidebar-links {
        font-size: 12px !important;
    }

    .sidebar-links-wrapper:first-child {
        /* border-top: solid 1px black; */
    }

    .sidebar-links-wrapper {
        width: 100%;
        /* border-bottom: solid 1px black; */
        padding: 5px 15px;
        margin-bottom: 10px;
    }

    .bars-logo {
        max-width: 35px;
    }

    .logo-container {
        padding: 0;
    }

    .btn-header {
        font-size: 14px;
        padding: 0.5rem 1rem;
        min-width: 100%;
    }

    .large-title {
        font-size: 36px;
    }

    .social-link {
        font-size: 28px;
    }

    .full-cover-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .linked-slider-container {
        width: 90vw;
        justify-content: flex-start;
         justify-self: center;
    }

    .linked-slider-container .slider-control-wrapper {
        padding-left: 0;
        width: 100%;
    }

    #footer {
        height: auto !important;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .manage-img {
        display: block;
        margin: 0 auto;
    }

    .faded-gradient {
        height: 100% !important;
        background: rgba(0, 0, 0, .7)
    }

}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 575px) {
    .logo-container a{
        margin-top: 4px;
        display: inline-block;
    }
    #section-wrapper{
        padding-top: 74px !important;
    }
/*    .full-banner{
        padding-top: 82px !important;
    }*/
    .room-slider,
    .tri-slider,
    .duo-slider {
        padding-left: 0;
        padding-right: 0;
        justify-self: center;
        text-align: center;
    }

    .slider-img {
        /* height: 340px; */
        /* border-radius: 5px; */
    }

    .slider-box {
        padding-left: 5px;
        padding-right: 5px;
    }

    .swiper-slide img.mobile {
        display: inline-block;

    }

    .swiper-slide img.desktop {
        display: none;

    }

    .full-banner img.mobile {
        display: inline-block;
        /*width: 100%;*/
        object-fit: initial !important;
        height: auto !important;

    }

    .full-banner img.desktop {
        display: none;

    }
    #footer {
        padding-bottom: 8rem;
    }
    .linked-slider-container .slider-control-wrapper{
        /*bottom: 3.5rem;*/
        padding-bottom: env(safe-area-inset-bottom);
        position: relative;
        margin-top: 0;
        margin-bottom: 2rem;
        bottom:auto;
    }
    .linked-slider-container{
        justify-self: center;
    }
    .vertical-slider-img-wrapper img{
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    h1.duo-heading{
        padding: 3rem 0; /** py-5 **/
    }
    .duo-slider-wrapper {
        justify-content: initial;
    }
    .accommodation-slider-wrapper{
        padding-top:0.5em !important;
    }
    .additional-left h2{ font-size: 20px; }
    .additional-right h2{ font-size: 20px; }
    .top-line{ display:none; }
    .bottom-line{ display:none; }
    .box-brown-line{
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 10px solid #A49173;
        border-bottom: 10px solid #A49173;
    }
    .max-height-container{
        /*padding: 3rem 1rem;*/
    }


    .sidebar-links {
        font-size: 12px !important;
        /*margin-bottom: 0.2em;*/
    }

}

@media only screen and (max-width: 425px) {}

