
@font-face {
  font-family: "PP Eiko Medium";
  src: url(../fonts/PPEiko-Medium.otf);
  font-display: swap;
}

@font-face {
    font-family: 'TT Hoves';
    src: url('../fonts/TTHoves-Medium.eot');
    src: local('TT Hoves Medium'), local('TTHoves-Medium'),
        url('../fonts/TTHoves-Medium.woff2') format('woff2'),
        url('../fonts/TTHoves-Medium.woff') format('woff'),
        url('../fonts/TTHoves-Medium.ttf') format('truetype'),
        url('../fonts/TTHoves-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TT Hoves';
    src: url('../fonts/TTHoves-DemiBold.eot');
    src: local('TT Hoves DemiBold'), local('TTHoves-DemiBold'),
        url('../fonts/TTHoves-DemiBold.woff2') format('woff2'),
        url('../fonts/TTHoves-DemiBold.woff') format('woff'),
        url('../fonts/TTHoves-DemiBold.ttf') format('truetype'),
        url('../fonts/TTHoves-DemiBold.eot?#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
}

html{ 
overflow-x: hidden;
} 

body{ 
font-family: 'TT Hoves';
overflow-x: hidden;
background: #110E0D;
} 

h1, h2, h3, h4, h5, h6 {
font-family: "PP Eiko Medium";
}

a {
text-decoration: none !important;
}

p{
color: #ffffff;
font-size: 15px;
font-weight: 500;
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.img-responsive {
display: block;
max-width: 100%;
height: auto;
}

.heading{
font-size: 48px;
color: #ffffff;
margin-bottom: 0px;
text-transform: capitalize;
font-family: "PP Eiko Medium";
}

.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;
}

.sub-para{
  text-align: center;
    margin: 10px 0 0;
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
}


/*----*/

.slick-dotted.slick-slider{
margin-bottom: 0px;
}

.slick-dots {
  text-align: center;
  bottom: 0px;
  margin: 0;
  left: 0;
  right: 0;
}

.slick-dots li {
  width: 30px !important;
  height: 5px !important;
  margin: 0;
  margin-right: 8px;
}

.slick-dots li:last-child {
  margin-right: 0px;
}

.slick-dots li button {
  display: block;
  width: 30px !important;
  height: 5px !important;
  padding: 0 !important;
  border: 0px !important;
  border-radius: 5px;
  background: #C4C4C4;
  margin: 0px !important;
}

.slick-dots li.slick-active button {
  background: #C0995A;
}

.slick-dots li button::before {
  display: none;
}

/*----*/


.default-arrow {
    transition: all 0.1s ease-In;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #C0995A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.default-arrow:hover {
  color: #C0995A;
  background: #fff;
}

.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: 12px 22px;
  font-size: 14px;
  color: #fff;
  background: #C0995A;
  outline: 4px solid rgb(192 153 90 / 20%);
  transition: all 0.3s ease-In;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 20px;
  margin: 4px;
  border: 0px;
  font-weight: 500;
  text-transform: capitalize;
}

.btn-default:hover,
.btn-default:focus {
  box-shadow: none;
}

.btn-default:hover {
  color: #000;
  outline-color:rgb(192 153 90 / 30%);
}

.btn-default span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 54px;
  background: #fff;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btn-default:hover span {
  width: 225%;
  height: 562px;
}

.btn-default img{
    width: 13px;
    margin-right: 8px;  
    transition: filter 0.3s ease;
}

.btn-default:hover img {
 filter: brightness(0) invert(0);
}

/*--------------- header ---------------*/

.header-area{
padding: 12px 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: 100px;
}

.stick{
padding: 10px 0px;
background: #110E0D;
}

.stick .logo a img {
width: 90px;
}

/*----*/

.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 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.homebanner-item {
  position: relative;
   height: 100vh;
}

.banner-text .heading {
    width: 85%;
}

.homebanner-item .img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: left;
    top: 52%;
    transform: translatey(-50%);
}

.banner-text ul{
    margin: 12px 0 20px;
}

.banner-text li{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: start;
    margin-top: 8px;
}

.banner-text li img{
    width: 13px;
    margin-right: 8px;
    margin-top: 3px;
}




.bannerform-box{
    transform: translate(81%, -98%);
    display: flex;
    height: 100%;
    align-items: center;
    max-width: 600px;
}

.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%);
    width: 350px;
}

.banner-form .btn-default {
  width: 100%;
}

.formhead{
    font-family: "PP Eiko Medium";
    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: 17px;
}

.banner-form select option{
    color: #000;
}

.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;
}


