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

body {
  font-family: 'WeblySleek UI', sans-serif;
  font-weight: normal;
  font-style: normal; 
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;margin: 0 auto;
  max-width: 1920px;
 
}

a {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Giliyans', sans-serif;
  color: #003459;
}
p {
  color: #000;
}

.headerTop.HomeMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;background: transparent;
  width: 100%;
  transition: all 0.5s ease;padding-top: 30px;
}
.headerTop.HomeMenu.vjClass {
  /*position: fixed;*/
 
}
.headerTop.HomeMenu .navbar {
  padding: 12px 15px;background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
border: 1px solid rgba(209, 170, 103, 0.5);
box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 7px;
}
.headerTop.HomeMenu .navbar .navbar-brand {
  padding: 0px 0px;
  align-content: center;line-height: 1;
}
.headerTop.HomeMenu .navbar .nav-link {
  font-size: 16px;
  text-transform: capitalize;
  color: #003459;
  padding: 0px 20px;
  border-right: 1px solid rgba(0, 52, 89, 0.3);
  line-height: 1;
}
.headerTop.HomeMenu .navbar .nav-item:last-child .nav-link {
  border-right: none;
 
}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 0px;
}

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

.headerTop.HomeMenu .navbar .nav-link:hover,
.headerTop.HomeMenu .navbar .nav-link.current {
  color: #e8c577;
}
.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: 1px;
  width: 0px;
  background: #e8c577;
  bottom: -6px;
  transition: all 1s ease;
}
.headerTop.HomeMenu .navbar .nav-link:hover::before {
  width: 40%;
}
.headerTop.HomeMenu.home {
background: #003459;}
.home .header-right .theme-btn {
  background: #e8c577;
  color: #003459;
  border-color: #e8c577;
}
.home .header-right .theme-btn:hover {
  color: #e8c577;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .logo .nav-link::before{display:none;}
/* .navbar > .container{align-items: end;position:relative;} */


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

.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-left: auto;
  margin-right: 30px;
}
.section-space-top {
  padding-top: 50px;
}
.section-space-bottom {
  padding-bottom: 50px;
}
.section-bg-color {
  background-color: #003459;
}
.section-title {
  color: #003459;
  font-size: 52px;
line-height: 57px;
  margin: 0px 0 0px;
  position: relative;
 
}


.section-title.big {
font-size: 60px;
  line-height: 80px;
}
.section-title.small {
  font-size: 30px;
  line-height: 38px;
}
.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 {
  position: relative;
  margin-bottom: 30px;
line-height: 21px;
letter-spacing: 0.05em;
color: rgba(0, 52, 89, 0.5);
 
}
.section-sub-title.with-line {
 display: flex;
  align-items: center;
  gap: 6px;
}
.section-sub-title.with-line::after {
  height: 1px;
  content: '';
  display: inline-block;
  background: #e8c577;
  width: 100%;
}
.section-sub-title.with-line span {
  white-space: nowrap;
}

.theme-btn {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  transition: all 0.5s ease;
  box-shadow: none;
  border: 1px solid #003459;border-radius:5px;
  background-color: #003459;
 position: relative;font-weight: 600;
  line-height: 1.2;
}
.theme-btn:hover {color:#003459;background-color: #fff;}

.section-relative{position:relative;background:#fff;}
.header-right {
  margin-left: auto;
}
.header-right .theme-btn{background:#D2AB67;border-color:#D2AB67;color:#fff;padding: 8px 15px;white-space: nowrap;}
.header-right .theme-btn:hover{background:#fff;color:#D2AB67;}
.p-line {
  width: 133px;
  height: 1px;
  display: inline-block;
  background: #D2AB67;margin-bottom: 4px;
}
.project-banner-area {
  position: relative;
 
}
.project-banner-area .project-banner-content {
  display: grid;
  align-content: end;
  height: calc(100% - 99px);
  position: absolute;
  top: 0;
  left: 0;background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(Elevation.jpg);
background-blend-mode: multiply, normal;
  width: 100%;
}

.project-banner-area .project-banner-content img.logo-text {
  margin-bottom: 0px;
  height: 105px;
}
.project-banner-area .project-banner-content p{color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;}
.project-banner-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.project-detail-area {
  padding: 20px 0;
  margin-top: -99px;
  position: relative;
}
.project-detail-grid {
  display: flex;
}
.project-detail-grid .project-detail-item p {
  color: #fff;
  margin-bottom: 2px;font-size: 18px;
}
.project-detail-grid .project-detail-item strong {
  display: block;
  color: #e8c573;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3%;
}
.project-detail-grid .project-detail-item {
  border-left: 2px solid rgba(255, 255, 255, 0.5);padding-left: 40px;
  margin-left: 40px;
 /* display: grid;
  justify-content: center;*/
}
.project-detail-grid .project-detail-item:first-child{border-left: none;padding-left: 0px;
  margin-left: 0px;}
.single-portfolio-menu {
  width: 100%;
  display: flex;
  padding: 0px 0px 10px;
  gap: 40px;
  overflow: auto;
  transition: all .8s cubic-bezier(.65,.05,.36,1);
  list-style: none;
  border-radius: 0;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #D1AA6733;
}
.single-portfolio-menu li a {
  color: #003459;
  text-decoration: none;transition: all 0.5s ease;
  font-weight: 600;
  font-size: 18px;position: relative;padding-bottom:3px;
}
.single-portfolio-menu li a:hover{color: #e8c573;}

.single-portfolio-menu li a::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  background: #e8c573;
  bottom: 0px;
  transition: all 1s ease;
}
.single-portfolio-menu li a:hover::before {
  width: 100%;
}
.single-portfolio-menu li a.brouchure-btn::before{display:none;}

.single-portfolio-menu li a.brouchure-btn img {
  width: 24px;
  margin-right: 10px;
}
.single-portfolio-menu .theme-btn {
  margin-left: auto;
  background: #003459;
  border-color: #003459;
  color: #d2ab67;
}
.single-portfolio-menu .theme-btn:hover {
  background: #fff;
  color: #003459;
}
.project-overview-area .project-overview-img {
  padding-left: 0px;
}
.project-overview-area .project-overview-content{ padding-right: 0px;}
.project-overview-area .project-overview-img .img-fluid {
  border-radius: 15px;
}
.project-overview-area .project-overview-content .address{font-size: 24px;
line-height: 32px;
letter-spacing: 0.05em;}
.project-overview-area .project-overview-content .rera {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.amenities-wrapper .amenities-wrapper-item {
  padding: 20px;
  background: #FAF6F0;
border: 1px solid rgba(209, 170, 103, 0.3);
border-radius: 10px;margin-top: 80px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content {
  background: #fff;
  padding: 35px 20px;
  height: 100%;border-radius: 5px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-img{border-radius: 10px;overflow:hidden;}

.amenities-wrapper .amenities-wrapper-item .amenities-img img {
  transition: all .5s;
}
.amenities-wrapper .amenities-wrapper-item:hover .amenities-img img{transform: scale(1.1);}

.amenities-wrapper .amenities-wrapper-item .amenities-content ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 35px;
  width: 240px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;line-height: 22px;
  border-bottom: 1px solid #D2AB67;
  color: #000;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content ul li:last-child {
   margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
 
}

.project-featured-amenities-box {
  text-align: center;
}
.project-featured-amenities-box img{border-radius: 10px;margin-bottom:15px;}


.project-featured-amenities-box p{font-size: 28px;
line-height: 37px;margin-bottom:0px;}

.project-plan-box{background: #fff; padding:0px; border-radius:0px;}
.project-plan-box .nav.nav-tabs {
  border: none;
}
.project-plan-box .nav.nav-tabs .nav-link {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  background: rgba(209, 170, 103, 0.1);
border: 1px solid rgba(209, 170, 103, 0.3);
border-radius: 3px;
  box-shadow: none;
  color: #000000;
  transition: all 0.5s ease;
  padding: 15px 30px;
  align-items: center;
  justify-content: space-between;
}
.project-plan-box .nav.nav-tabs .nav-link.active,
.project-plan-box .nav.nav-tabs .nav-link:hover{background: #003459; color: #fff;}
.project-plan-box .tab-content .tab-pane {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(Artboard 1.png), #FFFFFF;
border: 2px solid rgba(153, 153, 153, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
border-radius: 10px;
  padding: 15px;position: relative;
  overflow: hidden;
}
.project-plan-box .tab-content .tab-pane .plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffffe5;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: center;padding: 30px;
}
.project-walkthrough-area .video-part iframe {
  border-radius: 30px;
}
.project-plan-box .tab-content .tab-pane .plan-overlay p {
  font-weight: 600;
  font-size: 18px;
}
.project-plan-box .tab-content .tab-pane .plan-overlay p a{
  color: #003459;
 
}
.project-location-box{background: #FAF6F0;
border: 1px solid rgba(209, 170, 103, 0.3); padding:20px; border-radius:10px;}
.project-location-box .project-location-map {
  background: #fff;height: 100%;
 border-radius: 5px;padding: 20px;
}
.project-location-box .project-location-map iframe {
 border-radius: 5px;height: 100%;min-height: 500px;
}
.project-location-box .project-location-content{background: #fff; padding:20px; border-radius:5px;height: 100%;}


.project-location-box .project-location-content .accordion-button {
  padding: 10px 0;font-weight: 600;
  font-size: 18px;
  color: #231f20;box-shadow: none;
background-color: transparent;}
.project-location-box .project-location-content .accordion-body ul li span + span {
  font-weight: 600;
}

.project-location-box .project-location-content .accordion-item {
background-color: transparent;border-color:rgb(232, 197, 115);}

.project-location-box .project-location-content .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}

.project-location-box .project-location-content .accordion-body ul {
  margin: 0;
  padding: 0;
}
.project-location-box .project-location-content .accordion-body{padding: 0;}
.project-location-box .project-location-content .accordion-body ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-location-box .project-location-content .accordion-body ul li i {
  margin-right: 5px;
  font-size: 12px;
  color: #e8c573;
}
.project-gallery-area .gallery-item {
  border-radius: 12px;overflow:hidden;
}
.project-gallery-area .gallery-item img {
  transition: all .5s;width: 100%;
  height: 350px;
  object-fit: cover;
}
.project-gallery-area .gallery-item a.gallery {
  display: block;
}
.project-gallery-area .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-slider-btn .swiper-button-next::after, .gallery-slider-btn .swiper-button-prev::after {
font-size: 18px;
}
.gallery-slider-btn .swiper-button-prev, .gallery-slider-btn .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: flex;
  gap: 15px;
  width: 40px;
  margin-top: 0;
  height: 40px;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  transition: all 0.5s ease;
  border: 1px solid #e8c573;
  background: #e8c573;
  font-size: 18px;
}
.gallery-slider-btn .swiper-button-prev:hover, .gallery-slider-btn .swiper-button-next:hover {background:#fff; color: #e8c573;}
.gallery-slider-btn {
  display: flex;
  justify-content: end;
  gap: 20px;margin-top: 50px;
}

.project-gallery-area .nav-tabs {
  border: none;
  justify-content: end;
}
.project-gallery-area .nav-tabs .nav-link {
  padding: 0;
  padding-right: 0px;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-right: 20px;
  border-right: 1px solid #003459;
  padding-right: 20px;
  color: rgba(0, 52, 89, 0.4);
  font-weight: 600;line-height: 1;
  position: relative;
}
.project-gallery-area .nav-tabs .nav-link:hover, .project-gallery-area .nav-tabs .nav-link.active {
  color: #003459;
  background:transparent;
}
.project-gallery-area .nav-tabs .nav-link:last-child {
  margin-right: 0px;
  border-right: none;
  padding-right: 0px;
}
.project-gallery-area .gallery-item a {
  display: block;
  text-decoration: none;
}
.project-contact-box {
  background: #FAF6F0;
  border: 1px solid rgba(209, 170, 103, 0.3);
  padding: 20px;
  border-radius: 10px;
}
.project-contact-box .section-title-area {
  margin-bottom: 0;
  height: 100%;
  background: white;
  padding: 20px;
  border-radius: 5px;
}
.form-part {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.form-part .form-group {
  margin-bottom: 15px;
}
.form-part .form-group .radio-box label {
  font-size: 14px;
}
.form-part .form-group .radio-box div {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.form-part .form-control {
  border-radius: 0;
  background: transparent;
  color: #373435;
  border: none;
  height: 48px;
  box-shadow: none;
  transition: all .3s;
  padding-left: 0;
  border-bottom: 1px solid #e8c573;
}
.form-part textarea.form-control {
  min-height: 100px;
  height: auto;
}
.form-part .form-control:hover, .form-part .form-control:focus, .form-part .form-control:visited {
  border-color: #003459;
}
.form-part .theme-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #003459;
  border-color: #003459;
}
.form-part .theme-btn:hover {
  background: #fff;
 color: #003459;
}
.form-part .form-group .radio-box {
  display: flex;
  gap: 40px;
}
.form-part .form-group .radio-box input {
  margin-right: 5px;position: relative;
  top: 2px;
}
.project-plan-box .tab-content .tab-pane .img-fluid {
  max-height: 550px;
  margin: 0 auto;
  display: block;
  filter: blur(2px);
}
#projectmenu{transition: all .8s cubic-bezier(.65,.05,.36,1); background: #fff;}
#projectmenu.issticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 0;
  margin-top: 0;
  width: 100%;
background: #fff;
  padding-top: 20px;
}
#projectmenu.issticky .single-portfolio-menu{margin-bottom:0;padding: 0px 0px 10px;}
.gallery-slider-btn .swiper-button-prev img {
  transform: rotate(180deg);
}
.counter-list {
  display: flex;gap: 90px;
  justify-content: center;
}
.counter-list .counter-item {
  text-align: center;
}
.counter-list .counter-item strong {
  display: block;
  color: #D2AB67;
  font-size: 50px;
  line-height: 1;font-weight: 400;
  font-family: 'Giliyans', sans-serif;
}
.counter-list .counter-item strong {font-weight: 400;}
.counter-list .counter-item strong + span {
  color: #003459;
  font-size: 18px;
  display: block;
}
.clients-logo {
  display: flex;
  row-gap: 50px;
  flex-wrap: wrap;position: relative;
  justify-content: center;width: 850px;
  margin: 0 auto;
}
.clients-logo .clients-logo-item {
  width: 275px;
  height: 75px;
  display: grid;
  align-content: center;
  justify-content: center;
  position: relative;
}
.clients-logo .clients-logo-item .img-fluid {
  max-width: 200px;
  max-height: 70px;
}
.clients-logo .clients-logo-item::before {
  content: '';
  background: rgba(0, 52, 89, 0.1);
  height: 30px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.clients-logo .clients-logo-item:nth-of-type(3n+3)::before{display:none;}
.clients-logo::before {
  content: '';
  background: rgba(0, 52, 89, 0.1);
  height: 1px;
  width: 750px;
  top: 50%;
  position: absolute;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.footer {
  background: #003459;
  color: #fff;
  padding-top: 80px;position: relative;
  padding-bottom: 30px;
}
.footer .footer-motif {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  opacity: .3;
}
.footer-logo-widget {
  margin-bottom: 50px;
}

.footer-widget {
  margin-bottom: 50px;
}
.footer-widget .footer-links {
  margin: 0;
  padding: 0;
 
}
.footer-widget .footer-links li a {
  color: #fff;
 text-decoration: none;transition: all .4s;
}
.footer-widget .footer-links li a:hover{color: #e8c573;}
.footer-widget .footer-links li {
  display: block;margin-bottom: 5px;
  position: relative;font-size: 15px;
}
.footer-widget .footer-links li:last-child {margin-bottom: 0px;}

.footer .copyright {
  border-top: 1px solid #fff;
  padding-top: 30px;position: relative;
}
.footer .copyright p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
} 
.footer .copyright p a{color: #fff;} 
.footer-social {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
 gap: 10px;
}
.footer-widget .widget-title {
  color: #e8c573;
  font-size: 18px;font-weight: 600;
  margin-bottom: 15px;font-family: 'WeblySleek UI', sans-serif;
}
.footer-social a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: grid;
  align-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;transition: all .4s;
}
.footer-social a:hover { color: #003459;background:#fff;}
  .modal .modal-dialog .modal-content .class {
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 9;
  color: #231f20;
}
.project-overview-area .project-overview-content .theme-btn{display:none}
.project-overview-area .project-overview-content .theme-btn img {
  width: 24px;
  margin-right: 10px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content p:last-child {
  margin-bottom: 0px;
}
.footer .cols {
  width: auto;
}
.mobile-fix-contact {
  display: none;
  background: #003459;
  border-top: 1px solid #fff;
  padding: 10px 15px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  margin-bottom: 0;
  left: 0;
}
.mobile-fix-contact li {
  display: block;
  border-right: 1px solid #fff;
  padding-right: 30px;
  margin-right: 30px;
}
.mobile-fix-contact li:last-child {
 border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
.mobile-fix-contact li a {
  font-size: 18px;
  text-decoration: none;
  line-height: 27px;
  color: #D2AB67;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
}
/* 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:1199.98px) {
   .counter-list {
  gap: 45px;} 
    .single-portfolio-menu { gap: 30px;}
    .clients-logo { width: 100%;}
    .clients-logo .clients-logo-item {
  width: 220px;
  height: 60px;}
  .clients-logo .clients-logo-item .img-fluid {
  max-width: 165px;
  max-height: 50px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.section-space {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-space-top {
padding-top: 40px;}
.section-space-bottom {
padding-bottom: 40px;}  
.section-title.big {
  font-size: 45px;
  line-height: 50px;
}
.section-title {
  font-size: 32px;
  line-height: 38px;}
.section-my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-mt-60 {
  margin-top: 30px;
}
.section-mb-60 {
  margin-bottom: 30px;
}
.project-banner-area .project-banner-content img.logo-text {
  height: 90px;}
.project-banner-area .project-banner-content p {
  font-size: 18px;}
.project-detail-grid .project-detail-item {
  padding-left: 22px;
  margin-left: 22px;}
  .project-detail-area {
  margin-top: -90px;}
  .project-banner-area .project-banner-content {
height: calc(100% - 90px);}
.project-banner-img img {
  height: 550px;}
.single-portfolio-menu {
  gap: 15px;}
.single-portfolio-menu li a {
 font-size: 15px;
    white-space: nowrap;}
    .single-portfolio-menu .theme-btn {
  white-space: nowrap;
}
.project-overview-area .project-overview-img {
  padding-left: 0px;
}
.project-plan-box .nav.nav-tabs .nav-link {
 padding: 15px 15px;}
.section-title-area {
  margin-bottom: 30px;
}
.project-walkthrough-area .video-part iframe {
  height: 450px;
}
.project-location-box .project-location-map iframe {
  height: 100%;
}
.project-location-box .project-location-map {
 height: 100%;
}
.project-detail-grid .project-detail-item strong {
  font-size: 16px;}
  .project-detail-grid .project-detail-item p {
 font-size: 16px;
}
.project-overview-area .project-overview-content .rera {
  margin-top: 15px;
  margin-bottom: 30px;
}
.amenities-wrapper .amenities-wrapper-item {
 margin-top: 50px;
}
.project-gallery-area .gallery-item img {
 height: 250px;}
 .counter-list {
  gap: 30px;}
  .counter-list .counter-item strong {
   font-size: 40px;}
   .counter-list .counter-item strong + span {
  font-size: 16px;}
  .clients-logo {
 width: 100%;row-gap: 30px;
}
.clients-logo .clients-logo-item {
  width: 220px;
  height: 60px;}
  .clients-logo .clients-logo-item .img-fluid {
  max-width: 160px;
  max-height: 55px;
}
.clients-logo::before {
  width: 600px;}  
}

@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: 0px;
    border: none;
    position: relative;
    height: 18px;
    display: grid;
    align-content: center;
  }

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

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

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

  .vijayMenu {
    position: fixed;
    top: 0;
    right: 0;
    background: #003459;
    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: 10px 0;
    width: 100%;
  }
  .headerTop.HomeMenu .navbar .nav-link {
   color: #fff;padding: 0;
    border: none
  }
.header-right {
  margin-top: 30px;
}
  #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) {

.project-banner-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.section-space-top {
  padding-top: 30px;
}
.section-space-bottom {
  padding-bottom: 30px;
}
.section-space {
  padding-bottom: 30px;  padding-top: 30px;
}

.section-title {
  font-size: 28px;
  line-height: 28px;
 
}


.section-title.big {
font-size: 35px;
  line-height: 40px;
}
.section-title.small {
  font-size: 20px;
  line-height: 26px;
}
.section-my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-mt-60 {
  margin-top: 30px;
}
.section-mb-60 {
  margin-bottom: 30px;
}
.section-title-area {
  margin-bottom: 30px;
}
.project-banner-area .project-banner-content img.logo-text {
 height: 80px;
}
.project-banner-area .project-banner-content p {
 font-size: 16px;
  font-weight: 500;
}
.theme-btn {
  padding: 6px 12px;
  font-size: 14px;
}
.project-detail-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 30px;
}

.project-detail-grid .project-detail-item {
  padding-left: 16px;
  margin-left: 16px;}

.project-detail-grid .project-detail-item:nth-child(3) {
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 160px;
}
.project-overview-area .project-overview-content .theme-btn{display:inline-block}
.single-portfolio-menu li:last-child {
 display: none;
}
.single-portfolio-menu {
  gap: 25px;justify-content: start;margin-bottom: 0;padding: 0px 0px 10px;}
.single-portfolio-menu li a {
 font-size: 16px;white-space: nowrap;}
#projectmenu {
  padding-top: 20px;
}
.project-overview-area .project-overview-img {
  padding-left: 0px;
  margin-top: 30px;
}
.amenities-wrapper .amenities-wrapper-item {
  padding: 10px;
 margin-top: 40px;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content {
  padding: 15px;
  margin-top: 15px;height: auto;
}

.section-title br {
  display: none;
}
.section-sub-title {
  margin-bottom: 15px;}

.project-plan-box .tab-content .tab-pane {
 padding: 10px;}
.project-walkthrough-area .video-part iframe {
  border-radius: 10px;
  height: 250px;
}

.project-location-box .project-location-content {
  padding: 10px;
  height: auto;
}
.project-location-box .project-location-map {
  margin-top: 15px;height: auto;
}
.project-location-box .project-location-map iframe {
  height: 230px;min-height: auto;
}
.project-gallery-area .gallery-item img {
  height: 350px;}
.gallery-slider-btn {
 gap: 10px;
    margin-top: 20px;
}
.footer-logo-widget {
  text-align: left;
  margin-bottom: 35px;
}
.footer {
  padding-top: 50px;
  padding-bottom: 65px;
}
#projectmenu.issticky {
  margin-top: 0px;
 padding-top: 10px;
}
.headerTop.HomeMenu .navbar {
  padding: 10px 10px;}
  
.headerTop.HomeMenu {
padding-top: 15px;
}  
.headerTop.HomeMenu .navbar .navbar-brand {
  line-height: 0;
}
.project-banner-area .project-banner-content {
   height: 100%;}
.project-detail-area {
   margin-top: 0;}  
.project-detail-grid .project-detail-item p {
  font-size: 16px;
} 
.project-detail-grid .project-detail-item strong {
 font-size: 16px;
  letter-spacing: 2%;
}
.single-portfolio-menu .theme-btn {
 display: none;
}
.single-portfolio-menu li a.brouchure-btn {
  display: none;
}
.project-overview-area .project-overview-content .section-title + img {
  width: 208px;
  height: 7px;
}
.project-overview-area .project-overview-content .address {
  font-size: 18px;
  line-height: 24px;}
  .project-overview-area .project-overview-content .rera {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.project-overview-area .project-overview-content p {
  text-align: justify;
}
.amenities-wrapper .amenities-wrapper-item .amenities-content ul {
  margin-top: 20px;}
  .amenities-wrapper .amenities-wrapper-item .amenities-content .section-title + img {
  width: 140px;
}
.section-space.project-walkthrough-area {
  padding-bottom: 0;
}
.project-featured-amenities-area .section-title-area .section-title + img {
  width: 240px;
  height: 7px;
}
.project-featured-amenities-box p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.project-plan-area .section-title-area .section-title + img {
  width: 135px;
}
.mt-5 {
  margin-top: 1.5rem !important;
}
.project-location-area .section-title-area .section-title + img {
  width: 156px;
}
.project-location-box {
 padding: 10px;}
 .project-location-box .project-location-content .accordion-body ul li {
font-size: 14px;
}
.project-location-box .project-location-map {
 padding: 10px;
}
.project-gallery-area .nav-tabs .nav-link {
 margin-right: 10px;
  padding-right: 10px;}
  
  .project-gallery-area .nav-tabs {
 justify-content: start;
  margin-bottom: 30px;
}
.clients-logo .clients-logo-item::before,
.clients-logo::before{
 display: none;
}
.clients-logo {
  row-gap: 25px;
  width: 100%;
  column-gap: 20px;
}
.clients-logo .clients-logo-item .img-fluid {
  max-width: 130px;
  max-height: 45px;
}
.clients-logo .clients-logo-item {
  width: 145px;
  height: 50px;}
.project-contact-box {
  padding: 10px;} 
  .project-contact-box .section-title-area {
  margin-bottom: 20px;
  height: auto;
 
}
.counter-list .counter-item strong + span {
  font-size: 16px;}
.counter-list {
  gap: 30px;
  justify-content: start;
  flex-wrap: wrap;padding: 0 30px;
}  
.counter-list .counter-item {
  text-align: left;
  width: calc(50% - 15px);
}
.counter-list .counter-item strong {
  font-size: 40px;}
.footer-widget {
  margin-bottom: 40px;
} 
.footer .cols {
  width: 100%;
}
.footer .copyright p {
  text-align: left;}
  .project-plan-box .tab-content .tab-pane .plan-overlay p {
  font-size: 16px;
}
.mobile-fix-contact {
  display: flex;
 
}
}
