﻿body {
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-family: 'Montserrat';
    background: #F7F3E7;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.woff2') format('woff2'), url('../font/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.woff2') format('woff2'), url('../font/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Light.woff2') format('woff2'), url('../font/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'New Spirit Light Condensed';
    src: url('../font/NewSpirit-LightCondensed.woff2') format('woff2'), url('../font/NewSpirit-LightCondensed.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Spirit';
    src: url('../font/NewSpirit-Medium.woff2') format('woff2'), url('../font/NewSpirit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Spirit';
    src: url('../font/NewSpirit-SemiBold.woff2') format('woff2'), url('../font/NewSpirit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Spirit';
    src: url('../font/NewSpirit-Bold.woff2') format('woff2'), url('../font/NewSpirit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Spirit Condensed';
    src: url('../font/NewSpirit-RegularCondensed.woff2') format('woff2'), url('../font/NewSpirit-RegularCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Spirit';
    src: url('../font/NewSpirit-Regular.woff2') format('woff2'), url('../font/NewSpirit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.montserrat {
    font-family: 'Montserrat';
}

.spirit {
    font-family: 'New Spirit';
}

.color1 {
    color: #053838;
}
.color-oreng {
    
    color: #e38a4c;
}
.oreng-text-border{
    -webkit-text-stroke: 1px #e38a4c;
}
.fs-25 {
    font-size: 25px;
}

.fs-47 {
    font-size: 47px;
}

.fs-60 {
    font-size: 60px;
}

.fs-75 {
    font-size: 75px;
}

.fs-80 {
    font-size: 80px;
}

.fs-90 {
    font-size: 90px;
}

.fs-100 {
    font-size: 90px;
}

.fs-145 {
    font-size: 105px;
}

h1, h2 {
    font-family: 'New Spirit';
    font-weight: 400;
}

h3 {
    font-family: 'Montserrat';
    font-weight: 500;
}

p {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 300;
}

.text-border-dark {
    -webkit-text-stroke: 1px #000;
}

.text-border-white {
    -webkit-text-stroke: 1px #fff;
}

.text-border-blue {
    -webkit-text-stroke: 1px #053838;
}

.mx-80 {
    margin: 0px 80px;
}

.px-150 {
    padding-left: 150px;
    padding-right: 150px;
}

.px-100 {
    padding-left: 80px;
    padding-right: 80px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.border-dark {
    border-color: #000;
}

.bg-dark-blue {
    background: #053838;
}

.border-light-blue {
    border: solid 3px #bbe5f0;
}

.border-blue {
    border: solid 3px #053838;
}

a:hover {
    color: #fe6238;
    text-decoration: none;
}

a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 20px;
}

.fixed .top-btn .btn {
    height: auto;
    padding: 12px 10px;
    font-size: 28px;
}


.top-btn .btn {
    width: 100%;
    padding: 36px 10px;
    background: #C3DDD3;
    border: 2px solid #000;
    font-weight: 500;
    font-family: 'New Spirit';
    color: #000000;
    transition: all .5s;
    font-size: 35px;
}

    .top-btn .btn:hover {
        background: transparent;
        border: 2px solid #000;
        color: #000000;
    }

.btn {
    background: #E07832;
    border-radius: 0px;
    padding: 12px 20px;
    width: 285px;
    font-size: 23px;
    border: 2px solid #000;
    color: #000;
    transition: all .5s;
    font-weight: 500;
}

.btn-3 {
    border: solid 2px #ffffff;
    color: #ffffff;
}

    .btn-3:hover {
        color: #000;
    }

.btn2 {
    background: #C3DDD3;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

a.btn:hover {
    color: #000;
    background: #fff;
}

.h1-main-px {
    padding: 0 80px;
}

.pl-130 {
    padding-left: 5%;
}

.pr-130 {
    padding-right: 5%;
    padding-left: 0;
}

.bg-tintsgreen a:hover {
    color: #4aa6ac !important;
}

ul {
    list-style-position: inside;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.f-color-F8F4F0 {
    color: #001b11;
}

.cursor-pointer {
    cursor: pointer;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 175px;
}

.mb-100 {
    margin-bottom: 100px;
}

.px-200 {
    padding: 0 180px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-130 {
    padding-top: 130px;
}

.pr-12 {
    padding-right: 12%;
}

.mt-75 {
    margin-top: 75px;
}

.pl-lg-50 {
    padding-left: 50px;
}

.pr-lg-50 {
    padding-right: 50px;
}

.pb-130 {
    padding-bottom: 130px;
}

.bg-light-blue {
    background: #053838;
}
/*** Header Desktop Menu css  ****/
.headertop-contact {
    padding: 35px 40px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    background: #F7F3E7;
}

    .headertop-contact.fixed {
        background: #fff;
        border-bottom: solid 2px #fff;
        box-shadow: 0 1px 3px #fff;
        padding: 15px 40px;
        top: 0px;
        background: #fff;
    }

.fixed .logo {
    padding: 0;
    width: 180px;
}

.logo {
    transition: all 0.5s;
    padding: 0px;
    width: 350px;
    position: relative;
    z-index: 11;
}

.fixed .sidenav ul li {
    padding: 10px 15px;
}

.sidenav ul li {
    padding: 10px 24px;
}

.accordion {
    display: block;
    width: 100%;
}

#linkid {
    position: relative;
}

li.mb-3 {
    list-style-type: disc;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 300;
}

.fixed .sidenav a.nav-link {
    color: #000;
    font-size: 24px;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 25px;
    display: block;
    transition: 0.3s;
    color: #000000;
    padding: 8px 0;
    text-align: center;
    font-weight: 300;
    -webkit-text-stroke: 1px #000;
}

.dropdwoen-sec {
    width: max-content;
    position: absolute;
    top: 60px;
    background: #ffffff;
    padding: 0;
    z-index: 999;
    border: solid 2px #000;
}

a.owl-next:hover img {
    filter: brightness(0.8);
}

.headersubmenu:hover .collapse:not(.show) {
    display: block !important
}

label.Gueststop {
    width: 418px;
}

.headersubmenu .dropdwoen-sec ul li {
    padding: 15px 15px;
    width: 100%;
    border-bottom: solid 2px #000;
    text-align: left;
    margin-bottom: 0;
}

    .headersubmenu .dropdwoen-sec ul li a:after {
        position: absolute;
        bottom: 0;
        content: '';
        background: #E07832;
        height: 2px;
    }

.sidenav ul li a:hover:after {
    width: 100%;
}

.fixed .headersubmenu .dropdwoen-sec ul li a {
    font-size: 20px;
}

.headersubmenu .dropdwoen-sec ul li a {
    padding-bottom: 5px;
    display: block;
    text-align: left;
    width: fit-content;
    font-size: 20px;
    color: #000;
}
/*.collapse:not(.show) {
    display: block;
}*/
#accordion .active {
    color: #fe6238;
}

.sidenav a.nav-link:focus {
    color: #2D2E29;
}

.thumbnail-video {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}

.modal-video {
    width: 100%;
    max-height: 80vh;
}

.modal-dialog {
    max-width: 800px;
}

.video-title {
    text-align: center;
    font-size: 1rem;
    margin-top: 0px;
    font-weight: 500;
}


.bookbtn {
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    padding: 18px 25px;
    margin-left: 30px;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    display: inline-block;
}

.sidenav .nav-item.active ul li a {
    color: #2D2E29;
    border-bottom: 0px;
    -webkit-text-stroke: 1px #2d2e29;
}

    .sidenav .nav-item.active ul li a:hover {
        color: #E07832;
        -webkit-text-stroke: 1px #E07832;
    }

.sidenav .nav-item.active ul li.active a {
    color: #e58f42;
    -webkit-text-stroke: 1px #e58f42;
}

.sidenav .nav-item.active ul li.active {
    /*background: #2D2E29 !important;*/
    color: #fff;
}

.nav-px {
    padding: 0 50px;
}

.sidenav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    content: '';
    color: transparent;
    background: #E07832;
    height: 2px;
}

.sidenav ul li a:hover:after {
    width: 100%;
}

.sidenav ul li .active:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

    .sidenav ul li a:after,
    .sidenav ul li a:before {
        transition: all .5s;
    }

.sidenav a.nav-link:hover {
    color: #E07832;
    -webkit-text-stroke: 1px #E07832;
}

.sidenav .nav-item.active a {
    color: #E07832;
    border-bottom: solid 2px #E07832;
    -webkit-text-stroke: 1px #E07832;
}
/*** End Header Desktop Menu css  ****/
/*-------toTop-----------*/
#toTop {
    transition: transform 0.5s ease 0s;
    bottom: 75px;
    padding: 5px;
    position: fixed;
    right: 24px;
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}

    #toTop img {
        position: absolute;
        left: 14px;
        z-index: 99;
        margin-top: 10px;
    }

#star-svg {
    position: fixed;
    right: 19px;
    bottom: 70px;
    width: 80px;
    height: 80px;
}
/*-------toTop-----------*/
.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    height: 50px;
}



.imgSec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 3px #bbe5f0;
    transition: .5s;
}

.imgSec:hover::before {
    border-color: #000;
    background: url('/Content/images/boat-black.webp') no-repeat rgb(187 229 240 / 75%);
    background-position: center;
    background-size: contain;
}

.imgSec {
    position: relative;
    transition: all .5s;
    overflow: hidden
}



.owl-nav .owl-prev {
    display: none;
}

.owl-nav .owl-next {
    position: absolute;
    top: -145px;
    right: 0;
    border: solid 2px #000 !important;
}

.cta-slider-h .owl-stage {
    margin-left: 122px;
}

.cta-slider-h.carousel2 .owl-stage,
.cta-slider-h.carouselrooms .owl-stage {
    margin-left: 0;
}

.cta-slider-h.carousel3 .owl-stage {
    margin-left: 197px;
}

.cta-slider-h .owl-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -188px;
}

    .cta-slider-h .owl-nav .owl-prev {
        display: block;
        margin: 20px 0;
        transform: rotate(180deg)
    }

    .cta-slider-h .owl-nav .owl-next {
        display: block;
        margin: 20px 0;
        transform: rotate(-180deg)
    }

    .cta-slider-h .owl-nav img {
        opacity: 0.5
    }

        .cta-slider-h .owl-nav img:hover {
            opacity: 1
        }