.homebanner-slider .slick-dots {
    bottom: 20px;
}

/*----*/

.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-slider{
 margin-top: 80px;
 padding-bottom:32px;
}

.divider-area{
  background: url(../img/divide-bg.webp) no-repeat;
  background-size: cover;
  padding: 49px 0px;
  overflow: hidden;
}
 
.divider-box{
 padding-left: 10px;
}

.divider-box .heading{
  color: #000;
      font-size: 42px;
}

.divider-box p small{
    background: #C0995A;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    padding: 0px 4px;
    display: inline-block;
}

.divider-box p{
margin: 10px 0 20px;
width: 75%;
color: rgb(0 0 0 / 70%);
font-size: 20px;
}

.dividphoto{
position: absolute;
left: 15px;
width: 31%;
top: 50%;
transform: translateY(-50%);
}

.dividphoto2{
display: none !important;
}

.dividerbox-plan{
display: flex;
align-items: center;
color: #000;
font-size: 20px;
}

.dividerbox-plan span{
    margin-left: 18px;
    background: #C0995A;
    font-size: 34px;
    color: #fff;
    border-radius: 4px;
    padding: 6px 18px;
    font-weight: 600;
    line-height: 1;
}

/*----*/

.home-gallery{
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

.gallery-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 35px;
}

.gallery-box{
  overflow: hidden;
  border-radius: 12px;
    width: 23.9%;
}

