/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800;900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;400;600&display=swap"); */

body.modal-open {
  padding-right: 0 !important;
}
/* otp css  */
.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}
/* otp css  */

/* footer new */
.hero {
  height: auto;
  background-color: #332F6A;
  background-size: cover;
  background-blend-mode: multiply;
   /* background-attachment:fixed ;
    activate when you put in your website (optional)
  */
  color: rgb(255, 255, 255);
  padding: 30px 80px 30px 30px;
}
.hero .container{
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.flex{
  display: flex;
}
/* .container__about{
  margin-bottom: 30px;
} */

.container__about p{
  margin-top: 10px;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.container__more{
  margin-left: 30%
}
/* .container-pages{
  column-gap: 30px;
} */

.container-pages ul{
  padding-top: 10px;
  list-style: none;
  line-height: 24px;
  margin-left: -26px;
}
.container-pages ul a{
  color: inherit;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.container-pages ul a:hover{
  color: #017143;
}
footer .by{
margin-top: 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .by p{
  color: rgba(255, 255, 255, 0.605);
  font-size: 14px;
}
.line__separete{
  margin-top: 30px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 999;
}

/* enquery style start  */
.enquery-section p {
  font-size: 1.75rem;
}
.nav-tabs .enquire-links,
.nav-tabs .enquire-links.active {
  border-bottom: #892116 2px solid;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #892116;
  opacity: 1;
  padding: 0;
}
.nav-tabs .enquire-links {
  background: none;
  border: 0px solid transparent;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  /* text-align: right; */
  color: #892116;
  opacity: 0.6;
  cursor: pointer;
  margin: 0px 10px;
}

.sidebar-contact {
  position: fixed;
  top: 60%;
  right: -450px;
  transform: translateY(-50%);
  width: 450px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 99999;
}
.sidebar-contact.active {
  right: 0;
}
.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
}
.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
}
.sidebar-contact textarea {
  height: 60px;
  resize: none;
}
.sidebar-contact .enqueryBtn {
  background: #fdc702;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  border: none;
  font-size: 20px;
  padding: 5px 30px;
}
.toggle {
  position: absolute;
  width: 130px;
  text-align: center;
  cursor: pointer;
  background: #bc2438;
  top: 0;
  left: 0px;
  line-height: 36px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  border-radius: 0px 0px 20px 20px;
  box-shadow: 1px 2px 9px #353232;
}
.toggle:before {
  content: "Enquire Now";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.toggle.active:before {
  content: "\f00d";
  font-family: fontAwesome;
}
.mobile_enquireForm {
  display: none;
}
.mobile_enquireForm_detailspage {
  display: none;
}
/* enquery style end  */


body {
  background-color: #f7f5f5 !important;
  color: #0b3544 !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}

body.projects_body {
  background-color: #fff !important;
}

a {
  color: #892116;
  text-decoration: none;
}

.top-box {
  height: 35px;
  background-color: #000000;
  padding: 5px 50px;
  position: relative;
  z-index: 1234;
}

.navbar {
  z-index: 12345;
  border-bottom: 1px solid #ddd;
}
.navbar-brand {
  padding: 0;
  width: 35%;
}
.navbar-brand img {
  width: 50%;
}

#navbarNav ul li a {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 400;
  color: #892116;
  font-size: 16px;
}

#navbarNav ul li a.active {
  font-weight: 600;
}

.heading_underline {
  display: inline-block;
  position: relative;
}
.heading_underline:before {
  content: "";
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #fdc702;
}

.custom-index {
  z-index: 11;
}
.page-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}






/* Builder_section start*/

.builder_section.reveal {
  position: relative;
  background: url(../images/homebg.webp);
  background-size: cover;
}

.bulider-description {
  font-weight: 400;
  font-size: 16px;
  color: #892116;
  opacity: 0.75;
  margin: 35px 0 55px 0;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.builder_section.reveal.active .bulider-description {
  transform: translateY(0);
  opacity: 1;
}

.builder_listings {
  background: #fdc702;
  width: 432px;
  height: 432px;
  padding: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.builder_initial_nameload {
  background: #fff;
  position: absolute;
  z-index: 123;
  top: -20px;
  left: 80px;
  width: 65%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #892116;
  transition: 0.5s;
}
.builder_inside {
  background: #fff;
  width: 424px;
  height: 424px;
  padding: 70px;
  position: relative;
}
.builder_listings:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* border-top: 150px solid #FDC702;
    border-left: 150px solid transparent; */
  width: 0;
  z-index: 1;
}
.builder_inside:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -4px;
  /* border-top: 150px solid #fbfbfb;
    border-left: 150px solid transparent; */
  width: 0;
  z-index: 2;
}
.builder_section:hover .builder_image {
  top: -4px;
}

.builder_section:hover .builder_listings {
  background: transparent;
}
.builder_section:hover .builder_initial_nameload {
  top: 9px;
  background: transparent;
  top: 17px;
  left: 470px;
  width: 100%;
  font-size: 48px;
  font-weight: 500;
}

.builder_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  top: 40px;
  z-index: 1234;
  transition: 0.5s;
}
.builder_image img {
  width: 102%;
  height: 100%;
  transition: 0.5s;
}
.builder-name {
  transition: 0.5s;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}
