
@font-face{
    font-family: "Times New Roman";
    src: url("../fonts/Times New Roman.eot");
    src: url("../fonts/Times New Roman.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Times New Roman.woff")format("woff"),
        url("../fonts/Times New Roman.woff2")format("woff2"),
        url("../fonts/Times New Roman.ttf")format("truetype"),
        url("../fonts/Times New Roman.svg#Didot")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

/* html{ 
overflow-x: hidden;
}  */

body{ 
font-family: "Inter", sans-serif;
overflow-x: hidden;
} 

a {
text-decoration: none !important;
}

p{
color: #000000;
font-size: 15px;
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.img-responsive {
display: block;
max-width: 100%;
height: auto;
}

.heading{
font-size: 52px;
color: #000000;
margin-bottom: 0px;
text-transform: capitalize;
font-family: "Times New Roman";
line-height: 1.1;
}

.center-heading{
text-align: center;
}

.gradiant-color{
    background-image: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


/*----*/

.slick-dotted.slick-slider{
margin-bottom: 0px;
}

.slick-dots {
  text-align: center;
  bottom: 0px;
  margin: 0;
  left: 0;
  right: 0;
}

.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  margin: 0;
  margin-right: 8px;
}

.slick-dots li:last-child {
  margin-right: 0px;
}

.slick-dots li button {
  display: block;
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  border: 0px !important;
  border-radius: 50%;
  background: #C4C4C4;
  margin: 0px !important;
}

.slick-dots li.slick-active button {
  background: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
}

.slick-dots li button::before {
  display: none;
}

/*----*/


.default-arrow {
    transition: all 0.1s ease-In;
    color: rgb(0 0 0 / 60%);
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    border: 1.4px solid #D2B15B;
}

.default-arrow:hover {
  color: #fff;
  background: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
}

.dynamic-arrowleft, .dynamic-arrowright {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.dynamic-arrowleft {
left: -10px;
}

.dynamic-arrowright {
right: -10px;
}


/*----------- button -------------*/

.btn-default {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 11px 13px;
    font-size: 14px;
    color: #000;
    background: linear-gradient(180deg, #D2B15B, #FFDD84, #E1C16C);
    transition: all 0.3s ease-In;
    line-height: 1;
    border-radius: 20px;
    font-family: "Times New Roman";
    border: 0;
    display: inline-block;
}

.btn-default:before {
    content: "";
    position: absolute;
    background: #d2b15b;
    top: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
    z-index: -1;
}

.btn-default:hover,
.btn-default:focus {
  outline: none;
  box-shadow: none;
}

.btn-default:hover {
  color: #000000;
}

.btn-default:hover:before {
    height: 100%;
}


.black-btn{
    color: #ffffff;
    background: #454545;
}

/*--------------- header ---------------*/

.header-area{
padding: 15px 0px;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 9;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

.logo a{
display: inline-block;
}

.logo a img {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
width: 170px;
filter: brightness(0) invert(1);
}

.stick{
padding: 8px 0px;
background: #ffffff;
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

.stick .logo a img {
width: 160px;
filter: none;
}

/*----*/

.right-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-menu li {
    margin-left: 25px;
    display: inline-block;
}

.main-menu li:first-child {
margin-left: 0px;
}

.main-menu li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: all 0.2s ease-In;
    text-transform: uppercase;
}

.main-menu li a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  transform-origin: 50% 50%;
  background: #D2B15B;
}

.main-menu li a:hover {
  color: #D2B15B;
}

.main-menu li a:hover::before {
  transform: scale3d(1, 1, 1);
}

.stick .main-menu li a {
    color: #000000;
}

.stick .main-menu li a:hover {
  color: #D2B15B;
}


.main-menuicon li{
    margin-left: 25px;
    display: inline-block;
}

.main-menuicon li a {
    color: #fff;
    font-size: 18px;
    transition: all 0.2s ease-In;
}
 
.main-menuicon li a:hover {
    color: #D2B15B;
}

.stick .main-menuicon li a {
    color: #000000;
}

.stick .main-menuicon li a:hover {
    color: #D2B15B;
}
 

/*----*/

.banner-area {
    background: url(../img/banner.webp) no-repeat;
    background-size: cover;
    padding: 110px 0px 60px;
    position: relative;
}

.banner-text .heading{
    font-size: 58px;
    color: #ffffff;
}

.banner-text p{
    color: #ffffff;
    margin: 8px 0 12px;
}

.banner-text span{
    color: #ffffff;
    font-size: 15px;
}

.banner-text small{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.banner-text ul li{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.banner-text ul li:last-child{
margin: 0;
}

.banner-text ul li img{
    width: 14px;
    margin-right: 5px;
}





.banner-form{
    padding: 25px;
    border-radius: 12px;
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(15px);
    border: 1px solid rgb(255 255 255 / 60%);
}

.banner-form .btn-default {
  width: 100%;
}

.formhead{
    font-family: "Times New Roman";
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}

.form-control, .form-control:focus {
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding: 0.375rem 0px;
    color: #fff;
    background: none;
    font-size: 14px;
    font-weight: 300;
}

.form-control::placeholder {
 color: #fff;
}

.form-control::-ms-input-placeholder { 
 color: #fff;
}

.banner-form .form-control{
    margin-bottom: 15px;
}

.formcheck{
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.formcheck input{
margin: 2px 7px 0 0;
}

.formcheck span{
    color: #fff;
    font-size: 11px;
    font-weight: 300;
}

/*----*/

.home-hosting {
  position: relative;
  margin: 80px 0px;
  padding: 60px 0px;
}

.hosting-box {
    background: #fff;
    box-shadow: 0 2px 16px 4px #282c3f14;
    padding: 50px 30px;
}

.hosting-box .heading {
    font-size: 46px;
    margin-bottom: 10px;
}

.hosting-box p {
    line-height: 1.8;
}

.hosting-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 67%;
    z-index: -1;
    object-fit: fill;
}

/*----*/


.divider-area{
  background: url(../img/divide-bg.webp) no-repeat;
  background-size: cover;
  padding: 60px 0px;
  overflow: hidden;
  margin-bottom: 80px;
}
 
.divider-box{
 padding-left: 10px;
}

.divider-box div{
    display: flex;
    align-items: center;
}

.divider-box small{
    font-family: "Times New Roman";
    font-size: 22px;
    color: #000000;
    line-height: 1;
    margin-right: 10px;
}

.divider-box h3{
    font-family: "Times New Roman";
    font-size: 46px;
    color: #000000;
    line-height: 1;
    margin: 0;
    display: inline-block;
}

.divider-box h3 sup{
    font-size: 26px;
}

.divider-box span{
    padding: 6px 12px;
    font-size: 24px;
    color: #000;
    background: linear-gradient(180deg, #D2B15B, #FFDD84, #E1C16C);
    line-height: 1;
    border-radius: 10px;
    font-family: "Times New Roman";
    margin-left: 12px;
}

.divider-box p{
margin: 10px 0 22px;
width: 75%;
}

.dividphoto{
position: absolute;
left: 15px;
width: 31%;
top: 50%;
transform: translateY(-50%);
}

.dividphoto2{
display: none;
}

/*----*/

.addbanner{
    margin-bottom: 70px;
}

.addbanner img{
width: 100%;
}

.addshow-mobile{
display: none;
}


/*----*/

.gallery-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 30px 0px 25px;
}

.gallery-box{
  overflow: hidden;
  border-radius: 12px;
  width: 31.8%;
}

.gallery-box a{
  position: relative;
}

.gallery-box a::before{
  background: rgb(0 0 0 / 40%);
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  content: '';
  top: 0px;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.gallery-box img{
width: 100%;
}

.gallery-box svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFDD84;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  opacity: 0;
}

.gallery-box:hover a:before, .gallery-box:hover svg{
  opacity: 1;
}

/*----*/

.hone-amenity{
  background: #FFF6E5;
  padding: 80px 0px;
  position: relative;
  z-index: 1;
}

.hone-amenity::before{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #ffffff 0%, #FFF6E5 100%);
    width: 100%;
    top: 0px;
    left: 0;
    height: 20%;
    z-index: -1;  
}

.hone-amenity::after{
    position: absolute;
    content: '';
    background: linear-gradient(0deg, #ffffff 0%, #FFF6E5 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    height: 20%;
    z-index: -2;
}

.amenity-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.amenity-box{
   text-align: center;
   border: 1px solid #DFDCD5;
   border-top: 0px;
   padding: 24px;
   width: 16.5%;
}

.amenity-box:nth-last-child(2), .amenity-box:last-child {
  border-bottom: 0px;
}

.amenity-box:nth-child(13),
.amenity-box:nth-child(7),
.amenity-box:nth-child(1) {
 border-left: 0px;
}

.amenity-box:nth-child(6),
.amenity-box:nth-child(12),
.amenity-box:nth-child(18) {
 border-right: 0px;
}

.amenity-box img{
    width: 46px;
}

.amenity-box p{
    font-family: "Times New Roman";
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    text-transform: capitalize;
    margin: 10px 0px 0px;
}

.aminity-vector{
 background: url(../img/aminity-shape.webp) no-repeat;
  background-size: cover;
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*----*/

.home-map .heading {
    margin-bottom: 30px;
}

.homeplace-box{
    display: flex;
    background: rgb(0 0 0 / 6%);
    border-radius: 12px;
    overflow: hidden;
}

.homeplace-box .img-responsive{
     width: 65%;
     border-radius: 12px;
}

.homemap-place{
    width: 35%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homemap-place li{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1.4px solid #D2B15B;
    padding-bottom: 12px;
    transition: all 0.2s ease-In;
    margin: 5px 0px;
}

.homemap-place li:hover{
   border-color: #D2B15B;
}

.homemap-place li span{
  color: rgb(0 0 0 / 60%);
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

/*----*/

.testimonial{
overflow: hidden;
margin: 80px 0px;
}

.testimonial-slider{
    margin: 20px -700px 0px;
    padding-bottom: 30px;
}

.client-box{
margin: 0px 40px;
}

.client-box p{
    margin-bottom: 20px;
    font-family: "Times New Roman";
    font-size: 26px;
    text-align: center;
    padding: 10px 40px;
}

.client-text {
position: relative;
}

.client-text img {
  width: 34px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.client-text .quote-right {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: rotate(180deg);
}

.client-image{
display: flex;
align-items: center;
justify-content: center;
}

.client-image img{
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.client-image div label{
    font-size: 14px;
    margin: 6px 0 0;
    color: #000;
    line-height: 1;
}

.client-image div span{
    font-size: 13px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}

.testimonial-slider .slick-slide,
.testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
opacity: 0.3;
transition: all 0.3s ease-in-out;
}

/* Active center slide*/
.testimonial-slider .slick-center,
.testimonial-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
opacity: 1;
}
   
/*----*/

.floor-slider{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 30px;
}

.floor-box{
  width: 31.8%;
}

.floor-box img {
    width: 100%;
    margin-bottom: 15px;
}

.floor-box .btn-default {
    width: 100%;
}

/*----*/

.homehelp{
background: linear-gradient(0deg, #FFF0D5 25%, #F8F4F0 90%);
padding: 70px 0px;
position: relative;
z-index: 1;
overflow: hidden;
margin: 80px 0px;
}

.homehelp-head{
text-align: center;
}

.homehelp-head p {
    color: rgb(0 0 0 / 70%);
    margin: 15px auto 0;
    width: 70%;
}

.homehelp-form{
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homehelp-form .form-control, .homehelp-form .form-control:focus {
    border-bottom: 1px solid rgb(0 0 0 / 40%);
    color: #000000;
    margin-right: 20px;
    font-weight: 400;
    width: 35%;
}

.homehelp-form .form-control::placeholder {
 color: #000000;
}

.homehelp-form .form-control::-ms-input-placeholder { 
 color: #000000;
}

.homehelp-form .btn-default {
    width: 26%;
}

.homehelp-call{
    background: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    display: inline-flex;
    margin: 70px 0px 20px;
}

.homehelp-call li{
    margin-right: 30px;
}

.homehelp-call li:last-child{
    margin-right: 0px;
}

.homehelp-call li a{
color: #000;
font-size: 15px;
display: flex;
align-items: center;
}

.homehelp-call li a img{
width: 15px;
margin-right: 6px;
}

.homehelp-call li a:hover {
  background-image: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.homehelp-call li a:hover img{
filter: brightness(0) saturate(100%) invert(80%) sepia(7%) saturate(2834%) hue-rotate(4deg) brightness(73%) contrast(88%);
}

.homehelp-one{
    font-size: 28px;
    color: #000000;
    font-family: "Times New Roman";
    line-height: 1.1;
    margin: 70px 0px 20px;
    text-align: center;
}

.homhelp-person{
    position: absolute;
    right: 0;
    bottom: -72px;
    width: 290px;
    z-index: -1;
}

.helpwave{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -2;
}

/*----*/

.footer{
position: relative;
}

.social-contact {
    text-align: right;
    position: relative;
    z-index: 1;
}

.footer-contact a{
    color: #000000;
    font-size: 45px;
    font-family: "Times New Roman";
    transition: all 0.2s ease-In;
    display: inline-block;
}

.footer-contact a:last-child{
    margin-bottom: 0px;
}

  .footer-contact a:hover {
    background-image: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

.footer-social {
    margin-top: 30px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
    color: #E5B966;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 20%);
    position: relative;
    background: #fff;
    z-index: 1;
}

.footer-social li a:hover {
    color: #ffffff;
}

.footer-social li a:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all .3s ease-in-out;
  transform: scale(0);
  transform-origin: center;
  z-index: -1;
  background: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
}

.footer-social li a:hover:before {
  transform: scale(1);
}

.footer-shape{
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 250px;
    z-index: -1;
}
  
.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(0 0 0 / 40%);
    padding: 12px 0px;
    margin-top: 80px;
}

.footer-bottom img {
    width: 120px;
}

.footer-copyright{
    margin: 0;
    font-size: 15px;
}

.footer-copyright span{
    text-transform: uppercase;
    font-size: 13px;
}

  .footer-otherlink li {
  margin-right: 8px;
  display: inline-block;
  }
  
  .footer-otherlink li:last-child {
  margin-right: 0px;
  }
  
  .footer-otherlink li a {
    color: #000000;
    font-size: 14px;
    transition: all 0.2s ease-In;
  }

  .footer-otherlink li a:hover {
    background-image: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.footer-link li {
  margin-bottom: 18px;
}

.footer-link li a {
    color: #000000;
    font-size: 30px;
    font-family: "Times New Roman";
    line-height: 1;
    transition: all 0.2s ease-In;
}

.footer-link li a:hover {
    background-image: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.footer-talk{
    text-align: center;
}


.footer-talk .heading{
    display: block;
}

.footer-talk p{
    width: 68%;
    margin: 10px auto 20px;
    color: rgb(0 0 0 / 70%);
}

.footer-talk .btn-default{
 width: 130px;
}



/*---- thankyou ---*/

.thankyou-page {
  background: url(../img/thankyou-back.webp) no-repeat;
  background-size: 100% 89%;
  background-position: bottom;
  height: 100vh;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.thank-box {
  width: 500px;
margin: 0 auto;
 display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 15px;
  text-align: center;
} 

.thank-box img{
    width: 80%;
    margin: 0 auto;
}
 

.thankyou-page p {
    margin: 20px 0px 20px;
    font-family: "Times New Roman";
    font-size: 16px;
    color: #000000;
}

.thank-image{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: -1;
    padding-top: 50px;
}

.thankyou-page .btn-default{
    margin: 0px 4px;
}

.no-footer {
  display: none;
}

/*---------- enquirt popup ---------*/

.enquiry-popup {
  padding: 0 !important;
}

.enquiry-popup .pop-close {
    border: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    outline: none;
    color: #000000;
    transition: all 0.1s ease-In;
    line-height: 1;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.enquiry-popup .pop-close:hover {
  color: #ffffff;
    background: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
}

.no-padd {
  padding: 0px;
}

.enquiry-popup .modal-content {
  border: 0px;
  border-radius: 12px;
  overflow: hidden;
}

.enquiry-popup .modal-content .row {
  margin: 0px;
}

.enquiry-popup .modal-body {
padding: 20px 30px;
  overflow: hidden;
  background: #F8F4F0 url(../img/pop-back.webp) no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enquiry-popup .heading {
  font-size: 36px;
  margin-bottom: 20px;
}

.enquiry-popup .form-control {
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 10px;
    background: #fff;
    padding: .375rem .75rem;
    color: rgb(0 0 0 / 70%);
    box-shadow: none;
    margin-bottom: 15px;
    height: 40px;
    font-weight: 400;
}

.enquiry-popup .form-control::placeholder {
 color: rgb(0 0 0 / 70%);
}

.enquiry-popup .form-control::-ms-input-placeholder { 
 color: rgb(0 0 0 / 70%);
}

.enquiry-popup textarea{
height: 70px !important;
}

.enquiry-popup .btn-default {
    width: 100%;
}

.enquiry-popup .formcheck span {
    color: #000000;
    font-weight: 400;
}

.popenquiry-image {
  height: 100%;
position: relative;
}

.popenquiry-image .img-responsive {
  height: 100%;
  width: 100%;
}

.popclose-mobile {
display: none !important;
}