.big-gallerybox{
width: 47.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-responsive{
width: 100%;
}

.gallery-box i{
  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 i img{
width: 32px;
}

.gallery-box:hover a:before, .gallery-box:hover i{
  opacity: 1;
}

/*----*/

.hone-amenity{
  margin-bottom: 80px;
}

.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: "PP Eiko Medium";
    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{
margin-top: 80px;
}

.home-map .heading {
    margin-bottom: 30px;
}

.homeplace-box{
    display: flex;
    background: #ffffff;
    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: rgb(0 0 0 / 70%);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1.4px solid #C0995A;
    padding-bottom: 12px;
    transition: all 0.2s ease-In;
    margin: 5px 0px;
    text-transform: capitalize;
}

.homemap-place li:hover{
   border-color: #C0995A;
}

.homemap-place li span{
    color: #C0995A;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

/*----*/

.testimonial{
overflow: hidden;
margin: 80px 0px;
}

.testimonial-slider{
    margin: 30px -700px 0px;
}

.client-box{
    margin: 0px 20px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #C0995A;
    text-align: center;
}

.client-box p{
    margin-bottom: 0px;
    font-size: 22px;
    text-align: center;
    padding: 40px;
    color: #12100C;
    border: 1px solid rgb(0 0 0 / 40%);
    border-radius: 12px;
    margin-top: 30px;
    line-height: 1.6;
    min-height: 186px;
}

.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;
    text-align: left;
}

.client-image img{
    width: 58px;
    height: auto;
    margin-right: 10px;
}

.client-image div label{
    font-size: 13px;
    margin: 6px 0 0;
    color: #000;
    line-height: 1;
}

.client-image div span{
    font-size: 17px;
    line-height: 1;
    display: block;
    color: #C0995A;
}

.testimonial-slider .slick-slide,
.testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
opacity: 0.3;
transform: scale(.9);
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;
transform: scale(1);
}
   
/*----*/

.home-floor{
  margin: 80px 0px;
}

.home-floor .heading{
  font-size: 38px;
}

.floor-slider{
    margin-top: 35px;
padding-bottom: 33px;
}

.floor-box{
  margin: 0 10px;
  background: #fff;
    padding: 10px 10px 20px;
    border-radius: 12px;
    border: 1px solid #C0995A;
    text-align: center;
}

.floor-box img {
    width: 100%;
    margin-bottom: 15px;
}

.floor-box ul{ 
  margin-bottom: 20px;
  padding: 0 10px;
}

.floor-box ul li{ 
  font-size: 14px;
  margin-top: 7px;
  color: #000;
  text-align: left;
}

.floor-box .btn-default {
    width: 90%;
}

/*----*/

.homehelp{
 background: url(../img/contact-back.webp) no-repeat;
  background-size: cover;
  margin-bottom: 90px;
    padding: 70px 0px;
    overflow: hidden;
}

.homehelp-boxform{
  background: #fff;
  padding: 25px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.homehelp-boxform .formcheck span {
    color: #000000;
}

.homehelp-boxform .heading{
  font-size: 28px;
  margin-bottom: 18px;
  color: #000;
}


.homehelp-form .form-control, .homehelp-form .form-control:focus {
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 8px;
    background: #fff;
    padding: .375rem .75rem;
    color: rgb(0 0 0 / 60%);
    box-shadow: none;
    margin-bottom: 13px;
    height: 44px;
    font-weight: 400;
}

.homehelp-form .form-control::placeholder {
 color: rgb(0 0 0 / 60%);
}

.homehelp-form .form-control::-ms-input-placeholder { 
 color: rgb(0 0 0 / 60%);
}

.homehelp-form .btn-default {
    width: 100%;
}

.formlabel{
    color: rgb(0 0 0 / 60%);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}

.homehelp-call{
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: space-between;
  margin-top: 17px;
  width: 100%;
  background: linear-gradient(90deg, #4E4E4E, #787878, #4E4E4E);
}

.homehelp-call li{
    margin: 0 5px;
}

.homehelp-call li a{
color: #ffffff;
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%);
}

.helpwave{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -2;
}


.homehelp-info{
display: flex;
justify-content: space-between;
height: 100%;
flex-direction: column;
}

.help-overbox {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}

.help-overbox .heading{
     font-size: 28px;
  margin-bottom: 18px;
  color: #000;
}

.homehelp-list li{
      color: #000000;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: start;
    margin-top: 12px;
}

.homehelp-list li img {
    width: 13px;
    margin-right: 8px;
    margin-top: 3px;
    filter: brightness(0) invert(0);
}

.help-info{
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.help-info img{
    width: 46px;
    margin-right: 10px;
}

.help-info span{
    font-size: 15px;
    color: #000;
    display: block;
        line-height: 1;
    margin-bottom: 2px;
}

.help-info a{
    color: #C0995A;
     font-size: 15px;
    transition: all 0.2s ease-In;
}

.help-info a:hover{
   color: rgb(0 0 0 / 60%);
}


/*----*/

.footer{
position: relative;
background: linear-gradient(0deg, rgb(192 153 90 / 20%), rgb(17 14 13 / 30%) 90%);
}

.social-contact {
    text-align: right;
    position: relative;
    z-index: 1;
}

.footer-contact a{
    color: #ffffff;
    font-size: 46px;
    font-family: "PP Eiko Medium";
    transition: all 0.2s ease-In;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 25px;
}

.footer-contact a:last-child{
    margin-bottom: 0px;
    font-size: 26px;
}

  .footer-contact a:hover {
    color: #C0995A;
  }

  .footer-contact a img{
    width: 32px;
    margin-right: 5px;
  }

.footer-social {
    margin-top: 35px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
    color: #C0995A;
    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: #C0995A;
}

.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(255 255 255 / 40%);
    padding: 14px 0px;
    margin-top: 30px;
}

.footer-copyright{
    margin: 0;
    font-size: 14px;
}

.footer-copyright span{
    text-transform: uppercase;
    font-size: 13px;
}

  .footer-otherlink li {
  margin-right: 8px;
  display: inline-block;
  color: #ffffff;
  }
  
  .footer-otherlink li:last-child {
  margin-right: 0px;
  }
  
  .footer-otherlink li a {
    color: #ffffff;
    font-size: 14px;
    transition: all 0.2s ease-In;
  }

  .footer-otherlink li a:hover {
    color: #C0995A;
}


.footer-link li {
  margin-bottom: 18px;
}

.footer-link li a {
    color: #ffffff;
    font-size: 26px;
    font-family: "PP Eiko Medium";
    line-height: 1;
    transition: all 0.2s ease-In;
}

.footer-link li a:hover {
    color: #C0995A;
}



/*----*/

.home-project{
  margin-bottom: 80px;
  overflow: hidden;
}

.project-slider {
    margin-top: 30px;
    margin-right: -450px;
}

.project-box{
  position: relative;
  margin: 0 15px;
  overflow: hidden;
  border-radius: 12px;
}

.project-box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgb(0 0 0 / 80%) 100%);
    z-index: 1;
}

.project-box img{
  width: 100%;
  transition: transform 0.4s ease-in-out 0s;
}

.project-box div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0px 30px 30px;
    z-index: 1;
}

.project-box span{
    margin-bottom: 12px;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    display: block;
}

.project-box p{
 color: #fff;
 margin: 0;
 font-size: 14px;
}

.project-box:hover img{
    transform: scale(1.06);
}

.projectslider-arrow{
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 20px;
}

.projectslider-arrow .projectright {
    margin-left: 10px;
}

/*----*/

/*---- thankyou ---*/