.builder_section .btn-box {
  font-weight: 500;
  font-size: 21px;
  border: 1px solid #fdc702;
  text-align: center;
  padding: 15px 50px 15px 50px;
  position: relative;
  color: #892116;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: -2px 4px #892116bf;
  /* clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 115% 0%, 80% 100%, 0% 100%, 0% 0%, 0% 0%); */
  background: linear-gradient(to right, #fdc702 50%, TRANSPARENT 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease-out;
}
.builder_section .btn-box:hover {
  box-shadow: none;
}
.reveal.active .btn-box {
  background-position: left bottom;
}

.builder_section:hover .builder-name {
  margin: 30px 0 0 0;
}
.h-button span {
  display: inline-block;
  min-width: 0.3em;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}
.h-button:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: -10px;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  letter-spacing: 3.5px;
  opacity: 1;
  transform: translate(0, 0px);
}
/* .h-button i{
    position: absolute;
    right: 20px;
  } */
.h-button:hover:before,
.h-button:focus:before {
  opacity: 0;
  transform: translate(0, 20px);
}
.h-button:hover span,
.h-button:focus span {
  opacity: 1;
  transform: translate(0, 0);
}
.h-button:hover span:nth-child(1),
.h-button:focus span:nth-child(1) {
  transition-delay: 0.025s;
}
.h-button:hover span:nth-child(2),
.h-button:focus span:nth-child(2) {
  transition-delay: 0.05s;
}
.h-button:hover span:nth-child(3),
.h-button:focus span:nth-child(3) {
  transition-delay: 0.075s;
}
.h-button:hover span:nth-child(4),
.h-button:focus span:nth-child(4) {
  transition-delay: 0.1s;
}
.h-button:hover span:nth-child(5),
.h-button:focus span:nth-child(5) {
  transition-delay: 0.125s;
}
.h-button:hover span:nth-child(6),
.h-button:focus span:nth-child(6) {
  transition-delay: 0.15s;
}
.h-button:hover span:nth-child(7),
.h-button:focus span:nth-child(7) {
  transition-delay: 0.2s;
}
.h-button:hover span:nth-child(8),
.h-button:focus span:nth-child(8) {
  transition-delay: 0.25s;
}
/* Builder_section  end */


/* Propject_Slider_Section  start */
.property_slider_section.reveal {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
  background: url(../images/homebg.svg);
  background-size: cover;
} 

.property_slider_section.reveal.active {
  transform: translateX(0);
  opacity: 1;
}

/* project Card section start  */
.project_card {
  height: 400px;
  border: 0px;
}
.project_heading {
  font-weight: 400;
  font-size: 48px;
  line-height: 72px;
  color: #892116;
}
.project_link {
  position: absolute;
  top: 2%;
  right: 2%;
  background-color: #dfc702;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: -2px 3px #892116bf;
  border-radius: 30px;
  transition: all 1s ease-out;
  /* clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 115% 0%, 80% 100%, 0% 100%, 0% 0%, 0% 0%); */
}
.project_link:hover {
  box-shadow: none;
  color: #231f20;
}
.project_text {
  height: 35px;
  position: absolute;
  top: 76.3%;
  border-radius: 0px 30px 30px 0px;
  background: linear-gradient(
    180deg,
    #892116 -25%,
    rgba(137, 33, 22, 0.839844) 29.56%,
    rgba(137, 33, 22, 0.735738) 97.96%,
    rgba(137, 33, 22, 0) 197.73%
  );
}
.project_text_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 5px 20px 0;
}
.project_text_desc {
  display: none;
}

.project_card:hover .project_text {
  width: 100%;
  height: auto;
  transition: 0.5s;
  border-radius: 0px;
}
.project_card:hover .project_text_desc {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 5px 20px 0;
}

/*  project Card section end    */


.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}


/* timelaps section start  */
.mobile_banner_img {
  display: none;
}
.timelapse_section {
  height: 560px;
}
.timelapse_video_div {
  padding: 0;
}
.timelapse_subdiv {
  padding: 0;
}
.timelapse_subdiv p {
  text-align: center;
  margin: 50% auto;
  font-size: 40px;
  border-bottom: 3px solid #fdc702;
  border-top: 3px solid #fdc702;
  line-height: 70px;
  color: #892116;
}
/* timelaps section end  */


/* Testimonial Section */
.testimonials_section.reveal {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
  /* background: url(./images/homebg02.jpg); */
  background-size: contain;
}

.testimonials_section.reveal.active {
  transform: translateX(0);
  opacity: 1;
}

#owl-testimonials .owl-stage {
  margin: 10px 0 10px 0;
}

.testimonials-description {
  font-weight: 400;
  font-size: 16px;
  color: #231f20;
  opacity: 0.75;
  padding: 0px 100px 50px 100px;
  transform: translateX(-150px);
  opacity: 0;
  transition: 2s all ease;
}