.owl-carousel a.owl-dot {
    background: linear-gradient(to bottom, #070E4B 33.33%, #fff 33.3%, #fff 66.66%, #070E4B 66.66%, #070E4B 100%);
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    width: 24px;
    display: inline-block;
    height: 6px;
    transition: 0.2s all;
}

    .owl-carousel a.owl-dot.active {
        background: #fff;
    }

.carouselnewroom6 .owl-carousel a.owl-dot {
    width: 21px !important;
}

.carouselnewroom5 .owl-carousel a.owl-dot {
    width: 21px !important;
}

.carouselnewroom3 .owl-carousel a.owl-dot {
    width: 21px !important;
}

.rooms-sliders .carouselrooms + .counter {
    color: #fff;
}

.rooms-sliders .counter {
    left: 47px;
}

.rooms-sliders .counter {
    color: #ffffff;
    left: 0;
}

.rooms-sliders .cta-slider-h .owl-dots {
    left: 43px;
}

.rooms-sliders .carouselrooms a.owl-dot {
    background: linear-gradient(to bottom, transparent 33.33%, #ffffff 33.3%, #ffffff 66.66%, transparent 66.66%, transparent 100%) !important;
}

    .rooms-sliders .carouselrooms a.owl-dot.active {
        background: #ffffff !important;
    }

.counter {
    position: absolute;
    bottom: -33px;
    right: 47px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    z-index: 1;
}

.carousel2.owl-carousel a.owl-dot,
.carousel3.owl-carousel a.owl-dot,
.carouselrooms.owl-carousel a.owl-dot {
    background: linear-gradient(to bottom, transparent 33.33%, #070E4B 33.3%, #070E4B 66.66%, transparent 66.66%, transparent 100%);
}

    .carousel2.owl-carousel a.owl-dot.active,
    .carousel3.owl-carousel a.owl-dot.active,
    .carouselrooms.owl-carousel a.owl-dot.active {
        background: #070E4B;
    }

.carousel2 + .counter,
.carousel3 + .counter,
.carouselrooms + .counter {
    color: #070E4B;
    right: 0;
}

    .carousel2 + .counter .border1,
    .carouselrooms + .counter .border1 {
        width: 90px;
    }

    .carousel3 + .counter .border1 {
        width: 120px;
    }

.counter-6 .counter .border1 {
    width: 135px;
}

.counter-7 .counter .border1 {
    width: 160px;
}

.cta-slider-h .owl-dots {
    position: absolute;
    bottom: -37px;
    right: 43px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}

.back-bg-light {
    position: absolute;
    width: 100%;
    background: #C3DDD3;
    height: 88%;
    z-index: -1;
    top: 70px;
    left: 0;
}

.back-bg-gre {
    position: absolute;
    width: 100%;
    height: 88%;
    z-index: -1;
    top: 70px;
    left: 0;
    background-color: rgb(6 104 109 / 50%);
}

.slider-text-box span {
    font-size: 30px;
    font-weight: 400;
}

.social-icons a {
    background: #E07832;
    border-radius: 23px;
    max-width: 68px;
    width: 100%;
    max-height: 68px;
    transition: .5s;
    height: 100%;
}

    .social-icons a:hover {
        background: #C3DDD3;
    }

        .social-icons a:hover .social-icons-img {
            filter: brightness(0);
        }

.amenities-content {
    padding-left: 60px;
    padding-right: 60px;
}
/* ........................ FOOTER-CSS-START ................................ */
footer {
    background: #C3DDD3;
}

.footer-form h2 {
    color: #fff;
    padding-bottom: 30px;
}

.form-item {
    position: relative;
    margin-bottom: 20px;
}

    .form-item input {
        display: block;
        width: 100%;
        height: 59px;
        background: #fff;
        border: none;
        border-bottom: solid 1px #ccc;
        transition: all .3s ease;
        color: #000;
        font-weight: 500;
        font-size: 18px;
        padding: 0 20px;
        border-radius: 0px;
        border: solid 2px #000;
    }

    .form-item label {
        FONT-VARIANT: JIS04;
        position: absolute;
        cursor: text;
        z-index: 2;
        top: 16px;
        left: 10px;
        padding: 0 10px;
        color: #000;
        transition: all .3s ease;
        font-weight: 500;
        font-size: 20px;
    }

.form-control:focus {
    border-color: none;
}

input:focus-visible {
    outline: none;
}

.form-item input:focus + label,
.form-item input:valid + label {
    font-size: 12px;
    top: -10px;
    background: #fff;
    left: 10px;
    color: #000;
    line-height: 1.9;
    border-radius: 0px;
}

.form-item input:focus + label {
    color: #000;
}

#txtmessage {
    height: 130px;
    width: 100%;
    display: block;
    background: #fff;
    border: none;
    border-bottom: solid 1px #ccc;
    transition: all .3s ease;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 0px;
    resize: none;
    border: solid 2px #000;
}

#txtmessage:focus-visible {
    outline: none;
}

.form-item #txtmessage:focus + label,
.form-item #txtmessage:valid + label {
    font-size: 12px;
    top: -10px;
    background: #fff;
    left: 10px;
    color: #000;
    line-height: 1.9;
    border-radius: 0px;
}

