.welcome-title {
            text-align: center;
            margin: 20px 0;
            font-weight: bold;
            font-size: 36px;
            color: #00BFFF; /* Adjust color as needed */
        }
        .text-center {
            margin-bottom: 20px;
        }
        .img-responsive {
            width: 100%;
            height: auto;
            border-radius: 5px; /* Optional: add rounded corners */
        }
        .custom-col {
            padding: 5px; /* Adjust padding for spacing between images */
        }
        .main-image {
            height: 100%; /* Ensure main image takes full height of the container */
            border-radius: 5px; /* Optional: add rounded corners */
        }body{
    margin: 0px;
    padding: 0px;
   
}

#contactbox{
text-align: center;
color: aliceblue;
}

#contform{
    background-color: gray;
    height: 200px;
}
#contmap{
    background-color: gray;
    height: 200px;
    
}

.service-item{
    background-color: black;
    color: white;
    height:200px;
    padding: 20px;
    
}

#place-box{
    height: 200px;
    background-color: blue;
    color:white;
}


#faqbox{
    background-color: black;
    text-align: center;
    padding-top:15px;
    padding-bottom: 15px;
    margin-top: 10px;
    color: aqua;
    font-size: 22px;
}
#faq-text{
    color: aliceblue;
    font-size: 18px;
    margin-top: 22px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }
  
  .content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }

  .call{
    background: hwb(122 3% 34%);
    color: white;
   
  }

  .whatsapp{
    background: hwb(122 3% 34%);
    color: white;
    margin-top: 5px;
  }

  .mail{
    background: hwb(122 3% 34%);
    color: white;
    margin-top: 5px;
  }

  #icon-bar{
    position: fixed;
    left: 1px;
  
  }

  .icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: rgb(1, 1, 1);
    font-size: 10px;
    border-radius: 30%;
  }

  #footer1{
    background-color: black;
    margin-top: 15px;
    padding-top:15px;
color: white;
 bottom: 0px;
text-align: left;

  }





  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "f1";
    src: url(../font/futura/futura-medium-bt.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../font/catterpillar/Catterpillar.otf);
}
@font-face {
    font-family: "f3";
    src: url(../font/yellowtail/Yellowtail-Regular.ttf);
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgb(41 43 55 / 98%);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #727272;
    display: block;
    transition: 0.3s;
    font-family: "f1";
    font-size: 20px;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 60px;
    font-size: 35px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.top-header {
    padding-top: 20px;
    position: absolute;
    z-index: 11;
    width: 100%;
    background: #626369;
    height: 70px;
}

.top-header span {
    font-family: "f1";
    font-size: 20px;
}

.brand-logo {
    text-align: center;
    margin-top: -12px;
}
.brand-logo img {
    width: 15%;
    background: #292b37;
    border-radius: 100px;
    padding: 5px;
    box-shadow: 0px 7px 6px #000;
    border: 1px solid #a6c191;
}
.sticky {
    position: fixed;
    top: 0;
}

.header-right ul li {
    list-style: none;
    display: inline-block;
    padding-left: 40px;
}

.header-right {
    text-align: right;
}

.header-right ul li a {
    color: #fff;
    font-family: "f1";
    text-decoration: none;
}

.ivy-banner {
    position: relative;
}

.ivy-banner .banner-content {
    position: absolute;
    bottom: 20%;
    left: 6%;
    width: 45%;
    z-index: 2;
}

.ivy-banner .banner-content h1 {
    color: #fff;
    font-family: "f1";
    font-size: 55px;
    line-height: 70px;
}

.ivy-banner .banner-content p {
    font-family: "f1";
    color: #fff;
}

.ivy-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 55%);
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mobile-logo {
    text-align: center;
    padding: 40px 0 0 0;
}

.reser-now {
    background: #727272;
    padding: 15px 20px;
    color: #fff;
    width: 35%;
    position: relative;
}

.reser-now a {
    color: #fff;
    text-decoration: none;
    font-family: "f3";
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    display: block;
    letter-spacing: 2px;
}

.reser-now a::before {
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 5%;
    width: 90%;
    content: " ";
    border: 1px solid #fff;
}

