body {
  font-family: 'Poppins';
  text-transform: capitalize;
  background: #151515;
  overflow-x: hidden;
}

/* poppins-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/poppins-v21-latin-100.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v21-latin-200.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v21-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v21-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v21-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v21-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

[data-aos] {
  transition-duration: 1s !important;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  color: #3D3931;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

/* header css start*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  padding: 25px 0;
  z-index: 1000;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header a {
  padding: 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.bi.bi-list.fs-1 {
  cursor: pointer;
}

a.active {
  color: #ffd465;
  font-weight: 400;
  position: relative;
}

a.active::after {
  content: '';
  width: 15px;
  height: 4px;
  background-color: #ffd465;
  border-radius: 20px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.nav ul {
  gap: 45px;
  align-items: center;
}

header a.head-btn {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
  background: #ffd465;
  border-radius: 10px;
  padding: 12px 38px;
}

/* Offcanvas css */

.offcanvas {
  padding: 30px;
}

.offcanvas a {
  color: #292929;
  display: inline-block;
  margin: 10px 0;
}

.offcanvas a.active::after {
  background-color: #292929;
  bottom: -5px;
}

.nav-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

/* header css end */

/* hero sec css start */
.side-padd {
  margin: 0 110px;
}

.hero-deta-main p {
  font-weight: 400;
  font-size: 20px;
  color: #ffd465;
  margin: 8px 0 0 0;
}

.hero-slide-main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 430px 0 150px 0;
}

.hero-sec .swiper-pagination-bullet {
  background: #473F39;
  width: 13px;
  height: 13px;
  opacity: 1;
}

.hero-sec .swiper-horizontal>.swiper-pagination-bullets,
.hero-sec .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-sec .swiper-pagination-custom,
.hero-sec .swiper-pagination-fraction {
  bottom: 30px;
}

.hero-sec .swiper-button-next,
.hero-sec .swiper-button-prev {
  bottom: 20px;
  top: unset;
  padding: 0 35px;
}

.hero-sec .swiper-button-next::after,
.hero-sec .swiper-button-prev::after {
  font-size: 16px;
}

.hero-sec .swiper-button-next::after,
.hero-sec .swiper-button-prev::after {
  font-size: 21px;
  border-radius: 50%;
  background: rgba(21, 21, 21, 0.5);
  backdrop-filter: blur(4px);
  color: #FFD465;
  padding: 14px 20px;
  font-weight: 600;
}

.hero-sec .swiper-pagination-bullet-active {
  background: #FFD465;
}

.hero-deta-main h1 {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  margin: 0;
}

.hero-deta-main a {
  font-weight: 400;
  font-size: 25px;
  color: #ffd465;
  display: inline-block;
  margin-top: 10px;
}

.hero-deta-main {
  width: 42%;
  padding: 65px 95px 65px 95px;
  background: rgba(44, 39, 37, 0.7);
  backdrop-filter: blur(5px);
  position: relative;
}

.hero-deta-main::after {
  content: '';
  position: absolute;
  left: 60px;
  top: 50%;
  background: #FFD465;
  width: 6px;
  height: 245px;
  transform: translateY(-50%);
  border-radius: 16px;
}

.breath-sec-main h3 span {
  color: #FFD465;
}

/* hero sec css end */

/* tour sec css start */
.tour-sec {
  padding: 150px 0;
  background-image: url(../images/tour-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 132%;
  color: #ffd465;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 129px;
  height: 6px;
  border-radius: 15px;
}

.tour-text p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  width: 80%;
}

/* tour sec css end */

/* about css start */
.about-sec {
  background-image: url(../images/about-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 158px 0;
}

.about-deta {
  padding: 70px 50px;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  background: rgba(35, 35, 35, 0.8);
  backdrop-filter: blur(5px);
}

.about-deta h2 {
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 35px;
}

.about-deta h2::after {
  left: 50%;
  transform: translate(-50%);
}

.about-deta p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 35px;
}

.about-deta a {
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  color: #ffd465;
}

/* about css end */

/* breath sec start */
.breath-sec-main h3 {
  font-weight: 600;
  font-size: 100px;
  line-height: 132%;
  color: #fff;
}

.breath-sec {
  padding: 150px 0;
}

.breath-sec-main img {
  width: 100%;
  margin-top: -235px;
}

