@import url("fonts.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Creato Display", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Creato Display", sans-serif;
  color: #222222;
}
p {
  color: #222222;
}

.headerTop.HomeMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.5s ease;
}
.headerTop.HomeMenu.vjClass {
  /*position: fixed;
  background: #ffffffd9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);*/
}
.headerTop.HomeMenu .navbar {
  padding: 20px 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand {
  padding: 0px 0px;
  align-content: center;
}
.headerTop.HomeMenu .navbar .nav-link {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #373435;
  padding: 5px 20px;
}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 250px;
 
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .navbar-brand {
  margin-right: 0;
}
.headerTop.HomeMenu.vjClass .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.headerTop.HomeMenu .navbar .nav-link:hover,
.headerTop.HomeMenu .navbar .nav-link.current {
  color: #2957a4;
}
.headerTop.HomeMenu
  .navbar
  .navbar-nav.real-menu
  .nav-item:hover
  .dropdown-menu {
  display: block;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}
.headerTop.HomeMenu
  .navbar
  .navbar-nav.real-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  border-right: 1px solid #4b4b4d;
  padding: 12px 15px;
}
.headerTop.HomeMenu .navbar .nav-link {
  position: relative;
}
.headerTop.HomeMenu .navbar .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0px;
  background: #2957a4;
  bottom: 0px;
  transition: all 1s ease;
}
.headerTop.HomeMenu .navbar .nav-link:hover::before {
  width: 40%;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .logo .nav-link::before {
  display: none;
}
/* .navbar > .container{align-items: end;position:relative;} */

.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.headerTop .contact {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headerTop .contact a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.headerTop .contact a:hover {
  color: #2957a4;
}
.headerTop.HomeMenu .navbar .container {
  position: relative;
}
.navbar-nav.real-menu {
  align-items: center;
  margin: 0 auto;
}
.section-space-top {
  padding-top: 100px;
}
.section-space-bottom {
  padding-bottom: 100px;
}
.section-bg-color {
  background-color: #e3e3e0;
}
.section-title {
  font-weight: 500;
  color: #222222;
  font-size: 45px;
  line-height: 55px;
}

.section-title.big {
  font-size: 60px;
  line-height: 80px;
}
.section-title.small {
  font-size: 35px;
  line-height: 45px;
}
.section-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-mt-60 {
  margin-top: 60px;
}
.section-mb-60 {
  margin-bottom: 60px;
}
.section-title-area {
  margin-bottom: 50px;
}
.section-sub-title {
  text-transform: uppercase;
  position: relative;
  color: #2957a4;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.section-line {
  margin-bottom: 20px;
}

.theme-btn {
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  display: inline-block;
  background-image: url("../images/btn-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s ease;
  box-shadow: none;
  border: none;
  background-color: transparent;
  width: 254px;
  height: 44px;
  position: relative;
}
.theme-btn:hover {
  color: #fff;
}

.theme-btn::before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 0;
  width: 0;
  z-index: 9;
  bottom: 5px;
  border-width: 0;
  left: 5px;
  display: block;
  transition: width 1s, height 1s, border-width 1s;
  box-sizing: border-box;
}
.theme-btn::after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 0;
  width: 0;
  z-index: 9;
  top: 5px;
  border-width: 0;
  right: 5px;
  display: block;
  transition: width 1s, height 1s, border-width 1s;
  box-sizing: border-box;
}
.theme-btn:hover::after {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border-width: 1px;
}
.theme-btn:hover::before {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border-width: 1px;
}

.hero-section .banner-image {
  position: absolute;
  width: 100%;
  color: white;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  display: grid;
  align-content: center;
}
.hero-section .hero-img {
  width: 100%;
  height: auto;
}
.hero-section {
  position: relative;
}

.hero-section .banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
}

.hero-section .banner-content {
  position: relative;
  z-index: 2;
}
.hero-section .banner-content img {
  width: 350px;
}

/* project listing section  start*/

.project-listing-section .project-card {
  padding: 5px;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 15px;
  position: relative;
}

