/*
Theme Name: My Custom Theme
Author: Nidhi
Version: 1.0
*/


:root {
  --font-primary: "Quicksand", sans-serif;
  /* --font-secondary: "tan-pearl"; */
  --font-secondary: "Aboreto", system-ui;
}


 @font-face {
    font-family: 'tan-pearl';
    src:url('fonts/TAN-Pearl-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
} 
  /*--color-accent-1: #FEC900;*/
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-border: #DDDDDD;
  /*--color-accent-1: #fec900a8;*/
  --color-accent-1:#efab00;
  --color-accent-2: #B99476;
  --color-light-1: #F8F5F0;
  --color-light-2: #EDF5F3;
  --color-dark-1: #05073C;
  --color-dark-2: #1D3334;
  --color-dark-3: #0E1D1E;
  --color-info-1: #CDE9F6;
  --color-info-2: #4780AA;
  --color-warning-1: #F7F3D7;
  --color-warning-2: #927238;
  --color-error-1: #ECC8C5;
  --color-error-2: #AB3331;
  --color-success-1: #DEF2D7;
  --color-success-2: #5B7052;
}









.offer-container{
    border: 1px solid #DEDEDE;
    padding: 20px;
    border-radius: 12px;
     height:100%;
     display:flex;
         flex-direction: column;
    justify-content: space-between;
}

.offer-container:hover{
    background:#fffbeb;
    border:1px solid #fffbeb;
}



.icon-container{
    background: #fec90045;
    padding: 8px 10px;
    font-size: 30px;
    border-radius: 12px;
}



.button-2 {
    color: var(--color-accent-1);
    width: max-content !important;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
}

.button-2:hover {

    text-transform: capitalize;
    background-color: transparent;
    border: none;
}

button:hover .btn-arr {
    transform: rotate(90deg);
    transition: all 0.2s ease;
}

.ft-12{
    font-size: 12px;
}
.ft-30{
    font-size: 30px;
}
.ft-40{
    font-size: 40px;
}
.color1{
    color:var(--color-accent-1);
}

.color2{
    color:#6A746C;
}

.color3{
    color:#000000;
}

.color4{
    color:#5C5C5C;
}

.color5{
    color: #7F7F7F;
}


.icon1{
    background-color: transparent;
    color: white;
    font-size: 35px;
    vertical-align: middle;
}

.icon1:hover{
    color: var(--color-accent-1);
}


.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
    align-items: center;
}

.gap-10{
    gap:10px;
}
.gap-20{
    gap:20px;
}