.reserve-now {
    background: #727272;
    padding: 15px 20px;
    color: #fff;
    width: 40%;
    position: relative;
    margin-top: 30px;
}

.reserve-now a {
    color: #fff;
    text-decoration: none;
    font-family: "f3";
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    display: block;
    letter-spacing: 2px;
}

.reserve-now a::before {
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 5%;
    width: 90%;
    content: " ";
    border: 1px solid #fff;
}

.about-section,
.property-section {
    background: #292b37;
}

.abt-title {
    padding: 70px 0;
}

.abt-title h2 {
    color: #525357;
    font-family: "f1";
    font-size: 60px;
    position: relative;
    text-align: center;
}

.abt-title h2::before {
    position: absolute;
    top: 0;
    left: 35%;
    content: " ";
    width: 1px;
    height: 100px;
    border: 1px solid #727272;
}

.about-content h3 {
    color: #fff;
    font-family: "f1";
}

.about-content p {
    color: #cdcecf;
    font-family: "f1";
    text-align: justify;
    line-height: 28px;
    font-size: 15px;
}

.about-content ul li {
    color: #727272;
    font-family: "f1";
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.6s ease;
}

.about-content ul li i {
    font-size: 10px;
    padding-right: 10px;
}

.about-content ul li:hover {
    color: #fff;
    transition: all 0.6s ease;
    padding-left: 10px;
}

.abt-ivy {
    width: 75%;
    position: relative;
    z-index: 1;
}

.abt-ivy img {
    box-shadow: 0px 0 10px 2px rgb(0 0 0 / 58%);
}

.about-content {
    margin: 30px 0;
}

.ivy-abts {
    padding: 60px 0;
}

.about-img-content {
    position: absolute;
    top: 45%;
    right: 0;
}

.about-img-content h2 {
    color: #fff;
    font-family: "f2";
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    right: -39px;
    background: rgb(114 114 114 / 91%);
    padding: 20px 5px;
}

.about-img-content::before {
    position: absolute;
    top: -15px;
    left: -59px;
    content: " ";
    height: 110px;
    width: 59px;
    border-left: 12px solid #fff;
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
}

.about-img-content::after {
    position: absolute;
    top: -15.5px;
    left: -1px;
    content: " ";
    height: 110px;
    width: 59px;
    border-left: 12px solid hsl(0deg 0% 100% / 50%);
    border-top: 12px solid hsl(0deg 0% 100% / 50%);
    border-bottom: 12px solid hsl(0deg 0% 100% / 50%);
    transform: rotate(180deg);
}

.abt-ivy::before {
    position: absolute;
    top: 30%;
    right: -40%;
    content: " ";
    background-image: url(../images/home-page-images/pattern-img.png);
    background-repeat: no-repeat;
    width: 70%;
    height: 100%;
    z-index: -1;
}

.prpt-title {
    padding: 70px 0;
}

.prpt-title h2 {
    color: #525357;
    font-family: "f1";
    font-size: 60px;
    position: relative;
    padding-left: 60px;
}

.prpt-title h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 1px;
    height: 160px;
    border: 1px solid #727272;
}

.prpt-title p {
    color: #cdcecf;
    padding-left: 60px;
    font-family: "f1";
    text-align: justify;
}

.prpt-titles {
    padding: 0 80px 70px;
}

.prpt-titles h2 {
    color: #525357;
    font-family: "f1";
    font-size: 60px;
    position: relative;
    padding-left: 60px;
}

.prpt-titles h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 1px;
    height: 160px;
    border: 1px solid #727272;
}

.prpt-titles p {
    color: #cdcecf;
    padding-left: 60px;
    font-family: "f1";
    text-align: justify;
}

.service-title {
    padding: 70px 0;
}

.service-title h2 {
    color: #525357;
    font-family: "f1";
    font-size: 60px;
    position: relative;
    padding-left: 60px;
}

.service-title h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 1px;
    height: 100px;
    border: 1px solid #727272;
}

.service-title p {
    color: #cdcecf;
    padding-top: 60px;
    font-family: "f1";
    text-align: justify;
}