.project-listing-section .project-card .tags {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.project-listing-section .project-card .tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;font-size: 14px;
  padding: 6.99811px 10.997px;
  gap: 6px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.41) 100%
    );
  border: 0.499865px solid #ffffff;
  backdrop-filter: blur(4.54877px);
  border-radius: 99.9731px;
}
.project-image img{
  width: 100%;border-radius: 15px;
}
.swiper-pagination-bullet-active {
  background-color: #e33d25;
}
.project-listing-section .project-body {
  padding: 10px 5px 10px;
}
.project-listing-section .project-body .project-content{
  display: flex;
  justify-content: space-between;
}

.project-listing-section .project-body h5 {
  font-weight: 600;
  font-size: 24px;
}

.project-listing-section .developer {
  font-size: 14px;
  color: #9B9B9B;
  margin-bottom: 5px;
}
.project-listing-section .developer span{
  font-size: 16px;
  color: #222222;
  margin-bottom: 5px;
}

.project-listing-section .price {
  font-size: 24px;
  color: #e33d25;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}
.project-content-right {
  text-align: right;
}
.project-listing-section .price small {
    font-size: 15px;
  color: #9B9B9B;
  margin-bottom: 10px;
  font-weight: 400;
}
.project-listing-section .price span {
  font-size: 14px;
  font-weight: 400;
}
.project-listing-section .features {
  font-size: 16px;
  color: #222222;
  margin-bottom: 0;
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.project-listing-section .btn-view {
  background: #222222;
  color: #fff;
  border-radius: 25px;
  padding: 7px 11px;
  font-size: 16px;
  line-height: 19px;
  box-shadow: none;
  padding-left: 35px;transition: all 0.3s ease;
  position: relative;
}
.project-listing-section .btn-view::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 11px;
  transform: translateY(-50%);transition: all 0.3s ease;
}
.project-listing-section .btn-view::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 0px;
  color: #fff;
  display: block;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  right: 7px; opacity: 0;
  transform: translateY(-50%);transition: all 0.3s ease;
}
.project-listing-section .btn-view:hover::before {
  opacity: 0;
}
.project-listing-section .btn-view:hover::after {
  opacity: 1;width: 25px;
}

.project-listing-section .btn-view:hover {
  background: #e33d25;
  color: #fff;padding-left: 11px;padding-right: 35px;
}

.project-details {
  display: flex;align-items: center;
  justify-content: space-between;
}

.project-listing-section .project-card .swiper-pagination {
  position: relative;
  top: 0;
  bottom: auto;
}




.reasons-header {
      background-color: #e33d25;
      color: #fff;
      padding: 30px 80px;
      border-radius: 15px;
      display: flex;
      justify-content: space-between;
      align-items: end;
    }
    .reasons-header .section-title {
      font-size: 85px;
      margin: 0;
      font-weight: 600;line-height: 95px;
      color: #ffffff;text-transform: none;
    }
    .reasons-header p {
      font-size: 32px;
      margin: 0;
      font-weight: 500;
      color: #ffffff;line-height: 1.2;
    }
    .reasons-header img {
  width: 70px;
}
    .reason-card {
      background: #FFFFFF;
border: 1px solid rgba(34, 34, 34, 0.1);
border-radius: 12px;
      padding: 40px 15px;
      height: 100%;
     
      position: relative;

      transition: all 0.3s ease;display: grid;
  align-content: space-between;
    }
    .reason-card:hover {filter: drop-shadow(4.16558px 4.16558px 4.16558px rgba(0, 0, 0, 0.1));}
    .reason-card .icon {
  color: #e33d25;
  margin-bottom: 30px;
}
    .reason-card h6 {
   font-weight: 400;
font-size: 24px;
line-height: 30px;

color: rgba(34, 34, 34, 0.5);
    }
    .reason-card .icon img {
  max-width: 35px;
  max-height: 35px;
}
   .reason-card .num {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 50px;
  font-weight: 600;
  color: rgba(34, 34, 34, 0.05);
  line-height: 1;
}