.button-1{
    background: transparent;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    padding: 10px 30px;
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.button-3{
    background: var(--color-accent-1);
    border: 1px solid var(--color-accent-1);
    border-radius: 30px;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    white-space: nowrap;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

p{
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.text1{
    font-family: var(--font-secondary);
    font-size: 42px;
    font-weight: 400;
    line-height: 58px;
}
.text2{
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 400;
    line-height: 42px;
    text-transform: capitalize;
}

.text3{
    font-family: var(--font-primary);
    font-size: 25px;
    line-height: 42px;
    font-weight: 400;
}

.text4{
    font-family: var(--font-primary);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.text5{
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.text6{
      font-family: var(--font-primary);
      font-size: 20px;
      font-weight: 400;
      line-height: 35px;
      font-style: italic;
}

.text7{
      font-family: var(--font-primary);
      font-size: 20px;
      font-weight: 500;
      line-height: 35px;
      text-transform: capitalize;
}

.text8{
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.text11 {
    font-family: var(--font-primary);
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
}    
.text12{
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.offers li{
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
    list-style: none;
}




.line{
    border-bottom: 1px solid #DEDEDE;
    margin: 30px 0px 10px 0px;
}
.line1 {
    border-bottom: 1px solid #DEDEDE;
    margin: 20px 0px 20px 0px;
    width: 25%;
}
.line2 {
    border-bottom: 1px solid var(--color-accent-1);
    margin: 20px 0px 20px 0px;
    width: 25%;
}

.img-right{
    position: absolute;
    right: 0;
    bottom:0;
}
.img-right1{
    position: absolute;
    right: 0;
}
 .offset-lrg-1 {
        margin-left: 4.33333333%;
}


.bg1{
    background-color:#fffbeb;
}


.glass-box{
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    padding: 25px;
    border-radius: 10px;
    color: white;
     height: 100%;
}

.glass-box:hover{
    background-color: rgba(255, 255, 255, 0.3);
}

.ht-100{
    height: 100%;
}


.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}


.asr1{
    aspect-ratio: 5 / 8;
    object-fit: cover;
    object-position: bottom;
}


.asr2{
    aspect-ratio: 7 / 10;
    object-fit: cover;
}





.avatar {
    width: 90px !important;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}




.experience .owl-item{
    transition: all 0.4s ease;
}

.experience .item{
    height: 400px;
    overflow: hidden;
}

.experience .item img{
    /*width:100%;*/
    /*height:100%;*/
    /*object-fit:cover;*/
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
    aspect-ratio: 5 / 7;
    object-position: bottom;
}


.experience .owl-item:not(.center) .item{
    height:430px;
}


.experience .owl-item.center .item{
    height:500px;
}


.experience .owl-stage{
    display:flex;
    align-items:flex-end;
}


.navigation-position{
    position: absolute;
    right: 0;
    z-index: 9;
}

.border-radius-15{
    border-radius:15px;
}


.footer .lpe {
color: #000000;
    font-family: var(--font-primary);
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    /*text-align: left;*/
    margin-bottom: 10px;
}

.footer .lpe  i {
    margin-right: 10px;
    vertical-align: middle;
}


/* .navbar .icon-hide {
    display: none;
}

.nav-scroll .icon-d {
    display: none;
}

.nav-scroll .icon-hide {
    display: block;
} */

.numbers-div{
    background: #FEC900;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 15px;
    color: white;
    font-family: var(--font-primary);
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px;
}

.grid-container .item {
    width: calc(33.33% - 20px); 
}


@media (max-width: 992px) {
    .grid-container .item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .grid-container .item {
        width: calc(50% - 20px);
    }
}


.grid-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px;
}

.grid-container1 .item {
    width: calc(20% - 20px); 
}




@media (max-width: 992px) {
    .grid-container1 .item {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 576px) {
    .grid-container1 .item {
        width: calc(50% - 20px);
    }
}


.grid-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px;
}

.grid-container2 .item {
    width: calc(25% - 20px); 
}



@media (max-width: 992px) {
    .grid-container2 .item {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 576px) {
    .grid-container2 .item {
        width: calc(50% - 20px);
    }
}

.iconsize1 {
    font-size: 50px;
    line-height: 45px;
}

.iconsize2 {
    font-size: 30px;
    line-height: 40px;
}

.deskdisp{
    display:block;
}
.mobdisp{
    display:none;
}
.laptop{
    display:none;
}


.pym-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


.py-20{
    padding-top:20px;
    padding-bottom:20px;
}
@media (max-width: 1200px) {
     .deskdisp{
        display:none;
    }   
    
    .laptop{
        display:block;
    }
    
    

    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: #000000;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 90px;
        border: none;
    }
    .nav-scroll {
        /* background: #fff; */
        background-color: #000000;
        height: 90px;
    }
    .logo-wrapper {
        float: left;
        padding: 26px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 26px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 130px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .logo-img {
        margin-bottom: 0px;
        width: 130px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        /*margin-top: 10px;*/
        /*border: none;*/
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        /*color: transparent !important;*/
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        /*margin: 0px auto !important;*/
        margin: 10px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: white;
        width:100%;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: white !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #BD945A !important;
    }
    .nav-scroll .icon1 {
        color: white;
    }
    .navbar .dropdown-menu .dropdown-item {
        /*color: #141414;*/
        padding: 10px 15px;
        font-size: 17px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 12px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        /*background: #fff;*/
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-nav {
        /* padding: 20px; */
    }
    .navbar .navbar-collapse {
        max-height: 550px;
        overflow: auto;
        background: #000000;
        text-align: left;
        padding:20px 100px;
        /*margin-top: 10px;*/
    }
    .dropdown .nav-link i {
         color: white;
    }
    .nav-scroll .dropdown .nav-link i {
        color: white;
    }
    .nav-scroll .dropdown .nav-link.active i {
        color: #BD945A !important;
    }
    .navbar .dropdown-menu .dropdown-item i {
        color: #141414;
    }
    .navbar .navbar-right {
        display: none;
    }
}
@media (max-width: 991px) {
    .deskdisp{
        display:none;
    }
    .mobdisp{
        display:block;
    }
    
.about-img{
    aspect-ratio: 4 / 3 !important;
}    
    
    
    
    .md-w100{
      width: 100%;
      padding: 0px 100px;
      height:80px;
    }
    .navbar .icon-d {
        display: none;
    }
    .nav-scroll .icon-hide {
        display: none;
    }
    .pym-4 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
.button-1 {
    border: 1px solid white !important;
    color: white;
}
.nav-scroll .button-1 {
    border: 1px solid white !important;
    color: white !important;
}

}


.uppercase{
    text-transform: uppercase;
}










/* 
.gallery {
  max-width: 900px;
  margin: auto;
  padding: 10px;
} */

.main-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: 0.3s ease;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.thumbnails img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.thumbnails img:hover,
.thumbnails img.active {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid #000;
}

/* Responsive */
@media (max-width: 600px) {
  .thumbnails img {
    width: 60px;
    height: 45px;
  }

  .main-image img {
    aspect-ratio: 3 / 2;
  }


.img-right {
    display: none !important;
}

.navigation-position {
    position: relative;
}


}



.image-container { 
    position: relative; 
    text-align: center; 
    color: white; 
} 
.image-text-overlay { 
    position: absolute; 
    bottom: 20px; 
    left: 50%; 
    transform: translate(-50%, 0); 
    width: 100%; 
    
}



/*.image-container {*/
/*    position: relative;*/
/*    text-align: center;*/
/*    color: white;*/
/*}*/

/*.image-container img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height:100%;*/
/*}*/

/*.image-text-overlay {*/
/*    position: absolute;*/
/*    bottom: 0;          */
/*    left: 0;*/
/*    width: 100%;*/
/*    padding: 15px 10px;*/
/*    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));*/
/*    color: #fff;*/
/*    text-align: center;*/
/*}*/






.image-container1 {
    position: relative;
    text-align: center;
    color: white;
}

.image-container1 img {
    display: block;
    width: 100%;
}

.image-text-overlay1 {
    position: absolute;
    bottom: 0;          
    left: 0;
    width: 100%;
    padding: 15px 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    color: #fff;
    text-align: center;
      border-radius: 15px;
}



.rooms-explore .owl-carousel .owl-item img {
    aspect-ratio: 16/12;
    object-fit: cover;
    border-radius: 15px;
}


.rooms-experience2 .owl-carousel .owl-item img {
    aspect-ratio: 16/20;
    object-fit: cover;
    border-radius: 15px;
}






.rooms-experience2  .image-text-overlay {
    position: absolute; 
    bottom: 20px; 
    left: 50%; 
    transform: translate(-50%, 0); 
    width: 80%; 
     border-radius: 15px;
}




/* Tabs Buttons */
.tabs__controls {
  margin-bottom: 20px;
      justify-content: center;
    gap: 25px;
}

.tabs__button {
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
      font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color:#889089;
}

.tabs__button.is-tab-el-active {
  color: #FEC900;
  border-bottom: 1px solid #FEC900;
}

/* Tab Content */
.tabs__pane {
  display: none;
}

.tabs__pane.is-tab-el-active {
  display: block;
}

/* Masonry Gallery */
/*.masonry-gallery {*/
/*  column-count: 3;*/
/*  column-gap: 30px;*/
/*}*/

.masonry-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


@media (max-width: 992px) {
  .masonry-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 576px) {
  .masonry-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}


.masonry-gallery a {
    display: block;
}

/*.masonry-gallery a {*/
/*  display: block;*/
/*  margin-bottom: 15px;*/
/*  break-inside: avoid;*/
/*  position: relative;*/
/*}*/

.gallery-item img {
  width: 100%;
  display: block;
aspect-ratio: 16 / 12;
    object-fit: cover;
    border-radius: 15px;
}

/* Caption Overlay */
.caption-outer-div {
  position: relative;
  overflow: hidden;
      /*margin-bottom: 35px;*/
}

.caption-div {
  width: 100%;
  padding: 10px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  color: #5C5C5C;
  background:#FFFBEB;
  text-align: center;
}


.mt-50{
    margin-top: 50px;
}




input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="text"], input[type="file"], textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 12px 20px;
    height: auto;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 15px !important;
    font-weight: 400;
    font-family: var(--font-primary);
    color: #5C5C5C;
    background-image: none;
    border: none;
    border-bottom: 1px solid #5C5C5C;
    border-radius: 0;
    width:100%;
}




input::placeholder {
  color: #7F7F7F;
}


textarea::placeholder {
  color: #7F7F7F;
}



.wpcf7-form-control-wrap{
	width:100% !important;
}


.wpcf7-form input[type="submit"] {
    background: var(--color-accent-1);
    border: 1px solid var(--color-accent-1);
    border-radius: 30px;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
}


.wpcf7-form input[type="submit"]:hover {
    border: 1px solid #141414;
    background-color: #141414;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}









.x-gap-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.x-gap-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.y-gap-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

.y-gap-0 > * {
  padding-top: 0px;
  padding-bottom: 0px;
}

.x-gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.x-gap-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.y-gap-5 {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.y-gap-5 > * {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.x-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.x-gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.y-gap-10 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.y-gap-10 > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

.x-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.x-gap-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.y-gap-15 {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

.y-gap-15 > * {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.x-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.x-gap-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.y-gap-20 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.y-gap-20 > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

.x-gap-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.x-gap-25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.y-gap-25 {
  margin-top: -12.5px;
  margin-bottom: -12.5px;
}

.y-gap-25 > * {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.x-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.x-gap-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.y-gap-30 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.y-gap-30 > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

.x-gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.x-gap-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.y-gap-40 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.y-gap-40 > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

.x-gap-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.x-gap-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.y-gap-50 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.y-gap-50 > * {
  padding-top: 25px;
  padding-bottom: 25px;
}

.x-gap-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.x-gap-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.y-gap-60 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.y-gap-60 > * {
  padding-top: 30px;
  padding-bottom: 30px;
}

.x-gap-85 {
  margin-left: -42.5px;
  margin-right: -42.5px;
}

.x-gap-85 > * {
  padding-left: 42.5px;
  padding-right: 42.5px;
}

.y-gap-85 {
  margin-top: -42.5px;
  margin-bottom: -42.5px;
}

.y-gap-85 > * {
  padding-top: 42.5px;
  padding-bottom: 42.5px;
}

.x-gap-100 {
  margin-left: -50px;
  margin-right: -50px;
}

.x-gap-100 > * {
  padding-left: 50px;
  padding-right: 50px;
}

.y-gap-100 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.y-gap-100 > * {
  padding-top: 50px;
  padding-bottom: 50px;
}

.alternate-section{
    position: relative;
    height: 90vh;
}

.alternate-section .container, .alternate-section .container .row{
    height: 100%;
}


.alternate-section .intro-wrap .section-title{
    color: #6A746C;
}

.alternate-section.img-left img {
    width: 50%;
    top: 0;
    left: 0;
}

.alternate-section img.exper-image{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
}


.home-exp-section .overlay{
    /*position: relative;*/
}

.home-exp-section .overlay::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.34) 100%);
        border-radius: 15px;
}





@media (min-width: 1200px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}




@media (max-width: 991px) {
    .alternate-section img {
        aspect-ratio: 3 / 3 !important;
        object-fit: cover !important;
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        margin: 20px 0 0 !important;
        padding-bottom:20px;
    }
    
    .alternate-section {
        position: unset;
        height: auto;
        margin-bottom:20px;
    }
}



.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

@media (max-width: 1199px) {
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:order-3 {
    order: 3;
  }
  
  
  .featured-img1 img {
    aspect-ratio: 6 / 4;
}
  
}

@media (max-width: 991px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  
  .sec1{
    flex-direction: row !important;
  }
}

@media (max-width: 767px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
}

@media (max-width: 575px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
}

.v-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    z-index: 2;
    color: #fff;
    width: 100%;
}

@media (max-width: 768px) {
    .video-fullscreen-video {
        height: 60vh !important;
    }
    
    .video-fullscreen-video video {
     height: 60vh !important;
         min-height:  60vh !important;
    }
    .video-fullscreen-wrap {
        min-height: 60vh;
    }
    .header {
        min-height: 60vh !important;
    }

    .parallax-header {
        min-height: 60vh;
    }    
    
    
}

.video-fullscreen-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.privacy-policy-page ol li, .tc-page ol li {
    list-style: numeric !important;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.privacy-policy-page ul li, .tc-page ul li {
    list-style: disc;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.privacy-policy-page ul, .tc-page ul {
    padding-left: 40px;
}

/*::marker {*/
/*    unicode-bidi: isolate;*/
/*    font-variant-numeric: tabular-nums;*/
/*    text-transform: none;*/
/*    text-indent: 0px !important;*/
/*    text-align: start !important;*/
/*    text-align-last: auto !important;*/
/*}*/


.featured-img img{
    aspect-ratio: 6 / 7;
    object-fit: cover;
    border-radius: 15px;
}

.featured-img1 img {
    aspect-ratio: 6 / 8;
    object-fit: cover;
    /* border-radius: 15px; */
}


.tick{
    list-style: none; /* remove default bullets */
    padding-left: 10px;
}

.tick li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.tick li::before {
    content: "✔"; /* check icon */
    position: absolute;
    left: 0;
    top: 0;
    color: #efab00; /* green check */
    font-size: 16px;
    font-weight: bold;
}




.amenities-img{
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 20px;
}

.amenties-detail-img{
    aspect-ratio: 6 / 5;
    object-fit: cover;
    border-radius: 20px;
}

.about-img{
    width: 100%;
    height: 100%;
    aspect-ratio: 7 / 8;
    object-fit: cover;
    border-radius: 20px;
}



.floatingbtn {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 8;
    transition: all 0.3s;
}



.close-button {
    color: black;
    padding: 10px;
    font-size: 28px;
    white-space: nowrap;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    width: min-content;
    margin: auto 0 auto auto;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}











.controls-div{
    position: absolute;
    bottom: 40%;
    display: flex;
    left: 1%;
    gap: 10px;
    z-index: 5;
    opacity: 0;
    animation: showBtns 0.3s ease forwards;
    animation-delay: 1s;
    flex-direction: column;
}

@keyframes showBtns{
    to{
        opacity:1;
    }
}

.video-volume-btn,
.video-play-btn{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background:#efab00
    font-size:20px;
    cursor:pointer;
    color:black;
}


.video-play-btn{
    font-size:15px;
}

.video-volume-btn:hover,
.video-play-btn:hover{
    background:#fff;
}

.sec1{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width:600px){
.controls-div{
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0%;
  flex-direction: row;
}


}

.grecaptcha-badge {display: none !important;}