.discover-deta {
  text-align: center;
  padding: 150px;
  padding-bottom: 0;
}

.discover-deta h4 {
  font-weight: 600;
  font-size: 70px;
  line-height: 132%;
  color: #fff;
  margin: 0;
}

.discover-deta p {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
  margin: 44px 0;
}

.comm-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
  background: #ffd465;
  border-radius: 10px;
  padding: 14px 38px;
}

.build-deta {
  background-image: url(../images/build-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 362px 0 62px 0;
  margin-top: 130px;
}

.build-deta h5 {
  font-weight: 600;
  font-size: 100px;
  line-height: 132%;
  color: #fff;
  margin: 0;
}

.build-deta p {
  font-weight: 300;
  font-size: 25px;
  line-height: 132%;
  color: #fff;
  width: 52%;
  margin: 0 auto;
}

/* breath sec end */

/* gallry sec css start */
.gallry-head h6 {
  font-weight: 600;
  font-size: 25px;
  line-height: 132%;
  color: #fff;
  margin-bottom: 12px;
}

.gallry-sec-main {
  padding: 0 110px;
}

.gallry-head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  color: #ffd465;
  margin-bottom: 28px;
}

.gallry-left-img {
  position: relative;
  padding-top: 82%;
  width: 100%;
  cursor: pointer;
}

/*.gallry-left-img::after,*/
/*.gallry-right-img::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.8);*/
/*  border-radius: 10px;*/
/*  transition: .3s ease-in-out;*/
/*  opacity: 0;*/
/*}*/

/*.gallry-left-img::before,*/
/*.gallry-right-img::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  background-image: url(../images/eye.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  background-position: center;*/
/*  width: 112px;*/
/*  height: 60px;*/
/*  transition: .3s ease-in-out;*/
/*  z-index: 1;*/
/*  opacity: 0;*/
/*}*/

/*.gallry-left-img:hover.gallry-left-img::after,*/
/*.gallry-left-img:hover.gallry-left-img::before {*/
/*  opacity: 1;*/
/*}*/

/*.gallry-right-img:hover.gallry-right-img::after,*/
/*.gallry-right-img:hover.gallry-right-img::before {*/
/*  opacity: 1;*/
/*}*/

.gallry-left-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallry-sec-main .row {
  row-gap: 26px;
}

.gallry-right-img {
  position: relative;
  padding-top: 39%;
  width: 100%;
  cursor: pointer;
}

.gallry-right-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallry-sec {
  padding-bottom: 150px;
}

.gallry-right-img.gallry-right-img2 {
  padding-top: 76.5%;
}


/*.grid-left-img::after{*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: rgba(0, 0, 0, 0.8);*/
/*	border-radius: 10px;*/
/*	transition: .3s ease-in-out;*/
/*	 opacity: 0;*/
/*}*/

/*.grid-left-img::before{*/
/*    content: '';*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  background-image: url(../images/eye.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  background-position: center;*/
/*  width: 112px;*/
/*  height: 60px;*/
/*  transition: .3s ease-in-out;*/
/*  z-index: 1;*/
/*  opacity: 0;*/
/*}*/

/*.grid-center-first::after,.grid-center-seco::after,.grid-center-third::after{*/
/*    content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: rgba(0, 0, 0, 0.8);*/
/*	border-radius: 10px;*/
/*	transition: .3s ease-in-out;*/
/*	 opacity: 0;*/
/*}*/

/*.grid-center-first::before,.grid-center-seco::before,.grid-center-third::before{*/
/*       content: '';*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  background-image: url(../images/eye.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  background-position: center;*/
/*  width: 112px;*/
/*  height: 60px;*/
/*  transition: .3s ease-in-out;*/
/*  z-index: 1;*/
/*  opacity: 0;*/
/*}*/

/*.grid-center-first:hover.grid-center-first::before,*/
/*.grid-center-first:hover.grid-center-first::after,*/
/*.grid-center-seco:hover.grid-center-seco::before,*/
/*.grid-center-seco:hover.grid-center-seco::after,*/
/*.grid-center-third:hover.grid-center-third::after,*/
/*.grid-center-third:hover.grid-center-third::before{*/
/*    opacity: 1;*/
/*}*/

/*.grid-left-img:hover.grid-left-img::after{*/
/*    opacity: 1;*/
/*}*/