.field textarea {
    background: #053838;
}

.form-item #txtmessage:focus + label {
    color: #000;
}

.bottom-part {
    padding-top: 50px;
}

    .bottom-part p {
        font-weight: 400;
        font-size: 25px;
    }

.footer-location-box a {
    font-size: 25px;
    font-weight: 400;
}

.footer-location-box p {
    font-size: 25px;
    font-weight: 300;
}

.bottom-footer a {
    font-size: 25px;
    font-weight: 400;
}

.footer-menu-list li {
    line-height: 1;
    text-align: center;
}
/* ........................ FOOTER-CSS- END ................................ */
.fade:not(.show) {
    display: none;
}

.nav-pills .nav-item {
    max-width: 30%;
    width: 100%;
    margin-right: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000000;
    background-color: #E07832;
    border: solid 3px #000000;
}

.nav-pills .nav-link {
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 0px;
    color: #000000;
    margin-top: 15px;
    background-color: #FFFFFF;
    border: solid 3px #000000;
}

.amenities-box ul li {
    font-size: 23px;
    font-weight: 500;
}

.wellcome-hiliday span {
    font-size: 25px;
}

/*closable popup*/
#closabale-popup-main {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1111 !important;
    overflow: auto;
}

#closabale-popup {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    position: relative;
    background: transparent;
}

    #closabale-popup .popup {
        position: fixed;
        top: 0px;
        background: #D6F7F7;
        z-index: 2;
        height: 100%;
        width: 100%;
        padding: 100px 0px;
    }

    #closabale-popup .close-cont {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.67);
        position: absolute;
        z-index: 1;
    }

    #closabale-popup .popup .close-btn svg {
        height: 14px;
        width: 14px;
        margin-top: -2px;
    }

    #closabale-popup .close-btn {
        position: absolute;
        right: 32px;
        top: 40px;
        z-index: 10;
        cursor: pointer;
        border-radius: 50%;
        border: 1px solid;
        transform: scale(0.9);
        line-height: 3px;
        fill: #fff;
        height: 45px;
        width: 45px;
        background: transparent;
        padding: 10px;
    }