.testimonial_header {
  color: #892116;
  font-size: 48px;
  line-height: 70px;
  font-weight: 400;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.testimonials_section.reveal.active .testimonial_header {
  transform: translateX(0);
  opacity: 1;
}

.testimonials_section.reveal.active .testimonials-description {
  transform: translateX(0);
  opacity: 1;
}

.upquotesimg {
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}
.downquotesimg {
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.testimonials_section.reveal.active .upquotesimg {
  transform: translateX(0);
  opacity: 1;
  width: 40px;
  /* position: absolute; */
  left: 70px;
  top: 90px;
}
.testimonials_section.reveal.active .downquotesimg {
  transform: translateX(0);
  opacity: 1;
  width: 40px;
  float: right;
  /* position: absolute; */
  right: 60px;
  top: 40px;
}


.profile-card {
  width: 100%;
  background: #fff;
  margin-top: 70px;
}
.profile-card.active .profile-card__cnt {
  filter: blur(6px);
}
.profile-card.active .profile-card-message,
.profile-card.active .profile-card__overlay {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
.profile-card.active .profile-card-form {
  transform: none;
  transition-delay: 0.1s;
}
.profile-card__img {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  box-shadow: 0px -50px 82px 69px #f7f5f5, 0px 0px 0px 10px rgb(186 182 182);
}
@media screen and (max-width: 576px) {
  .profile-card__img {
    width: 120px;
    height: 120px;
  }
}
.profile-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile-card__cnt {
  margin-top: -35px;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 40px;
  transition: all 0.3s;
}
.profile-card__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #892116;
}

/* Testimonial Section end */



/* Blogs_Section start */
.our_blog_heading {
  font-weight: 400;
  line-height: 70px;
  font-size: 48px;
  color: #892116;
}
.blogs_section.reveal {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
  background: url(../images/homebg.svg);
}

.blogs_section.reveal.active {
  transform: translateX(0);
  opacity: 1;
}

#owl-Blogs .item.col {
  transform: translateX(150px);
  opacity: 0;
  transition: 2s all ease;
  width: 464px;
  background: #fff;
}
.blogs_section.reveal.active #owl-Blogs .item.col {
  transform: translateX(0);
  opacity: 1;
}

.row .mobile_blog_width {
  display: flex;
}
.blog_card_expend {
  transition: 0.5s;
  padding: 0px 20px 0px 0px;
}
.blog_center {
  width: 50%;
}
.row .mobile_blog_width:hover .blog_card_expend {
  width: 25%;
}
.row .mobile_blog_width:hover .blog_card_expend:hover {
  width: 50%;
}

/* Blogs_Section */

/* Footer-section */
.footer-bg {
  background-color: #000;
  color: #fff;
}
.footer-bg ul{
  list-style: none;
    color: #CBCBCB;
    font-weight: 100;
    font-size: 14px;
    line-height: 24px;
}
.footer-bg .footer-hl{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}
.footer-bg ul a{
  color:#CBCBCB;
}
.footer-bg ul a:hover{
  color:#fff;
}
.reserved {
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 0;
  border-top: 1px solid #CBCBCB40;
  font-size: 14px;
  color: #eeeeee75;
}
.reserved p {
  margin: 0;
}
.reserved a {
  color: #fff;
}
.wrapper {
  animation: scroll 70s linear infinite;
  /* background: url("https://img.freepik.com/premium-vector/building-city_72787-25.jpg?w=1800"), #111111; */
  background: url("../images/projects_bg.png");
  /* background: url("../images/projects_bg_black.png");  */
  background-size: cover;
}

@keyframes scroll {
  100% {
    background-position: 0px -3000px;
  }
}

@media (prefers-reduced-motion) {
  .wrapper {
    animation: scroll 200s linear infinite;
  }
}
/* Footer-section */






/* About us page  start */

.header_bg {
  width: 100%;
  height: 510px;
  background-size: cover;
  background-image: url(../images/About/header_bg.webp);
  /* position: absolute;
  top: 0; */
}

.about_text {
  background-color: #fdc702;
  z-index: 1234;
  position: relative;
  top: 50%;
  color: #892116;
  padding: 15px 60px 15px 70px;
  font-weight: 600;
  font-size: 30px;
  border-radius: 0px 90px 90px 0;
  /* clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 115% 0%, 80% 100%, 0% 100%, 0% 0%, 0% 0%); */
}

/* Caption Animation */


.flip2 {
  -webkit-animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@-webkit-keyframes flip2 {
  0% {
    margin-top: -180px;
  }
  5% {
    margin-top: -90px;
  }
  50% {
    margin-top: -90px;
  }
  55% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -180px;
  }
}

@keyframes flip2 {
  0% {
    margin-top: -180px;
  }
  5% {
    margin-top: -90px;
  }
  50% {
    margin-top: -90px;
  }
  55% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -180px;
  }
}
/* Caption Animation */

/* experience_section  */

.experience_slider_section.reveal {
  transform: translateY(-150px);
  opacity: 0;
  transition: 0.5s all ease;
}
.experience_slider_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.experience_slider_section:hover .experience_image {
  top: 0;
}

.experience_slider_section:hover .experience_slider {
  background: transparent;
}
.experience_slider_section:hover .experience_slider_inside {
  background: transparent;
}

.experience_slider {
  /* background: #FDC702; */
  width: 100%;
  height: 383px;
  padding: 0px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.experience_slider:before {
  /* content: '';
      position: absolute; */
  top: 0;
  left: 0;
  border-top: 150px solid #fdc702;
  border-right: 150px solid transparent;
  width: 0;
  z-index: 1;
}

.experience_slider_inside {
  /* background: #fff; */
  width: 100%;
  height: 100%;
  padding: 70px;
  position: relative;
  transition: 0.8s;
}

.experience_slider_inside:before {
  /* content: '';
      position: absolute; */
  top: -10px;
  left: -4px;
  border-top: 150px solid #f7f7f7;
  border-right: 150px solid transparent;
  width: 0;
  z-index: 2;
}

.experience_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -60px;
  top: 0;
  z-index: 12345;
  transition: 0.5s;
}

.why-title {
  font-family: "Readex Pro";
  font-weight: 500;
  font-size: 30px;
  line-height: 72px;
  color: #892116;
}

.aboutus_captions {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  overflow: hidden;
  height: 65px;
  padding-top: 10px;
  margin-top: -10px;
}

.aboutus_captions ul {
  padding: 0;
}

