* {
    margin: 0;
}

@font-face {
  font-family: 'Manrope-Bold';
  src: url('../fonts/manrope/Manrope-Bold.ttf');
}
@font-face {
font-family: 'Manrope-Medium';
src: url('../fonts/manrope/Manrope-Medium.ttf');
}
@font-face {
font-family: 'Manrope-Regular';
src: url('../fonts/manrope/Manrope-Regular.ttf');
}
@font-face {
  font-family: 'Manrope-SemiBold';
  src: url('../fonts/manrope/Manrope-SemiBold.ttf');
}
@font-face {
  font-family: 'RussoOne-Regular';
  src: url('../fonts/russo-one/RussoOne-Regular.ttf');
}
@font-face {
  font-family: 'Saira-Medium';
  src: url('../fonts/saira/Saira-Medium.ttf');
}
@font-face {
  font-family: 'Saira-Regular';
  src: url('../fonts/saira/Saira-Regular.ttf');
}


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: 'Manrope-Regular';
  overflow-x: hidden;
}


/************ BANNER **************/
.banner-section {
  position: relative;
}
.banner-section .side-bar {
  width: 85px;
  /* background: linear-gradient(90deg, #152331 -34.05%, #000000 100%); */
  /* box-shadow: -6px 0px 4px 0px #0000001F; */
  background: url(../images/side-bar-bg.png);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 11;
  right: 0;
  background-size: 100px 100%;
}
.banner-section .social-icons {
  width: 52px;
  margin-left: auto;
  text-align: center;
  margin-top: 35px;
}
.banner-section .social-icons ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
.banner-section .social-icons ul li {
  margin-bottom: 20px;
}
.banner-section .social-icons ul li img {
  width: 17px;
}
.w-12 {
  width: 12px !important;
}
.banner-section .menu-bar {
  width: 52px;
  margin-left: auto;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 26px;
  cursor: pointer;
}
.banner-section .menu-bar img {
  width: 28px;
}
.banner-section .logo {
  width: 162px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 11;
  padding: 5px 5px 6px;
  left: 5%;
  top: 20px;
}