.close-btn img {
    filter: brightness(000);
}

#closabale-popup .close-btn:hover {
    fill: #000;
    background: #8fcfcc;
}

#closabale-popup .popup .close-inner {
    position: relative;
}

    #closabale-popup .popup .close-inner p {
        font-size: 23px;
        line-height: 35px;
        text-align: center;
        color: #000;
    }

    #closabale-popup .popup .close-inner h2 {
        font-size: 34px;
        color: #fff;
    }

.bookpopupfixedimg {
    position: absolute;
    bottom: 0;
    right: 58px;
    pointer-events: none;
}


.booking-detials {
    padding: 30px 13px;
    max-width: 95%;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    margin: auto;
    border-radius: 0px;
}


.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}


.head-book ul li label {
    font-size: 26px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.head-book ul li img {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.number-li {
    display: inline-block !important;
}

    .number-li lable {
        font-size: 20px;
    }

.book-btn {
    border-radius: 0px;
    color: #ffffff;
    background: #fe6238 !important;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 16px 20px;
    letter-spacing: 1px;
    border-radius: 50px;
    width: 100%;
}

    .book-btn:hover {
        background: #fff !important;
    }



.head-book ul li {
    text-decoration: none;
    color: #2D2E29;
    position: relative;
    padding: 4px 0px 19px;
    border-bottom: solid 2px #2D2E29;
    margin-bottom: 10px;
    margin-right: 22px;
    display: flex;
    vertical-align: bottom;
    text-align: left;
    align-items: baseline;
    width: 100%;
}
/*---book-now-----*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: solid 2px #0098A7 !important;
    background: none !important;
    border-radius: 50px;
}

.ui-state-hover {
    border-radius: 50px;
    color: #fff !important;
    transition: all 0.0s;
}

    .ui-state-hover:hover {
        color: #fff !important;
        transition: all 0.0s;
        background: #2D2E29 !important;
    }

.start-date, .start-date.end-date1 {
    background: #0098A7;
    border-radius: 30px 0px 0px 30px;
    color: #fff !important;
}

.end-date, .end-date1 {
    background: #0098A7;
    border-radius: 0px 30px 30px 0px;
    color: #fff !important;
}

.start-date .ui-state-default {
    background: #2D2E29 !important;
    border-radius: 50px;
}

.end-date .ui-state-default {
    background: #2D2E29 !important;
    border-radius: 50px;
}

.ui-widget :active {
    outline: none;
    color: #fff !important;
}

.head-book ul li input[type="text"] {
    /* color: #FFF; */
    background: transparent;
    padding: 0px;
    border: 0px solid #2D2E29;
    border-radius: 4px;
    text-transform: uppercase;
    width: 116px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase !important;
    display: inline-block;
    outline: none;
}

.head-book .select2-chosen {
    line-height: 1 !important;
}

.head-book .select2-choice {
    height: 33px !important;
    width: 100% !important;
    padding: 20px 2px;
}

.head-book ul li input[type="text"]::placeholder {
    color: #0098a7;
    opacity: 1;
}

.book-btn {
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: bottom;
}

    .book-btn:hover {
        background: #30756f;
        color: #fff;
    }

    .book-btn:focus {
        background: #30756f;
        color: #fff;
    }

.innerbody button.btn1 {
    width: 217px;
}

.head-book .telarea {
    position: static;
    display: none;
}

.checkAvailability {
    border-right: none !important;
}

.booking-form {
    width: auto;
}

.head-book .select2-container .select2-choice {
    color: #2d2e29 !important;
    font-size: 20px !important;
    font-weight: 500;
    background: url('/Content/images/arrow.webp') bottom 5px right 4px no-repeat;
    border: none;
    outline: none;
    line-height: 0;
}

.boatfixed {
    position: absolute;
    bottom: 20px;
    left: -20px;
    z-index: 1;
}

.bg-blue {
    background: #C3DDD3;
}

/*.............form css...........*/

.groupsform .field-validation-error {
    bottom: -9px;
    color: #b50007;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: auto;
    left: 0;
    line-height: 1;
}

.groupsform .input-validation-error {
    height: 50px;
    background: #fff7e8 url(../../Content/images/error.png) no-repeat scroll right 12px center !important;
    border: 1px solid #b50007 !important;
    transition: all 0 ease-in-out 0;
    box-shadow: none
}

.groupsform .valid {
    background: #fff7e8 url(../../Content/images/success.png) no-repeat scroll right 12px center !important;
    border: 1px solid #666 !important;
    transition: all 0 ease-in-out 0;
    height: 50px
}



.contactform .field-validation-error {
    bottom: -16px;
    color: #b50007;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: auto;
    left: 0;
    padding: 0;
    line-height: 1;
}

.contactform .input-validation-error {
    background: #fff7e8 url(../../Content/images/error.png) no-repeat scroll right 12px center !important;
    border: 2px solid #b50007 !important;
    transition: all 0 ease-in-out 0;
    box-shadow: none
}

.contactform .valid {
    background: #fff7e8 url(../../Content/images/success.png) no-repeat scroll right 12px center !important;
    border: 2px solid #666 !important;
    transition: all 0 ease-in-out 0;
}


.groupsform .form-control:focus {
    background-color: #fff
}

.groupsform .form-control.valid:focus {
    background-color: #fff
}

.groupsform .form-control.h50 {
    height: 50px
}



.groupsform .input-validation-error {
    height: 50px;
    background: #fff7e8 url(../../Content/images/error.png) no-repeat scroll right 12px center !important;
    border: 0px solid #b50007 !important;
    border: 1px solid #b50007 !important;
    transition: all 0 ease-in-out 0;
    box-shadow: none
}

.groupsform .valid {
    background: #fff7e8 url(../../Content/images/success.png) no-repeat scroll right 12px center !important;
    border: 0px solid #fff !important;
    border: 1px solid #fff !important;
    transition: all 0 ease-in-out 0;
    height: 50px
}



.groupsform .form-control {
    border-radius: 0;
    background-color: #fff7e8 !important;
    border: 1px solid #fff7e8;
    padding: 10px;
    box-shadow: 0 0 0
}

.groupsform .Selectlable {
    background: linear-gradient(#fff,#fff);
    padding: 5px;
    position: absolute;
    width: 141px;
    left: 8px;
    display: block;
    font-size: 15px
}

.groupsform .field label.Selectlable::before {
    content: attr(title1);
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 0
}

.groupsform .field {
    position: relative;
    margin-bottom: 0;
    height: 50px
}

    .groupsform .field label::before {
        content: attr(title1);
        position: absolute;
        top: 0;
        left: 15px;
        line-height: 48px;
        color: #686868;
        transition: 300ms all
    }

    .groupsform .field input:focus {
        outline: 0;
        box-shadow: 0
    }

    .groupsform .field input:valid + label::before {
        content: attr(data-title1)
    }

    .groupsform .field.h100 {
        height: 121px
    }

.groupsform .label-before, .field input:focus + label::before, .field input:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: linear-gradient(#fff7e8,#fff7e8);
    padding: 0 6px;
    color: #444;
    left: 9px
}

.groupsform .field label {
    cursor: text
}

.groupsform .field textarea:focus {
    outline: 0
}

.groupsform .field textarea:valid + label::before {
    content: attr(data-title1)
}

.groupsform .label-before, .field textarea:focus + label::before, .field textarea:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: #fff7e8;
    padding: 0 6px;
    color: #000;
    left: 9px
}

.groupsform .form-penal .form-group .form-control {
    border: 0px solid #666;
    border: 1px solid #ffffff;
    background: none;
    height: 42px
}


.groupsform .form-penal .field textarea {
    height: 180px !important;
    font-size: 20px;
}

.form-group.field.textarea-box {
    height: 180px !important;
}

.groupsform .form-control:focus {
    color: #000;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none
}

.groupsform .form-penal .select2 {
    background-color: transparent;
    padding: 10px 15px
}

.groupsform .form-penal .select2-container .select2-choice {
    height: 25px !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url(../../Content/images/select-arrow.png) center right 0 no-repeat;
    border: none;
    text-transform: uppercase;
    top: -1px;
    color: #ffffff;
    text-align: left
}

    .groupsform .form-penal .select2-container .select2-choice > .select2-chosen {
        line-height: 20px;
        font-weight: 500
    }

.groupsform .form-penal .field label::before {
    content: attr(title1);
    position: absolute;
    top: 8px;
    left: 15px;
    line-height: 44px;
    color: #ffffff;
    transition: 300ms all
}

.groupsform .form-penal .field label.Selectlable::before {
    content: attr(title1);
    position: absolute;
    top: -14px;
    left: 0;
    line-height: 25px;
    background: linear-gradient(#fff6e5,#fff6e5) !important;
    padding: 0 9px;
}

.groupsform .form-penal .Selectlable {
    background: linear-gradient(#fff7e8,#fff7e8);
    padding: 3px;
    position: absolute;
    left: 8px;
    display: block;
    font-size: 15px
}

.groupsform .cal-icon {
    background: url(../../Content/images/calander_icon.png) no-repeat right 10px center !important
}

.groupsform .form-penal .field-validation-error {
    bottom: 11px;
    color: #b50007;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: auto;
    left: 5px;
}

.groupsform #Message {
    height: 105px !important
}

.groupsform .form-group.field.mb-4.textarea {
    height: 108px
}

.groupsform .form-penal .form-group .form-control {
    background-color: transparent !important;
    height: 57px;
    color: #fff;
}


/*.groupsform .form-penal .field label::before {
        top: 7px;
    }*/

.groupsform .form-penal .field {
    height: 87px;
    margin-bottom: 10px !important;
}

.groupsform .form-penal .select2-container .select2-choice > .select2-chosen {
    line-height: 39px;
    text-transform: capitalize;
    font-size: 18px;
}

.groupsform .label-before, .groupsform .field input:focus + label::before, .groupsform .field input:valid + label::before {
    line-height: 20px;
    font-size: 17px;
    top: -10px;
    background: linear-gradient(#053838, #053838);
    padding: 0 6px;
    color: #ffffff;
    left: 9px;
}

.groupsform .form-group label {
    font-size: 20px;
}

.groupsform .form-group select {
    font-size: 20px;
}

.form-group input {
    font-size: 20px;
}

.groupsform .label-before, .groupsform .field textarea:focus + label::before, .field textarea:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: #fff;
    padding: 0 6px;
    color: #444;
    left: 9px
}
.field textarea:focus, .field textarea.active:focus + label::before, .field textarea.active:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: #053838;
    color: #fff;
    left: 9px;
}
.groupsformtwo .field textarea:focus + label::before, .groupsformtwo .field textarea:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: #053838;
    color: #fff;
    left: 9px;
}