.property-video {
    position: relative;
}

.property-video::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgb(41 43 55 / 50%);
}

.property-video img {
    box-shadow: 0px 0 15px 0 #000;
}

.ivy-video {
    position: absolute;
    top: 50%;
    left: 45%;
}

.ivy-video i {
    font-size: 40px;
    color: #fff;
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 100px;
    line-height: 75px;
    background: rgb(0 0 0 / 50%);
    cursor: pointer;
    box-shadow: 0px 0 10px 8px #272727;
}

.property-section {
    padding: 0px 0 60px 0;
}

.ivy-property .owl-nav {
    position: relative;
}

.ivy-property .owl-nav .owl-prev {
    position: absolute;
    left: 8%;
    top: -270px;
    outline: none;
}

.ivy-property .owl-nav .owl-next {
    position: absolute;
    right: 8%;
    top: -270px;
    outline: none;
}

.ivy-property .owl-nav .owl-prev i,
.ivy-property .owl-nav .owl-next i {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    outline: none;
    box-shadow: none;
}

.property-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 60%;
    z-index: 111;
}

.ivy-property .item {
    position: relative;
}

.ivy-property .item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: " ";
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ivy-property .inner h2 {
    color: #fff;
    font-family: "f1";
    font-size: 25px;
}

.ivy-property .inner p {
    color: #fff;
    font-family: "f1";
    text-align: justify;
}

.explore-rooms {
    padding-top: 60px;
    height: 620px;
}

.ivy-property {
    padding-top: 50px;
}

.property-item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0px;
    transform: scale(.8);
}

@media(max-width:1000px) {
    .property-item {
        margin: 0;
        transform: scale(.9)
    }
}

.active .property-item {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0px 0 10px 0px #000;
}



.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner {
    position: absolute;
    bottom: 25%;
    left: 5%;
    right: 30%;
    z-index: 111;
}

.inner a {
    color: #fff;
    text-decoration: none;
    transition: .3s ease border-color
}

.inner a:hover {
    border-color: #fff;
}

.black .inner a {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.4)
}

.black .inner a:hover {
    border-color: #000;
}



.owl-controls {
    position: absolute;
    margin-top: 300px;
}

.our-service {
    margin-top: 350px;
    background: #292b37;
}

.luxury-services {
    margin-top: -80px;
}

.luxury-service .owl-nav {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.luxury-service .owl-nav .owl-prev i,
.luxury-service .owl-nav .owl-next i {
    color: #727272;
    border: 1px solid #727272;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.6s ease;
}

.luxury-service .owl-nav .owl-next,
.luxury-service .owl-nav .owl-prev {
    outline: none;
    box-shadow: none;
}

.luxury-service .owl-nav .owl-next i {
    margin-left: 20px;
}

.luxury-service .owl-nav .owl-prev i:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.6s ease;
}

.luxury-service .owl-nav .owl-next i:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.6s ease;
}

.place-around {
    background: #292b37;
    padding-bottom: 70px;
}

.places-around .owl-nav {
    display: none;
}

.around-property p {
    background: #292b37;
    color: #fff;
    font-family: "f1";
    text-align: center;
    padding: 10px;
    box-shadow: 1px 1px 8px 0px #000;
}

.gallery-section .gallery-title {
    padding: 70px 0;
}

.gallery-section .gallery-title h2 {
    text-align: center;
    font-family: "f1";
    font-size: 60px;
    color: #727272;
    position: relative;
}
.gallery-section .gallery-title h2::before {
    position: absolute;
    top: 0;
    left: 31%;
    content: " ";
    width: 1px;
    height: 100px;
    border: 1px solid #727272;
}

.gallery-list {
    position: relative;
    margin-bottom: 20px;
}

.gallery-list .overlay-box {
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 500ms ease;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    opacity: 0;
    background: rgb(41 43 55 / 85%);
}

