body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  height: 3000px;

}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;

}

h1,
h2,
h3 {
  text-transform: capitalize;
}

p {
  line-height: 23px;
}

h1 {
  font-size: 59px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  color: #b0934e5e;
  margin-bottom: 17px;
}

h2 {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #b0934e;
}

h2:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  background-color: #b0934e;
  content: "";
  width: 40px;
  height: 5px;
  list-style: oriya;
  border-left: 9px solid #000;
  border-right: 9px solid #000;
}


h2::before {
  position: absolute;
  bottom: -7px;
  right: 0;
  background-color: #b0934e;
  content: "";
  width: 40px;
  height: 5px;
  list-style: oriya;
  border-left: 9px solid #000;
  border-right: 9px solid #000;
}




h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  letter-spacing: inherit;

}



.btan {
  color: #000;
  border: 2px solid #b0934e;
  padding: 12px 36px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  height: 43px;
  place-content: center;
  display: inline flow-root list-item;
  align-items: center;
  border-radius: 8px;
  transition: all 0.5s;
}

.btan::after {
  position: absolute;
  background-color: rgb(125, 57, 148);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  transform: rotate(180deg);
  transition: all 0.5s;

}

.btan:hover:after {
  transform: rotate(0deg);
  transition: all 0.5s;
  z-index: -9;
  left: 0;
}

.btan:hover {
  color: #fff;
  transition: all 0.5s;
}



/* =============sticky_icon==================== */

.sticky_icon {
  display: none;
}








/* =========================header start========================= */


.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 6px 0;
  z-index: 1;
  z-index: 999;
  background: #ffffffeb;

}

.header a {
  color: #000000 !important;

}




/* STICKY STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #ffffff;
  border-bottom: none;
}




@keyframes slideDown {
  from {
    transform: translateY(-100%);
    transition: 0.3;
  }

  to {
    transform: translateY(0);
    transition: 0.3;
  }
}

.header .contect-us ul li .fa {
  background: #000000;
  padding: 5px 13px;
  margin-right: -26px;
  z-index: 1;
  position: relative;
  color: #ffffff;
  
  margin-top: -4px;
}

.header .contect-us ul li span{padding: 10px 10px 10px 35px;
  background: #b0934e;
  color: #fff;
  border-radius: 8px;
}

.logo {
  font-size: 26px;
}


.menu ul li {
  display: inline-block;
  padding-right: 25px;
}

.menu ul li a {
  position: relative;
}

.menu ul li a::after {
  position: absolute;
  right: 50%;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background-color: #b0934e;
}

.menu ul li a:hover:after {
  width: 100%;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.header ul li a {
  transition: all 0.5s;
  color: rgb(255, 255, 255)0f0;
  font-size: 16px;
  font-weight: 400;
}

.header ul li .active {
  color: #b0934e!important;
}

.header ul li a:hover {
  transform: all 0.5s;
  color: #b0934e!important;
}






/* =========header closed========= */

/* ===========================banner = style = start ===================== */


.banner_bg {
  background-image: url(https://fonts.googleapis.com/css?family=Roboto:400,700);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 889px;
}

.banner_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b5;
  content: "";
}