/*.grid-left-img:hover.grid-left-img::before{*/
/*    opacity: 1;*/
/*}*/

/*.grid-center-first:hover*/

.brochure-deta .inner-page-head h1 {
	margin-bottom: 50px;
}

/* gallry sec css end */

/* features sec css start */
.features-sec-main p {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.features-sec-main h2 {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

.features-sec-main h2::after {
  content: none;
}

.features-sec {
  background-image: url(../images/fea-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0 60px 0;
  text-align: center;
}

.fea-card {
  backdrop-filter: blur(15px);
  background: rgba(35, 35, 35, 0.7);
  border-radius: 20px;
  padding: 25px;
  height: 100%;
}

.fea-card h4 {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #fff;
}

.fea-card p {
  font-weight: 300;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin: 15px 0 0 0;
}

.fea-card img {
  width: 100%;
}

/* features sec css end */

/* company sec start */
.companies-sec {
  padding: 150px 0;
}

.companies-sec-main h2 {
  text-align: center;
  color: #fff;
  padding: 0;
  margin-bottom: 70px;
}

.companies-sec-main h2::after {
  content: none;
}

.companies-sec-main .col-lg-2 {
  text-align: center;
}

.companies-sec-main .col-lg-2 img {
  width: 75%;
}

/* company sec end */

/* count sec css start */
.count-deta h3 {
  font-weight: 600;
  font-size: 100px;
  line-height: 132%;
  color: #ffd465;
  margin: 0;
}

.count-deta p {
  font-weight: 300;
  font-size: 25px;
  line-height: 132%;
  color: #fff;
  text-align: center;
}

.count-sec-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.line-center {
  display: block;
  background: #fff;
  width: 1px;
  height: 35px;
}

.count-deta {
  text-align: center;
}

/* count sec css end */

/* testimonial sec css start */
.testimonials-sec {
  padding: 150px 0;
}

.testi-card {
  text-align: center;
  background: #252525;
  border-radius: 12px;
  padding: 35px;
  width: 68%;
  margin: 0 auto;
}

.testi-card h5 {
  font-weight: 700;
  font-size: 24px;
  color: #ffd465;
  margin: 0;
}

.testi-card p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 12px 0 35px 0;
  width: 58%;
  margin: 0 auto;
}

.testi-card img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testi-card p:last-child {
  margin: 0;
  width: 100%;
  padding: 0;
}

.testimonials-sec .swiper-button-next,
.testimonials-sec .swiper-button-prev {
  cursor: pointer;
  color: #FFD465;
}

.sel-sec .build-deta {
  margin-top: 0;
  padding: 330px 55px 50px 55px;
  text-align: start;
  background-image: url(../images/sel-bg.png);
  border-radius: 10px;
}

.sel-sec .build-deta h5 {
  font-weight: 600;
  font-size: 50px;
  line-height: 132%;
  color: #fff;
  margin-bottom: 40px;
}

.sel-sec {
  margin-bottom: 100px;
}

.foot-img img {
  width: 100%;
  text-align: center;
}

/* testimonial sec css emd */

/* footer css start */
.fott-img p {
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  color: #fff;
}

.title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #ffd465;
  margin-bottom: 23px;
}

.bg-pro li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.contact-deta a {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.follow-deta h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 170%;
  color: #fff;
}

.social-deta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.f-bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #fff;
  width: 100%;
  text-align: center;
  background: #252525;
  padding: 12px;
}

.f-bottom p a {
  color: #FFD465;
}

/* footer css end */

/* gallry page css start */
.inner-pages {
  margin: 100px 0;
}

.inner-page-head {
  text-align: center;
}

.inner-page-head h1 {
  font-weight: 500;
  font-size: 50px;
  color: #ffd465;
  margin-bottom: 35px;
  padding-bottom: 25px;
  position: relative;
}

.inner-page-head h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 129px;
  height: 6px;
  border-radius: 15px;
  left: 50%;
  transform: translate(-50%);
}

.inner-page-head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  color: #fff;
  margin: 0;
}

.gallry-grid-main {
  margin-top: 75px;
}

.grid-left-img {
  position: relative;
  padding-top: 115%;
  width: 100%;
}