.gallery-list:hover .overlay-box {
    transition: all 500ms ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.gallery-list .content {
    position: absolute;
    top: 55%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: none;
}

.gallery-list .content h3 {
    color: #fff;
    font-family: "f1";
    font-size: 20px;
}

.gallery-list .content i {
    background: #292b37;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    border-radius: 100px;
}

.gallery-list:hover .content {
    display: block;
}

.gallery-section-left .gallery-item {
    padding-right: 0;
}

.gallery-view {
    width: 15%;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.gallery-section {
    padding: 0 0 70px;
    background: #292b37;
}


/*** Footer Start ***/
.footer-bg {
    background: black;
}

.ft-pd {
    padding: 50px 0;
}

.footer-abt p {
    color: #fff;
    font-family: "f1";
    text-align: justify;
    margin-top: 20px;
    font-size: 15px;
}

.footer-abt ul li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.footer-abt ul li i {
    color: #fff;
    font-size: 15px;
    background: #727272;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
    transform: rotate(-360deg);
}

.footer-abt ul li i:hover {
    background: #42434a;
    transition: all 500ms ease;
    transform: rotate(360deg)
}

.quick-links h3 {
    color: #fff;
    font-family: "f1";
}

.quick-links ul li a {
    color: #fff;
    font-family: "f1";
    font-size: 15px;
    text-decoration: none;
    transition: all 500ms ease;
}

.quick-links ul li a i {
    font-size: 12px;
}

.quick-links ul li a:hover {
    color: #727272;
    transition: all 500ms ease;
    padding-left: 5px;
}

.quick-links ul li {
    padding: 12px 0 0;
}

.sub-cat {
    padding-top: 43px;
}

.footer-location h3 {
    color: #fff;
    font-family: "f1";
}

.footer-location ul li {
    padding: 20px 0 0;
    color: #fff;
}

.footer-location .our-location .icon {
    float: left;
}

.footer-location .our-location .content {
    padding: 0 0px 0 35px;
   
}

.footer-location .our-location .content p {
    color: #fff;
    font-family: "f1";
    margin-bottom: 0;
    font-size: 15px;
}

.footer-location .our-location .content a {
    color: #fff;
    font-family: "f1";
    font-size: 15px;
    text-decoration: none;
}

.footer-btm {
    text-align: center;
	background-color: white;
	margin-bottom: 0;
}

.footer-btm p {
    color: black;
    font-family: "f1";
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid #727272;
}

.footer-btm p a {
    text-decoration: none;
    color: #ffe400;
    font-family: "f1";
    font-size: 13px;
}

/*** Footer End ***/


.zoominheader {
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: auto;
    background-attachment: fixed;
    background-repeat: repeat;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
    width: 400px;
    height: 200px;
    text-align: center;
    background: none;
    -webkit-animation: zoomout 10s ease-in infinite;
    animation: zoomout 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

/*End of Zoom in Keyframes */




/*** About Page Start ***/
.about-banner {
    background: url("../images/banners/about-banner.jpg");
    padding: 250px 0;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}


.about-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    content: " ";
}

.banners-content {
    position: absolute;
    top: 60%;
    left: 10%;
}

.banners-content h2 {
    color: #fff;
    font-family: "f2";
    font-size: 30px;
}

.banners-content .thm-breadcrumb li {
    display: inline-block;
    color: #fff;
    font-family: "f1";
}

.banners-content .thm-breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease;
}

.banners-content .thm-breadcrumb li {
    display: inline-block;
    color: #fff;
}

.banners-content .thm-breadcrumb li + li::before {
    content: "/";
    padding: 0 10px;
}

.section-title span {
    color: #525357;
    font-family: "f1";
}

.section-title h2 {
    color: #fff;
    font-family: "f1";
}

.section-title p {
    color: #cdcecf;
    font-family: "f1";
    text-align: justify;
    font-size: 15px;
    line-height: 28px;
}
.section-title ul li {
    color: #cdcecf;
    text-align: justify;
    font-family: "f1";
}

.section-title {
    padding: 100px 0;
}

.section-title img {
    box-shadow: 1px 1px 10px 0px #000;
}

.facility-pd {
    padding: 0;
}

.facility-villa-content h2 {
    color: #fff;
    font-family: "f1";
}

.facility-villa-content {
    padding: 0 0 0 50px;
}

.facility-villa-content p {
    color: #cdcecf;
    text-align: justify;
    font-family: "f1";
    font-size: 15px;
    line-height: 28px;
}

.facility-list ul li {
    color: #727272;
    font-family: "f1";
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.6s ease;
}

.facility-list ul li:hover {
    transition: all 0.6s ease;
    padding-left: 10px;
    color: #fff;
}

.more-abt-villa {
    background: #292b37;
    padding: 50px 50px;
    box-shadow: inset 0px 0 10px 0px #727272;
}

.more-abt-villa h4 {
    color: #fff;
    font-family: "f1";
}

.villa-contact a {
    color: #fff;
    font-family: "f1";
    padding: 10px 30px;
    text-decoration: none;
}

.villa-contact {
    position: relative;
    background: #727272;
    text-align: center;
    width: 70%;
    padding: 15px 20px;
}

.villa-contact a::before {
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 5%;
    width: 90%;
    content: " ";
    border: 1px solid #fff;
}

.checkout-video {
    background: #292b37;
    padding: 100px 0;
}

.check-out-content h2 {
    color: #fff;
    font-family: "f1";
}

.check-out-content p {
    color: #cdcecf;
    font-family: "f1";
    line-height: 28px;
    text-align: justify;
}

.our-video {
    position: relative;
    box-shadow: 0px 0 10px 0 #000;
}

.our-video::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    content: " ";
    transition: all 500ms ease;
}