.thankyou-page {
  background: url(../img/thankyou-back.webp) no-repeat;
  background-size: 100% 89%;
  background-position: bottom;
  height: 100vh;
  padding-top: 77px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.thank-box {
  width: 540px;
margin: 0 auto;
 display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 15px;
  text-align: center;
} 

.thank-box img{
    width: 72%;
    margin: 0 auto;
}
 

.thankyou-page p {
    margin: 20px 0px 20px;
    font-size: 14px;
    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;
}


/*----*/


.micelegacy-video {
  position: relative;
}

.micelegacy-video .img-responsive,
#player-group {
  object-fit: cover;
  width: 100%;
  height: 530px;
}

.micelegacy-videobox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.micelegacy-videobox p{
  background-image: linear-gradient(to bottom, #FFE192 0%, #DFBD62 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}

.micevideo-play {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: inline-block;
  width: 20px;
  height: 19px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  margin: 0 30px;
}

.micevideo-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.micevideo-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.micevideo-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid #d2b15b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    opacity: 0;
  }
}

/*----*/

.home-about{
  text-align: center;
  margin: 100px 0 80px;
  position: relative;
      padding-bottom: 140px;
}

.home-about p{
line-height: 1.8;
    margin: 12px 0px 20px;
    font-family: "PP Eiko Medium";
    color: #C0995A;
    font-size: 22px;
}

.home-about span{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about span img{
    width: 13px;
    margin-right: 6px;
}

.aboutimage-1{
position: absolute;
    left: 0;
    top: 90px;
    width: 230px;
}

.aboutimage-2{
position: absolute;
right: 0;
top: -30px;
    width: 190px;
}

.aboutimage-3{
position: absolute;
right: 180px;
bottom: 0;
    width: 250px;
}


/*----*/

.home-pricing{
margin-top: 80px;
overflow: hidden;
}

.pricing-head{
  text-align: center;
  margin-bottom: 40px;
}

.pricing-head p{
    line-height: 1.8;
    margin: 12px 0px 0px;
}

.pricing-detail ul{
    list-style: disc;
    padding-left: 15px;
}

.pricing-detail ul li{
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pricing-detail ul li:last-child{
    margin-bottom: 0px;
}

.pricing-detail ul li::marker {
    color: #D2B15B;
}

.pricing-detail p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.home-pricing .img-responsive{
    border-radius: 12px;
}


/*----------------*/

.highlight-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 35px;
}

.highlight-box {
    width: 31.8%;
    background: rgb(138 138 138 / 17%);
    padding: 18px;
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 40%);
}

.highlight-box img{
    width: 55px;
}

.highlight-box span{
      font-family: "PP Eiko Medium";
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 1.3;
    margin: 14px 0px 8px;
    width: 80%;
}

.highlight-box p{
  margin: 0;
      color: rgb(255 255 255 / 70%);
    font-size: 14px;
}


/*--------------- counter  ---------------*/

.count-area {
  margin: 80px 0px;
  position: relative;
}

.item-number {
  text-align: center;
  padding: 60px 10px;
}

.num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.item-number h4 {
    font-size: 50px;
    margin: 0px;
    color: #C0995A;
    line-height: 1;
    font-family: 'TT Hoves';
}

.item-number span {
  font-size: 50px;
  color: #C0995A;
  line-height: 1;
  display: block;
}

.item-number p {
    margin: 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.coup-item {
  padding-right: 5px;
  padding-left: 5px;
}

.counter-color {
background: linear-gradient(0deg, #c0995a00, rgb(192 153 90 / 30%), #c0995a00);
}
 
/*---*/

.crowns-detail .heading{
    font-size: 42px;
}

.crowns-detail span{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}

.crowns-detail p{
    color: rgb(255 255 255 / 70%);
    margin: 8px 0px 20px;
}

.crowns-image{
      display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.crowns-image div{
width: 48%;
position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.crowns-image div::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgb(0 0 0 / 70%) 100%);
    z-index: 1;
}

.crowns-image div span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0px 15px 15px;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 15px;
}






/*---------- enquiry 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: #C0995A;
}

.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: 30px;
  margin-bottom: 20px;
  color: #000000;
}

.enquiry-popup .form-control {
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 6px;
    background: #fff;
    padding: .375rem .75rem;
    color: rgb(0 0 0 / 50%);
    box-shadow: none;
    margin-bottom: 18px;
    height: 42px;
    font-weight: 400;
}

.enquiry-popup .form-control::placeholder {
 color: rgb(0 0 0 / 50%);
}

.enquiry-popup .form-control::-ms-input-placeholder { 
 color: rgb(0 0 0 / 50%);
}

.enquiry-popup textarea{
height: 90px !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;
}


.enquiry-popup .modal-dialog { max-width: 730px;}