.grid-left-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.first-row {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.grid-center-first {
  position: relative;
  padding-top: 40%;
  width: 100%;
}

.grid-center-first img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.grid-center-seco {
  position: relative;
  padding-top: 73%;
  width: 100%;
}

.grid-center-seco img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.grid-center-third {
  position: relative;
  padding-top: 56.5%;
  width: 100%;
}

.grid-center-third img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallry-grid-main .col-md-3,
.gallry-grid-main .col-md-6 {
  padding: 0 6px;
}

/* gallry page css end */

/* contact us css start */
.contact-deta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}

.contact-deta h4 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.contact-deta h4 span {
  color: #ffd465;
}

.contact-form-main form {
  box-shadow: 0 22px 17px 0 rgba(255, 212, 101, 0.1);
  background: #fff;
  padding: 35px;
  border-radius: 25px;
  width: 50.2%;
  margin: 0 auto;
}

.contact-form-main h4 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.contact-form-main label {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.contact-form-main input {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  font-size: 16px;
  outline: none;
}

.contact-form-main .form-group {
  margin-bottom: 35px;
}

.contact-form-main textarea {
  background: #f1f1f1;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  outline: none;
}

.sub-btn button {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  background: #151515;
  border-radius: 10px;
  padding: 12px 15px;
}

.sub-btn {
  text-align: center;
}

.contact-form-main {
  margin-top: 80px;
}

.contact-deta.col-12.col-sm-6.col-xl-4.d-flex.flex-column.gap-4 {
  align-items: start;
}

/* contact us css end */

/* blog page css start */
.blog-page-sec .inner-page-head h1::after {
  width: 65px;
}

.blog-card-img {
  position: relative;
  padding-top: 70%;
  width: 100%;
}

.blog-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-card-text h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	margin: 0;
	margin-top: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-view-left h4 {
	color: #fff;
}

.blog-card-main .row {
  row-gap: 40px;
}

.blog-card-text p {
 font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin: 17px 0 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-view-left h3 {
	color: #fff;
	font-weight: 600;
	margin: 25px 0 10px 0;
}

.blog-card-text a {
  font-weight: 600;
  font-size: 16px;
  line-height: 129%;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #ffd465;
  padding-bottom: 5px;
}

.blog-card-main .col-lg-4 {
  padding: 0 30px;
}

.blog-card {
  background: #232323;
  border-radius: 20px;
  padding: 25px;
}

.blog-card-main {
  margin-top: 80px;
}

.blog-view-left h6 {
  font-weight: 500;
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
}

.blog-view-left h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 133%;
  color: #fff;
  margin-bottom: 30px;
}

.blog-view-left img {
  width: 100%;
  height: 415px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 30px;
}

.blog-view-left p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.blog-view-right .blog-card {
  margin-bottom: 30px;
}

.blog-view-right h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 133%;
  color: #fff;
  margin-bottom: 50px;
  margin-top: 90px;
  text-align: center;
}

/*.blog-view-left {*/
/*  border-right: 1px solid #444444;*/
/*  padding-right: 70px;*/
/*  margin-right: 45px;*/
/*}*/

/* blog page css end */

/* upcoming pro page css start */
.upcoming-page-sec .inner-page-head h1 span {
  color: #ffff;
}