.our-video:hover::before {
    background: rgb(0 0 0 / 0%);
    transition: all 500ms ease;
}

.our-video .ivy-video {
    top: 38%;
    left: 42%;
}

.about-page {
    padding: 70px 0 0;
}

.about-ttl h2::before {
    left: 33%;
}

/*** About Page End ***/

/*** Gallery Start ***/
.gallery-control .btn {
    border: 1px solid #292b37;
    padding: 10px 30px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 20px;
    transition: all 500ms ease;
}

.gallery-control .gallery-btn-active {
    background: #292b37;
    color: #fff;
}

.gallery-control .btn:hover {
    background: #292b37;
    color: #fff;
    transition: all 500ms ease;
}

.gallery-control .btn:focus {
    box-shadow: none;
}

.gallery-section .gallery-titles h2 {
    text-align: center;
    font-family: "f1";
    font-size: 60px;
    color: #292b37;
}

.gallery-section .gallery-titles {
    padding: 50px 0 50px;
}

.gallery-bg {
    background: #292b37;
}

.gallery-bg .gallery-titles h2 {
    color: #525357;
    position: relative;
}

.gallery-bg .gallery-titles h2::before {
    position: absolute;
    top: 0;
    left: 31%;
    content: " ";
    width: 1px;
    height: 100px;
    border: 1px solid #727272;
}

/*** Gallery End ***/

/*** Contact Page Start ***/

.contact-bg {
    background: #292b37;
    padding: 50px 0;
}

.contact-bg .contact-section p {
    font-family: "f1";
    text-transform: uppercase;
    color: #727272;
    font-size: 18px;
    margin: 0 auto;
}

.contact-bg .contact-section .contact-title h2 {
    font-family: "f1";
    color: #fff;
    padding-bottom: 50px;
}

.contact-bg .contact-title p {
    font-family: "f1";
    text-transform: initial;
    color: #cdcecf;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 28px;
}

.contact-bg .contact-section .form-group .ivy-frm {
    width: 100%;
    padding: 15px 20px 15px 35px;
    border: 1px dashed rgba(183, 183, 183, 0.5);
    position: relative;
    background: none;
    outline: none;
    color: #cdcecf;
}

.contact-bg .contact-section .form-group i {
    position: absolute;
    top: 18px;
    left: 30px;
    color: #727272;
}

.contact-bg .contact-section .sub-btn {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px 30px;
    background: #727272;
    border: none;
    color: #fff;
    transition: all 0.6s ease;
    border: 1px solid #727272;
}

.contact-bg .contact-section .sub-btn:hover {
    background: none;
    border: 1px solid #727272;
    color: #fff;
}

.service-location {
    background: #727272;
    padding: 10px;
}