@media (max-width: 600px) {
  .banner-section .social-icons {
    margin-top: 20px;
    display: none;
  }
  .banner-section .social-icons ul li {
    margin-bottom: 10px;
  }
  .banner-section .social-icons ul li img {
    width: 15px;
  }
  .banner-section .social-icons ul li img.w-12 {
    width: 10px !important;
  }
  .banner-section .logo {
    width: 135px;
  }
  .banner-section .side-bar {
    background: none;
  }
  .banner-section .menu-bar {
    top: 30px;
    bottom: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .banner-section .social-icons {
    margin-top: 20px;
  }
  .banner-section .social-icons ul li {
    margin-bottom: 10px;
  }
  .banner-section .social-icons ul li img {
    width: 15px;
  }
  .banner-section .social-icons ul li img.w-12 {
    width: 10px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .banner-section .social-icons {
    margin-top: 20px;
  }
  .banner-section .social-icons ul li {
    margin-bottom: 10px;
  }
  .banner-section .social-icons ul li img {
    width: 15px;
  }
  .banner-section .social-icons ul li img.w-12 {
    width: 10px !important;
  }
}

/************** ABOUT ***************/
.about-section {
  background: url(../images/about-bg.png);
  padding: 40px 0px 35px;
  background-size: cover;
}
.highlights {
  display: flex;
  padding: 12px 0;
  position: relative;
  margin-bottom: 26px;
}
.highlights .num {
  font-family: 'Manrope-SemiBold';
  color: #fff;
  position: relative;
  align-self: center;
    width: 93px;
}
.highlights .num h4 {
  margin-bottom: 0px;
  font-size: 32px;
  margin-left: 7px;
}
.highlights::before {

  content: '';
  background: url(../images/number-border.png);
  width: 21px;
  height: 67px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
    display: none;
}
.highlights p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  /* margin-left: 25px; */
  letter-spacing: 0.9px;
}
.ml-2-px {
  margin-left: 2px !important;
}
.abt-rgt {
  background: #040404;
  box-shadow: 11px 11px 18px 0px #00000059;
  padding: 30px;
}
.abt-rgt p {
  color: #EEEEEE;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  margin-top: 23px;
  width: 95%;
}
.abt-rgt h4 {
  color: #EEEEEE;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.6px;
  font-family: 'Manrope-SemiBold';
  margin-bottom: 18px;
}
.abt-rgt a {
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'Manrope-SemiBold';
  font-size: 13px;
  letter-spacing: .5px;
}

@media (max-width: 600px) {
  .about-section {
    background-position: center;
  }
  .abt-rgt p {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
  }
  .abt-rgt {
    padding: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .abt-lft {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .abt-lft {
    display: flex;
    justify-content: space-between;
  }
}

/********** GRADIENT SECTION *************/
.grad-section {
  background: url(../images/gallery-bg-1.png);
  height: 250px;
  background-size: cover;
}

/************ GALLERY **************/
.gallery-section {
  background: #FAFAFA;
  box-shadow: 0px 17px 17px 0px #00000012;
  width: 95%;
  margin: -100px auto 50px;
  /* padding-bottom: 30px; */
}
.gallery-section img {
	position: relative;
	width: 100%;
}
/* .gallery-section .slider-for img.main_img {
	height: 500px;
} */
.slider-nav .slick-slide img.main_img {
  height: 500px;
}
.gallery-section .slider-nav img {
	/* width: 100%;
	height: 90px; */
  width: 100px;
  height: 65px;
  object-fit: cover;
  border: 1px solid #00000085;
  cursor: pointer;
}
.gallery-section .slider-nav {
  margin-top: 5%;
  width: 95%;
}
.slider-nav .slick-slide {
	padding: 0px 15px 0px 0px;
}

.slick-next, .slick-prev {
	background-image: linear-gradient(to right, #222 , #1B1B1A) !important;
	border-radius: 100px;
}
.slick-prev::before {
    content: '\f053' !important;
    font-family: FontAwesome !important;
    color: #fff !important;
	font-size: 12px !important;
}
.slick-next::before {
    content: '\f054' !important;
    font-family: FontAwesome !important;
    color: #fff !important;
	font-size: 12px !important;
}
.slider-nav .slick-current .overlay:before {
  content: '';
  background-color: #00000094;
  position: absolute;
  width: 100px;
  height: 65px;
  z-index: 1;
  /* outline: .8px solid #ffffffab;
  outline-offset: -5px; */
  background: url(../images/gallery-thum-overlay.png);
  background-size: 100% 100%;
}
.slider-nav .slick-list {
	padding: 10px 0px;
}
.gallery-caption {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: auto;
}
.gallery-caption .plot-details {
  display: flex;
  justify-content: center;
}
.gallery-caption .plots-no h5 {
  font-family: 'RussoOne-Regular';
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.gallery-caption .plots-no h5 span {
  font-family: 'Manrope-Regular';
  font-size: 16px;
  letter-spacing: 0.5px;
}
.gallery-caption .line {
  width: 87px;
  align-self: center;
  margin: auto 5px;
}
.gallery-caption .line img {
  width: 100%;
}
.gallery-caption .view-proj {
  text-align: center;
  margin-top: 20px;
}
.gallery-caption .view-proj a {
  background: #4F4F4F;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-family: 'Manrope-Medium';
  border-radius: 4px;
  padding: 4px 20px;
  position: relative;
}
.gallery-caption .view-proj a:before, .gallery-caption .view-proj a:after {
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gallery-caption .view-proj a:after {
  left: unset;
  right: 0;
}
.gallery-rgt h4 {
  font-size: 21px;
  color: rgb(21, 21, 21);
  letter-spacing: 0.4px;
  font-family: 'Manrope-SemiBold';
  margin-top: -45px;
}
.vsr-section {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 95%;
}
.vsr-logo {
  display: flex;
}
.vsr-logo img {
  height: 78px;
  width: auto;
}
.vsr-logo h5 {
  text-transform: uppercase;
  background: -webkit-linear-gradient(-37.81deg, #DC2424 -9.75%, #1D2F96 99.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-family: 'Manrope-Bold';
  margin-left: 20px;
  letter-spacing: 0.5px;
}
.vsr-logo h5 span {
  font-family: 'Manrope-SemiBold';
  display: block;
  margin-top: 5px;
}
.vsr-logo h6 {
  text-transform: capitalize;
  background: -webkit-linear-gradient(-37.81deg, #DC2424 -9.75%, #1D2F96 99.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-family: 'Manrope-Regular';
  margin-left: 20px;
  letter-spacing: 0.5px;
}
.vsr-section .dtcp img {
  width: 88px;
}
.gallery-rgt p {
  color: #252323;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.6px;
  margin-top: 30px;
  width: 95%;
}
.villas-details {
  display: flex;
}
.villas-details p {
  font-size: 14px;
  width: auto;
  margin-right: 5%;
  border-right: 1px solid #000;
  padding-right: 5%;
}
.villas-details p:nth-child(2) {
  border-right: 1px solid transparent;
}
.villas-details p span:nth-child(1) {
  font-family: 'Manrope-SemiBold';
  font-size: 20px;
  text-transform: uppercase;
}
.villas-details p span.bld {
  font-family: 'Manrope-Bold';
  font-size: 20px;
  text-transform: uppercase;
}
.villas-details p span.mdm {
  font-family: 'Manrope-Medium';
  font-size: 16px;
}
.villas-details p img {
  width: 9px;
  margin-top: -5px;
  margin-left: 5px;
}
.enquire-now a {
  background: #EBEBEB;
  box-shadow: 0px 0px 2px 0px #0000001A;
  color: #000;
  font-family: 'Manrope-SemiBold';
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  padding: 3px 10px;
  position: relative;
  text-decoration: none;
}
.enquire-now {
  text-align: right;
  margin-right: -15px;
}
.enquire-now a:after {
  content: '';
  background: #D9D9D9;
  width: 5px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.enquire-now a img {
  width: 16px;
  margin-left: 12px;
  margin-top: -3px;
}
.slider-nav .slick-current .overlay {
  position: relative;
}

/* @media (max-width: 575px) {
	.gallery-section .slider-for img, .gallery-section .slider-for img.new  {
		height: 160px;
	}
} */
/* @media screen and (min-width: 575px) and (max-width: 992px) {
	.gallery-section .slider-for img, .gallery-section .slider-for img.new {
		height: 265px;
	}
} */

@media (max-width: 600px) {
  .gallery-section .slider-for img.main_img {
    height: 390px;
    object-fit: cover;
  }
  .gallery-caption {
    bottom: 4%;
  }
  .gallery-rgt h4 {
    margin-top: 7%;
  }
  .gallery-section .slider-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-section .slider-nav img {
    width: 100%;
    height: 100px;
  }
  .slider-nav .slick-current .overlay::before { 
    width: 100%;
    height: 100px;
  }
  .enquire-now {
    margin-bottom: 5%;
  }
  .vsr-section {
    display: block;
  }
  .vsr-logo {
    display: block;
    text-align: center;
  }
  .vsr-logo h5, .vsr-logo h6 {
    margin-left: auto;
  }
  .vsr-logo img {
    margin-bottom: 5%;
  }
  .vsr-section .dtcp img {
    margin: auto;
    display: block;
  }
  .gallery-rgt p {
    text-align: center;
    width: 100%;
    margin-top: 12px;
  }
  .villas-details {
    display: block;
  } 
  .villas-details p {
    border-color: transparent;
    padding-right: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .gallery-section .slider-for img.main_img {
    height: auto;
  }
  .gallery-rgt h4 {
    margin-top: auto;
  }
  .gallery-section .slider-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-section .slider-nav img {
    width: 100%;
    height: 100px;
  }
  .slider-nav .slick-current .overlay::before { 
    width: 100%;
    height: 100px;
  }
  .enquire-now {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .gallery-section .slider-for img.main_img {
    height: auto;
  }
  .gallery-rgt h4 {
    margin-top: auto;
  }
  .gallery-section .slider-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-section .slider-nav img {
    width: 100%;
    height: 100px;
  }
  .slider-nav .slick-current .overlay::before { 
    width: 100%;
    height: 100px;
  }
  .enquire-now {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section .slider-nav img {
    width: 85px;
  }
  .slider-nav .slick-current .overlay::before { 
    width: 85px;
  }
}
/* @media (width: 1024px) {
    .gallery-section .slider-for img {
        height: 415px;
    }
    .gallery-section .slider-for img, .gallery-section .slider-for img.new {
		height: 415px;
	}
} */
/* @media (max-width: 767px) {
	.slick-next {
	    right: -12px !important;
	}
	.slick-prev {
		left: -10px !important;
	}
	.border-sm-line-high {
		left: 6.75%;
	}
	.border-sm-line {
		left: 37%;
	}
} */

/************ Upcoming Project ***************/
.upcoming-project .title h4 {
  font-size: 28px;
  color: #000615;
  text-align: center;
  font-family: 'Manrope-Medium';
}
.upcoming-project .title {
  margin-bottom: 53px;
}
.upcoming-project .title .line {
  width: 90px;
  height: 2px;
  background: #E8524E;
  margin: auto;
  display: block;
}
.upcoming-project .title h4 span {
  font-family: 'Manrope-Bold';
  letter-spacing: 0.5px;
}
.upcoming-list img {
  width: 35px;
  margin: auto auto 10px;
  display: block;
}
.upcoming-list h5 {
  font-family: 'Manrope-SemiBold';
  text-align: center;
  color: #000;
}
.upcoming-list p {
  color: #000;
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
}
.upcoming-list span {
  display: block;
  text-align: center;
  font-family: 'Manrope-Medium';
  font-size: 15px;
}
.upcoming-list:nth-child(1) {
  border-right: 1px dashed #000;
}

@media (max-width: 600px) {
  .upcoming-list:nth-child(1) {
    border-right: 1px dashed transparent;
    margin-bottom: 30px;
  }
}

/*********** Completed Project ***************/
.splide__slide__container {
  text-align: center;
}
.splide__slide__container h6 {
  position: unset;
  font-family: 'Saira-Medium';
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  color: #fff;
}
.splide__slide__container p {
  margin-bottom: 0px;
  font-size: 15px;
  font-family: 'Saira-Regular';
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  color: #fff;
}
.splide__slide {
  /* border-right: 1px solid rgba(0,0,0,0.15); */
}
.splide__slide__container img {
  width: 21px;
  height: 21px;
  align-self: center;
  margin-right: 20px;
}
.splide__pagination {
  display: none !important;
}
#secondary-slider {
  width: 95%;
  margin: auto;
}
#secondary-slider .owl-controls {
  top: 0%;
  position: absolute;
  width: 100%;
}
#secondary-slider .owl-wrapper-outer {
  width: 95%;
  margin: auto;
}
.owl-prev {
  background: url(../images/icons/prev.png) !important;
  background-size: 17px 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1 !important;
  color: transparent !important;
  position: absolute;
  left: -1%;
}
.owl-next {
  background: url(../images/icons/next.png) !important;
  background-size: 17px 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1 !important;
  color: transparent !important;
  position: absolute;
  right: -1%;
}
.splide__arrow--prev {
  background: url(../images/icons/prev.png) !important;
  background-size: 17px 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1 !important;
}
.splide__arrow--next {
  background: url(../images/icons/next.png) !important;
  background-size: 17px 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1 !important;
}
.splide__arrow--prev svg, .splide__arrow--next svg {
  display: none !important;
}
.splide__track {
  width: 95%;
  margin: auto;
}
.completed-project .title {
  width: 93%;
  margin: auto auto 40px;
  /* display: flex; */
}
.completed-project .title h4 {
  font-size: 29px;
  color: #111111;
  letter-spacing: 0.9px;
  text-align: center;
}
.completed-project {
  margin-top: 60px;
  margin-bottom: 60px;
}
.completed-project .title h4 span {
  font-family: 'Manrope-Bold';
  letter-spacing: 0.5px;
}
.completed-project .title img {
  width: auto;
  height: 6px;
  align-self: center;
  margin-left: 15px;
}
.completed-project .title .line {
  width: 90px;
  height: 2px;
  background: #E8524E;
  margin: auto;
  display: block;
}
.splide__arrow--prev {
  left: 0 !important;
}
.splide__arrow--next {
  right: 0 !important;
}

@media (max-width: 600px) {
  .splide__arrow--prev {
    left: -7% !important;
  }
  .splide__arrow--next {
    right: -7% !important;
  }
  .owl-next {
    right: -9%;
  }
  .owl-prev {
    left: -9%;
  }
  .splide__slide__container h6 {
    font-size: 16px;
  }
  .owl-prev, .owl-next{
    background-size: 12px 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .splide__slide__container img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .splide__arrow--prev {
    left: -2% !important;
  }
  .splide__arrow--next {
    right: -2% !important;
  }
  .owl-next {
    right: -4%;
  }
  .owl-prev {
    left: -4%;
  }
  .splide__slide__container h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .splide__arrow--prev {
    left: -2% !important;
  }
  .splide__arrow--next {
    right: -2% !important;
  }
  .owl-next {
    right: -4%;
  }
  .owl-prev {
    left: -4%;
  }
  .splide__slide__container h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .splide__arrow--prev {
    left: -2% !important;
  }
  .splide__arrow--next {
    right: -2% !important;
  }
  .owl-next {
    right: -4%;
  }
  .owl-prev {
    left: -4%;
  }
  .splide__slide__container h6 {
    font-size: 18px;
  }
}


/************ TESTIMONIALS SECTION ***********/
.testimonials-section {
  box-shadow: 0px -10px 13px 0px #0000000A;
  padding: 25px 0px;
}
.testimonials-section .owl-carousel {
  width: 95%;
  margin: auto;
}
.testimonials-section .title h4 {
  font-size: 28px;
  color: #000615;
  text-align: center;
  font-family: 'Manrope-Medium';
}
.testimonials-section .title .line {
  width: 90px;
  height: 2px;
  background: #E8524E;
  margin: auto;
  display: block;
}
.testimonials-section .title p {
  text-align: center;
  font-size: 15px;
  color: #000615;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 0px 10px;
}
.owl-theme .owl-controls .owl-page.active span{
  background: #2C2C2C;
  width: 14px;
  height: 14px;
}
.owl-theme .owl-controls .owl-page span {
  margin: 5px 5px !important;
}
.testimonials-section .owl-carousel .item .test-cont {
  width: 90%;
  margin: 25px auto 0;
  /* background: url(../images/testimonal-bg.png);
  background-size: 100% 100%; */
  padding: 20px 20px 55px;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  /* box-shadow: 0px 3px 5px 0px #00000040; */
  margin-bottom: 40px;
  border-radius: 10px;
  filter: drop-shadow(0px 5px 3px #00000040);
  background: #fff;
}
.testimonials-section .owl-carousel .item .test-cont:after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #fff;
  bottom: -16px;
  position: absolute;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid black;
  transform: rotate(90deg);
  position: absolute;
  bottom: -18px;
  left: 54px;
  filter: drop-shadow(9px 0px 2px #00000012);
  display: none;
}
.arrow-right > div {
  width: 0;
  position: relative;
  top: -14px;
  left: -32px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 29px solid #fdfdfd;
}
.testimonials-section .owl-carousel .item .test-cont h5 {
  font-family: 'Manrope-SemiBold';
  font-size: 15px;
  margin-bottom: 2px;
}
.testimonials-section .owl-carousel .item .test-cont span {
  font-family: 'Manrope-Medium';
  font-size: 13px;
}
.testimonials-section .owl-carousel .item .test-cont p {
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 24px;
  color: #1A1919;
  margin-top: 12px;
  height: 210px;
  overflow-y: auto;
}

.testimonials-section .owl-carousel .item .test-cont p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.testimonials-section .owl-carousel .item .test-cont p::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.testimonials-section .owl-carousel .item .test-cont p::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

@media (max-width: 600px) {
  .testimonials-section .owl-carousel .item .test-cont {
    padding: 20px 20px 37px;
    height: auto;
  }
  .testimonials-section .owl-carousel .item .test-cont p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .testimonials-section .owl-carousel .item .test-cont {
    padding: 20px 20px 37px;
    height: 315px;
  }
  .testimonials-section .owl-carousel .item .test-cont p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .testimonials-section .owl-carousel .item .test-cont {
    padding: 20px 20px 37px;
    height: 315px;
  }
  .testimonials-section .owl-carousel .item .test-cont p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .testimonials-section .owl-carousel .item .test-cont p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1365px) and (max-width: 1399px) {
  .testimonials-section .owl-carousel .item .test-cont p {
    font-size: 12px;
    line-height: 22px;
  }
}

/************ Footer ************/
footer {
  background: #ECECEC;
  position: relative;
  /* height: 110px; */
}
footer:after {
  content: '';
  background: url(../images/footer-bg.png);
  position: absolute;
  width: 30%;
  height: 100%;
  background-size: cover;
left: 4%;
  right: 0;
  /* margin: auto; */
  top: 0;
}
.get-in {
  display: flex;
  margin: 25px 0;
}
.get-in h5 {
  font-size: 22px;
  color: #212121;
  letter-spacing: .5px;
  font-family: 'Manrope-Medium';
  /* width: 90px; */
  text-align: right;
  margin-bottom: 0px;
}
.get-in h5 span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}
.cont-info {
  margin-left: 15px;
  padding-left: 13px;
  
  position: relative;
z-index: 11;
}
@media (min-width: 576px) {
  .cont-info {
border-left: 1px solid #000;
  }
}
.cont-info a {
  color: #0B0B0B;
  font-size: 14px;
  display: block;
  text-decoration: none !important;
}
.cont-info a:nth-child(2) {
  font-size: 17px;
  font-family: 'Manrope-Medium';
  letter-spacing: 0.5px;
  margin-top: 8px;
  pointer-events: none;
}
.cont-info a img {
  width: 18px;
  margin-right: 10px;
}
.footer-logo {
  width: 153px;
  margin: auto;
  display: block;
  background: #fff;
  height: 100%;
  z-index: 1;
  position: relative;
}
.footer-logo img {
  width: 100%;
  margin-top: 40px;
}

/* footer .social-icons {
  width: 52px;
  margin-left: auto;
  text-align: center;
  margin-top: 35px;
} */
footer .social-icons ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  position: relative;
z-index: 1;
gap: 12px;
}
/* footer .social-icons ul li {
  margin-left: 12%;
} */
footer .social-icons ul li img {
  width: 22px;
  filter: invert(100);
}
.w-13 {
  width: 13px !important;
}
.footer-bg p {
  margin-bottom: 0px;
  color: #D9D9D9D1;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 3px;
}
.footer-bg a {
  color: #D9D9D9D1 !important;
  font-size: 13px;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.f-12 {
  font-size: 12px;
}
.footer-bg {
  background: #343434;
  padding: 5px 0px;
}
.modal-dialog .modal-content {
  background: linear-gradient(#fff, #ffffffd6),url(../images/footer-bg.png);
  background-size: cover;
  background-color: #fff;
}
.modal-dialog .modal-header {
  border-bottom: 1px solid #a8a8a8;
}
.modal-dialog .modal-header h5 {
  font-family: 'Manrope-SemiBold';
}
.modal-dialog .modal-content p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

@media (min-width:576px){
  .get-in h5{
        width: 90px;
  }
}
@media (max-width: 600px) {
  .get-in h5 {
    font-size: 18px;
    
  }
  .get-in h5 span {
    font-size: 20px;
  }
  .cont-info {
    margin-left: 9px;
    padding-left: 9px;
  }
  .footer-logo img {
    margin-top: auto;
    padding: 5px;
  }
  footer .social-icons ul li {
    margin-left: 4%;
    margin-right: 4%;
  }
  footer .social-icons ul {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .cont-info a:nth-child(2) {
    pointer-events: unset;
  }
  .cont-info a {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .get-in {
    justify-content: center;
  }
  .footer-logo img {
    margin-top: auto;
    padding: 5px;
  }
  footer .social-icons ul li {
    margin-left: 4%;
    margin-right: 4%;
  }
  footer .social-icons ul {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .cont-info a:nth-child(2) {
    pointer-events: unset;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .get-in {
    justify-content: center;
  }
  .footer-logo img {
    margin-top: auto;
    padding: 5px;
  }
  footer .social-icons ul li {
    margin-left: 4%;
    margin-right: 4%;
  }
  footer .social-icons ul {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .cont-info a:nth-child(2) {
    pointer-events: unset;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .get-in h5 {
    width: 72px;
  }
  .cont-info a {
    font-size: 12px;
  }
  .cont-info {
    margin-left: 9px;
    padding-left: 9px;
  }
  .get-in h5 span {
    font-size: 18px;
  }
}


.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
  overflow-y: scroll;
}
.popup {
	margin: 35px auto;
	padding: 10px 10px;
	background: #fff;
	border-radius: 5px;
	/* width: 30%; */
	position: relative;
	transition: all .5s ease-in-out;
	/* top: 100px; */
}
.popup .close {
	top: 6px;
	transition: all 200ms;
	font-weight: bold;
	text-decoration: none;
	color: #000;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: -34px;
    text-align: center;
    line-height: 28px;
    opacity: 1;
    font-size: 28px;
}

.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup .content h3 {
  font-size: 18px;
  margin: auto;
  line-height: 26px;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}


@media (max-width: 600px) {
  .popup .close {
      top: -22px;
      right: -24px;
  }
}

.whatsapp {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 40px;
  right: 26px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999;
}

.whatsapp img {
  width: 28px;
  margin-bottom: 6px;
}



@media (min-width:1800px) {
  #diaporama{
    height: 1100px !important;
  }

  .highlights .num h4 {
    font-size: 37px;
}

.highlights::before {
  width: 29px;
}

.highlights p {
    font-size: 19px;
}

.abt-rgt h4 {
    font-size: 27px;
}

.abt-rgt p {
    font-size: 17px;
    line-height: 30px;
}

.abt-rgt a {
    
    font-size: 18px;
}

.gallery-caption .plots-no h5 span {
    font-size: 20px;
}

.gallery-caption .plots-no h5
 {
    font-size: 25px;
}

.gallery-caption .view-proj a {
  font-size: 20px;
}

.gallery-rgt h4 {
    font-size: 25px !important;
}

.vsr-logo h5{
    font-size: 20px;
}

.vsr-logo h6 {
    font-size: 19px;
}

.gallery-rgt p {
    font-size: 18px;
    line-height: 31px;
}

.villas-details p {
    font-size: 19px;
}

.enquire-now a {
  font-size: 20px;
}

.gallery-section .slider-nav img {
    width:100%;
    height:unset ;
}

.slider-nav .slick-current .overlay:before {
  width: 100% !important;
  height: 100% !important;
}

.upcoming-project .title h4 {
    font-size: 33px;
}

.upcoming-list h5 {
    font-size: 23px;
}

.upcoming-list span {
    font-size: 19px;
}

.upcoming-list p {
    font-size: 19px;
}

.splide__slide__container h6 {
  font-size: 22px;
}

.splide__slide__container p{
  font-size: 18px;
}


.testimonials-section .title h4 {
    font-size: 31px;
}

.testimonials-section .title p {
  font-size: 19px;
}

.testimonials-section .owl-carousel .item .test-cont h5 {
  font-size: 18px;
}

.testimonials-section .owl-carousel .item .test-cont span {
  font-size: 16px;
}

.testimonials-section .owl-carousel .item .test-cont p {
  font-size: 16px;
}

}
  footer:after{
    display: none;
  }
@media (min-width:992px){
  footer:after{
    display: block;
  }
  
}

.left-side{

    background: linear-gradient(102deg, rgba(255, 190, 20, 0.71) 0%, rgba(255, 255, 255, 1) 68%);

    border-radius: 4px;
}
.left-side .img-box{
  position: relative;
}
.left-side .img-box::after{

  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, #000 100%);
}

.right-side{
 
}
.ongoing-sec{
 background-image: url('../images/current-project-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;

}

.price-box span{
  color: #474747;
text-align: center;
    font-family: 'Manrope-Regular';
font-size: 14.673px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.44px;
}

.price-box p{
  color: #040404;
text-align: center;

font-size: 31.442px;
font-style: normal;
    font-family: 'Manrope-Bold';
line-height: normal;
}

.list-info p{
  color: #101111;

font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: 22.594px;
letter-spacing: 0.314px;
text-transform: uppercase;
}
.list-info p span{
  color: #101111;

font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22.594px; /* 143.722% */
letter-spacing: 0.314px;
text-transform: uppercase;
}

.list-info div{
  width: 10px;
  border-top: 1px solid;
  height: 1px;
}

.right-side .text{
  color: #040404;

font-size: 14px;
font-style: normal;
font-weight: 200;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}

.right-side .location-title{
  color: #101111;
  font-family: 'Manrope-Bold';
font-size: 20.604px;
font-style: normal;
font-weight: 600;
line-height: 19.721px; /* 95.711% */
letter-spacing: 0.412px;
text-transform: uppercase;
}
.right-side .lux-tag{

    font-family: 'Manrope-Medium';


color: #040404;

font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 35.313px; /* 196.183% */
letter-spacing: 0.36px;
    margin-bottom: 3px;
}
.title-type1{
  color: #101111;
  font-family: 'Manrope-Bold';
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 19.721px; /* 109.56% */
letter-spacing: 0.36px;
text-transform: uppercase;
}
.right-side{
  
}

.left-side{
      width: 100%;

    padding: 6px;
}
.left-side .img-box,.img-box img{
  height: 100%;
  width: 100%;
}
   .list-info p{
     width: 43%;
        margin: 10px 0px;
   }

       .list-info div{
         display: none;
       }
 
    .left-side{
          max-width: 80%;
    }


@media (min-width:560px){
   .list-info p{
      width: auto;
      margin: 0px;
   }
     .list-info div{
      display: block;
     }

   .left-side {
          /* width: 495px;
        height: 406px;
        aspect-ratio: 495 / 406; */
        padding: 6px;
   max-width: 444px;
        aspect-ratio: 444 / 465;
     
}
}

.view-project-btn{
   background: #fff;
  padding: 5px 23px 6px;
   color: #fff;
text-align: center;
border-radius: 5px;
font-size: 16px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.78px;
position: relative;
    z-index: 2;
    text-decoration: none;
    border-radius: 6px;
background: linear-gradient(90deg, #A73737 0%, #7A2828 100%);
}

.view-project-btn:hover,.view-project-btn:focus{
  color: #fff;
background: linear-gradient(90deg, #A73737 0%, #7A2828 100%);
  text-decoration: none;
}
.btn-box{
  position: absolute;
  width: 100%;
  bottom: 33px;
  text-align: center;
  z-index: 2;
}
.view-project-btn::after{

}
.btn-box hr{
  margin: 0px;
      position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    border-color: #fff;
}

.project-info-text{
  gap: 18px;
}

.member-text{
  font-size: 15px;
  text-transform: uppercase;
font-family: 'Manrope-Medium';
   letter-spacing: 0.80px;
}

.l-line{
  width: 1px;
  height: 72px;
  background: #C2C2C2;
background: linear-gradient(183deg, rgb(194 194 194 / 43%) 0%, rgb(0 0 0 / 53%) 50%, rgb(194 194 194 / 38%) 100%);
}

.signature-text{
  font-size: 15px;
}

.signature-title{
 font-family: 'Manrope-Semibold';
 font-size: 22px;
}

.completed-project-back{
  background: #000;
}

#secondary-slider .owl-prev{
  background-image: url('../images/icons/prev-new.png') !important;
}

#secondary-slider .owl-next{
  background-image: url('../images/icons/next-new.png') !important;
}

@media (min-width:1024px)  and (max-width:1054px){
  .list-info p{
    font-size: 15px;
  }
}

@media (min-width:992px)  and (max-width:1023px){
  .list-info p{
    font-size: 13px;
  }
}

.ongoing-tag{
  color: #101111;

font-size: 23.604px;
font-style: normal;
font-weight: 600;
line-height: 19.721px; /* 83.547% */
letter-spacing: 0.472px;
text-transform: uppercase;
}
@media(min-width:1300px){
   .container-ongoing{
     max-width: 1235px;
   }
}

@media (max-width:767px){
.container-ongoing{
  max-width: 100%;
  padding-left:22px !important;
  padding-right: 22px !important;
}

}

@media (max-width:992px){
  .left-side{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:992px){
  .ongoing-sec{
    background-image: url('../images/mb-current-project-bg.png');
            background-size: 100% 80%;
        background-position: bottom;
  }
}


@media (max-width:567px){
  .list-info p{
    font-size: 14px;
  }
  .list-info p span{
    font-size: 15px;
  }
}