.inner-pages.up {
  background-image: url(../images/upcoming-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 350px 0 250px 0;
}

.features-deta.up-card {
  margin-top: -100px;
  margin-bottom: 130px;
}

.features-deta.up-card .fea-card p {
  text-align: center;
}

/* upcoming pro page css end */

/* comm page css start */
.comm-top-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comm-top-logo img:last-child {
  width: 155px;
}

.comm-main-img img {
  width: 100%;
  margin-top: 110px;
}

.comm-shap-plan h2 {
  text-align: center;
  padding: 0;
  margin-bottom: 100px;
}

.comm-shap-plan h2 span {
  color: #fff;
}

.comm-shap-plan h2::after {
  content: none;
}

.comm-shap-plan img {
  width: 100%;
}

/* comm page css end */

/* about us page css start */
.about-page-main h2 {
  text-align: center;
}

.about-page-main h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.inner-pages.about-page {
  background-image: url(../images/about-bg-builing.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 110px 0;
  margin-top: 65px;
}

.about-text {
  border-radius: 30px;
  background: linear-gradient(92deg, #232323 0%, rgba(35, 35, 35, 0) 100%);
  padding: 35px;
  margin-bottom: 300px;
  z-index: 999;
  position: relative;
}

.about-text p {
  font-weight: 300;
  font-size: 25px;
  line-height: 132%;
  color: #fff;
  margin-bottom: 30px;
}

.about-text a {
  font-weight: 600;
  font-size: 25px;
  text-decoration: underline;
  color: #ffd465;
  margin-top: 40px;
  display: block;
}

.about-main-deta {
  position: relative;
}

.about-main-deta::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -110px;
  background-image: url(../images/about-house.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 861px;
}

.bg-pro .row.justify-content-between.py-5.row-gap-5 {
  padding-bottom: 0 !important;
}

/* about us page css end */

/* residence page css start */
.resi-page-main .comm-top-logo {
  justify-content: end;
}

.resi-main-img img {
  width: 100%;
  text-align: center;
}

.resi-main-img h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: -75px;
}

.resi-main-img h2 {
  color: #fff;
}

.resi-main-img h2 span {
  color: #FFD465;
}

.resi-main-img h2::after {
  content: none;
}

.floor-plan-deta {
  margin-top: 40px !important;
}

.floor-plan-deta h2::after {
  content: none;
}

.floor-plan-deta h2 span {
  color: #fff;
}

.flor-plan-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floor-plan-deta {
  margin-top: 50px;
}

.floor-line {
  background: #2C2C2C;
  display: inline-block;
  width: 1px;
  height: 269px;
}

.plan-center-line img {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

.varni-plan img {
  width: 100%;
}

.verni-flor-deta h2 {
  text-align: center;
}

.verni-build-logo {
  text-align: center;
}

.verni-build-logo img {
  max-width: 100%;
}

.verni-build-img img {
  max-width: 100%;
  margin-top: 45px;
}

.verni-build-img {
  text-align: center;
}

.verni-flor-deta.last-plan img {
  max-width: 100%;
  margin: 20px 0 0 0;
  margin-bottom: 60px;
}

.verni-flor-deta.last-plan {
  text-align: center;
}

.brochure-deta {
	margin-top: 70px;
}

.bro-img img {
	width: 100%;
	border-radius: 10px;
}

.brochure-img .row {
	row-gap: 30px;
}
/* residence page css end */

.story-img {
	position: relative;
	padding-top: 100%;
	width: 100%;
}

.story-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

#text{
display:none;
}

.gallry-grid-main #toggle {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000;
	background: #ffd465;
	border-radius: 10px;
	padding: 12px 26px;
	font-family: 'Poppins';
	margin-top: 30px;
	border: none;
}

.more-btn {
	text-align: center;
}

.team-images .row {
	row-gap: 25px;
}

.our-team-deta {
	margin: 50px 0;
}

.team-images {
	margin-top: 50px;
}

.whatsapp-logo img {
	width: 60px;
	height: 60px;
}

.whatsapp-logo {
	position: fixed;
	bottom: 25px;
	z-index: 9;
	right: 25px;
}

.nilkanth-deta .comm-top-logo img {
	width: fit-content;
	margin: 0 auto;
}

.nilkanth-deta {
	margin-top: 100px;
}

.nilkanth-images {
	margin-top: 50px;
}

.nilkanth-images .row {
	row-gap: 25px;
}

/* Medis Queries */

@media(max-width: 1600px) {
  header a {
    font-size: 16px;
  }

  .nav ul {
    gap: 30px;
  }

  .flor-plan-img img {
    width: 40%;
  }

  .tour-right-img img {
    width: 100%;
  }

  .logo img {
    width: 150px;
  }

  header {
    padding: 15px 0;
  }

  footer a,
  footer p {
    font-size: 14px;
  }

  .fott-img img {
    width: 130px;
  }

  footer .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

}

@media(max-width: 1500px) {
  .breath-sec-main img {
    margin-top: -210px;
  }

  .about-main-deta::after {
    width: 613px;
    height: 750px;
  }
}

@media(max-width: 1400px) {
  .count-deta h3 {
    font-size: 54px;
  }
  
   .nav ul {
    gap: 20px;
  }
  
   .breath-sec-main img {
    margin-top: 0;
  }

  .about-text p,
  .about-text a {
    font-size: 22px;
  }

  .fott-img p {
    font-size: 14px;
  }

  .count-deta p {
    font-size: 18px;
  }

  .bg-pro li a,
  .contact-deta a {
    font-size: 16px;
  }
}

@media(max-width: 1350px) {
  .hero-deta-main {
    width: 55%;
  }

  .nav-main {
    padding: 0 10px;
  }

  .nav ul {
    gap: 25px;
  }

  header a {
    font-size: 16px;
  }

  header a.head-btn {
    font-size: 14px;
  }

  .logo img {
    width: 130px;
  }
}

@media(max-width: 1300px) {
  .discover-deta {
    padding: 60px 0;
    padding-bottom: 0;
  }
  
  .gallry-sec-main {
    	padding: 0 0;
    }

  .fea-card h4 {
    font-size: 20px;
  }

  .gallry-right-img.gallry-right-img2 {
    padding-top: 74.5%;
  }

  .fea-card p {
    font-size: 16px;
  }

  .features-deta .row {
    row-gap: 25px;
  }

  .companies-sec-main .col-lg-2 img {
    width: 100%;
  }

  .discover-deta h4 {
    font-size: 50px;
  }

  .discover-deta p {
    font-size: 20px;
    margin-top: 20px;
  }

  .build-deta h5 {
    font-size: 70px;
  }

  .build-deta p {
    font-size: 20px;
    width: 70%;
  }
}

@media(max-width: 1200px) {
  .nav-main {
    padding: 0 15px;
  }

  .verni-build-logo img {
    width: 20%;
  }

  .resi-main-img h2 {
    margin-top: -35px;
  }

  .flor-plan-img img {
    width: 45%;
  }

  .about-main-deta::after {
    width: 491px;
    height: 600px;
    top: 0;
  }

  .about-text {
    margin-bottom: 130px;
    padding: 25px;
  }

  .about-text p,
  .about-text a {
    font-size: 20px;
  }

  .blog-card-main .col-lg-4 {
    padding: 0 15px;
  }

  /*.blog-view-left {*/
  /*  padding-right: 35px;*/
  /*  margin-right: 10px;*/
  /*}*/

  .blog-card-main .row {
    row-gap: 30px;
  }

  .contact-deta h4 {
    font-size: 16px;
  }

  .contact-form-main form {
    width: 75%;
  }

  .blog-view-right h1,
  .blog-view-left h1 {
    font-size: 32px;
  }

  .sel-sec .build-deta h5 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .sel-sec .build-deta {
    padding: 220px 35px 50px 35px;
  }

  .testi-card p {
    width: 100%;
  }

  .testi-card {
    width: 85%;
  }

  .breath-sec-main h3 {
    font-size: 66px;
  }

  .about-deta {
    width: 90%;
  }
}

@media(max-width: 1100px) {
  .nav ul {
    gap: 14px;
  }
}

@media(max-width: 991px) {
  .hero-deta-main {
    width: auto;
  }
  
  .nilkanth-deta .comm-top-logo img {
    	width: 100%;
    }

  .comm-top-logo img {
    width: 100%;
  }

  .comm-top-logo {
    gap: 30px;
  }

  .comm-top-logo.side-padd img:first-child {
    display: none;
  }

  .blog-view-left {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }

  .contact-deta {
    flex-direction: column;
    margin-bottom: 25px !important;
  }

  .count-deta h3 {
    font-size: 34px;
  }

  .count-deta p {
    font-size: 14px;
  }

  .gallry-head p,
  .gallry-head h6 {
    font-size: 20px;
  }

  .companies-sec-main .row {
    row-gap: 30px;
  }
  .about-deta {
    width: 100%;
  }

  .hero-slide-main {
    padding: 300px 0 130px 0;
  }

  .tour-sec {
    padding: 100px 0;
  }

  .tour-sec-main .row {
    row-gap: 30px;
  }
}

@media(max-width: 767px) {
  .side-padd {
    margin: 0 50px;
  }

  .flor-plan-img {
    flex-direction: column;
    row-gap: 50px;
  }

  .floor-line {
    display: none;
  }

  .flor-plan-img img {
    width: 85%;
  }

  .contact-form-main form {
    width: 100%;
  }

  .gallry-right-img.gallry-right-img2 {
    padding-top: 136%;
  }

  .gallry-right-img {
    padding-top: 100%;
  }

  .build-deta h5 {
    font-size: 50px;
  }

  .build-deta p {
    font-size: 18px;
    width: 95%;
  }

  h2 {
    font-size: 38px;
  }

  .tour-text p {
    font-size: 18px;
  }

  .hero-deta-main h1 {
    font-size: 42px;
  }

  .hero-deta-main a {
    font-size: 20px;
  }

  .first-row {
    flex-direction: row;
    gap: 10px;
  }

  .grid-left-img,
  .grid-center-first,
  .grid-center-seco,
  .grid-center-third {
    padding: 0;
  }

  .grid-left-img img,
  .grid-center-first img,
  .grid-center-seco img,
  .grid-center-third img {
    position: unset;
  }

  .gallry-grid-main .row {
    row-gap: 10px;
  }
}

@media(max-width: 700px) {
  .count-deta {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .line-center {
    display: none;
  }

  .count-sec-main {
    flex-wrap: wrap;
  }
}

@media(max-width: 576px) {
  .side-padd {
    margin: 0 15px;
  }

  .inner-pages.about-page {
    padding: 60px 0;
  }

  .about-text p,
  .about-text a {
    font-size: 16px;
  }

  .inner-pages.up {
    padding: 200px 0 160px 0;
  }

  .features-deta.up-card {
    margin-bottom: 40px;
  }

  .inner-pages {
    margin: 50px 0;
  }

  .contact-form-main label {
    font-size: 18px;
  }

  .contact-form-main input {
    font-size: 14px;
  }

  .contact-form-main {
    margin-top: 50px;
  }

  .inner-page-head h1 {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .inner-page-head p {
    font-size: 16px;
  }

  .verni-build-img img {
    margin-top: 20px;
  }

  .inner-page-head h1::after {
    width: 100px;
    height: 4px;
  }

  .gallry-grid-main {
    margin-top: 35px;
  }

  .hero-deta-main h1 {
    font-size: 28px;
  }

  .hero-deta-main p {
    font-size: 16px;
  }

  .resi-main-img h2 {
    margin-top: 0;
  }

  .hero-deta-main::after {
    content: none;
  }

  .hero-deta-main {
    padding: 30px 20px 30px 20px;
  }

  .testimonials-sec {
    padding: 50px 0;
  }

  .sel-sec .build-deta h5 {
    font-size: 28px;
  }

  .comm-btn {
    font-size: 14px;
  }

  .sel-sec .build-deta {
    padding: 120px 35px 30px 35px;
  }

  .testi-card {
    width: 100%;
  }

  .gallry-right-img.gallry-right-img2,
  .gallry-left-img {
    padding-top: 100%;
  }

  .gallry-sec {
    padding-bottom: 50px;
  }

  .companies-sec-main .row .col-lg-2.col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .build-deta {
    padding: 125px 0 62px 0;
    margin-top: 50px;
  }

  .companies-sec {
    padding: 50px 0;
  }

  .build-deta h5 {
    font-size: 38px;
  }

  .build-deta p {
    font-size: 16px;
    width: 95%;
  }

  .discover-deta h4 {
    font-size: 32px;
  }

  .breath-sec {
    padding: 50px 0;
  }

  .breath-sec-main h3 {
    font-size: 38px;
  }

  .about-deta p {
    margin-bottom: 15px;
  }

  .tour-sec {
    padding: 40px 0;
  }

  h2 {
    font-size: 28px;
  }

  .tour-text p {
    font-size: 16px;
    width: 100%;
  }

  .about-sec {
    padding: 50px 0;
  }

  .verni-flor-deta.last-plan img {
    margin: 0 0 0 0;
    margin-bottom: 40px;
  }

  .plan-center-line img {
    padding: 50px 0;
  }

  .about-deta {
    padding: 30px 20px;
  }

  .about-deta a {
    font-size: 18px;
  }

  .tour-sec-main .row {
    row-gap: 15px;
  }

  .comm-shap-plan h2 {
    margin-bottom: 30px;
  }

  .comm-main-img img {
    margin-top: 65px;
  }
}

@media(max-width: 500px) {
  .comm-top-logo {
    flex-direction: column;
  }
}

@media(max-width: 450px) {
  .companies-sec-main .row .col-lg-2.col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}