.contact-ttl h2 {
    text-align: center;
    padding: 25px 0 50px;
    font-family: "f1";
    color: #727272;
    font-size: 50px;
    position: relative;
}


.contact-address-box {
    background: #292b37;
    text-align: center;
    margin-top: 40px;
    padding: 40px 25px 20px 25px;
    box-shadow: 0px 4px 6px 2px #d8d8d8;
    margin-bottom: 50px;
    transition: all 0.6s ease;
    height: 230px;
    border-radius: 10px;
}

.contact-address-box i {
    font-size: 40px;
    color: #727272;
    transition: all 0.6s ease;
}

.contact-address-box:hover i {
    color: #727272;
    transition: all 0.6s ease;
}

.contact-address-box:hover h3 {
    color: #727272;
    transition: all 0.6s ease;
}

.contact-address-box h3 {
    padding: 10px 0;
    font-family: "f1";
    transition: all 0.6s ease;
    color: #727272;
}

.contact-address-box p a,
.contact-address-box p {
    text-decoration: none;
    color: #b3b3b3;
}

/*** Contact Page End ***/


/*** Accommodation Start ***/

.accomodation-page {
    background: #f0f1f7;
    padding: 30px 0;
}

.accomodation-page h2 {
    text-align: center;
    color: #af0e0e;
    font-family: "f1";
    font-size: 50px;
}

.enquiry-now .ivy-frm {
    width: 100%;
    background: none;
    border: 1px dashed #727272;
    outline: none;
    box-shadow: none;
    color: white;
    padding: 10px;
    margin-bottom: 0px;
	background-color: black;
}

.enquiry-now .form-control{background-color: black;border: 1px dashed #727272;color: white;}
.enquiry-now .lotusvila{ padding: 10px 0;}

.enquiry-now h3 {
    text-align: center;
    font-family: "f1";
    color: #fff;
    padding-top: 20px;
}

.enquiry-now label {
    color: #cecdcf;
}

.submit-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #230890;
    border: none;
    padding: 10px 30px;
    color: #fff;
}

.enquiry-now {
    background: #292b37;
    box-shadow: 0 0 10px #000;
    padding: 0 30px 40px;
}

.accommodation-content p {
   color: #cecdcf;
    text-align: justify;
    line-height: 37px;
    font-size: 17px;
}
.room-facility h1{
    color: #fff;
}
.accommodation-content {
    padding-top: 40px;
}

.room-facility {
    padding: 50px 0;
}

.room-facility .service-item h3{
    font-size: 17px;
    line-height: 25px;
}
.room-feature h2 {
    text-align: center;
    font-family: "f1";
    font-size: 50px;
    padding-bottom: 30px;
    color: #292b37;
}

.room-feature ul li {
    display: inline-block;
    background: #292b37;
    padding: 10px;
    color: #fff;
}

.room-feature ul {
    text-align: center;
}

/*** Accommodation End ***?

/*** Faq Start ***/
.faq-section {
    padding: 70px 0;
    background: #292b37;
}

.faq-ttl h2::before {
    left: 40%;
}
.swimm-ttl h2::before {
    left: 23%;
}

.faq p {
    color: #cdcecf;
    font-family: "f1";
    font-size: 15px;
    padding: 0 50px;
    text-align: justify;
}

.faq {
    position: relative;
    background: #727272;
    padding: 10px 0;
    margin-bottom: 30px;
}

.faq h2 {
    position: absolute;
    top: 20px;
    left: -20px;
    color: #fff;
    background: #292b37;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: "f1";
    font-size: 25px;
    line-height: 40px;
    box-shadow: 0px 0 5px 0px #000;
}

/*** Faq End ***/

/*** Place Start ***/
.places-section {
    background: #292b37;
    padding: 70px 0;
}

.place-ttl h2::before {
    left: 30%;
}

.site-seeing-ttl h2::before {
    left: 18%;
}

.places img:hover {
    transform: scale(1.3);
    transition: all 500ms ease;
}