.groupsform .form-penal .Selectlable {
    background: linear-gradient(#053838, #053838);
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 8px;
    display: block;
    font-size: 15px;
}

.groupsform .form-penal .field label.Selectlable::before {
    background: linear-gradient(#053838, #053838) !important;
}

.groupsform .form-penal .select2-container .select2-choice {
    height: 39px !important;
    outline: 0;
}

.divshift label {
    font-size: 20px;
}

/*.............form css...........*/

 .field-validation-error {
    bottom: -16px;
    color: #b50007;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: auto;
    left: 0;
    padding: 0;
    line-height: 1;
}

 .input-validation-error {
    background: #fff7e8 url(../../Content/images/error.png) no-repeat scroll right 12px center !important;
    border: 2px solid #b50007 !important;
    transition: all 0 ease-in-out 0;
    box-shadow: none
}

.valid {
    background: #fff7e8 url(../../Content/images/success.png) no-repeat scroll right 12px center !important;
    border: 2px solid #666 !important;
    transition: all 0 ease-in-out 0;
}
.lightgallery {
    display: none;
}

    .lightgallery.active {
        display: block !important;
    }

.gallerty_tab_list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 0 0px 0;
}

    .gallerty_tab_list .gal_tab {
        position: relative;
        cursor: pointer;
        /* text-transform: uppercase; */
        color: #000000;
        background-color: transparent;
        border: solid 3px #000000;
        font-size: 25px;
        font-weight: 500;
        padding: 13px 20px;
        border-radius: 0px;
        max-width: 285px;
        width: 100%;
        margin-top: 15px;
        margin-right: 14px;
    }



        .gallerty_tab_list .gal_tab.active {
            color: #000000;
            background-color: #E07832;
            border: solid 3px #000000;
        }


/*mob tabbing*/
.mob_left_tab {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.mob_left_tab .mob_tab_head {
    position: relative;
    height: 70px;
    background: #E07832;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
}

.mob_left_tab .mob_tab_head::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.mob_left_tab .mob_tab_list {
    list-style: none;
    background: #fff;
    padding: 20px;
}

.mob_left_tab .mob_tab_list {
    list-style: none;
    background: #fff;
    padding: 20px 10px;
    display: none;
}

.mob_left_tab .mob_tab_list li {
    padding: 10px 10px;
    font-size: 20px;
    cursor: pointer;
}

.mob_tab_list li.active {
    background: #c3ddd3;
}

.gallery-videos .nav-pills .nav-item {
    max-width: max-content;
    width: 100%;
    margin-right: 14px;
}

.myVideo {
    border: 3px #000 solid;
}

.shoping-btn-desk:hover {
    background: #000;
    color: #fff;
    border: solid 1px #000;
}
.shoping-btn-desk {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-radius: 40px;
    border: 1px solid #800080;
    background: #800080;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
    .shoping-btn-desk i {
        font-size: 22px;
        border-radius: 100%;
        background: #fff;
        padding: 10px 13px;
        color: #800080;
        margin-right: 8px;
    }

.shoping-btn {
    position: absolute;
    right: 12%;
    top: 25px;
    z-index: 10;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #800080;
    background: #800080;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

    .shoping-btn:hover {
        background: #000;
        color: #fff;
        border: solid 1px #000;
    }
    .shoping-btn i {
        font-size: 22px;
        border-radius: 100%;
        background: #fff;
        padding: 10px 13px;
        color: #800080;
        margin-right: 8px;
    }

@media (max-width:1800px) {
    .fs-100 {
        font-size: 80px;
    }

    .fs-60 {
        font-size: 52px;
    }

    .fs-75 {
        font-size: 58px;
    }

    .fs-90 {
        font-size: 78px;
    }

    .fs-80 {
        font-size: 58px;
    }

    .footer-location-box p {
        font-size: 20px;
    }

    .footer-location-box a {
        font-size: 20px;
    }

    .bottom-part p {
        font-size: 20px;
    }

    .bottom-part a {
        font-size: 20px;
    }

    .bookpopupfixedimg {
        width: 608px;
    }

        .bookpopupfixedimg img {
            width: 100%;
        }

    .fs-145 {
        font-size: 73px;
    }
}

@media (max-width:1600px) {
    .head-book ul li input[type="text"] {
        font-size: 18px;
    }
    .head-book ul li label {
        font-size: 18px;
    }
    .fs-145 {
        font-size: 64px;
    }
    .logo {
        width: 260px;
    }

    .top-btn .btn {
        padding: 30px 10px;
        font-size: 32px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    .mt-200 {
        margin-top: 140px;
    }

    .py-130 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .sidenav ul li {
        padding: 10px 10px;
    }

    .sidenav a.nav-link {
        font-size: 26px;
    }

    .nav-pills .nav-link {
        font-size: 22px;
    }

    .boatfixed {
        width: 240px;
    }

        .boatfixed img {
            width: 100%;
        }

    .bookpopupfixedimg {
        width: 508px;
    }

    .fs-100 {
        font-size: 68px;
    }

    .fs-60 {
        font-size: 48px;
    }

    .fs-75 {
        font-size: 50px;
    }

    .fs-80 {
        font-size: 52px;
    }

    .fs-90 {
        font-size: 70px;
    }

    .amenities-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:1440px) {
    .logo {
        width: 230px;
    }

    .top-btn .btn {
        font-size: 28px;
    }

    .nav-pills .nav-link {
        font-size: 20px;
        padding: 10px;
    }

    .sidenav a.nav-link {
        font-size: 22px;
    }

    .btn {
        font-size: 22px;
    }
}

@media (max-width:1366px) {
    .fs-100 {
        font-size: 55px;
    }

    .sidenav ul li {
        padding: 5px 10px;
    }

    .fixed .sidenav a.nav-link {
        font-size: 20px;
    }

    .h1-main-px {
        padding-left: 65px;
        padding-right: 65px;
    }

    .px-100 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .px-150 {
        padding-left: 110px;
        padding-right: 110px;
    }

    .btn {
        font-size: 18px;
    }

    .slider-text-box span {
        font-size: 32px;
    }

    .logo {
        width: 230px;
    }

    .fixed .logo {
        width: 130px;
    }

    .py-130 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .amenities-box ul li {
        font-size: 18px;
    }

    .mt-200 {
        margin-top: 130px;
    }

    .bookpopupfixedimg {
        right: 1px;
    }

 
    .bookpopupfixedimg img {
        width: 87%;
    }

    .back-bg-light {
        height: 93%;
        top: 34px;
    }

    .back-bg-gre {
        height: 93%;
        top: 34px;
    }

    .fs-80 {
        font-size: 48px;
    }

    .fs-60 {
        font-size: 45px;
    }

    .fs-75 {
        font-size: 42px;
    }

    p {
        font-size: 18px;
    }

    a {
        font-size: 18px;
    }

    .bottom-part p {
        font-size: 18px;
    }

    .bottom-part a {
        font-size: 18px;
    }

    .footer-location-box p {
        font-size: 18px;
    }

    .footer-location-box a {
        font-size: 18px;
    }

    .top-btn .btn {
        font-size: 24px;
    }

    .fixed .top-btn .btn {
        font-size: 20px;
    }
}

@media (max-width:1160px) {
    .shoping-btn-desk i {
        font-size: 18px;
        padding: 7px 10px;
    }
    .shoping-btn-desk {
        font-size: 16px;
        padding:12px;
    }
    .nav-pills .nav-item {
        max-width: 35%;
    }

    .fs-100 {
        font-size: 48px;
    }

    .logo {
        width: 200px;
    }

    .fixed .sidenav ul li {
        padding: 10px;
    }

    .fixed .sidenav a.nav-link {
        font-size: 16px;
    }

    .sidenav a.nav-link {
        font-size: 16px;
    }

    .amenities-box ul li {
        font-size: 16px;
    }

    .back-bg-gre {
        top: 36px;
    }

    .back-bg-light {
        top: 36px;
    }
}

@media (max-width:991px) {
    .mt-200 {
        margin-top: 100px;
    }

    .fs-145 {
        font-size: 65px;
    }

    .fs-60 {
        font-size: 40px;
    }

    .fs-90 {
        font-size: 62px;
    }

    .head-book ul li label {
        font-size: 24px;
    }

    .nav-icon {
        width: 38%;
    }

    .nav-pills .nav-item {
        max-width: 30%;
    }

    .location-box-top {
        width: auto;
        padding: 15px 10px;
        margin-bottom: 0px;
    }

        .location-box-top img {
            border-radius: 70px;
        }

    .footer-links li a {
        padding: 0px 5px;
    }

    .mt-88 {
        margin-top: 65px;
    }
    /*--start-Mobile Menu----*/
    .headersubmenu:hover .collapse:not(.show) {
        display: none !important
    }

    .headersubmenu .plus-minus-toggle {
        cursor: pointer;
        height: 24px;
        position: absolute;
        right: 19px;
        top: 4px;
        float: right;
        width: 21px;
    }

        .headersubmenu .plus-minus-toggle:before, .headersubmenu .plus-minus-toggle:after {
            background: #000000;
            content: '';
            height: 2px;
            right: 0;
            position: absolute;
            top: 12px;
            width: 14px;
            transition: transform 500ms ease;
            left: 0
        }

        .headersubmenu .plus-minus-toggle:after {
            transform-origin: center
        }

        .headersubmenu .plus-minus-toggle.collapsed::after {
            transform: rotate(90deg)
        }

        .headersubmenu .plus-minus-toggle.collapsed::before {
            transform: rotate(180deg)
        }

    .dropdwoen-sec {
        width: 100%;
        position: inherit;
        left: 0;
        top: 0;
        background: none;
        text-align: left;
        padding: 0px;
        border: none;
    }

    .headersubmenu .dropdwoen-sec ul li {
        padding: 6px 0px !important;
        width: fit-content;
        border-bottom: 0;
    }

    .dropdwoen-sec .dropdown-menu1 {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .fixed .sidenav a.nav-link {
        font-size: 20px;
    }

    .logo {
        width: 260px;
    }

    .fixed .logo {
        width: 185px;
    }

    .myClass .logo {
        width: 185px;
    }

    .myClass #mySidenav {
        overflow-y: auto;
    }

    .sidenav {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }

        .sidenav a.nav-link {
            font-size: 20px;
            padding: 0px;
            color: #2d3134;
        }

        .sidenav ul li:hover {
            background: transparent;
            border: 0px solid #2D2E29;
        }


    .fixed .nav-phone a {
        color: #2D2E29;
    }

    .sidenav .nav-item.active ul li a {
        border-bottom: solid 1px transparent;
    }

    .top-btn-fixed {
        display: none;
    }

    .top-btn {
        position: relative;
        z-index: 99;
    }

    .sidenav ul li {
        display: flex;
        text-align: left;
        padding: 6px 30px;
        flex-direction: column;
        align-items: start;
        border: 0px solid transparent;
    }

    .fixed .sidenav ul li {
        padding: 6px 30px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 50%;
        right: 0;
        background-color: #fff;
        transition: 0.5s;
        padding: 140px 0;
        left: inherit;
    }

    .myClass {
        width: 100%;
    }

        .myClass .accordion {
            display: block !important;
        }

    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 39px;
        height: 19px;
        position: relative;
        float: right;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9;
    }

    .close {
        opacity: 1;
    }

    #nav-icon1 span,
    #nav-icon3 span,
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #2D2E29;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    /* Icon 4 */
    #nav-icon4.open span {
        background: #2D2E29;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 8px;
    }

    .headertop-contact {
        padding: 15px 30px;
    }

        .headertop-contact.fixed {
            padding: 10px 30px;
        }
    /*--End-Mobile Menu----*/
    .boatfixed {
        bottom: -80px;
        width: auto;
        left: -12px;
    }

    .pxipaid-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .slider-mob-bg-light {
        background: #C3DDD3;
        padding: 40px;
    }

    .slider-mob-bg-gre {
        background: rgb(6 104 109 / 50%);
        padding: 40px;
    }

    .h1-main-px {
        padding-left: 40px;
        padding-right: 40px;
    }

    .px-100 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .px-150 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .slider-text-box {
        padding: 85px 20px 0px;
    }

    .cta-slider-h .owl-dots {
        right: 65px;
    }

    .carousel2 + .counter,
    .carousel3 + .counter,
    .carouselrooms + .counter {
        right: 25px;
    }

    .pr-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .pl-130 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .footer-menu-list {
        padding: 0;
    }

    footer {
        padding-bottom: 30px;
    }

    .footer-form h2 {
        font-size: 40px;
    }

    .pt-130 {
        padding-top: 70px;
    }

    .py-130 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width:767px) {
    .amenities-box ul li {
        font-size: 14px;
    }

    .bookpopupfixedimg img {
        width: 46%;
        float: right;
    }

    label.Gueststop {
        width: 310px;
    }

    .bookpopupfixedimg {
        right: 0px;
        width: 100%;
        bottom: 37%;
    }

    .mt-200 {
        margin-top: 95px;
    }

    .nav-pills .nav-item {
        max-width: 300px;
    }

    .px-40 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .px-mob-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .btn {
        padding: 12px 20px;
        width: 208px;
        font-size: 16px;
    }

    .headertop-contact {
        padding: 15px 10px;
    }

        .headertop-contact.fixed {
            padding: 10px;
        }

    .px-100 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .px-150 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .amenities-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .h1-main-px {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider-text-box span {
        font-size: 22px;
    }

    .pt-130 {
        padding-top: 50px;
    }

    .pt-150 {
        padding-top: 30px;
    }

    .px-200 {
        padding: 0px 25px;
    }

    .slider-text-box {
        padding: 60px 0px 0px;
    }

    .book-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .logo {
        width: 200px;
    }

    .fixed .logo {
        width: 150px;
    }

    .myClass .logo {
        width: 200px;
    }

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 30px;
    }

        #nav-icon4.open span:nth-child(3) {
            top: 19px;
            left: 8px;
        }

    .nav-icon {
        width: 36%;
    }

    .social-icons a {
        border-radius: 20px;
        max-width: 60px;
    }

    .slider-mob-bg-light {
        padding: 40px 20px;
    }

    .slider-mob-bg-gre {
        padding: 40px 20px;
    }

    .pb-130 {
        padding-bottom: 100px;
    }

    .top-btn-box {
        width: 28%;
    }

    .slider-mob-bg {
        padding: 20px;
    }

    .top-btn .btn {
        font-size: 20px;
        padding: 18px 10px;
    }

    .fixed .top-btn .btn {
        font-size: 18px;
    }

    .owl-nav .owl-next {
        top: -215px;
    }

        .owl-nav .owl-next img {
            width: 50px;
        }

    .counter {
        font-size: 18px;
    }

    .py-130 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .boatfixed {
        bottom: -30px;
        width: 150px;
    }

    p {
        font-size: 16px;
    }

    .fs-100 {
        font-size: 48px;
    }

    .fs-145 {
        font-size: 54px;
    }

    .fs-47 {
        font-size: 25px;
    }

    .ptmob-0 {
        padding-top: 0px !important;
    }

    .pbmob-0 {
        padding-bottom: 0px !important;
    }
    .shoping-btn {
        right: 20%;
        top: 36px;
        font-size: 16px;

    }
        .shoping-btn i {
            font-size: 15px;
            padding: 5px 7px;
            margin-right: 5px;
        }
}

@media (max-width:575px) {
    .shoping-btn {
        right: 30%;
        font-size: 14px;
    }
    .top-btn-box {
        width: 34%;
    }
    
    .slider-text-box {
        padding: 45px 0px 0px;
    }

    .top-btn .btn {
        padding: 17px 10px;
        font-size: 14px;
    }

    .fixed .top-btn .btn {
        font-size: 12px;
    }

    .logo {
        width: 150px;
    }

    .fixed .logo {
        width: 140px;
    }

    .myClass .logo {
        width: 140px;
    }

    .fs-145 {
        font-size: 38px;
    }

    .head-book ul li label {
        font-size: 14px;
    }

    label.Gueststop {
        width: 350px;
    }

    .fs-100 {
        font-size: 35px;
    }

    .fs-60 {
        font-size: 30px;
    }

    p {
        font-size: 12px;
    }

    .owl-nav .owl-next {
        top: -185px;
    }

    .wellcome-hiliday span {
        font-size: 16px;
    }

    .owl-nav .owl-next img {
        width: 40px;
    }

    .py-130 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fs-90 {
        font-size: 58px;
    }

    .fs-80 {
        font-size: 32px;
    }

    .fs-75 {
        font-size: 40px;
    }

    .bottom-part a {
        font-size: 12px;
    }

    .bottom-part p {
        font-size: 12px;
    }

    .footer-location-box p {
        font-size: 12px;
    }

    .footer-location-box a {
        font-size: 12px;
    }

    .video-box h3 {
        font-size: 17px;
    }

    .nav-icon {
        width: 18%;
    }

    .nav-pills .nav-item {
        max-width: 260px;
    }
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.amenities-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* or 'contain' if you prefer */
}

.groupsform .field label span {
    display: none;
}