/* footer */
.footer {
      background-color: #222222;
      color: #fff;
      padding: 100px 0px;
    }
    .footer h6 {
      font-weight: 500;
      color: #e33d25;font-size:24px; margin-bottom:30px;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
     display: inline-block;
      margin-bottom: 8px;
      transition: color 0.3s;
    }
    .footer a:hover {
      color: #e33d25;
    }
    .footer .brand span {
      color: #e33d25;
      font-weight: 700;
    }
    .footer-bottom {
      border-top: 1px solid #444;
      margin-top: 30px;
      padding-top: 15px;
     
    }
     .footer-bottom p, .footer-bottom p a{ color: #e33d25;}
     .footer-bottom p a:hover{ color: #fff;}
    .footer-bottom span {
      color: #e33d25;
      font-weight: 500;
    }
    .footer .footer-content{
      color: #ffffff;
    }
   .footer .footer-content .footer-heading{
   color: #ffffff;
  font-size: 36px;
  font-weight: 400;
   }
   .footer .footer-content .footer-heading span{
    color: #e33d25;
   }
   
   .hero-section .banner-image .section-title {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  line-height: 110px;
}
.privacy-page h5,
.privacy-page b,
.privacy-page strong{
  font-weight: 500;
}
 .hero-section .hero-img.mobile {
  display: none;
}  
.five-reasons-mobile-section{display: none;}
.five-reasons-mobile-section .sub-title {
  color: #E33D25;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.five-reasons-mobile-section .five-reasons-list {
  padding: 0;
  margin: 0;
}
.five-reasons-mobile-section .five-reasons-list li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.five-reasons-mobile-section .five-reasons-list li::after {
  display: block;
  content: '';
  background: #E33D25;
  height: 8px;
  width: 8px;
  top: 50%;
  border-radius: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}
.five-reasons-mobile-section .five-reasons-list li:last-child {border-bottom:none;}

.footer-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.footer-list li {
  display: block;
}
  
  .get-area {
  position: relative;background: #e33d25;}
.get-area .get-in-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}
.form-part-home .form-group {
  margin-bottom: 20px;
}
.form-part-home .form-control {
  border-radius: 0;
  background: #f6f6f6;
  color: #222222;
  border-color: #f6f6f6;
  height: 48px;
  box-shadow: none;
  transition: all .3s;
}
.form-part-home .form-control:hover, .form-part-home .form-control:focus, .form-part-home .form-control:visited {
  border-color: #e33d25;
} 


.form-part-home .btn-view {
  background: #222222;
  color: #fff;
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 19px;
  box-shadow: none;
  padding-left: 45px;transition: all 0.3s ease;
  position: relative;
}
.form-part-home .btn-view::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);transition: all 0.3s ease;
}
.form-part-home .btn-view::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 0px;
  color: #fff;
  display: block;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  right: 12px; opacity: 0;
  transform: translateY(-50%);transition: all 0.3s ease;
}
.form-part-home .btn-view:hover::before {
  opacity: 0;
}
.form-part-home .btn-view:hover::after {
  opacity: 1;width: 25px;
}

.form-part-home .btn-view:hover {
  background: #e33d25;
  color: #fff;padding-left: 20px;padding-right: 45px;
}
.form-part-home textarea.form-control {
  min-height: 100px;
  height: auto;
}

