@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Prata';
    src: url('../fonts/Prata-Regular.eot');
    src: url('../fonts/Prata-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Prata-Regular.woff2') format('woff2'),
        url('../fonts/Prata-Regular.woff') format('woff'),
        url('../fonts/Prata-Regular.ttf') format('truetype'),
        url('../fonts/Prata-Regular.svg#Prata-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}









* { margin: 0; padding: 0;box-sizing:border-box}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }

table { border-collapse: collapse; border-spacing: 0 }
a { color: #000; text-decoration: none; outline: none; transition: all 300ms ease; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; }
/*Reset CSS end*/
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus,select:focus,textarea:focus{outline:none}
::-webkit-input-placeholder {opacity: 1;font-family: "Poppins", sans-serif;color:#565459;font-size:15px;letter-spacing: 1px}
:-moz-placeholder { /* Firefox 18- */opacity: 1; font-family: "Poppins", sans-serif;color:#565459;font-size:15px;letter-spacing: 1px}
::-moz-placeholder {  /* Firefox 19+ */opacity: 1; font-family: "Poppins", sans-serif;color:#565459;font-size:15px;letter-spacing: 1px}
select{appearance: none;-moz-appearance: none;-webkit-appearance: none;font-family: "Poppins", sans-serif;color:#565459;font-size:15px;letter-spacing: 1px}
:-ms-input-placeholder {opacity: 1;color:#565459;font-size:13px;letter-spacing: 1px}
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
h1, h2, h3, h4, h5, h6{font-weight: normal}
/* global classes */

/* Blue theme placeholders */
.white-theme input::placeholder {
  color: #fff;
  opacity: 0.7;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-word-break: keep-all; word-break: keep-all; -webkit-word-break: keep-all; -moz-word-break: keep-all; word-wrap: break-word; }
input[type="button"],input[type="submit"]{border:none;cursor:pointer;outline:none;}
body{margin: 0px;padding: 0px;font-size: 16px;line-height: 1.2;font-family: "Poppins", sans-serif;color: #212121;background: #ffffff}
.leftcontent{float: left}
.rightcontent{float: right}
.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.clear{clear: both;}
.container{width:92%;margin: 0 auto;max-width: 1400px;}
.sprite{background: url(../images/sprite.png) no-repeat top left}
.blackoverlay{position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 999;background: rgba(0, 0, 0, 0.6);display: none}
.ibvm{display:inline-block;vertical-align:middle}
.ibvt{display:inline-block;vertical-align:top}
.ibvb{display:inline-block;vertical-align:bottom}
html{scroll-behavior: smooth}
.commonpadding{padding: 100px 0}
.whitetext{color: #fff !important}
.whitebg{background: #fff !important}
.semibold{font-weight: 600}
.readmore.whitetext{background: #fff !important;color: #0a234b !important}
.readmore.whitetext:hover{background: #0a234b !important;color: #fff !important;}

.img-fluid{max-width: 100%;height: auto;}
.dflex{display: flex}
.dflex-between{display: flex;justify-content: space-between;align-items: center;}
.dflex-between-end{display: flex;justify-content: space-between;align-items: flex-end;}
.flex_reverse{flex-direction: row-reverse}
.header{padding: 10px 0 0;margin: 0 auto;position: fixed;top: 0;width: 100%;z-index: 99;background: #fff}
.headertopsapce{margin-top: 150px;}
.check-availability {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.callheader {
    line-height: 1;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}

.callheader span {
    background: #212121;
    width: 3px;
    display: block;
    height: 20px;
}

.topnav ul {
    display: flex;
    justify-content: space-evenly;
    padding: 0 80px;
    gap: 30px;
}
.topnav{
    border-top: 1px solid rgba(10,35,75,0.2);
    border-bottom: 1px solid rgba(10,35,75,0.2);
    margin-top: 20px;
}
.topnav ul li a {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 5px;
    position: relative;
}
.topnav ul li a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.bannertextblock {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.bannertitle {
    font-size: 40px;
    font-family: "Prata", serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}
.bannersubtitle {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px #000;
}
.villasbuttonwrap {
    position: absolute;
    right: 5%;
    bottom: 5%;
    display: flex;
    gap: 20px;
}

.villasbuttonwrap .readmore {
    background: #fff;
    color: #212121;
    padding: 15px 25px;
    text-transform: capitalize;
    border: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.villasbuttonwrap .readmore:hover {
    background: #0a234b;
    color: #fff;
}
.villasbuttonwrap .readmore:hover img {
    filter: invert(1);
}
.logoblk {
    width: 200px;
}

.headerrightblk {
    display: flex;
    align-items: center;
}

.inquire {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid;
    padding: 10px 20px;
    transition: 0.5s ease all;
    background: #0a234b;
    color: #fff;
    width: 130px;
    display: block;
    text-align: center;
}
.inquire:hover{
    background: #fff;
    color: #0a234b;
}
.banner{position: relative;}
.bannerelement {
    position: absolute;
    left: 50px;
    top: -50px;
    width: 70px;
}
.bannertext{text-align: center;}
.bannertext {
    padding: 30px 20px;
    display: inline-table;
    position: absolute;
    z-index: 4;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
}

.bannercircle {
    border: 1px solid #a1b0c6;
    background: transparent;
    width: 600px;
    height: 600px;
    position: absolute;
    right: 11%;
    top: 12%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bannerinnercircle {
    border: 1px solid #a1b0c6;
    background: transparent;
    width: 470px;
    height: 470px;
    border-radius: 50%;
}
.scroll-text-container {
  overflow: hidden;
  font-size: clamp(3rem, 6vw, 8rem);
  color: #e5c079;
  font-family: "Prata", serif;
  padding: 1rem 0;
  white-space: nowrap;
  position: absolute;
    bottom: 20%;
    z-index: 9;
}
.bannerformblk {
    font-weight: 500;
    width: 28%;
    padding: 20px 10px 20px 20px;
}

select {
    border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0;
}
.selecthotel, .formfield{
    position: relative
}
.selecthotel, .selectdates, .selectpeople{background: none}
.selectdatesblock input[type="date"] {
  width: 100%;
  /* Remove default browser icon */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectdatesblock input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;   /* hide default calendar icon */
  cursor: pointer;
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
}

.selectdatesblock::after {
  content: ""; /* your custom icon */
    background: #fff url(../images/calendar.webp) no-repeat top right;
    background-size: contain;
  position: absolute;
    right: 15px;
    top: 20px;
  pointer-events: none; /* icon won’t block input clicks */
    width: 20px;
    height: 25px;
    background-size: 100%;
}
.selecthotelblock:after{
    position: absolute;
    content: "";
    background: #fff url(../images/downarrow2.webp) no-repeat top right;
    width: 15px;
    height: 9px;
    background-size: contain;
    right: 15px;
    top: 27px;
    z-index: -1;
}
/*
.selectdatesblock:after {
    position: absolute;
    content: "";
    background: #fff url(../images/calendar.webp) no-repeat top right;
    width: 20px;
    height: 20px;
    background-size: contain;
    right: 15px;
    top: 25px;
    z-index: -1;
}
*/
.selectpeopleblock:after {
    position: absolute;
    content: "";
    background: #fff url(../images/user2.webp) no-repeat top right;
    width: 18px;
    height: 18px;
    background-size: contain;
    right: 15px;
    top: 23px;
    z-index: -1;
}
.bannerform {
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    bottom: 10%;
    z-index: 1;
    border-radius: 20px;
    gap: 10px;
    text-align: left;
    width: 73%;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.booknowbannerform {
    display: flex;
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0;
}
.submitbutton {
    background: transparent;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding: 50px;
}
.selectdates {
    border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
    color:#565459;
    font-family: "Poppins", sans-serif;
}
.scroll-text-wrapper {
  display: flex;
  will-change: transform;
}

.scroll-text {
  padding-right: 4rem;
}

.scroll-text span {
    font-size: 70px;
    position: relative;
    top: -15px;
  color: #e5c079;
}
.slick-slide, .slick-track, .slick-list{height: 100%;}
.slick-slide .bannerimg{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bannerslider{height: 84vh}
.bannerbottomblk {
    position: absolute;
    z-index: 9;
    width: 92%;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1400px;
    margin: auto;
    border-top: 1px solid #e6c17a;
    padding: 30px 10px;
}

.bannerbottomtext, .scrolltext {
    color: #e6c17a;
    text-align: center;
    font-size: 20px;
}
.ourhotelsname {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto;
    width: 90%;
}

.ourhotelsblock {
    width: 95%;
    display: block;
    margin: 0 auto;
}

/*
.ourhotelsblockwrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
*/
.sectiontitle{
    font-size: 24px;
    line-height: 1.3;
    font-family: "Prata", serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.title{
    font-size: 100px;
    font-family: "Prata", serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.title2{
    font-size: 40px;
    font-family: "Prata", serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.overview{
    text-align: center;
    position: relative;
}
.sectiontitle2, .sectiontitle3{
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-family: "Prata", serif;
    font-weight: normal;
}
.sectiontitle3{
    font-size: 46px;
}
.overview .leftblk {
    width: 30%;
}
.overview  .info{width: 90%;margin: 0 auto}

.overview .rightblk {
    width: 65%;
}

.overview .dflex-between {
    align-items: flex-start;
}

p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 30px;
}
p:last-child{margin: 0}
p a{text-decoration: underline}
.readmore {
    background: #0a234b;
    color: #fff;
    font-size: 16px;
    border: 2px solid;
    padding: 20px 35px;
    border-radius: 35px;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    transition: 0.5s ease all;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.readmore:hover {
    background: transparent;
    color: #0a234b;

}
.ourhotels{
    background: #0a234b;
    position: relative;
}
.ourhotelscircle {
    width: 1400px;
    height: 1400px;
    position: absolute;
    border: 1px solid #a1b0c6;
    background: transparent;
    border-radius: 50%;
    top: 40%;
    left: -5%;
    z-index: 2;
}
.ourhotels .container, .experiencevillas .container{
    position: relative;
    z-index: 3;
}
.experiencevillas .tabitm, .experiencevillas .nav-item {
    color: #212121;
}
.overviewbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
}

.experiencevillas .hotelslideinfo  .slick-prev, .hotels_slider  .slick-prev {
    background: url(../images/leftarrowblue.webp) no-repeat center;
    background-size: 40%;
    width: 90px;
    height: 90px;
    border: 1px solid #212121;
    left: -4.5%;
}
.experiencevillas .hotelslideinfo  .slick-next, .hotels_slider  .slick-next {
    background: url(../images/leftarrowblue.webp) no-repeat center;
    background-size: 40%;
    width: 90px;
    height: 90px;
    border: 1px solid #212121;
    right: -4.5%;
}
.lightbluebg{background: #e9f0fe;}
.experiencevillas{
    position: relative;
}
.executed{
    background: #e6c17a;
}
.tabs, .hotelslidetab {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin: 50px 0 0;
    position: relative;
    z-index: 5;
}

.tabitm, .nav-item {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 40px;
    padding: 15px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    display: inline-block;
    transition: 0.3s ease all;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.tabitm.activetabitm,  .nav-item.active{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.experiencevillas  .nav-item.active{
    border-bottom: 1px solid #0a234b;
    border-top: 1px solid #0a234b;
}

.tabdataitm {
    display: none;
}

.tabdataitm.activetabdataitm {
    display: block;
}
.tabslide {
    width: 100%;
    transition: 1s ease all;
    position: relative;
    margin: 0 auto;
}
.tabslider {
    min-height: 750px;
}
.tabslidetitle {
    color: #fff;
    font-size: 40px;
    font-family: "Prata", serif;
    text-transform: uppercase;
}
.tabslideinfo img {
    width: 30px !important;
}
.tabslideinfo {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    background: rgba(10, 35, 75, 0.9);*/
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.tabslideinfowrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(33, 33, 33, 0.9);
    width: 97%;
}

.tabslideinfowrapper .readmore {
    background: #fff;
    color: #0a234b;
    padding: 15px 30px;
    margin: 0 0 0 20px;
}
.tabsliderightinfo {
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}
.tabslideinfo span {
    display: inline-block;
    margin: 0 20px;
}
.hotelslideinfo .slick-prev, .bannerslider .slick-prev {
    background: url(../images/leftarrow.webp) no-repeat center;
    background-size: 40%;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    left: -3.5%;
}
.hotelslideinfo .slick-next, .bannerslider .slick-next {
    background: url(../images/leftarrow.webp) no-repeat center;
    background-size: 40%;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    right: -3.5%;
}
.bannerslider .slick-prev {left: 1%}
.bannerslider .slick-next {right: 1%}
.hotelslidetab  .slick-slide.slick-current.slick-active .tabitm{

    border-bottom: 1px solid;
    border-top: 1px solid;
}
.experience {
    background: #021637;
    padding: 250px 0;
    position: relative
}

.experienceimg {
    text-align: right;
    position: relative;
}
.experienceimg img{
    position: relative;
    z-index: 5;
}

.experienceinfo {
    width: 80%;
    margin-top: -23%;
    padding-bottom: 180px;
    position: relative;
    z-index: 5;
}
.experiencecircle {
    width: 640px;
    height: 640px;
    position: absolute;
    border: 1px solid #a1b0c6;
    background: transparent;
    border-radius: 50%;
    top: -25%;
    left: 5%;
    z-index: 2;
}
.experienceinfo .title2, .flavours .title2 {
    font-size: 110px;
}

.expparablk {
    width: 52%;
    float: right;
}

.expparablk:after {
    clear: both;
    content: "";
    float: none;
}

/*
.slick-slide.slick-current.slick-active.slick-center .tabslide, .tabslide2{
    margin-top: 130px;
}
*/
.projectimg {
    margin-top: -330px;
    position: relative;
    z-index: 2;
}
.projects{position: relative;padding-bottom: 0;line-height: 0;}
.projects  .sectiontitle3 {
    padding: 8% 0 0 28%;
}
.projectbg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44%;
}
.hospitalitybg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
}
.hospitality .leftblk {
    width: 50%;
}

.hospitality .rightblk {
    width: 50%;
    padding: 0 5%;
}

.hospitality {
    background: #e6c17a;
    position: relative;
    line-height: 0;
}
.hospitality .sectiontitle {
    margin-left: -30px;
    margin-bottom: 50px;
}
.services  .tabslidetitle {
    color: #cca458;
    border: none;
    font-size: 33px;
    padding: 20px 0 10px;
}
.services .tabslider{margin-top: 50px;}
.services p {
    font-size: 16px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.readmore2 {color: #cca458;font-size: 16px;border-bottom: 2px solid transparent}
.readmore2:hover{border-bottom: 2px solid }
.testimonials {
    background: #e6c17a;
    position: relative;
}
.testimonials .leftblk {
    width: 35%;
    padding-left: 30px;
}

.testimonials .rightblk {
    width: 65%;
}

.testimonials .dflex-between {
    align-items: flex-start;
}

.testimonials .sectiontitle {
    margin-left: -30px;
    margin-bottom: 30px;
}
.testimonials_slide {
    position: relative;
    padding-left: 150px;
}

.testimonials_quote {
    position: absolute;
    left: 0;
    width: 80px !important;
}

.testimonialsinfo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonials_slide p {
    font-weight: 400;
}

.testimonialname {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonialplace {
    font-size: 20px;
}
.testimonials .sectiontitle2{font-size: 33px;}
.testimonials_slider{padding-bottom: 50px;}
.testimonials .slick-prev {
    left: auto;
    background: url(../images/testimonial_left-arrow.webp) no-repeat center;
    z-index: 1;
    right: 70px;
    top: auto;
}

.testimonials .slick-next {
    right: 0%;
    background: url(../images/testimonial_right_arrow.webp) no-repeat center;
    transform: none;
    top: auto;
}
.blogs p {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 30px;
}
.dflex-between-start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blogsslideleft {
    width: 40%;
}

.blogs_slider {
    width: 100%;
    padding-bottom: 50px;
}

.blogs .dflex-between-start {
    gap: 30px;
    margin-top: 50px;
}
.blogsslideleft p {
    font-weight: 500;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    padding: 30px 40px;
    z-index: 1;
    margin: 0;
    width: 100%;
}

.blogsslideleft {
    position: relative;
    line-height: 0;
}

.blogsslideleft:before {
    background: linear-gradient(0deg, black 50%, transparent 90%);
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
}
.blogs ul.slick-dots {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
    padding-right: 30px;
}

.blogs .slick-dots li.slick-active button {
    background: #cca458;
}

.blogs .slick-dots li button {
    padding: 0;
    width: 7px;
    height: 7px;
    background: #fff;
}


.lines-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    z-index: 2;
}

.zoom-container {
  overflow: hidden;
}

.line {
  width: 100%;
  background: #220d1e; /* color of next section */
  height: 0px;
  transition: height 0.4s ease-out;
}
.servicesblockwrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.block{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.img-parallax {
  width: 50vmax;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}

.image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.image-wrapper img {
  height: auto;
  max-width: 100%;
}

.shine {
  position: relative;
  margin-top: -330px;
  clip-path: polygon(20% 0%, 100% 91%, 100% 100%, 0% 100%, 0% 40%);
  overflow: hidden;
    z-index: 9;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 6;
  pointer-events: none;
}

.shine.animate::before {
  animation: shine 0.85s linear forwards;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.kenburns-bottom {
	-webkit-animation: kenburns-bottom 5s ease-out alternate-reverse both;
	        animation: kenburns-bottom 5s ease-out alternate-reverse both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-6-20 13:1:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-bottom
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.tabdataitm2 .tabslideimgparallax img {
    height: 440px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}


.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tabbutton {
    text-align: right;
    margin-top: -100px;
}
.tabslideimgparallax {
  background-attachment: scroll;
  will-change: background-position;
}
.overviewtopblk {
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 150px;
}

.overviewtopblk  .leftblk {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.overviewtopblk  .rightblk {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.overviewtopinfo {
    position: absolute;
    padding: 40px;
    z-index: 1;
    color: #220d1e;
}

.overviewtopinfo p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: 90%;
}

.titleoverview {
    font-family: "Prata", serif;
    font-size: 40px;
}
.footer.commonpadding{padding: 50px 0}

.footerlinkstitle{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.footerlinks a {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.copywritetext {
    text-align: center;
    margin: 20px 0 0;
    font-size: 16px;
}
.footerlinkslist li{
    margin: 10px 0;
}
.footerlinkswrap {
    display: flex;
    justify-content: space-between;
}

.footerlinkstitle2 {
    font-weight: 500;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footerlinks{
    width: 18%
}
.footerlinks:nth-child(2){
    width: 45%;
    padding-left: 5%;
}
.footerlinks:nth-child(3){
    width: 30%;
}
.footerlinks:nth-child(2) .footerlinkslist{
    width: 45%;
    display: inline-block;
}
.footerlinks p {
    font-size: 15px;
    text-transform: uppercase;
}
.letsconnect {
    color: #e6c17a;
    font-size: 22px;
    position: relative;
    line-height: 1;
    display: inline-block;
}

.menuicon {
    position: relative;
    display: inline-block;
}

.menuicon span {
    background: #e6c17a;
    width: 39px;
    height: 2px;
    display: block;
    margin: 10px 0;
}

.header .rightblk {
    display: flex;
    align-items: center;
}

.letsconnect:after {
    background: #e6c17a;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 5px 30px 5px;
    display: inline-block;
}

.exclusively{
    overflow: hidden;
}
.exclusiveslide {
    position: relative;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 3px;
    transition: 0.5s ease all;
/*    background: linear-gradient(90deg, #416fb9, #0a234b 50%, #416fb9);*/


}
/*
.exclusiveslide:before {
    background: #0a234b;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 99.4%;
    height: 99%;
}
*/
/*
.exclusiveslide:after {
    background: #0a234b;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 99.5%;
    height: 99.5%;
    bottom: 0;
    right: 0;
    margin: auto;
}
*/
.exclusiveslidename {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Prata", serif;
/*    background: #212121;*/
    color: #212121;
    padding: 20px 40px;
    display: inline-block;
    position: static;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    transition: 0.3s ease all;
}

.exclusiveslideimg {
    line-height: 0;
    position: relative;
    transition: 0.3s ease all;
}
.exclusiveslider .slick-slide.slick-current.slick-active.slick-center .exclusiveslideimg {
    opacity: 1;
}
.exclusiveslider .slick-slide.slick-current.slick-active.slick-center .exclusiveslidename {
    opacity: 1;
}
.exclusiveslider .slick-slide.slick-current.slick-active.slick-center .exclusiveslide {padding: 0}

.exclusiveslider{margin-top: 80px;}

 .exclusiveslider .slick-prev {
    background: url(../images/leftarrowblue.webp) no-repeat center;
    background-size: 40%;
    width: 120px;
    height: 120px;
    border: 1px solid #212121;
    left: 10%;
}
 .exclusiveslider .slick-next {
    background: url(../images/right-arrow.webp) no-repeat center;
    background-size: 40%;
    width: 120px;
    height: 120px;
    border: 1px solid #212121;
    right: 10%;
     transform: none;
}

.flavours{
    position: relative;
    z-index: 6;
}
.flavours .container{
    position: relative;
    z-index: 11;
}
.flavours .title2{position: relative;z-index: 2}
.flavoursimgwrap {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    margin-top: -240px;
}

.flavoursimgleft {
    width: 44%;
}
.flavoursimgright {
    width: 56%;
}
.flavoursimgright img + img {
    margin-top: 50px;
}

.flavourscircle {
    width: 1350px;
    height: 1350px;
    position: absolute;
    border: 1px solid #a1b0c6;
    background: transparent;
    border-radius: 50%;
    top: -9%;
    left: -9%;
    z-index: 2;
}
.flavourscircle2 {
    width: 900px;
    height: 900px;
    position: absolute;
    border: 1px solid #a1b0c6;
    background: transparent;
    border-radius: 50%;
    top: 18%;
    right: 0;
    z-index: 2;
}
.reasons{
    position: relative
}
.reasonsinfowrap {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 80px 0 0;
}

.reasonsinfoblk {
    text-align: center;
    width: 30%;
}

.reasonstitle {
    font-size: 30px;
    font-family: "Prata", serif;
    line-height: 1;
    border-top: 2px solid #0a234b;
    margin: 40px 0 0;
    padding: 30px 0 20px;
}
.testimonialslide {
    display: flex;
    gap: 30px;
    width: 92%;
    margin: 0 auto;
    background: rgba(33,33,33,0.2);
    padding: 60px 90px 60px 60px;
    border-radius: 170px;
    border: 1px solid rgba(202, 163, 116, 0.2);
    align-items: center;
}
.testimonialslider{margin: 80px 0 0}
.testimonialimg {
    line-height: 0;
    border-radius: 50%;
    background: #b6ccd1;
}
.testimonialimg img{
    mix-blend-mode: luminosity;
}
.testimonialslider .slick-slide.slick-current.slick-active.slick-center .testimonialslide {
    background: rgba(33,33,33,1);
    border: 1px solid #caa374;
}
.testimonialslider .slick-slide.slick-current.slick-active.slick-center .testimonialimg img{
    mix-blend-mode: normal
}
.testimonialinfo {
    width: 80%;
}
.testimonialslider .slick-dots {
    margin: 0 auto;
    bottom: -70px;
    position: absolute;
    width: 100%;
}

.testimonialslider .slick-dots li button {
    background: #212121;
    opacity: 0.5;
    padding: 0;
    width: 8px;
    height: 8px;
}

.testimonialslider .slick-dots li.slick-active button {
    opacity: 1;
    background: #212121;
}
.formimg{margin: 50px 0 30px;}

.rotate-center {
  -webkit-animation: rotate-center 4s ease-in-out infinite alternate;
          animation: rotate-center 4s ease-in-out infinite alternate;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  33.33% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  33.33% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pulsate-bck {
	-webkit-animation: pulsate-bck 1.5s 1s ease-in-out infinite both;
	        animation: pulsate-bck 1.5s 1s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fade-in-fwd {
	-webkit-animation: fade-in-fwd 1s 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 1s 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.whatsappicon {
    background: #25d366;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-left: 30px;
    position: fixed;
    bottom: 15%;
    right: 10px;
    top: auto;
}
.whatsapptxt{font-size: 20px;color: #fff}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.footerlinks .socialmedialinks a {
    background: #1a1919;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: 0.5s ease all;
}
.footerlinks .socialmedialinks a:hover{
    background: #fff;
    border: 1px solid #1a1919;
    color: #1a1919;
}
.socialmedialinks {
    display: flex;
    gap: 15px;
}

.aamby_vally_page .bannertext {
    background: none;
}

.aamby_vally_page .bannersubtitle {
    letter-spacing: 8px;
    margin-bottom: 20px;
}

.aamby_vally_page .bannertitle {
    font-size: 50px;
    letter-spacing: 3px;
}
.aamby_vally_page select, .aamby_vally_page .selectdates {
    border: none;
    font-size: 18px;
    padding-left: 35px;
    margin: 10px 0 0;
}
.aamby_vally_page .selectdatesblock::after, .aamby_vally_page .formfield.selectpeopleblock::after{
    left: 5px;top: 22px;right: auto;
}
.aamby_vally_page .bannerform{
    padding: 20px 30px;
}
.aamby_vally_page .bannerformblk{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 30px;
}
.aamby_vally_page .bannerformblk + .bannerformblk {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.aamby_vally_page .bannerformblk.booknowbannerform {
    background: none;
    border: none;
}
.aamby_vally_page .submitbutton {
    background: #212121;
    padding: 20px 40px;
    border-radius: 15px;
    letter-spacing: 2px;
    height: auto;
}
.aamby_vally_page .leftblk {
    width: 39%;
}
.aamby_vally_page .leftblk  p{
    font-weight: 300;
}
.aamby_vally_page .rightblk {
    width: 57%;
}
.aamby_valley_overview .container{position: relative}
.aamby_valley_overview .leftblk{margin-top: -70px}
.aamby_valley_overview  .sectiontitle {
    font-size: 24px;
    text-transform: uppercase;
}

.aamby_valley_overview .title2 {font-size: 30px;line-height: 1.3;text-transform: uppercase;}
.aamby_valley_twoimg .container{display: flex;justify-content: space-between}
.aamby_valley_twoimg .leftblk {
    width: 49.2%;
}

.aamby_valley_twoimg .rightblk {
    width: 49.2%;
}

.aamby_valley_twoimg {
    margin-top: 20px;
}
.aamby_valley_twoimg img{height: 100%;object-fit: cover}
.wobble-hor-bottom {
	-webkit-animation: wobble-hor-bottom 12s ease-in-out 1s infinite alternate ;
	        animation: wobble-hor-bottom 12s ease-in-out 1s infinite alternate ;
}


@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-20px) rotate(-3deg);
            transform: translateX(-20px) rotate(-3deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(3deg);
            transform: translateX(15px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-20px) rotate(-2eg);
            transform: translateX(-20px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(2deg);
            transform: translateX(15px) rotate(2deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-2.6deg);
            transform: translateX(-15px) rotate(-2.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

.element1 {
    position: absolute;
    bottom: -9%;
    right: 0;
    width: 18%;
}
.element2 {
    position: absolute;
    bottom: -26%;
    left: 20%;
    width: 22%;
}
.night_slider .slick-slide img{width: 98%}
.borderbottom{border-bottom: 1px solid rgba(0,0,0,0.15)}
.mobilemenuicon span {
    width: 25px;
    height: 2px;
    background: #212121;
    display: block;
}

.mobilemenuicon span + span {
    margin-top: 5px;
}

.mobilemenuicon {
    padding: 10px 8px;
    border: 1px solid #212121;
    display: none;
    border-radius: 8px;
    margin-left: 20px;
}
a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 50px;
    background: #e9f0fe url(../images/up-arrow.png?v=2) no-repeat center 43%;
    border: 1px solid #013779;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#menu:not(.mm-menu){display:none}


.dropdowntitle{padding: 10px;display: block;text-transform: capitalize;color: #d5aa0a}
.dropdown li {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown li:hover .dropdown-content {
  display: block;
}

.dropdown li:hover .dropbtn {
  color: #0a234b
}

.diwatel_page .bannertext{background: rgba(0, 0, 0, 0.7)}
ul.dropdown2 {
    display: block;
    padding: 0;
}

ul.dropdown3 {
    display: block;
    padding: 0 20px;
}

ul.dropdown3 li a {
    font-size: 14px;
    padding: 6px 8px !important;
    text-transform: capitalize;
}
.activenav{background: #0a234b;color: #fff !important}
.topnav ul li a:after {
    content: "";
    background: transparent;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 3px;
}
.topnav .icon-down-open {font-size: 13px;}
.activetopnav, .activetopnav .icon-down-open{color: #c19f22;font-weight: 500 !important}
.contactinfoblk{
    margin: 10px 0;
}
.contactuspage .contactinfoblk {
    margin: 50px auto;
    width: 75%;
}
.contactuspage .contactinfoblk + .contactinfoblk {
    border-top: 1px dashed #092146;
    margin-top: 30px;
    padding-top: 30px;
}
.contactinfo{font-size: 36px;font-weight: 200}
.contactinfotitle {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #c19f22;
}
.contactinfo:hover{color: #d5aa0a}
.icon-volume-control-phone {
    font-size: 26px;
    transform: rotate(327deg);
}
.contactblock2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.contactform  .title2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactform .title2:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    background: linear-gradient(90deg, transparent 0%, #5c5c5c 20%, #5c5c5c 85%, transparent 100%);
}

.contactform .title2 span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.contactform .title2 span:before {
    background: #5c5c5c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
}
.contactform .title2 span:after {
    background: #5c5c5c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 0;
    top: 45%;
}
.dflexform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formfieldblk {
    width: 24%;
    text-align: left;
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}

.formfieldblk label {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 1;
}

.formfield {
    border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.phonenumberfield .iti__country-name, .phonenumberfield .iti__selected-dial-code{font-size: 14px !important}
.messageblock{width: 100%}
.phonenumberfield {
    display: flex;
    border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
}

.phonenumberfield .formfield {
    border: none;
    padding: 0;
    margin: 0;
}

.phonenumberfield .formfield:first-child {
    width: 50px;
    border-right: 1px solid #212121;
    border-radius: 0;
    margin-right: 10px;
}
.formfieldblk.formsubmitblock {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 10px;
}

.formfieldblk.formsubmitblock .submitbutton {display: inline-block;width: auto;padding: 10px 30px;border-radius: 8px;font-size: 18px;}
.contactform{padding-bottom: 100px}

.aboutusbanner{background: url(../images/aboutusbanner.webp) no-repeat center;background-size: cover;height: 80vh;display: flex;align-items: center;justify-content: center;position: relative}
.aboutusbanner .title2{position: relative;text-shadow: 1px 1px 5px #000;text-align: center}
.aboutusbanner .title2:before {
    background: radial-gradient(black 10%, transparent 70%);
    position: absolute;
    top: -50%;
    left: -30%;
    width: 160%;
    height: 230%;
    content: "";
    opacity: 0.4;
    z-index: -1;
}
.visionmissiontext {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}
.visionmissionwrap{padding-top: 0}
.visionmissionwrap .leftblk:before, .visionmissionwrap .rightblk:before {
    background: linear-gradient(0deg, black 50%, transparent 80%);
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    opacity: 0.7;
}
.coreservicesinfowrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.coretitle {
    font-family: "Prata", serif;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed;
}

.coreservicesinfoblk {
    background: #f4f9ff;
    padding: 30px;
    width: 31.6%;
}

.corelist li {position: relative;margin: 15px 0;font-size: 14px;padding: 0 15px;}

.corelist li:before {}

.corelist li:before {
    content: "";
    left: 0;
    width: 4px;
    height: 4px;
    background: #151515;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 6px;
}
.partnerblock .container{border-bottom: 1px dashed #151515}
.seoinfowrap {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0 0 20px;
}
.joinlink {
    text-transform: uppercase;
    margin: 0 20px;
}
.joinform .ourhotelsname{margin-bottom: 40px}
.whatsappblock label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}
.whatsappblock input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.whatsappblock input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 9px;
    width: 9px;
    height: 20px;
    border: solid #2ab540;
    border-width: 0 3px 3px 0px;
    transform: rotate(45deg);
}
.whatsappformicon{background: #25d366;display: inline-block;color: #fff;border-radius: 50%;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;}
.formfieldblk.whatsappblock {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.formfieldblk.whatsappblock label {
    width: auto;
    font-size: 16px;
    position: relative;
}
.loginform{width: 70%;margin: 0 auto}
.loginbutton {
    background: #0a234b;
    color: #fff;
    font-size: 16px;
    padding: 20px 35px;
    line-height: 1;
    display: inline-block;
    transition: 0.5s ease all;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    width: 50%;
    border: 1px solid #0a234b;
    margin-right: 20px;
}

.registerbutton {
    background: #fff;
    color: #0a234b;
    font-size: 16px;
    padding: 20px 35px;
    line-height: 1;
    display: inline-block;
    transition: 0.5s ease all;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    width: 50%;
    border: 1px solid #0a234b;
}

.login_register_wrap {
    display: flex;
    margin-bottom: 20px
}

.login_register_wrap a + a {
    margin-left: -1px;
}
.loginform .formfieldblk{width: 100%}
.registerpage .loginbutton{background: #fff;color: #0a234b;}
.registerpage .registerbutton{color: #fff;background: #0a234b;}
.registerform .formfieldblk {width: 49%;}
.registerform .formsubmitblock{width: 100%}
.bookingbanner{
    background: #0a234b;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bookingprocessstatus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px
}
.statusline {
    width: 33%;
    background: #999999;
    display: inline-block;
    height: 1px;
    position: relative;
}

.bookingprocessstatus .sectiontitle {
    margin: 0;
    opacity: 0.3;
}
.activebookprocess{
    opacity: 1 !important;
}

.statusline:before {
    background: #999999;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 0;
}
.statusline:after {
    background: #999999;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 0;
}
.formfieldblk.selecthotel {
    width: 49%;
    position: relative;
    padding: 0;
}
.formfieldblk.selecthotel span.icon-down-open, .guest-selector .icon-down-open{
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: -1;
}
.guest-selector .icon-down-open{top: 14px}
.bookingprocess .dflexform {
    align-items: center;
}
.formfieldblk.selecthotel select {
    background: transparent;
}


    .calendar-wrapper {
      max-width: 100%;
      margin: auto;
      border: 1px dashed #ccc;
      padding: 20px;
      margin-top: 20px;
    }

    .header-dates {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
    }

    .date-label {
      font-size: 13px;
      font-weight: normal;
    }

    #arrival-date, #departure-date {
      font-size: 15px;
      margin-top: 5px;
    }

    /* Full width calendar */
    #datepicker {
      width: 100%;
    }
    .ui-datepicker {
      width: 100% !important;
      border: none;
    }
    .ui-datepicker td {
      text-align: center;
        padding: 0
    }
      .ui-datepicker td span, .ui-datepicker td a{padding: 10px;text-align: center;font-size: 20px;}
      .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border: none;background: none}
      .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{color: red}

    /* Custom range colors */
    .range-highlight a {
      background: #c2c7ca !important;
      color: black !important;
    }
    .start-date a,
    .end-date a {
      background: black !important;
      color: white !important;
    }

    .formfieldblk.calanderbutton {
    width: 100%;
}

.formfieldblk.calanderbutton .submitbutton {
    padding: 10px;
    color: #fff;
    background: #151515;
    display: block;
    border-radius: 5px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title, #arrival-date, #departure-date{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
#arrival-date, #departure-date{
    font-weight: 500;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none !important;
}
.ui-state-default{
    background: none !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight{
    background: #e9f0fe !important;
    color: #0a234b !important;
}
.ui-widget-header{
    background: #e9f0fe !important;
}

  /* Remove default jQuery UI arrow icons */
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    background: black;        /* button background */
    color: white;             /* text/icon color */
    border-radius: 50%;       /* circular buttons */
    width: 30px;
    height: 30px;
    top: 2px;
    cursor: pointer;
  }

  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    background: #333; /* darker hover */
  }

  /* Use flex to center content */
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: none !important; /* hide default icon */
  }


  /* Custom arrows */
  .ui-datepicker .ui-datepicker-prev::before {
    content: "";
    display: block;
    text-align: center;
    background: url(../images/leftarrowcal.webp) no-repeat;
    position: absolute;
    background-size: cover;
    width: 9px;
    height: 15px;
    left: 9px;
    top: 6px;
}
  .ui-datepicker .ui-datepicker-next::before {
    content: "";
    display: block;
    text-align: center;
    background: url(../images/leftarrowcal.webp) no-repeat;
    position: absolute;
    background-size: cover;
    width: 9px;
    height: 15px;
    left: 9px;
    top: 6px;
      transform: rotate(180deg)
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    background: #fff;
}

  .ui-datepicker .ui-datepicker-next::before {
    content: "›";   /* right arrow */
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-align: center;
  }

.stayttl {
    font-size: 20px;
    font-weight: 500;
}

.staytttlblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.stayhotelname {font-family: "Prata", serif;font-size: 30px;text-transform: uppercase;margin: 15px 0;}

.bookingdate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bookroomline {
    height: 1px;
    background: #cdcdcd;
    width: 150px;
}

.staydetails {
    padding: 20px;
    border: 1px solid #ababab;
    border-radius: 20px;
}

.editdetails {
    color: #656565;
}

.editdetails img {
    width: 20px;
    margin-left: 5px;
}
.bookingprice {
    text-transform: uppercase;
    font-size: 14px;
}
.roomdetailswrap .leftblk p{margin-bottom: 10px}
.roomdetailswrap + .roomdetailswrap{padding-top: 0}
.roomdetailswrap .leftblk {
    width: 50%;
}

.roomdetailswrap .rightblk {
    width: 45%;
}
.addguest {
    background: #212121;
    padding: 10px 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
}

.guestdetailswrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(33,33,33,0.2);
}

.guestdetailswrap .contactinfoblk {
    display: flex;
    gap: 20px;
    align-items: center;
}

.guestdetailswrap .contactinfoblk .contactinfotitle {
    margin: 0;
    position: relative;
}

.guestdetailswrap .contactinfoblk .contactinfotitle:last-child:before {
    content: "";
    position: absolute;
    left: -12px;
    width: 1px;
    height: 35px;
    background: #656565;
}
.roomdetlastblock{margin-top: 80px}
.guestroomdetails{width: 49%;margin-bottom: 10px;}
.guest-selector {
      position: relative;
      display: inline-block;
      cursor: pointer;
      border: 1px solid #c0c0c0;
      padding: 11px;
      border-radius: 5px;
      width: 100%;
    }
.guestdetails {
    margin: 0 0 20px;
}
    .guest-popup {
      display: none;
      position: absolute;
      top: 110%;
      left: 0;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
      padding: 16px;
      z-index: 100;
      width: 260px;
    }

    .row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
      font-size: 16px;
    }

    .counter {
      display: flex;
      align-items: center;
    }

    .counter button {
      background: none;
      border: 1px solid #c0c0c0;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      font-size: 18px;
      cursor: pointer;
    }

    .counter span {
      margin: 0 12px;
      font-size: 16px;
      width: 20px;
      text-align: center;
      display: inline-block;
    }

    .done-btn {
      width: 100%;
      padding: 10px;
      background: #0a234b;
      color: #fff;
      font-weight: bold;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .done-btn:hover {
      background: #0a234b;
    }
.payform {
    border: 1px solid #ababab;
    border-radius: 20px;
    padding: 20px;
}
.roomdetailswrap .contactinfoblk{
    display: flex
}
.payform .submitbutton {
    background: #151515;
}
.pt0{padding-bottom: 0 !important}
.mobilebookbtn{display: none}
.termslistttl{font-size: 18px;font-weight: 600;margin-bottom: 10px;}
.aamby_vally_page .corelist li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
.aamby_vally_page .corelist li:before{
    top: 10px
}

.bookdropdown.dropdown .dropdown-content {
    min-width: 130px;
}

.bookdropdown.dropdown .dropdown-content a {
    padding: 8px !important;
    font-size: 14px;
    text-align: center
}

ul.bookdropdown.dropdown li:hover .dropbtn {
    color: #fff;
}

.bookdropdown.dropdown .inquire {
    background: #0a234b !important;
}
.footeribfwlogo {
    margin: 30px 0 0;
}
.villaoverviewwrap  .container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
}
.villaleftblock{width: 62%}
.villaleftblock .commonpadding{padding: 50px 0}
.villarightblock{width: 35%;position: sticky;top: 130px;}
.bookpricevilla.title3{font-size: 30px;display: flex;align-items: center;gap: 10px}
.booknowform{background: #e9f0fe;padding: 40px}
.booknowform p{margin-bottom: 10px}
.bookpricevilla span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.bannerslider .ourhotelsname {
    color: #fff;
    position: absolute;
    bottom: 10%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: fit-content;
    border-radius: 5px;
    font-family: "Prata", serif;
    line-height: 1.5;
}

.bannerslider .slick-slide {
    position: relative;
}
.subnavwrap {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 150px;
    background: #fff;
    z-index: 20;
}

.subnavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.subnavigation li{cursor: pointer}
.subnavigation a {
    padding: 15px 10px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.subnavigation a.active {
    color: #c19f22;
    border-bottom: 2px solid;
}
.villadetailswrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0 60px;
}

.villasdetailsblock {
    background: #2c395b;
    padding: 10px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}
.featuresdetailswrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 50px;
}

.featuresdetailsblock {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    justify-content: center;
    width: 12%;
}

.featuresdetailsblock span {
    display: block;
    width: 100%;
}
.connectttl {
    font-size: 20px;
    font-weight: 600;
    color: #0a234b;
    display: flex;
    gap: 10px;
    align-items: center;
}

.connecthost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e9f0fe;
    padding: 20px;
    margin: 50px 0;
}
.connecthost .readmore {
    background: transparent;
    color: #0a234b;
    border: 2px solid #0a234b;
}
.readmore:hover, .villarulesinfowrap .readmore:hover {
    background: #0a234b;
    color: #fff;

}
.villasexpimgwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.villasexpimgblk {
    position: relative;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31%;
}

.villasexpimgblk img {
    opacity: 0.5;
}

.villasexpinfo {
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-family: "Prata", serif;
    text-transform: uppercase;
    padding: 0 12%;
    text-align: center;
    line-height: 2;
}
.title3{
    font-size: 20px;
    font-family: "Prata", serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.villaoverviewinfo{border-top: 1px solid rgba(47,60,94,0.4);border-bottom: 1px solid rgba(47,60,94,0.4)}
.bulletslist li {position: relative;margin: 15px 0;font-size: 16px;line-height: 1.5; padding: 0 15px;}

.bulletslist li:before {
    content: "";
    left: 0;
    width: 6px;
    height: 6px;
    background: #151515;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
}
.villarulesinfowrap .readmore {
    border: 1px solid #2c395b;
    background: transparent;
    color: #2c395b;
    font-weight: 400;
    margin: 0 20px 20px 0;
}

.villarulesinfowrap {
    margin: 30px 0 0;
}
.villa_amenities_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.villa_amenities_block {
    width: 12%;
    text-align: center;
}

.villa_amenities_block span {
    display: block;
    width: 100%;
    line-height: 1.5;
}
.mealsinfowrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.mealsinfoblk {
    display: flex;
    gap: 10px;
}

.mealsinfoblk p {
    font-weight: 500;
    font-size: 20px;
}
.villasexplist {
    background: #e9f0fe;
    padding: 20px;
    display: inline-block;
    width: 94%;
}

.villalistttl {
    font-weight: 600;
    font-size: 16px;
    min-height: 40px;
}

.villas_exp_price {
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

.viewdetails {
    font-size: 18px;
    border-bottom: 1px solid;
    display: inline-block;
}
.villas_exp_list_slider .slick-next:after, .villas_testimonial_slider .slick-next:after {
    content: '\f004';
    font-family: 'fontello';
    color: #212121;
    font-size: 22px;
    transform: rotate(90deg);
    display: inline-block;
    line-height: 1;
}
.villas_exp_list_slider .slick-prev:after, .villas_testimonial_slider .slick-prev:after {
    content: '\f004';
    font-family: 'fontello';
    color: #212121;
    font-size: 22px;
    transform: rotate(90deg);
    display: inline-block;
    line-height: 1;
}

.villas_exp_list_slider .slick-next, .villas_exp_list_slider .slick-prev, .villas_testimonial_slider .slick-next, .villas_testimonial_slider .slick-prev {
    border: none;
    transition: 0.5s ease all;
}
.villas_exp_list_slider .slick-prev.slick-disabled,
.villas_exp_list_slider .slick-next.slick-disabled,
.villas_testimonial_slider .slick-prev.slick-disabled,
.villas_testimonial_slider .slick-next.slick-disabled{
  opacity: 0;     /* dim it */
  pointer-events: none; /* disable click */
  cursor: default;
}
.momentsblock, .villas_testimonials{width: 94%}
.momentsblock .villas_exp_price {
    font-weight: 400;
    margin: 15px 0;
}

.momentsdate {
    font-size: 14px;
}
.villas_testimonials_name {
    color: #2c395b;
    font-size: 18px;
    font-weight: 500;
}

.villas_testimonials {
    padding: 25px;
    border: 1px solid #d9dde8;
}
.villas_testimonial_slider .slick-dots button {
    background: #2c395b;
    opacity: 0.4;
}

.villas_testimonial_slider  .slick-dots {
    text-align: right;
    bottom: -50px;
}

.villas_testimonial_slider .slick-dots li.slick-active button {
    opacity: 1;
}

.acc-container {
    width: 100%;
}

.acc {
    margin-bottom: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    overflow: hidden;
}

.acc-head {
    margin: 0;
    font-size: 16px;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 35px 15px 15px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

.acc-head::before {
    content: '\f004';
    font-family: 'fontello';
    position: absolute;
    top: 25px;
    transition: 0.5s ease all;
    color: #212121;
    font-size: 18px;
    line-height: 1;
}

.acc-head::before {
    right: 20px;
    margin-top: -10px;
}

.acc-content {
    padding: 0 15px 15px;
    display: none;
}

.acc-head.active {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
    background: #0a234b;
    color: #fff;
}
.acc-head.active::before {
    color: #fff;
    content: '\f004';
    font-family: 'fontello';
    transform: rotate(180deg);
}
.rm-toggle {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #2c395b;
    display: inline-block;
    margin: 20px 0;
    cursor: pointer;
}
.acc-container .rm-toggle {
    font-weight: 400;
    color: #212121;
    border-bottom: 1px solid;
}
.villasfaq{
    padding-bottom: 0;
    border-bottom: 0;
}
.popup-form-blk{cursor: pointer}
.blackoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    z-index: 9999;
    display: none
}

.blackoverlay.show {
    display: block
}

.targetDiv {
    display: none
}
.openingDiv {
    display: none
}
.current-popup {
    position: fixed;
    top: 10%;
    z-index: 99999;
    left: 0;
    right: 0;
    width: 50%;
    background: #0a234b;
    margin: auto;
    padding: 30px;
    max-height: 90%;
}
.closebtn {
    background: #4d4d4d;
    height: 36px;
    right: 2%;
    position: absolute;
    top: 20px;
    width: 36px;
    background: url(../images/close.png) no-repeat 0 0;
    cursor: pointer
}
.current-popup .closebtn {
    background-color: #d93d3c;
    top: 0;
    right: 0
}
.current-popup .formfieldblk label {
    color: #fff;
}

.current-popup .formfield {
    background: transparent;
    color: #fff;
}

.current-popup .submitbutton {
    background: #fff;
    color: #0a234b;
}
/* Hide default checkbox */
    .custom-checkbox input[type="checkbox"] {
      display: none;
    }

    /* Create custom box */
    .custom-checkbox label {
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      font-size: 16px;
      user-select: none;
    }

    .custom-checkbox label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 2px solid #555;
      border-radius: 4px; /* remove for square */
      background: #fff;
    }

    /* Checkmark */
    .custom-checkbox input[type="checkbox"]:checked + label::before {
      background: #007bff;
      border-color: #007bff;
    }

    .custom-checkbox input[type="checkbox"]:checked + label::after {
      content: "";
      position: absolute;
      left: 6px;
      top: 2px;
      width: 6px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
.current-popup .formfieldblk.selecthotel {
    color: #fff;
    padding: 10px 0 0;
}
.current-popup .formfieldblk.selecthotel option{
    color: #000;
}

.current-popup .formfieldblk.selecthotel span.icon-down-open {
    top: 30px;
}
.villaspage .ui-datepicker {
    width: auto !important;
}
.icon-calendar {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 65px;
    z-index: -1;
}
.villarightdate, .villarightguest{
    background: #fafcff;
    padding: 20px;
    border-radius: 10px;
}
.villarightguest{
    width: 100%;
    margin: 30px 0;
    padding: 10px;
}
.villarightguest .guest-selector{border: none}
.villarightdate label {
    color: #515c74;
    font-size: 16px;
}

.villarightdate .formfield {
    background: transparent;
    border: none;
}

.villarightdate .icon-calendar {
    color: #0a234b;
    position: absolute;
    z-index: 0;
    font-size: 20px;
    top: 38px;
}
.villarightdate .formfieldblk.guestroomdetails {
    padding: 0;
    margin: 0;
}
.villarightblock .featuresdetailswrap {
    margin: 20px 0;
    gap: 10px;
}

.villarightblock .featuresdetailswrap .featuresdetailsblock {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    width: 47%;
    gap: 10px;
    text-align: left;
}


.usericon {
    background: #fff url(../images/user2.webp) no-repeat top right;
    width: 18px;
    height: 18px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.villarightguest .guest-selector .icon-down-open{z-index: 0}
.coupenwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #fafcff;
    padding: 15px;
    border-radius: 5px;
}
.couponinfoleft{display: flex;gap: 10px}
.couponname {
    color: #ff6b09;
    font-weight: 500;
    line-height: 1.5;
}
.couponname span{
    display: block;
    color: #212121;
    font-weight: 400;
}
.couponapply{
    color: #00a2ff;
    font-weight: 500;
}
.villarightformsubmit .submitbutton {
    padding: 15px;
    background: #0a234b;
    margin: 25px 0 0;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 1px;
}
.villarightblock .connecthost .readmore {
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
}
.villarightblock .connecthost .readmore{
    background: none;
    color: #0a234b;
}
.villarightblock .connectttl{font-size: 16px}
.villaexppopwrapflex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.villaexppopleft {
    width: 35%;
}
.villaexppopleft img{border-radius: 10px}
.villaexppopright {
    width: 60%;
}

.villaexppopflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.villaexppopright p:last-child {
    font-size: 14px;
}
.villaexppopwrapflex .sectiontitle {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(47,60,94,0.4);
    padding-bottom: 20px;
}
.villaexppopup{max-width: 70%}
.projectlistwrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.projectlistwrapper .ourhotelsblock {
    width: 31%;
    margin: 0;
}

.projectlistwrapper .ourhotelsblock img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.thankyoupage{min-height: 55vh}
.roomslider .slick-dots li button{background: #ddd}
.roomslider .slick-dots{bottom: -5%}
.galleryimg.twoimg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.galleryimg.twoimg img {
    width: 49.5%;
}

.galleryimg {
    margin-bottom: 5px;
}

.galleryimg img {
    border-radius: 10px;
}
.fancybox__content p{margin-bottom: 10px;font-size: 14px;}
.acc-content p{margin-bottom: 10px;font-size: 16px}
.infoblock + .infoblock {
    margin-top: 15px;
}
/*
.topnav ul li a.activetopnav:after {
    content: "";
    background: #0a244b;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 3px;
}
*/

@media(min-width:1440px){


}@media(max-width:1500px){
    .aamby_vally_page .bannerform{width: 90%}
}
@media(max-width:1400px){
    .bannerform{width: 80%}
    .aamby_vally_page .bannerform{width: 90%;padding: 20px 15px}
    .villarightblock .connecthost{flex-wrap: wrap;gap:20px}
    .tabslidetitle{font-size: 30px}
}
@media(max-width:1300px){
    .booknowform{padding: 20px}
    .bookpricevilla.title3{font-size: 26px}
}
@media(max-width:1280px){
    .bannerform{width: 90%}
    .coreservicesinfoblk{width: 31.2%}
    .villaoverviewwrap .container{flex-wrap: wrap}
    .villaleftblock, .villarightblock{width: 100%}
    .villarightblock{padding-top: 0}
.villaexppopup{max-width: 90%}
    .tabslidetitle{font-size: 26px}
}
@media(max-width:1200px){
    .bannerform{width: 97%}
    .experiencevillas .hotelslideinfo .slick-next, .experiencevillas .hotelslideinfo .slick-prev, .exclusiveslider .slick-next, .exclusiveslider .slick-prev, .hotels_slider .slick-prev, .hotels_slider .slick-next {width: 60px;height: 60px;background-color: rgba(255,255,255,0.8);background-size: 60%}
    .experiencevillas .hotelslideinfo .slick-prev, .exclusiveslider .slick-prev{left: 2%}
    .experiencevillas .hotelslideinfo .slick-next, .exclusiveslider .slick-next{right: 2%}
    .exclusiveslidename{font-size: 18px;}
    .flavours .title2 {font-size: 90px;}
    .testimonialslider .slick-slide.slick-current.slick-active .testimonialslide {background: rgba(33,33,33,1);border: 1px solid #caa374;}
    .testimonialslider .slick-slide .testimonialimg img{mix-blend-mode: normal}
    .aamby_vally_page .bannerformblk{padding: 10px}
    .aamby_vally_page .leftblk{width: 50%}
    .aamby_vally_page .rightblk{width: 47%}
    .current-popup{width: 70%;height: 80%;overflow: scroll}
}
@media(max-width:1100px){
    .footerlinks:nth-child(2){width: 35%}
    .subnavigation a{font-size: 14px}
    .tabslideinfowrapper{flex-wrap: wrap}
    .tabslidetitle{width: 100%}
    .tabslideinfo{padding-left: 0}
}
@media(max-width:1024px){
    .topnav ul li a{font-size: 14px}
    .topnav ul {gap: 40px;justify-content: center;}
    .bannertitle, .tabslidetitle{font-size: 30px}
    .bannersubtitle{font-size: 16px}
    .bannerform{flex-wrap: wrap;padding: 10px;align-items: center;}
    .booknowbannerform{margin: 0 auto;border-radius: 10px;background: none}
    .submitbutton{padding: 10px 20px;border-radius: 30px;background: #212121}
    .bannerformblk{width: 32%}
    .ourhotelsname{font-size: 16px;}
/*
    .ourhotelsblock{width: 49%;margin: 0 auto 20px}
    .ourhotelsblockwrapper{justify-items: center}
*/
    .sectiontitle{font-size: 24px}
    .title2{font-size: 35px}
    .experiencevillas .hotelslideinfo .slick-next, .experiencevillas .hotelslideinfo .slick-prev, .exclusiveslider .slick-next, .exclusiveslider .slick-prev, .bannerslider .slick-prev, .bannerslider .slick-next, .hotels_slider .slick-prev, .hotels_slider .slick-next{width: 40px;height: 40px;}
    .bannerslider .slick-prev, .bannerslider .slick-next{background-color: rgba(0,0,0,0.4);background-size: 60%}
    .exclusiveslidename{max-width: 95%;bottom: 20px}
    .exclusiveslider{margin-top: 40px;}
    .flavours .title2 {font-size: 70px;}
    .reasonstitle{font-size: 24px;line-height: 1.5}
    .testimonialslide{padding: 40px;}
    .footerlinks:nth-child(2){width: 40%}
    .aamby_vally_page .bannertitle{font-size: 40px}
    .contactinfo{font-size: 30px}
    .contactform .title2:before{width: 100%}
    .coreservicesinfoblk{width: 47.8%}
    .coretitle{font-size: 18px}
    .statusline{width: 30%}
    .footerlinks{width: 25%;text-align: center}
    .footerlinks:nth-child(2){width: 40%;padding-left: 5%;}
    .footerlinks:nth-child(3){width: 30%;}
    .socialmedialinks{justify-content: center;}
    .footerlinks:nth-child(2) .footerlinkslist{width: 49%;text-align: center}
    .bannerslider .ourhotelsname{font-size: 20px}
    .villasdetailsblock{font-size: 16px;padding: 10px}
    .bannerslider .slick-dots{text-align: left;padding-left: 10px}
    .projectlistwrapper .ourhotelsblock {width: 47%}
}
@media(max-width:980px){
    .bannerformblk{width: 48%;padding: 10px}
    .bannerformblk.booknowbannerform{width: auto}
    .tabitm, .nav-item{padding: 10px;font-size: 16px}
    .tabslideinfo{padding: 10px 0;font-size: 15px}
    .tabslideinfowrapper .readmore{padding: 10px 15px;font-size: 14px}
    .flavours .title2 {font-size: 60px;text-align: center}
    .flavoursimgwrap{flex-wrap: wrap;margin: 0}
    .flavoursimgleft{width: 100%}
    .flavoursimgright, .flavoursimgleft{width: 45%}
    .reasonsinfowrap{flex-wrap: wrap;gap: 40px}
    .reasonsinfoblk{width: 100%}
    .testimonialslide{border-radius: 70px}
    .footerlinks:nth-child(2){width: 50%}
    .aamby_vally_page .bannerformblk + .bannerformblk{border: none}
    .aamby_valley_overview .container{flex-wrap: wrap;gap: 20px}
    .aamby_valley_overview .title2 br{display: none}
    .aamby_vally_page .leftblk, .aamby_vally_page .rightblk{width: 100%}
    .aamby_valley_twoimg .container{gap: 20px}
    .aamby_valley_overview .leftblk{margin: 0}
    .element2{left: auto;right: 0%}
    .formfieldblk{width: 100%}
    .formfieldblk{padding: 10px 0}
    .visionmissionwrap .leftblk, .visionmissionwrap .rightblk{width: 100%}
    .visionmissionwrap .container, .roomdetailswrap .dflex-between{flex-wrap: wrap}
    .roomdetailswrap .leftblk {width: 100%;}
    .roomdetailswrap .rightblk {width: 100%;}
    .formfieldblk.selecthotel, .guestroomdetails{width: 100%}
    .featuresdetailsblock{width: 22%}
    .villa_amenities_block{width: 21%}
    .subnavwrap .container{width: 98%}
    .subnavigation a{padding: 10px 3px;font-size: 13px}
    .icon-calendar{top: 52px}
    .fancybox__content{width: 90%;max-width: 90% !important;padding: 20px !important}
    .villaexppopright{width: 100%}
    .villaexppopleft{width: 50%;margin: 0 auto 20px}
}
@media(max-width:768px){
    body{font-size: 15px;}
    .topnav, .subnavwrap{display: none}
    .logoblk{width: 150px;margin-left: 15%}
    .header{padding: 10px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.2)}
    .mobilemenuicon {display: block;margin-left: 0}
    .activenav{background: #fff;color: #0a234b !important}
    .callheader {position: fixed;bottom: 0;background: #0a234b;width: 100%;left: 0;padding: 10px;color: #fff;justify-content: center;z-index: 99}
    .callheader img {filter: invert(1) brightness(5);}
    .callheader span {background: #fff;}
    .bannertitle, .tabslidetitle{font-size: 24px}
    .bannersubtitle{font-size: 14px}
    .bannertext{width: 90%;border-radius: 20px;padding: 20px 10px}
    .commonpadding{padding: 50px 0}
    .contactform{padding-bottom: 50px}
    .sectiontitle{font-size: 20px}
    .title2{font-size: 25px}
    .tabslideinfowrapper{position: static;width: 100%;flex-wrap: wrap}
    .tabslidetitle, .tabsliderightinfo{width: 100%}
    .tabsliderightinfo{flex-wrap: wrap}
    .experiencevillas .hotelslideinfo .slick-next, .experiencevillas .hotelslideinfo .slick-prev, .exclusiveslider .slick-next, .exclusiveslider .slick-prev{top: 40%;bottom: auto}
    .exclusiveslidename{font-size: 16px;padding: 10px 20px}
    .flavoursimgright, .flavoursimgleft, .flavoursimgright img, .flavoursimgleft img{width: 100%}
    .flavours .title2 {font-size: 50px}
    .testimonialslide{flex-wrap: wrap;justify-content: center;text-align: center}
    .testimonialinfo{width: 100%}
    .testimonialslider .slick-dots{bottom: -60px}
    .testimonialslider{margin: 40px 0}
    .footerlinkswrap{flex-wrap: wrap;justify-content: center;}
    .footerlinks{width: 45%}
    .footerlinks:nth-child(2){width: 100%;order: 1;margin: 30px auto;padding: 0}
    .reasonstitle{font-size: 20px;margin: 20px 0 0;padding: 15px 0 10px}
    .aamby_vally_page .bannertitle{font-size: 30px}
    .night_slider .slick-slide img{margin: 0 auto}
    .aamby_valley_overview .sectiontitle{font-size: 20px}
    .aamby_valley_overview .title2{font-size: 24px}
    .footerlinks a{font-size: 14px;margin: 5px 0}
    .contactinfo{font-size: 24px}
    .contactform .title2:before, .contactform .title2 span:before, .contactform .title2 span:after{display: none}
    .formfieldblk label, .formfield, .formfieldblk.formsubmitblock .submitbutton{font-size: 16px}
    .coreservicesinfoblk{width: 100%;padding: 20px}
    .coretitle{font-size: 16px;padding: 0 0 10px;margin: 0 0 10px}
    .seoinfowrap{flex-wrap: wrap}
    .seoimgblock{margin: 0 auto}
    .meetseoblock{text-align: center}
.registerform .formfieldblk {width: 100%;}
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{font-size: 16px;padding: 10px 5px}
    .bookingprocessstatus .sectiontitle{font-size: 16px}
    .statusline:before, .statusline:after{width: 6px;height: 6px;top: -2px;}
    .bookingdate{flex-wrap: wrap}
    .arrivaldate, .departuredate{width: 100%}
    .stayhotelname{font-size: 20px}
    .stayttl{font-size: 18px}
    .headertopsapce{margin-top: 90px;}
    .headerrightblk .joinlink{display: none}
.mobilebookbtn{display: block}
    .inquire{margin-left: 0}
    .footerlinks:nth-child(3){width: 100%;order: 3}
    .bannerslider .ourhotelsname{font-size: 16px}
    .connecthost{flex-wrap: wrap;gap:10px}
    .villarightblock .connecthost {margin-top: 30px}
    .villasexplist{margin: 0 auto;display: block;}
    .villasexpimgblk{width: 47%}
    .villa_amenities_block{width: 28%}
    .bannerslider .slick-dots{bottom: 0;text-align: center}
    .villasbuttonwrap{width: 100%;justify-content: center;right: 0;bottom: 8%}
    .villalistttl{font-size: 18px;}
}
@media(max-width:650px){
    .tabs, .hotelslidetab{margin: 25px 0 0;gap: 0}
    .tabitm, .nav-item{font-size: 14px}
    .current-popup{width: 90%}
}
@media(max-width:600px){
    .tabslideinfo{width: 100%;padding: 10px 0;justify-content: center;text-align: center}
    .tabslideinfowrapper .readmore{margin: 0;}
    .tabslideinfowrapper, .tabsliderightinfo{justify-content: center}
    .tabslidetitle{text-align: center}
    .aamby_valley_twoimg .container{flex-wrap: wrap;justify-content: center;text-align: center}
    .featuresdetailsblock{width: 30%}
    .villaexppopleft{width: 80%;}
}
@media(max-width:540px){
    .bannerformblk, .bannerform{width: 100%}
    .bannerform{padding: 20px 10px}
    .bannerslider, .aboutusbanner{height: 400px;}
    .bannertext{top: 250px}
    .bannerform{position: static}
    .selectdates, select{font-size: 14px}
/*    .ourhotelsblock{width: 100%;}*/
    .hotelslidetab{flex-wrap: wrap}
    .tabitm, .nav-item{margin-bottom: 10px;width: 30%}
    .flavours .title2 {font-size: 40px}
    .aamby_vally_page select, .aamby_vally_page .selectdates{border-bottom: 1px solid #ddd}
    .aamby_vally_page .bannerform{width: 100%}
    .aamby_valley_overview .title2{font-size: 20px}
    .aamby_valley_overview .sectiontitle{font-size: 16px}
    .footerlinkstitle{font-size: 18px;margin-bottom: 20px}
    .footerlinkstitle2{margin-top: 20px}
    .contactinfo{font-size: 20px}
    .contactinfotitle{font-size: 18px}
    p{font-size: 16px;}
    .statusline{width: 20%}
    .bookingprocessstatus .sectiontitle{font-size: 14px}
    #arrival-date, #departure-date{font-size: 13px}
    .aamby_vally_page .corelist li{font-size: 16px}
    .bannerslider .ourhotelsname{width: 80%}
    .villa_amenities_block{width: 45%}
    .bulletslist li{font-size: 16px}
    .projectlistwrapper .ourhotelsblock {width: 100%}
}
@media(max-width:480px){
    .bannertitle, .tabslidetitle{font-size: 20px}
    .bannersubtitle{font-size: 13px}
    .sectiontitle{font-size: 18px}
    .title2{font-size: 22px}
    .tabslideinfo span{margin: 0 10px}
    .tabslideinfo{font-size: 14px}
    .tabslideinfowrapper{padding: 10px}
    .exclusiveslidename{font-size: 14px;padding: 10px 20px;position: static;width: 100%;max-width: 100%;}
    .flavours .title2 {font-size: 30px}
    .testimonialslide{padding: 20px;border-radius: 40px}
    .testimonialimg{width: 70%;margin: 0 auto}
    .footerlinks{width: 55%}
    .footerlinks:nth-child(1){width: 40%;}
    .copywritetext{margin-top: 0}
    .aamby_vally_page .bannertitle{font-size: 26px}
    .footerlinkstitle{font-size: 16px;}
    .contactinfo{font-size: 18px}
    .contactinfotitle{font-size: 16px}
    .contactblock2{flex-wrap: wrap;margin-bottom: 20px}
    .contactinfoblk{margin: 25px 0}
    .visionmissiontext{position: static;background: #212121;margin-top: -5px}
    .aamby_valley_twoimg img{height: auto}
    .visionmissionwrap .leftblk:before, .visionmissionwrap .rightblk:before{display: none}
    .joinlink{margin: 0 5px}
    .joinlink{font-size: 14px}
    .readmore{padding: 15px 25px;font-size: 14px;}
    .header .container.dflex-between {
    flex-wrap: wrap;
        width: 100%;
}

    .bookdropdown.dropdown .dropdown-content{min-width: 112px}
    .inquire{width: 112px;}

    .joinlink{font-weight: 500}



    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{font-size: 13px;padding: 5px}
    .headertopsapce{margin-top: 100px;}
    .header{padding: 10px}
    .inquire, .bookdropdown.dropdown .dropdown-content a{font-size: 13px}
    .copywritetext{font-size: 12px}
    .bannerslider .ourhotelsname{font-size: 14px}
    .couponinfoleft{flex-wrap: wrap}
    .bookpricevilla.title3{font-size: 22px}
    .featuresdetailsblock{width: 45%}
    .villasexpimgblk, .villasexpimgblk img{width: 100%}
    .mealsinfoblk p{font-size: 16px}
    .acc-head{font-size: 14px}
    .villasbuttonwrap .readmore{padding: 10px 20px}
    .villaexppopleft{width: 90%;}
    .villas_exp_price{font-size: 16px}
    .villalistttl{font-size: 16px;}

}
@media(max-width:400px){
    .mobilemenuicon {padding: 8px 6px;border-radius: 5px;}
    .tabitm, .nav-item{font-size: 13px}
    .experiencevillas .hotelslideinfo .slick-next, .experiencevillas .hotelslideinfo .slick-prev, .exclusiveslider .slick-next, .exclusiveslider .slick-prev{top: 30%;bottom: auto}
    .contactinfo{font-size: 16px}
    .contactblock2, .contactinfotitle{gap: 5px}
    .formfieldblk.whatsappblock label{font-size: 14px}
    .formfieldblk.whatsappblock{gap: 10px}
    .whatsappblock label:before{margin-right: 5px}
    .whatsappformicon{font-size: 13px;width: 20px;height: 20px}
    .logoblk{margin-left: 10%}
    .couponinfoleft{width: 100%}
    .coupenwrap{flex-wrap: wrap}
    .bookpricevilla.title3{font-size: 18px}
    .bookpricevilla span{font-size: 14px}
    .villa_amenities_block{width: 43%}
}
@media(max-width:360px){
    .logoblk{width: 110px}
    .mobilemenuicon{margin-left: 5px;}
    .mobilemenuicon span{width: 20px}
    .joinlink{font-size: 13px}
    .bannertitle, .tabslidetitle{font-size: 18px}
    .bannersubtitle{font-size: 12px}
    .tabslideinfo{font-size: 13px;}
    .tabslideinfo span{margin: 0 5px}
    .footerlinks, .footerlinks:nth-child(1){width: 70%;margin-bottom: 20px}
    .footerlinks:nth-child(2){margin-top: 0}
    .aamby_vally_page .bannertitle{font-size: 22px}
    .inquire{padding: 8px 15px}
    .inquire, .bookdropdown.dropdown .dropdown-content a{font-size: 12px}
    .bookdropdown.dropdown .dropdown-content{min-width: 100px}
    .inquire{width: 100px;}
    .bookdropdown.dropdown .dropdown-content a{padding: 5px !important;}
    .footerlinks .socialmedialinks a{width: 40px;height: 40px;}
    .villasbuttonwrap{flex-wrap: wrap;gap: 10px}

}