.banner {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.banner .banner_wrapper_text .li:first-child {
  background: #000000b4;
  margin: 0 0 12px 0;
  padding: 12px 0;
  width: 447px;
  border-radius: 7px;
  line-height: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px #b0934e;
  letter-spacing: 1px;

}

.banner .banner_wrapper_text li span{
  font-size: 19px;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
  line-height:24px;

}


.banner .banner_wrapper_text li {
  background: #b0934e70;
  margin: 0 0 12px 0;
  padding: 12px 0;

  border-radius: 7px;
}



.banner_bg .video-item {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_bg .video-item iframe{height:889px;}


.banner_bg .banner h5 span {
  color: #b0934e;
}

.banner_bg .banner h5 {
  padding-bottom: 12px;
  font-size: 21px;
}

.banner_bg .banner h4{display: none;}

.form_section {
  background: #808080;
  text-align: center;
  padding: 41px 23px;
  border-radius: 12px;
position: relative;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .form_section::after{
  position: absolute;
  top:15px;
  left: 15px;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  z-index: -1;
}

 */

.form_section h3 {
  color: #ffffff;
  ;
}

.form_section .banner_text_form {
  color: #3f3f3f;
  background: none;
  outline: none;
  width: 100%;
  height: 36px;
  border: navajowhite;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: navajowhite;
  border-bottom: 1px solid #3f3f3f;
}



#SubmitQuerytop {
  background-color: #b0934e;
  ;
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 36px;
  border: none;

  font-weight: bold;
  border-radius: 50pc;

  transition: 0.3s;
}

#SubmitQuerytop:hover {
  background-color: #424242;
  transition: 0.3s;
  border: none;
  color: #b0934e;
  ;
}


/* ==================banner style end======================= */


/*========================== about style end============================ */

.overview {
  padding: 90px 0;
}



.overview .overview_text p {
  line-height: 23px;
  font-size: 16px;
}


.overview .overview_text i {
  font-size: 35px;
  color: #b0934e;
}

.overview  .overview_text span {
  line-height: 24px;
}

/* ===============================about style end============================================ */

/* =============overview style start=============== */


.overview_bg {
  background-color: #eee;
  padding: 90px 0;
}

.overview_img {
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}

.overview_img img {
  transform: scale(1);
  transition: 0.3s;
}

.overview_img:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.overview_bg .overview_box {
  background: #fff;
  border-radius: 7px;
  transform: skewX(0);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.overview_bg .overview_box:hover {
  transform: skewX(2deg);
  transition: 0.3s;
}

.overview_bg .overview_box h3 {
  color: #000000;
  transition: 0.3s;
}

.overview_bg .overview_box:hover h3 {
  color: #b0934e;
  transition: 0.3s;
}

.overview_bg .overview_box p {
  color: #5c5757;
}

/* ======================overview style end==================== */

/* =======================amenities style start ===================== */

.amenities_bg {
  background: #eaeaea;
  padding: 90px 0;
}


.amenities_box {
  background: #f5f5f5;
  text-align: center;
  height:215px;
  border: 1px solid #bbbdbb;
  min-height: 195px;
  padding: 22px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

.overlay_text i {
  font-size: 47px;
  color:#b0934e;
}


/* =======================amenities style end ===================== */



/* =====================floor plan style css========================= */




.floor_plan {
  padding: 90px 0;
  background-color: #b0934e0d;
}


.floor_plan_img .overlay {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 25%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.3s;

}

.floor_plan_img:hover .overlay {
  transform: translateX(0);
  transition: 0.3s;
}

.floor_plan_img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  place-content: center;
  display: flex;
  text-align: center;
  width: 182px;
  height: 47px;
  margin: auto;
}

.floor_plan_img img {
  opacity: 0.5;
}

.floor_plan_img {

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}



/* ===================floor style end======================================= */



/*============================== gallery style start================================== */



.gallery_bg{
  background-image: url("../img/gallery_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 90px 0;
  position: relative;
}

.gallery_bg h2{font-size: 40px;
  font-weight: 500;
  position: relative;
  display: inline-block;
color: #fff;
}

.gallery_bg h2:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #b0934e;
  content: "";
  width: 40px;
  height: 5px;
  list-style: oriya;
  border-left: 9px solid #ffffff;
  border-right: 9px solid #ffffff;
}


.gallery_bg h2::before {
  position: absolute;
  bottom: -10px;
  right: 0;
  background-color: #b0934e;
  content: "";
  width: 40px;
  height: 5px;
  list-style: oriya;
  border-left: 9px solid #ffffff;
  border-right: 9px solid #ffffff;
}

  

.gallery_bg::after{content: ""; background-color: rgba(0, 0, 0, 0.65); width: 100%; height: 100%; position: absolute; top: 0; left: 0;} 
.gallery_bg .gallery_main{position: relative; z-index: 1;}
 

.gallery_box {
  position: relative;
  margin: 0 15px;
  cursor: pointer;
}


.Gallery_box_slide {
  cursor: move;
}


.Gallery_box_slide .slick-prev::before,
.slick-next::before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  color: #e12222;

}


.gallery_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.384);
  width: 100%;
  height: 100%;
  border-radius: 50pc;
  transform: scale(0);
  justify-content: center;
  display: flex;
  transition: 0.3s;
  z-index: 2;
}

.gallery_box:hover .overlay {
  transform: scale(1);
  transition: 0.3s;
  border-radius: 0;

}



.gallery_box .overlay a {
  position: absolute;
  bottom: 13px;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  font-weight: 600;
  left: 13px;
  z-index: 9;
}


.gallery_box .overlay a:hover {
  transition: 0.5s;
  color: #b0934e;
}




.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;
}
@media (max-width: 580px) {
  .photos-grid-container {
    grid-template-columns: 1fr;
  }
}
.photos-grid-container .img-box {
  position: relative;
}
.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}
.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.photos-grid-container img {
  max-width: 100%;
  border-radius: 11px;
  display: block;

}
.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}
.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}
.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0em;
}
.photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1280px) {
  .container {
    margin: 0 auto;
    width: 1250px;
  }
}




/* ===================gallery style end========================================= */


/* ================why invest style========================= */


.why_invest {
  padding: 90px 0 0 0;
}

.why_invest .why_invest_wrapper ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 15px;
}

.why_invest .why_invest_wrapper ul li h6 {
  padding: 12px 9px;
  margin-right: 12px;
}




/* =================gallery style start======================= */




/* .brands_shop{padding-top: 90px;}
.brands_shop_logo{margin: 0 15px;}
.brands_shop_logo img{filter: grayscale(50%); cursor: pointer;}
.brands_shop_logo img:hover{filter: grayscale(100%);}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
} */


/*=========================== footer======================= */



/* ==========================footer form style start===================================== */