.form-part-home .form-group .radio-box {
  display: flex;margin-top: 5px;
  gap: 40px;
} 
.form-part-home .form-group .radio-box div {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.form-part-home .form-group .radio-box input {
  margin-right: 0px;
  position: relative;
  top: 1px;
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   /* nature amaltas */

.nature-hero .section-content {
  position: relative;
}
.nature-hero .section-sub-title {
  color: #222222;
  font-size: 20px;
  margin-top: 0px;
  text-transform: capitalize;
  font-weight: 500;
}
.nature-hero .section-title {
  color: #222222;
  text-transform: capitalize;
  font-weight: 500;
}

.nature-hero .developer {
  font-size: 18px;
  color: #777;
  margin-bottom: 5px;
}
.nature-hero .developer span {
  font-size: 20px;
  color: #222222;
  margin-bottom: 0;
}
.nature-hero .project-content {
  justify-content: space-between;
  align-items: center;
margin-top: 30px;
  margin-bottom: 50px;
}
.nature-hero .btn-enquire,
.nature-hero .btn-brochure {
  background: #e33d25;
  color: #fff;
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 19px;
  box-shadow: none;
  font-weight: 300;transition: all 0.3s ease;
}
.nature-hero .btn-brochure img {
  margin-left: 5px;
}
.nature-hero .btn-brochure {
  background: #fff;
  color: #222222;
  border: 1px solid #222222;
}
.nature-hero .btn-enquire:hover{background: #fff;
  color: #222222;
  border: 1px solid #222222;}
.nature-hero .btn-brochure:hover {background: #e33d25;border-color:#e33d25;}  

.nature-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-detail-area {
  padding: 30px 0;
  background-color: #222222;
}
.project-detail-grid {
  display: flex;
  justify-content: space-evenly;
}
.project-detail-grid .project-detail-item {
  border-left: 1px solid #595959;
  padding-left: 60px;
  margin-left: 60px;
}
.project-detail-grid .project-detail-item:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
}
.project-detail-grid .project-detail-item p {
  color: #fff;
  margin-bottom: 7px;font-weight: 300;
}
.project-detail-grid .project-detail-item strong {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

.nature-five-reasons-section .reasons-header p span {
  border-bottom: 1px solid #fff;
}
.nature-five-reasons-section .reason-card .icon {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: none;
  border: none;
  background: none;
  text-align: left;
  position: relative;
}
.nature-five-reasons-section .reason-card h6 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 19px;
}

.project-walkthrough-area {
  background-color: #222222;
}

.project-walkthrough-area .video-part iframe {
  border-radius: 22px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  gap: 0px;
  text-align: center;
}

    .amenities-grid-item {
      border: 1px solid #777;
      padding: 20px 15px;
      border-radius: 0px;
      transition: all 0.3s ease;
    }
    .amenities-grid-item p{color:#777; margin-bottom:0px;font-size:18px;}
.amenities-grid-item{border-left:none;border-top:none;}
.amenities-grid-item:last-child,
.amenities-grid-item:nth-child(5){border-right:none;}
.project-location-area {
  background-color: #f4f4f4;
}
.amenities-grid-item img {
  max-width: 65px;
  max-height: 65px;
  margin-bottom: 10px;
}


.project-location-area .project-location-box p {
  font-size: 26px;
  font-weight: 400;
  text-transform: capitalize;
  color: #e33d25;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.project-location-area .project-location-box p::after {
  content: "";
  background: #d8d8d8;
  width: 100%;
  height: 1px;
  
}
.project-location-area .project-location-box p span {
  white-space: nowrap;
}

.separator-line {
  border: 0;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

.project-location-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-location-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 18px;
}
.project-location-content li:last-child {border-bottom: none;padding-bottom:0px;}
.project-location-content li:first-child {padding-top:0px;}

.project-location-content li .time-bubble {
  color: #222222;
  border: 1px solid #e54d42;
  padding: 4px 5px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  min-width: 75px;
  text-align: center;
}
.project-location-map{height: 100%;}
.project-location-map iframe {
  border-radius: 25px;
  height: 100%;
}

.project-gallery .section-title {
 
  margin-bottom: 20px;
}
.project-gallery .section-sub-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #222222;
  margin-top: 0px;
  margin-bottom: 20px;
}
.construction-gallery {
  margin-top: 40px;
}
.project-gallery .swiper-button-next::after, .project-gallery .swiper-button-prev::after {
  font-size: 20px;
 color: #e33d25;
}

.about-developer-section {
  background-color: #f4f4f4;
}


.about-developer-section p {
  font-size: 18px;
  font-weight: 400;
  color: #222222;margin-bottom: 0;
}
.project-contact-area {
  background-color: #222222;
}


.project-contact-area .section-title span {
  color: #e33d25;
}
.form-part .form-group {
  margin-bottom: 20px;
}
.form-part .form-control {
  border-radius: 0;
  background: transparent;
  color: #fff;
  border-color: #f6f6f6;
  height: 48px;
  box-shadow: none;
  transition: all .3s;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}
.form-part .form-control::placeholder{ color: #fff;}
.form-part .form-control:hover, .form-part .form-control:focus, .form-part .form-control:visited {
  border-color: #e33d25;
} 


.form-part .btn-view {
  background: #e33d25;
  color: #fff;
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 19px;
  box-shadow: none;
  padding-left: 45px;transition: all 0.3s ease;
  position: relative;border: 1px solid #e33d25;
}
.form-part .btn-view::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);transition: all 0.3s ease;
}
.form-part .btn-view::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 0px;
  color: #fff;
  display: block;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  right: 12px; opacity: 0;
  transform: translateY(-50%);transition: all 0.3s ease;
}
.form-part .btn-view:hover::before {
  opacity: 0;
}
.form-part .btn-view:hover::after {
  opacity: 1;width: 25px;
}

.form-part .btn-view:hover {
  background: #222222;
  color: #fff;padding-left: 20px;padding-right: 45px;
}
.form-part textarea.form-control {
  min-height: 100px;
  height: auto;
}

.form-part .form-group .radio-box {
  display: flex;margin-top: 5px;
  gap: 40px;
} 
.form-part .form-group .radio-box div {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.form-part-home .form-group .radio-box input {
  margin-right: 0px;
  position: relative;
  top: 1px;
}
.form-part .form-group .radio-box .wpcf7-list-item {
  margin-left: 0;
}
.form-part label {
  color: #fff;
}

.section-title u {
  text-decoration-color: #e33d25;display: inline-block;
}
.form-part-home .form-group .radio-box .wpcf7-list-item {
  margin-left: 0;
}
.modal .modal-dialog .modal-content .class {
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 9;
  color: #222222;
}
.modal .form-part .form-control::placeholder {
  color: #222;
}
.modal .form-part .form-control {
   color: #222;border-bottom: 1px solid #222;}
.modal .form-part .form-control:hover, .modal .form-part .form-control:focus, .modal .form-part .form-control:visited {
  border-color: #e33d25;
}  
.modal .form-part .btn-view {
  background: #222222;border:none;}
.modal .form-part .btn-view:hover {
  background: #e33d25;}
.nature-hero.fix {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  padding: 20px 0;
  opacity: 0;transition: all 0.5s ease;
}
.nature-hero.fix.fixed{opacity: 1;z-index:9;}

.project-location-area .project-location-box .section-title-area.mobile-block{display: none;}


.reason-card .collapse:not(.show) {
  display: block;
}

.nature-five-reasons-section .reason-card .icon .fa.fa-chevron-down {
  display: none;
}
.other-project-slider .swiper-slide {
  margin-bottom: 10px;
}
.project-gallery .gallery-item a {
  display: block;
}
.project-gallery .gallery-item a .img-fluid {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 12px;
}
.project-listing-section .project-card a {
  color: inherit;
  text-decoration: none;
}

/* Responsive Css*/
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-space-top {
  padding-top: 80px;}
  .section-space-bottom {
  padding-bottom: 80px;} 
  .hero-section .banner-image .section-title {
  font-size: 70px;
   line-height: 80px;
}
.hero-section .banner-content img {
  width: 280px;
  margin-top: 60px;
}
.project-listing-section .project-card .tag {
 font-size: 12px;
  padding: 4px 8px;}
.project-listing-section .project-card .tag img {
  max-width: 11px;
} 
.project-listing-section .project-body h5 {
 font-size: 22px;
}
.project-listing-section .features {
  font-size: 14px;}
.project-listing-section .developer {
  font-size: 13px;}
  .project-listing-section .developer span {
  font-size: 14px;}
.project-listing-section .price small {
  font-size: 14px;}  
  .project-listing-section .price {
  font-size: 22px;}
.project-listing-section .btn-view {
font-size: 14px;
  line-height: 16px;}  
  .reasons-header .section-title {
  font-size: 70px;
  line-height: 80px;}
 .reasons-header {
 padding: 20px 30px;} 
 
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
 .section-space {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-space-top {
  padding-top: 70px;}
  .section-space-bottom {
  padding-bottom: 70px;} 
  .hero-section .banner-image .section-title {
  font-size: 70px;
   line-height: 80px;
}
.hero-section .banner-content img {
  width: 280px;
  margin-top: 60px;
}
.project-listing-section .project-card .tag {
 font-size: 12px;
  padding: 4px 8px;}
.project-listing-section .project-card .tag img {
  max-width: 11px;
} 
.project-listing-section .project-body h5 {
 font-size: 22px;
}
.project-listing-section .features {
  font-size: 14px;}
.project-listing-section .developer {
  font-size: 13px;}
  .project-listing-section .developer span {
  font-size: 14px;}
.project-listing-section .price small {
  font-size: 14px;}  
  .project-listing-section .price {
  font-size: 22px;}
.project-listing-section .btn-view {
font-size: 14px;
  line-height: 16px;}  
  .reasons-header .section-title {
  font-size: 70px;
  line-height: 80px;}
 .reasons-header {
 padding: 20px 30px;} 
 
 
 .project-detail-grid .project-detail-item {
  padding-left: 30px;
  margin-left: 30px;
}
}
@media (max-width: 991.98px) {
  #navbarNav.collapse:not(.show) {
    transform: translate(100%);
  }

  #navbarNav.collapse.show {
    transform: translate(0%);
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  .navbar-light .navbar-toggler-icon {
    background: unset;
  }
  .navbar-light .navbar-toggler {
    border-color: #ffffff82;
    padding: 8px;
    border: none;
  }

  .navbar-light .navbar-toggler-icon {
    height: 2px;
    width: 30px;
    border-radius: 2px;
    background: #fff;
    position: relative;
  }

  .navbar-light .navbar-toggler-icon::after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    right: 0;
    bottom: -8px;
    border-radius: 2px;
    background: #fff;
  }

  .navbar-light .navbar-toggler-icon::before {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    right: 0;
    top: -9px;
    border-radius: 2px;
    background: #fff;
  }

  .vijayMenu {
    position: fixed;
    top: 0;
    right: 0;
    background: #ec803c;
    height: 100%;
    overflow-y: scroll;
    width: 280px;
    transition: all 0.5s ease;
    padding: 100px 30px 30px;
    z-index: 9;
    border-left: 1px solid #fff;
  }
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu {
    width: 100%;
  }
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
    margin: 5px 0;
    width: 100%;
  }
  .headerTop.HomeMenu .navbar .nav-link {
    font-size: 20px;
    line-height: 24px;
  }

  #navbarNav.collapse:not(.show) {
    display: block !important;
  }
  .vjClass .navbar-light .navbar-toggler-icon {
    background-color: #4b4b4d;
  }
  .vjClass .navbar-light .navbar-toggler-icon::after {
    background-color: #4b4b4d;
  }
  .vjClass .navbar-light .navbar-toggler-icon::before {
    background-color: #4b4b4d;
  }
  .navbar-toggler.mitem {
    padding: 0;
    color: #4b4b4d;
    border: none;
    position: absolute;
    right: 40px;
    top: 25px;
  }



}

@media only screen and (max-width: 767px) {
    .headerTop.HomeMenu .navbar .navbar-brand img {
  width: 190px;
  height: auto;
}

 .hero-section .banner-content img {
  width: 160px;
} 
.hero-section .banner-image .section-title {
  font-size: 36px;
  line-height: 45px;
}
.section-space {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-space-top {
  padding-top: 50px;}
  .section-space-bottom {
  padding-bottom: 50px;}
.section-title {
  font-size: 30px;
  line-height: 38px;
}  
.section-title-area {
  margin-bottom: 20px;
}
.section-title br {
  display: none;
}
.project-listing-section .project-card .tag {
 font-size: 13px;
  padding: 4px 8px;}
.project-listing-section .project-card .tag img {
  max-width: 12px;
} 
.project-listing-section .project-body h5 {
 font-size: 22px;
}
.project-listing-section .features {
  font-size: 14px;}
.project-listing-section .developer {
  font-size: 13px;}
  .project-listing-section .developer span {
  font-size: 14px;}
.project-listing-section .price small {
  font-size: 14px;}  
  .project-listing-section .price {
  font-size: 22px;font-weight: 600;}
.project-listing-section .btn-view {
font-size: 15px;
  line-height: 17px;padding-left: 11px;}  
  .hero-section .hero-img.desktop {
  display: none;
}
.hero-section .hero-img.mobile {
  display: block;
}

.five-reasons-mobile-section{display: block;}
.footer {
  padding: 50px 0px;
}
.footer .footer-content {
   margin-top: 50px;
}
.footer .footer-content .footer-heading {
 font-size: 24px;
  margin-bottom: 20px;
}
.footer .footer-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.footer h6 {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-bottom p {
  font-size: 14px;
}
.footer-list {
  display: block;}
  .footer-list li{  font-size: 14px;}
  .project-listing-section .btn-view::before {
display: none;
}
.five-reasons-mobile-section .five-reasons-list {
  padding: 0 10px;}
.project-listing-section .project-body {
   padding-bottom: 10px;
}  
.reason-card .num {
  display: none;
}
.reason-card {
 padding: 15px 15px;}
 .reason-card .icon {
  margin-bottom: 15px;
}
.reason-card h6 {
  font-size: 16px;
  line-height: 19px;
  color:#222222;
  margin-bottom: 0;
}
.reason-card .icon img {
  max-width: 25px;
  max-height: 25px;
}
.reasons-header {
  padding: 15px 22px;}
  .reasons-header .section-title {
  font-size: 42px;
 line-height: 50px;}
 .reasons-header p {
  font-size: 16px;}
  .reasons-header img {
  width: 25px;
}
.reasons-header {
  align-items: center;
}
.get-area .get-in-box {
 padding: 15px;}
.form-part-home .form-group {
  margin-bottom: 12px;
}
.form-part-home .form-control {
   height: 40px;}
 .form-part-home .form-group .radio-box {
 gap: 15px;
}  
.section-title.big {
  font-size: 40px;
  line-height: 50px;
}
.nature-hero .section-sub-title {
  font-size: 16px;
  font-weight: 400;
}
.nature-hero .developer {
  font-size: 13px;}
.nature-hero .developer span {
  font-size: 14px;}  
.nature-hero .project-content {
 margin-top: 20px;
  margin-bottom: 40px;
} 
.project-content-right {
   margin-top: 20px;
}
.project-content-right {
  text-align: left;
  margin-top: 20px;
  justify-content: start !important;
}

.project-detail-grid .project-detail-item strong {
 font-size: 16px;
}
.project-detail-grid .project-detail-item p {
  font-size: 14px;margin-bottom: 0;
}
.nature-hero .btn-enquire, .nature-hero .btn-brochure {
 padding: 10px 30px;
  font-size: 16px;}
.project-detail-grid {
 flex-wrap: wrap;
}  
.project-detail-grid .project-detail-item {
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
  width: 50%;margin-bottom:15px;
}

.nature-five-reasons-section .reason-card .icon {
  font-size: 20px;
  line-height: 24px;
}
.project-detail-area {
  padding: 15px 0 1px;}
.project-walkthrough-area .video-part iframe {
  border-radius: 10px;
  height: 250px;
}
.amenities-grid {
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));}
  
 .amenities-grid-item:last-child, .amenities-grid-item:nth-child(5) {
  border-right: 1px solid #777;
}
.amenities-grid-item {
  padding: 10px 5px;} 
.amenities-grid-item img {
  max-width: 45px;
  max-height: 45px;} 
  
.project-location-area .project-location-box p {
  font-size: 18px;} 
  .amenities-grid-item:nth-child(even){border-right: none;}
  .about-developer-section p {
  font-size: 16px;}
  .about-developer-section .text-end{
  text-align: left !important;
  margin-bottom: 20px;
}
.about-developer-section .text-end img {
  max-width: 160px;
}
.nature-hero.fix .project-content-right {
  margin-top: 0;
  justify-content: center !important;
}
.nature-hero.fix {
  padding: 10px 0;}
  .project-location-map iframe {
  border-radius: 15px;
  height: 260px;margin-bottom:20px ;
}
.project-location-area .project-location-box .mobile-none {
  display: none;
}
.project-location-area .project-location-box .section-title-area.mobile-block{display: block;}
.project-contact-area .section-title br {
    display: block;
  }
  .nature-five-reasons-section .reason-card .icon br {
  display: none;
}
.reason-card .collapse:not(.show) {
  display: none;
}
 .nature-five-reasons-section.five-reasons-section .reason-card .icon.collapsed {
    color: #222;
  }
  .nature-five-reasons-section.five-reasons-section .reason-card .icon {
  margin-bottom: 0;width: 100%;
    padding-right: 15px;
}
.nature-five-reasons-section.five-reasons-section .reason-card .accordion-collapse{padding-top:10px}
 .nature-five-reasons-section .reason-card .icon .fa.fa-chevron-down {
   display: inline-block;
    margin-left: auto;
    width: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 16px;
    transition: all 0.3s ease;
  }
   .nature-five-reasons-section.five-reasons-section .reason-card .icon.collapsed .fa.fa-chevron-down { transform: translateY(-50%) rotate(0deg);}
   .project-gallery .section-sub-title {
  font-size: 22px;
 margin-bottom: 10px;
}
.amenities-grid-item p {
 font-size: 16px;
}
.form-part .form-group .radio-box {
 gap: 10px 20px;
  flex-wrap: wrap;
}
}