.aboutus_captions li {
  height: 45px;
  margin-bottom: 45px;
  display: block;
}

.aboutus_captions li h3 {
  background: #892116;
  color: #fff;
  float: left;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  /* box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset; */
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.missionsection li h3 {
  float: right;
}

.why-description {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #294840;
  opacity: 0.75;
}
.why-description:after {
  content: "";
  display: inline-block;
  background-color: white;
  margin-left: 2px;
  height: 25px;
  width: 4px;
  animation: cursor 0.4s infinite;
}

/* The typewriter cursor effect */
@keyframes cursor {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.why-description2 {
  text-align: left;
}
.why-description3 {
  text-align: right;
}
/* experience_section  */

/* pricing_section  */

.pricing_section {
  transform: translateY(-150px);
  opacity: 0;
  transition: 0.5s all ease;
}
.pricing_section.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.pricing_slider {
  width: 100%;
  height: 100%;
  padding: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.pricing_inside {
  width: 100%;
  height: 100%;
  position: relative;
}

.pricing_section:hover .pricing_image {
  top: -50px;
}

.pricing_section:hover .pricing_slider {
  background: transparent;
}
.pricing_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100px;
  top: -50px;
  z-index: 12345;
  transition: 0.5s;
}

/* About us page  */


/* Contact page  */

.contact_form_section {
  position: relative;
  z-index: 123;
  background: #fff;
}

#bgVideo {
  width: 100%;
  position: absolute;
  top: -150px;
}
.mapvideo_section {
  height: 360px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #29484033;

  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #294840;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.contact-shadow {
  box-shadow: 1px 1px 4px 2px #0003;
}

.reach {
  box-shadow: 1px 1px 4px 2px #0003;
  background-image: url("../images/contactUs.jpg");
  background-size: cover;
  background-position: top;
}
.reach-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.reach-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.75;
}
.reach-description {
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #ffffff;
}

.contact-page-mobile {
  display: none;
}
.form-field .input-text:focus ~ label,
.form-field .input-text:not(:placeholder-shown) ~ label {
  transform: translateY(-110%) scale(0.8);
}
.form-field:focus-within::before {
  transform: scaleX(1);
}
.form-field .input-text {
  padding: 0.5rem 10px;
  background: none;
  border-bottom: 2px #bbbbbb solid;
}
.form-field label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  transition: 0.3s;
  transform-origin: left;
}
.btn-box-bottom-left:hover {
  box-shadow: none;
  color: #231f20;
}

.btn-box-bottom-left {
  font-weight: 500;
  font-size: 16px;
  background: #fdc702;
  text-align: center;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  position: relative;
  color: #892116;
  text-decoration: none;
  box-shadow: -2px 4px;
  border-radius: 30px;
  transition: 1s all ease;
  /* clip-path: polygon(-8% 0%, 100% 0%, 100% 100%, 0 101%, 0 200px, 200px 200px); */
}
/* Contact page  */



/* Blogs page  */

.blog_heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #892116;
}

.blog_card {
  height: 360px;
  cursor: pointer;
  transition: 0.5s;
}

.blog_by {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  opacity: 1;
  padding: 0px 0px;
  transition: 0.5s;
}

.blog_title {
  font-weight: 500;
  margin: 0px;
  font-size: 24px;
  line-height: 36px;
  color: #892116;
  padding: 0px 0px;
  transition: 0.5s;
}

.blog_a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #892116;
  text-decoration: none;
}

.blog_img {
  width: 100%;
  height: 160px;
  border-radius: 16px;
  transition: 0.5s;
}

.blog_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #231f20;
  opacity: 1;
  padding: 0px 0px;
}
#mainblogs.owl-carousel.owl-drag .owl-item {
  overflow: hidden;
}

#mainblogs .owl-item:hover {
  height: 360px;
  width: 225px !important;
  border-radius: 16px;
}

#mainblogs .owl-item:hover .blog_card img.blog_img {
  height: 360px;
  width: 400px !important;
}

#mainblogs .owl-item:hover .blog_by {
  display: none;
}
#mainblogs .owl-item:hover .blog_title {
  color: #fff !important;
  opacity: 1;
  padding: 0px 16px;
  font-size: 16px;
  line-height: 24px;
}
#mainblogs .owl-item:hover .blog_description {
  color: #fff !important;
  opacity: 1;
  padding: 0px 16px;
  font-size: 12px;
  line-height: 18px;
}

#mainblogs .owl-item:hover .blog_a {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 0px 20px 20px 0px;
}
#mainblogs .owl-item:hover .blog_content {
  background-color: #3d2da080;
  padding: 160px 0px 30px 0px;
  border-radius: 16px 16px 16px 16px;
  position: absolute;
  top: 0;
  height: 360px;
  width: 225px;
}

/* our blogs  */

.our_blog_card {
  height: 212px;
  border-radius: 16px;
  position: relative;
}

.blog_card_expend {
  transition: 0.5s;
}

.blog_card_expend:hover .our_blog_description {
  display: block;
}

.blog_card_expend:hover .our_blog_content {
  background-color: #3d2da080;
}

.blog_card_expend:hover .our_blog_content::after {
  content: 0;
}

.our_blog_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  color: #fff;
  border-radius: 16px 16px;
}

.our_blog_content::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0) 0%,
    rgb(0 0 0 / 65%) 100%
  );
  border-radius: 16px;
}

.our_blog_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}
.our_blog_description {
  display: none;
}
/* Blog page style end  */