.footer_bg {
  background-color: #1d1d1d;
  padding: 90px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.footer_bg::after {
  content: '';
  width: 80vw;
  height: 80vw;
  border: 200px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15vw;
  right: -30vw;
  opacity: .01;
  pointer-events: none;
}

.footer_bg h3 {
  position: relative;
}

.footer_bg h3::after {
  content: "";
  border-left: 3px solid #b0934e;
  border-top: 3px solid #b0934e;
  position: absolute;
  top: -1px;
  left: -5px;
  width: 12px;
  height: 12px;
}


.footer_text_form {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  padding: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  outline: none;
}



.footer_b .information-web {
  margin: 0 auto;
  font-size: 14px;
}

.footer-bootom {
  border-top: 1px solid #fff;
  background-color: #1a1a1a;
  padding: 23px 0 58px 0;
  color: #fff;
}

.footer-bootom ul a {
  font-size: 16px;
  color: #fff;
}


/* ====================================footer  form style end===================================================== */




/* scroll style css=========== */






/* ==============================responsiive================================================== */

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .menu ul {
    position: fixed;
    text-align: left;
    top: 0;
    left: -100%;
    background-color: #000;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    z-index: 999;
    padding-top: 52px;
  }

  .header .menu a {
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
    justify-content: flex-start;
  }

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;
    border-bottom: 2px solid #c6c6c6;
  }

  .menu ul li:last-child {
    border: none;
  }

  .hamberger {
    display: flex;
    justify-content: flex-end;
  }



  .mobilemenu {
    position: relative;
    background-color: #000000;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    z-index: 999;
    justify-content: space-around;
    display: flex;
    align-items: center;
    top: -26px;
    cursor: pointer;
  }

  .mobilemenu::after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    bottom: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    top: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .menu.active .mobilemenu {
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
  }

  .menu.active .mobilemenu::after {
    transform: rotate(45deg);
    transition: all 0.3s;
    bottom: 0;
    background-color: #000000;
  }

  .menu.active .mobilemenu::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    top: 0;
    background-color: #000000;
  }



  .menu ul li a {
    position: relative;
  }

  .menu.active ul {
    top: 0;
    left: 0;
    transition: all 0.5ms;
    transition: 0.3s;
  }


  .banner_bg {
    height: 859px;
    }

    .banner_bg .video-item iframe {
      height: 859px;
    }

  .menu ul li a::after {
    position: absolute;
    right: 50%;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background-color:transparent;
  }



  .banner_slider .next-arrow {
    right: 21%;
    bottom: 6%;
  }

  .banner_slider .prev-arrow {
    left: 25%;
    bottom: 6%;
  }


  .banner_slider_text h3 {
    font-size: 28px;
    font-weight: 700;
    padding: 22px 0 !important;
  }

  .banner_slider_text h5 {
    padding: 12px 0;
  }

  .banner_bg .banner h4{
    display: block;
    margin: 13px 0;
    padding: 0;
  }

  .banner h4 span .fa {
    color: #ececec;
    border-radius: 50pc;
    background: #b0934e;
    width: 50px;
    height: 50px;
    place-content: center;
    display: flex;
    padding: 0;
    align-items: center;
    transition: 0.3s;
  }
  
  .banner h4 h3 {
    color: #fff;
    border: 2px solid #ffffff;
    padding: 12px 39px;
    border-radius: 27px 8px 8px 27px;
    margin: 0 0 0 -28px;
    z-index: -6;
  }

.banner .form_section::after {
  position: absolute;
  top: 0;
  left: 0;
}

  .Project_Highlights ul li {
    font-size: 15px;
  }

  .footer_bg {
    background-color: #1d1d1d;
    padding: 33px 0;
  }


  .header .contect-us {
    display: none;
  }



  .mb-mob {
    margin-bottom: 30px;
  }

  .mt-mob {
    margin-top: 30px;
  }

  .banner .banner_wrapper_text ul li:first-child {
    background: #000000b4;
    margin: 0 0 12px 0;
    padding: 12px 0;
    width: 100%;
    border-radius: 7px;
    line-height: 25px;
    font-weight: 500;
    box-shadow: 2px 2px 2px #b0934e;
    letter-spacing: 1px;
  
  }


  .banner .banner_wrapper_text ul li:first-child span {
    font-size: 17px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
  }


  /* ========================sticky_icon mob====================================== */

  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 99;
  }

  .sticky_icon ul {}

  .sticky_icon ul li a {
    color: #fff;
  }

  .sticky_icon ul li {
    background-color: #b0934e;
    padding: 14px 0;
    text-align: center;
    border-right: 2px solid #c6c6c6;
  }
 


}


@media only screen and (max-width: 767px) {

  h1 {
    font-size: 35px;
  }

  .banner .banner_wrapper_text ul li {
    background: #b0934e;
    margin: 0 0 12px 0;
    padding: 12px 0;
    width: 100%;
  }

  .banner_bg .video-item iframe{height:1107px;}
  .banner_bg {
    height: 1107px;
  
  }



  .mb-tabl {
    margin-bottom: 30px;
  }

  .mt-tabl {
    margin-bottom: 30px;
  }

}
