.places figure {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.places img {
    transition: all 500ms ease;
}

.places p {
    text-align: center;
    color: #fff;
    font-family: "f1";
    margin-bottom: 0;
    padding: 10px;
    margin-top: -15px;
}

.places {
    background: #292b37;
    box-shadow: 0 0 5px #000;
}

.enq-now .modal-content {
    background: #292b37;
}

.enq-now .modal-content .modal-header h5 {
    color: #fff;
    font-family: "f1";
    font-size: 20px;
}

.enq-now .modal-content .enquiry-now {
    box-shadow: none;
    padding-top: 25px;
}

.enq-now .modal-content .modal-header .close {
    color: #fff;
    opacity: 1;
}

.ivy-social-link {
    position: fixed;
    top: 50%;
    z-index: 11;
}

.ivy-social-link ul li .ivy-call {
    background: #319431;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
}
.ivy-social-link ul li .ivy-whatsapp {
    background: #319431;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    color: #fff;
    font-size: 25px;
}
.ivy-social-link ul li .ivy-contacts {
    background: #319431;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    color: #fff;
    font-size: 25px;
}
.ivy-social-link ul li {
    padding: 10px 0;
}
.ivy-social-link ul li i:hover {
  background-color: rgb(107, 170, 12);
    transition: all 500ms ease;
}
.ivy-social-link ul li i {
  
    transition: all 0.6s ease;
}

/*** Place End ***/
#panel {
	padding: 10px 0;
	display: none;
}
#flip a:hover {
	color: #000;
}

#flip a {
	cursor: pointer;
}
#flip a:hover {
    color: #fff;
}

.swimm-rules ul li {
    color: #cdcecf;
    font-family: "f1";
    font-size: 15px;
    padding: 5px 0;
    text-align: justify;
}

.footer-link{
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer-link ul li{
    line-height: 32px;
}

.footer-link ul li a{
  font-size: 16px;
    color: #000;
}
.footer-link .row{
    background: #99c099;
    padding: 10px;
    margin-bottom: 40px;
}

#footer-text{
    color: white;
}
.contact .form-control{border:1px dashed white;background-color:black;color:white;}
.contact .lotusvila{padding-top:10px;padding-bottom:10px;}
.welcome-title {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    font-size: 36px;
    color: white; /* Adjust color as needed */
}

.text-center {
    margin-bottom: 20px;
}

.img-wrapper {
    width: 100%; /* Set to 100% for responsive behavior */
    height: auto; /* Fixed height */
    overflow: hidden; 
    display: inline-block;
    box-sizing: border-box;
}

.inner-img {
    width: 100%; /* Ensures the image takes the full width of the wrapper */
    height: 100%; /* Ensures the image takes the full height of the wrapper */
    transition: transform 0.3s ease; /* Smoother transition */
}

.inner-img:hover {
    transform: scale(1.3); /* Scale on hover */
	 
}

.home{padding: 5px !important;}

.img-responsive{border-radius: 0px;}
.abouts h3{text-align: center;color: white;}
.abouts span {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  background-color: white;
  margin-top: 20px;
  padding: 10px 15px;
  box-shadow:rgba(123, 109, 109, 0.35) 0px 5px 15px; /* Adjust values as needed */
}
.abouts .vgmnbn{padding-top: 10px;padding-bottom: 10px;}
/* Styles for the included-section */
.included-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.included-section .included-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
	color: white;
}

.included-section .included-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: white;
    margin: 10px auto 0;
}

.included-section .included-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.included-section .included-item img {
    width: auto;
    height: auto;
    margin-right: 15px;
}

.included-section .included-item span {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
line-height: 30px;
	color: white;
}