@media (max-width: 2560px) {
  .timelapse_section {
    height: 962px;
  }
  .header_bg {
    height: 460px;
  }
  .mapvideo_section {
    height: 615px;
  }
}

@media (max-width: 1920px) {
  .timelapse_section {
    height: 720px;
  }
  .header_bg {
    height: 345px;
  }
}

@media (max-width: 1600px) {
  .timelapse_section {
    height: 560px;
  }
  .header_bg {
    height: 510px;
  }
  .mapvideo_section {
    height: 360px;
  }
}

@media (max-width: 600px) {
  /* .enquiry_now new style  start*/
  .enquire_now-box {
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 12px 45px rgb(0 0 0 / 32%);
    text-align: center;
    margin: 0px 0 0px 0;
    overflow: hidden;
    opacity: 0;
  }
  .enquire_now-box.open {
    height: 315px;
    opacity: 1;
  }
  .enquire_now-box.popup-ani {
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .enquire_now-box h1 {
    font-size: 20px;
    color: #757575;
    padding: 25px 0 0 0;
    margin: 0;
    font-weight: 500;
  }
  .enquire_now-box input {
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 15px;
    border: 0;
    outline: none;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
  }
  .enquire_now-box form {
    padding: 15px 30px 0;
    margin-bottom: 15px;
  }
  .enquire_now-box input[name="email"] {
    background-color: #eee;
  }
  .enquire_now-box input[name="username"] {
    background-color: #eee;
  }
  .enquire_now-box input[name="contactno"] {
    background-color: #eee;
  }
  .enquire_now-box button[name="submit"] {
    background-color: #fdc702;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    padding: 10px 40px;
    border-radius: 15px;
  }
  .enquire_now-box button[name="submit"]:hover {
    background-color: #891719;
    color: #fff;
  }
  .enquire_now-box-fab {
    width: 100%;
    background-color: #891719;
    z-index: 5;
    position: relative;
  }
  .enquire_now-box-fab .img-fab {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
  }

  .enquire_now-box-fab .wrap {
    transform: rotate(0deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  }
  .enquire_now-box-fab .ani {
    transform: rotate(45deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  }
  .enquire_now-box-fab .close {
    background-position: -2px 1px;
    transform: rotate(-45deg);
    float: none;
    opacity: 1;
  }
  .enquire_now {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  /* .enquiry_now new style  end*/

  /* details page enquery start  */

  .enquire_form-box {
    width: 100%;
    height: 0px;
    background-color: #fff;
    box-shadow: 0px 12px 45px rgb(0 0 0 / 32%);
    text-align: center;
    margin: 0px 0 0px 0;
    overflow: hidden;
    opacity: 0;
  }
  .enquire_form-box.open {
    height: 315px;
    opacity: 1;
  }
  .enquire_form-box.popup-ani {
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .enquire_form-box h1 {
    font-size: 20px;
    color: #757575;
    padding: 25px 0 0 0;
    margin: 0;
    font-weight: 400;
  }
  .enquire_form-box input {
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 15px;
    border: 0;
    outline: none;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
  }
  .enquire_form-box form {
    padding: 15px 30px 0;
    margin-bottom: 15px;
  }
  .enquire_form-box input[name="email"] {
    background-color: #eee;
  }
  .enquire_form-box input[name="username"] {
    background-color: #eee;
  }
  .enquire_form-box input[name="contactno"] {
    background-color: #eee;
  }
  .enquire_form-box button[name="submit"] {
    background-color: #892116;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    padding: 10px 40px;
    border-radius: 15px;
  }
  .enquire_form-box button[name="submit"]:hover {
    background-color: #891719;
    color: #fff;
  }
  .enquire_form-box-fab {
    width: 50%;
    background-color: #891719;
    z-index: 5;
    position: relative;
  }
  .enquire_form-box-fab .img-fab {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
  }
  .enquire_form-box-fab .wrap {
    transform: rotate(0deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  }
  .enquire_form-box-fab .ani {
    transform: rotate(45deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  }
  .enquire_form-box-fab .close {
    background-position: -2px 1px;
    transform: rotate(-45deg);
    float: none;
    opacity: 1;
  }

  .download_form-box {
    width: 100%;
    height: 0px;
    background-color: #fff;
    box-shadow: 0px 12px 45px rgb(0 0 0 / 32%);
    text-align: center;
    margin: 0px 0 0px 0;
    overflow: hidden;
    opacity: 0;
  }
  .download_form-box.open {
    height: 315px;
    opacity: 1;
  }
  .download_form-box.popup-ani {
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .download_form-box h1 {
    font-size: 20px;
    color: #757575;
    padding: 25px 0 0 0;
    margin: 0;
    font-weight: 400;
  }
  .download_form-box input {
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 15px;
    border: 0;
    outline: none;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
  }
  .download_form-box form {
    padding: 15px 30px 0;
    margin-bottom: 15px;
  }
  .download_form-box input[name="email"] {
    background-color: #eee;
  }
  .download_form-box input[name="username"] {
    background-color: #eee;
  }
  .download_form-box input[name="contactno"] {
    background-color: #eee;
  }
  .download_form-box button[name="submit"] {
    background-color: #fdc702;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    padding: 10px 40px;
    border-radius: 15px;
  }
  .download_form-box button[name="submit"]:hover {
    background-color: #891719;
    color: #fff;
  }
  .download_form-box-fab {
    width: 50%;
    background-color: #fdc702;
    z-index: 5;
    position: relative;
  }
  .download_form-box-fab .img-fab {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 10px;
  }

  .download_form-box-fab .wraper {
    transform: rotate(0deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  }
  .download_form-box-fab .ani {
    transform: rotate(45deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  }
  .download_form-box-fab .close {
    background-position: -2px 1px;
    transform: rotate(-45deg);
    float: none;
    opacity: 1;
  }
  .enquire_form {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
  }
  .enquire_form_hide {
    display: none !important;
  }

  .bi.bi-x-circle.enquirepadleft {
    padding-left: 150px !important;
  }
  .bi.bi-x-circle.downloadpadleft {
    padding-left: 150px !important;
  }

  .desktop_enquireForm {
    display: none;
    box-shadow: none;
  }

  .mobile_enquireForm {
    display: block;
  }
  .sidebar-contact-details {
    position: fixed;
    bottom: -51.5%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99999;
  }
  .sidebar-contact-details.active {
    right: 0;
    bottom: -17%;
  }
  .sidebar-contact-details input,
  .sidebar-contact-details textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
  }
  .sidebar-contact-details h2 {
    margin: 0 0 20px;
    padding: 0;
  }
  .sidebar-contact-details textarea {
    height: 60px;
    resize: none;
  }
  .sidebar-contact-details .enqueryBtn {
    background: #fdc702;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    border: none;
    font-size: 20px;
    padding: 5px 30px;
  }
  .sidebar_show_download {
    position: fixed;
    bottom: -51.5%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99999;
  }
  .sidebar_show_download.active {
    right: 0;
    bottom: -17%;
  }
  .sidebar_show_download input,
  .sidebar_show_download textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
  }
  .sidebar_show_download h2 {
    margin: 0 0 20px;
    padding: 0;
  }
  .sidebar_show_download textarea {
    height: 60px;
    resize: none;
  }
  .sidebar_show_download .enqueryBtn {
    background: #fdc702;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    border: none;
    font-size: 20px;
    padding: 5px 30px;
  }
  .toggle-details {
    background: #bc2438;
    /* padding: 10px 20px; */
    position: absolute;
    width: 50%;
    text-align: center;
    cursor: pointer;
    top: -21%;
    left: 0;
    line-height: 48px;
    transform-origin: 0 0;
    transform: rotate(0deg);
  }
  .toggle-details:before {
    content: "Enquire Now";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

  .toggle-details.active:before {
    content: "\f00d";
    font-family: fontAwesome;
  }
  .toggle1-details {
    background: #fdc702;
    /* padding: 10px 20px; */
    position: absolute;
    width: 50%;
    text-align: center;
    cursor: pointer;
    top: -21%;
    /* bottom: -49px; */
    left: 50%;
    line-height: 48px;
    transform-origin: 0 0;
    transform: rotate(0deg);
  }
  .toggle1-details:before {
    content: "Download Brochure";
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  .toggle1-details.active:before {
    content: "\f00d";
    font-family: fontAwesome;
  }
  .toggle-details.active {
    top: -16%;
  }
  .toggle1-details.active {
    top: -16%;
  }
  .sidebar-contact-details,
  .sidebar_show_download.active > .toggle1-details {
    left: 50%;
  }
  .sidebar-contact-details,
  .sidebar_show_download.active > .toggle-details {
    left: 0%;
  }
  .sidebar-contact-details,
  .sidebar_show_download.active > .toggle1-details {
    left: 50%;
  }
  .sidebar-contact-details,
  .sidebar_show_download.active > .toggle-details {
    left: 0%;
  }
  /* details page enquery end */


  .sidebar-contact.active {
    left: 0;
    width: 100%;
    top: 79.5%;
  }

  .sidebar-contact {
    width: 100%;
    /* height:100%; */
    left: -100%;
    top: 79.5%;
  }
  .sidebar-contact .toggle {
    top: 290px;
    bottom: -90px;
    transform: rotate(0deg);
    transition: 0.5s;
    left: 412px;
    width: 100%;
  }
  .sidebar-contact.active .toggle {
    top: 290px;
    bottom: -42px;
    transform: rotate(0deg);
    transition: 0.5s;
    left: 0;
    width: 100%;
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .content {
    padding: 50px 50px;
  }
  .footer-bg {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  
  .top-box {
    display: none;
  }
  /* navbar Starts  */
  .navbar-collapse .nav-item {
    padding: 10px;
  }
  .navbar-brand img {
    /* width: 100%; */
  }
  .navbar-brand {
    padding: 0;
    /* width: 50%; */
  }
  .footer-rc{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .mobile_header_top {
    margin-top: -288px;
  }
  div#navbarNav {
    position: absolute;
    z-index: 1;
    top: 55px;
    width: 100%;
    left: 0px;
    /* text-align: center; */
    padding: 0px 30px;
    background: #ffffff;
  }

  /* Home Page Mobile view Starts*/


  div#navbarNav .gap-4 {
    gap: 0 !important;
  }

  div#owl-mainmobileBanner.owl-carousel .owl-item img {
    height: 550px;
  }

  .heading_underline:before {
    right: 25%;
  }
  .builder_section.reveal {
    transform: translateY(0);
    opacity: 1;
  }
  .builder_initial_nameload {
    background: #fff;
    top: -13px;
    left: 28px;
    width: 56%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }
  .builder_section:hover .builder_initial_nameload {
    background: #fff;
    top: -13px;
    left: 28px;
    width: 56%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }
  .builder_section:hover .builder_image {
    top: 15px;
  }
  .builder_listings {
    width: 100%;
    height: 383px;
  }
  .builder_inside {
    width: 100%;
    height: 372px;
  }
  .builder_section:hover .builder-name {
    margin: 0px 0 0 0;
  }
  .builder_listings:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    /* border-top: 100px solid #FDC702;
          border-left: 100px solid transparent; */
    width: 0;
    z-index: 1;
  }
  .builder_inside:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -4px;
    /* border-top: 100px solid #fbfbfb;
          border-left: 100px solid transparent; */
    width: 0;
    z-index: 2;
  }
  .builder_image img {
    width: 103%;
    height: 100%;
    transition: 0.5s;
  }
  .builder_section:hover .builder_listings {
    background: #fdc702;
  }
  .builder_image {
    left: -20px;
    top: 15px;
  }
  .builder-name {
    font-size: 22px;
    line-height: 30px;
  }
  .bulider-description {
    margin: 10px 0 10px 0;
  }
  .builder_section .btn-box {
    font-size: 16px;
    padding: 10px 15px 10px 15px;
  }
  .builder {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .builder a {
    text-align: center;
  }

  .project_heading {
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
  }
  .project_card {
    padding: 10px 0;
    background: none;
    height: 325px;
  }
  .project_col_mob_padding {
    padding: 0;
  }
  .embed-responsive-item {
    height: 250px;
  }
  .project_text {
    top: 70%;
  }
  .project_link {
    top: 5%;
  }

  .timelapse_section {
    height: 325px;
  }
  .timelapse_subdiv p {
    font-size: 25px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 15px 0px;
  }

  .testimonial_header {
    line-height: 42px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
  }
  .testimonials_section .profile-card__name {
    font-size: 22px;
    line-height: 30px;
  }
  .testimonials-description {
    font-weight: 400;
    font-size: 16px;
    color: #231f20;
    opacity: 0.75;
    padding: 0;
    margin: 0;
    transform: translateX(-150px);
    opacity: 0;
    transition: 2s all ease;
  }


  .our_blog_heading {
    line-height: 42px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
  }
  .blog .blog_center {
    width: 83.33333333%;
  }
  .row .mobile_blog_width:hover .blog_card_expend {
    width: 83.33333333%;
    margin: 0px 0px 0px 0px;
  }
  .row .mobile_blog_width:hover .blog_card_expend:hover {
    width: 106%;
  }

  /* Home Page Mobile view Ends*/

  /* about page start */

  .why-title {
    font-size: 24px;
    line-height: 36px;
  }

  .header_bg {
    height: 220px;
  }

  .about_text {
    padding: 10px 39px 10px 20px;
    font-weight: 600;
    font-size: 24px;
  }

  .experience_image img {
    width: 100% !important;
    height: 100%;
    transition: 0.5s;
  }
  .experience_image {
    left: 0px;
    top: -30px;
  }
  .experience_slider {
    width: 100%;
    height: 232px;
    padding: 4px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
  }
  .experience_slider_inside {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    transition: 0.8s;
  }

  .pricing_slider {
    width: 100%;
    height: 232px;
    padding: 4px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
  }

  .pricing_inside {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
  }
  .pricing_image img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
  }

  .pricing_image {
    left: 0;
  }

  .pricing_slider {
    top: 30%;
  }
  .mobile_missionsection {
    position: relative;
    top: -80%;
  }
  .mobile_our_mission {
    position: relative;
    top: 250px;
  }
  .experience_slider {
    top: -250px;
  }
  /* about page end */


  /* Contactus page mobile view start */

  #myVideo {
    position: fixed;
    right: -100px;
    bottom: -60px;
    min-width: 100%;
    min-height: 100%;
  }

  .content {
    position: relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  .contact-page-desktop {
    display: none;
  }
  .contact-page-mobile {
    display: block;
    background: url("https://superadmin.homes247.in/images/uploadPropertyImgs/1672482795-COVER%20IMAGE.jpg");
  }
  .contact-form {
    border: 1px solid;
    box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset,
      rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
    background: #0000003d;
  }
  .contact-form .form-field {
    margin: 18px 0;
  }
  .contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    cursor: text;
    transition: transform 0.2s ease-in-out;
  }
  .contact-form .input-text {
    border-width: 0 0 1px 0;
    border-color: #d9d9d9;
    color: #fff;
    background: border-box;
  }
  .contact-form .submit-btn {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
  }
  .btn-bottom-left-cut {
    /* background-color: #FDC702; */
    color: #fdc702;
    padding: 0.2rem 1rem;
    clip-path: var(--bottom-left-cut);
  }

  /* Contactus page mobile view end */

  .reserved {
    font-size: 14px;
  }

  /* blogs section mobile view start */

  .our_blog_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  .blog_card_expend:hover {
    width: 394px;
    margin: 0px 20px 0px 0px;
  }
  .blog_title{
    font-size: 18px;
    line-height: 30px;
  }
  .blog_by{
    font-size: 14px;
    line-height: 20px;
  }
  .blog_description{
    font-size: 14px;
    line-height: 20px;
  }

  .mobile_blog_width {
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: nowrap; */
    display: flex;
  }

  .desktop_banner_img {
    display: none;
  }
  .mobile_banner_img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .property_slider_section.reveal {
    transform: translateY(150px);
    opacity: 0;
  }

  .property_slider_section.reveal.active {
    transform: translateY(0);
    opacity: 1;
  }
  .testimonials_section.reveal {
    transform: translateY(150px);
    opacity: 0;
  }

  .testimonials_section.reveal.active {
    transform: translateY(0);
    opacity: 1;
  }

  /* blogs section mobile view end */
}

/* Media querys 395px Starts */
@media (max-width: 395px) {
  .navbar-brand {
    padding: 0;
    width: 50%;
  }

  .builder_listings {
    width: 103%;
  }
  
  .experience_slider {
    top: -300px;
  }
  
  .builder_listings {
    height: 338px;
  }
  .builder_inside {
    height: 330px;
  }
  
  .property_slider_section .btn-box {
    padding: 15px 30px 15px 10px;
  }

  .timelapse_section {
    height: 300px;
  }

  .sidebar-contact-details {
    transform: translateY(-39%);
  }
  .sidebar_show_download {
    transform: translateY(-39%);
  }
  .sidebar_show_download.active {
    bottom: -14%;
  }
  .sidebar-contact-details.active {
    bottom: -14%;
  }
  .toggle-details {
    top: -21%;
  }
  .toggle1-details {
    top: -21%;
  }
  .toggle-details.active {
    top: -16%;
  }
  .toggle1-details.active {
    top: -16%;
  }

  .sidebar-contact {
    top: 650px;
  }
  .sidebar-contact .toggle {
    left: 390px;
    top: 298px;
  }
  .sidebar-contact.active {
    top: 650px;
  }
  .sidebar-contact.active .toggle {
    top: 298px;
  }
}
/* Media querys 395px Ends */

@media (max-width: 375px) {
  .sidebar-contact-details {
    transform: translateY(-9%);
    bottom: -50%;
  }
  .sidebar_show_download {
    transform: translateY(-9%);
    bottom: -50%;
  }
  .sidebar_show_download.active {
    bottom: -5%;
  }
  .sidebar-contact-details.active {
    bottom: -5%;
  }

  .toggle1-details {
    top: -16%;
  }
  .toggle-details {
    top: -16%;
  }

  .sidebar-contact .toggle {
    left: 375px;
    top: 285px;
  }
  .sidebar-contact {
    top: 485px;
  }
  .sidebar-contact.active {
    top: 485px;
  }
  .sidebar-contact.active .toggle {
    top: 285px;
  }

  .builder_initial_nameload{
    font-size: 22px;
    font-weight: 600;
    width: 60%;
  }
}

/* Media querys 360px Starts */
@media (max-width: 360px) {
  .navbar-brand {
    padding: 0;
    width: 50%;
  }

  /* div#owl-mainmobileBanner.owl-carousel .owl-item img {
    height: 450px;
  } */

  .builder_section:hover .builder_initial_nameload,
  .builder_initial_nameload {
    top: -18px;
    left: 20px;
    width: 70%;
  }

  .builder_inside {
    height: 330px;
  }
  .property_slider_section .btn-box {
    padding: 15px 30px 15px 10px;
  }

  .timelapse_section {
    height: 275px;
  }

  .timelapse_subdiv p {
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 10px 0 10px;
  }

}

@media (max-width: 360px) {
  .toggle1-details:before {
    font-size: 17px;
  }
  .sidebar-contact-details {
    transform: translateY(-4%);
  }
  .sidebar_show_download {
    transform: translateY(-4%);
  }
  .sidebar-contact .toggle {
    left: 360px;
    top: 96%;
    width: 100%;
    bottom: -12%;
  }
  .sidebar-contact.active .toggle {
    left: 0;
    top: 96%;
    width: 100%;
    bottom: -12%;
  }
  .sidebar-contact {
    top: 450px;
  }
  .sidebar-contact.active {
    /* top: 700px; */
    top: 450px;
  }
}

/* Media querys 360px Ends */

@media (max-width: 330px) {
  .bi.bi-x-circle.enquirepadleft {
    padding-left: 86px !important;
  }
  .bi.bi-x-circle.downloadpadleft {
    padding-left: 85px !important;
  }

  /* Home page  */
  /* .builder_initial_nameload {
    left: 16px;
    width: 85%;
    font-size: 28px;
  } */
  /* .builder_section:hover .builder_initial_nameload {
    left: 16px;
    width: 85%;
    font-size: 28px;
  } */

  div#owl-mainmobileBanner.owl-carousel .owl-item img {
    height: 450px;
  }

  .builder_initial_nameload{
    font-size: 20px;
    font-weight: 500;
  }

  .builder_section:hover .builder_initial_nameload, .builder_initial_nameload {
    top: -13px;
    left: 28px;
    width: 70%;
    font-size: 20px;
    font-weight: 600;
  }

  .builder_listings {
    height: 308px;
  }
  .builder_inside {
    height: 300px;
  }
  .builder-name {
    font-size: 22px;
    line-height: 30px;
  }
  .builder_section .btn-box {
    padding: 10px 15px 10px 10px !important;
  }

  .project_text {
    top: 65%;
  }
  .project_card {
    height: 275px;
  }
  .project_heading {
    font-size: 26px;
    line-height: 44px;
  }
  .project_text_title {
    font-size: 14px;
  }
  .project_link {
    padding: 5px 5px;
    font-size: 12px;
  }
  .timelapse_subdiv p {
    font-size: 20px;
  }
  .testimonial_header {
    font-size: 26px;
  }
  .our_blog_heading {
    line-height: 44px;
    font-size: 26px;
  }
  /* Home page  */

  .mobile_missionsection {
    top: -55%;
  }
}

/* media querys more than 1360px  */

@media (width >= 1920px) {
  .widescreenpdding {
    padding: 2rem 15rem;
  }
  .navbar-brand img {
    width: 35%;
  }

  #navbarNav ul li a {
    font-size: 26px;
  }

  .reserved {
    padding: 20px 0;
  }
  .reserved p {
    font-size: 26px;
  }
}