p.lotusdf{font-size: 18px;line-height: 36px;color: white;}
h1.text-center{color: #319431;}
.lotusfh{background-color: #292b37;}


@media only screen and (min-width: 360px) and (max-width: 786px) {
	.home{padding: 3px 3px !important;}
}

.quickenq{ padding: 0;z-index: 2; margin-bottom: 50px;}
.quickenq .form-group{ padding: 10px 10px; margin: 0;}
.quickenq .form-control { color: #fff; box-shadow:  none; height: 51px; font-size:16px; font-weight: 400; border-radius: 10px; background:  none;
 border-radius: 0; border: 1px solid #ddd;}
.quickenq select{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.quickenq ::placeholder{ color:#fff; font-size:16px; font-weight: 400;}
.quickenq .submit{ color: #fff; border:  none; padding: 10px 65px !important; width:  auto !important; display:  inline-block !important; font-size: 18px;
font-weight: 400; border-radius: 10px; position: relative; background: #03b470; text-transform:  uppercase; height:  auto !important;}
.quickenq option { color: #fff; font-size:16px; font-weight: 400;}
#topcontrol{ bottom: 90px !important;}
.quickenq .form-control.txt{ line-height: 52px; padding: 0 0 0 20px;}

/*blog css start*/

.blog-card {
            border: 1px solid #ddd;
            border-radius: 5px;
            transition: transform 0.2s ease;
        }
        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .blog-title {
          font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 30px;
        }
        .blog-meta {
            font-size: 14px;
            color: #777;
        }
        .blog-excerpt {
            color:white;
        }
        .read-more {
            color: #319431;
            font-weight: bold;
            text-decoration: none;
        }
a.read-more:hover{color: #319431;text-decoration-line: none;}

   .blog-image {
            max-height: 400px;
            object-fit: cover;
            border-radius: 5px;
        }
        .blog-title {
            font-size: 2.5rem;
            font-weight: bold;
        }
        .blog-meta {
            font-size: 14px;
            color: #777;
            margin-bottom: 20px;
        }
        .blog-content {
            line-height: 1.8;
			color: white
        }
/*blog css end*/
/* ========= vijai */
.lvttle{font-size: 36px;color: white;text-align: center;}
.wcBg{display: flex;max-width: 1170px;margin: 40px auto;justify-content: center;flex-direction: row;flex-wrap: wrap;gap: 10px;}
.wcBg div{background-color: rgb(255, 255, 255);border-radius: 10px;padding: 20px 10px 16px;text-align: center;}
.wcBg div img{height: 70px;width: 70px;}
.cardt{font-size: 20px;color: #444444;line-height: 36px;margin-bottom: 0 !important;font-weight: 500 !important;margin-top: 10px;text-align: center;}
.cardp{font-size: 18px;color: #494949;line-height: 36px;text-align: center;margin-top: 20px;}
.wcBg div:nth-child(1){width: 32%;}
.wcBg div:nth-child(2){width: 32%;}
.wcBg div:nth-child(3){width: 32%;}
.wcBg div:nth-child(4){width: 48%;}
.wcBg div:nth-child(5){width: 48%;}
.card-title{font-size: 34px;color: white;padding: 0 20px;margin-top: 60px;text-align: center;line-height: 36px;}

/* ===================== */
.faqbg{width: 100%;background-color: #292b37;padding-bottom: 80px;}
.faq-section {
  margin: 0px auto;
  padding: 0px;
  font-family: "Segoe UI", sans-serif;
}
.faq-section h2{text-align: center;color: white;margin-top: 80px;}
.faq-title {
  text-align: center;
  font-size: 20px !important;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question:focus{outline: none;}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: white;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 20px;
  color: white;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
  font-size: 18px;
  text-align: left;
  color: white;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
  font-size: 18px;
  text-align: left;
  color: white;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}
.psaBg{width: 100%;background-color: #292b37}
.psa-m{margin: 5px;background-color: rgb(240, 240, 240);padding: 14px;min-height: 550px;}
.psaT{font-size: 20px;color: #515151;margin-top: 30px;font-style: bold;}
.psaP{font-size: 17px;color: #515151;line-height: 30px;}
.psaBg div h2{font-size: 34px;color: white;text-align: center;margin-top: 30px;margin-bottom: 20px;}
.footer-bg{padding: 30px 0;}

.homeformdatebg{display: flex;gap: 0px;justify-content: center;flex-wrap: wrap;}
.qck_enqsubmit{display: flex;justify-content: center;}
.g-recaptcha {
position: absolute !important;
    z-index:1;
    bottom: 0 ;
    left: 20px ;
}
.form2captcha{bottom: 80px !important;}
.form2submit{margin-top: 100px !important;}
.formhomeCID{width: 98% !important;}
