* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --brown: #bc9a60;
  --green: #60a734;
  --blue: #04647e;
  --black: #231f20;
}

@font-face {
  font-family: "lemon";
  src: url("fonts/LEMONMILK-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  /* text-transform: capitalize; */
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "lemon", sans-serif;
}

.rupee {
  font-family: "lemon", sans-serif;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 34px;
}

a {
  text-decoration: none;
}

.section-padding {
  padding: 55px 0px;
}

.subheading button {
  width: 30%;
  padding: 10px 20px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #333;
  background-color: transparent;
  border: 1px solid #bf953f;
  border-radius: 50px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.subheading button:hover {
  background-color: rgba(51, 51, 51, 0.025);
}

.subheading button:hover>span {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.subheading button span {
  -webkit-animation: marquee 5s infinite normal linear;
  animation: marquee 5s infinite normal linear;
  padding: 0 0.5em;
}

@-webkit-keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 9;
  background: linear-gradient(180deg, #00000075, transparent);
  backdrop-filter: blur(0px);
}

header .navbar {
  /* background-color: #fff; */
  border-radius: 50px;
  padding: 0px;
  margin-top: 10px;
}

header nav .navbar-brand img {
  height: 100px;
}

/* .navbar-brand::before{
    content: '';
    background-color: #dedede;
    position: absolute;
    width: 1px;
    height: 45px;
    left: 268px;
    top: 34px;

} */

header nav.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 15px;
}

.lone_btn,
.theme_btn {
  margin: 0px;
  padding: 12px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: 1.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 50px;
  display: inline-block;
  background-image: linear-gradient(to right,
      #bf953f,
      #fcf6ba,
      #b38728,
      #fbf5b7,
      #aa771c);
  color: #5f5209;
  font-size: 15px;
}

.header-contact-option {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-contact-option .contact-opt {
  color: #fff;
}

.header-contact-option .contact-opt span {
  color: #fff;
  font-weight: 500;
}

.lone_btn:hover,
.theme_btn:hover {
  background-position: right center;
  color: #000;
  text-decoration: none;
}

.banner_wrapper {
  height: 100vh;
  background: #000 url("./assets/images/value-space-dummy-banner.webp") no-repeat center/ cover;
  /*    animation: kenburns-bg-zoom 15s ease-in-out forwards;*/
}

@keyframes kenburns-bg-zoom {
  0% {
    background-size: 110%;
    background-position: center;
  }

  100% {
    background-size: 150%;
    /* Zoom in more */
    background-position: 48% 48%;
    /* Optional slight pan */
  }
}

.banner_wrapper .overlay {
  background: linear-gradient(180deg, #0000005c 6%, transparent);
}

.banner-location-project {
  display: flex;
  gap: 20px;
  align-items: center;
}

.banner-location-project p {
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
}

.banner-location-project span {
  background: #ffffff1f;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
  font-size: 18px;
}

.banner-location-project i {
  color: #bf953f;
}

.banner_wrapper h1 {
  line-height: 1.2;
  font-size: 70px;
  font-weight: 400;
  /* text-align: center; */
  letter-spacing: 8px;
}

.banner_wrapper h2 {
  /* text-align: center; */
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  /* width: 35%; */
  /* margin: auto; */
  margin-top: 10px;
  line-height: 1.1em;
}

.banner_wrapper h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.banner_wrapper p {
  line-height: 1.6;
  font-size: 16px;
}

.banner_wrapper .blurred {
  background: #ffffff1f;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
  font-size: 15px;
}

.banner_wrapper .location {
  border-left: 1px solid #ffffff75;
  margin-left: 15px;
  padding-left: 15px;
}

.banner_wrapper .location i {
  color: #dbc478;
}

.banner-first-part {
  padding: 260px 0px 0px 0px;
}

/* --------------------------------------- */
/* -----------Main Page------------------- */
/* -------------------------------------- */

.banner-first-part p {
  margin-bottom: 0px;
  font-size: 30px;
  width: 65%;
  line-height: 1.3em;
}

.banner-second-btn {
  color: #fff;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-left: 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.banner-second-btn img {
  width: 25px;
  margin-left: 15px;
}

.banner-second-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  /* gap: 200px; */
  align-items: end;
}

.banner-second-main .satified-client {
  background-color: #00000078;
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
  height: 150px;
}

.satified-client h4 {
  font-size: 20px;
  color: #fff;
  margin: 0px;
}

.satified-client p {
  font-size: 14px;
  color: #fff;
}

.satisfied-cust-img {}

.satisfied-cust-img img {
  /* border-radius: 100%; */
  height: 30px;
  width: 30px;
}

.satisfied-cust-img .satisfied-cust-img-1 {}

.satisfied-cust-img .satisfied-cust-img-2 {
  margin-left: -12px;
}

.satisfied-cust-img .satisfied-cust-img-3 {
  margin-left: -12px;
}

.banner-location-sec {
  padding: 30px;
  position: relative;
  width: 340px;
  height: 130px;
  background: rgb(255 255 255 / 19%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 20px;
}

.banner-location-btn {
  display: flex;
  justify-content: flex-end;
}

.banner-location-btn .service-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.banner-location-btn .service-button img {
  width: 10px;
  height: 10px;
}

.banner-location-sec i {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.banner-location-sec p {
  margin: 0px;
  color: #fff;
  font-size: 14px;
}

/* --- */

/* ----------------------------- */
/* -------Main page About us------------- */
/* -------------------------------- */

.about-value-space {
  background-color: #f6f3ec;
}

.about-value-space-hed1 {
  font-size: 90px;
}

.about-value-space-hed2 {
  font-size: 90px;
  text-align: end;
}

.about-value-space-first-r {
  /* padding-left: 50px; */
}

.about-value-space-second-r {
  padding-left: 50px;
}

/* .about-value-space-num{
    background-color: #04647e;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
} */

.about-value-space-num-bx {
  background: #04647e url(./assets/images/Value-space-Bird-logo.png);
  background-size: 30%;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #fff;
  padding: 25px;
  border-radius: 20px;
}

.about-value-space-num-bx h4 {
  font-size: 45px;
  color: #e4ba73;
  font-weight: 600;
}

.about-value-space-num-bx p {
  font-size: 17px;
  font-weight: 500;
}

.about-new-sec-txt p {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #858585;
  line-height: 1.5em;
  margin-top: 44px;
}

.about-new-sec-txt p span {
  color: #000;
}

.about-new-sec-grid-img {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.about-new-sec-grid-img img {
  width: 300px;
  height: 130px !important;
  object-fit: cover;
  border-radius: 20px;
}

.about-value-space-num {
  justify-content: center;
}

.project-new-des-sec-h {}

.project-new-des-sec-h h2 {}

.project-new-des-sec-btn {
  text-align: end;
}

/* ----------------------------- */
/* -------End Main page About us------------- */
/* -------------------------------- */

.why-choose-sec {
  /* background-color: #f6f3ec; */
}

.why-choose-sec .subheading button {
  width: 10%;
  margin: auto;
}

.why-choose-sec-sb-txt {
  width: 85%;
  margin: auto;
}

.why-choose-subheading {
  font-size: 25px;
  margin-top: 30px;
}

/*
.theme_btn { animation: grd_move 5s linear infinite; text-transform: none; }
@keyframes grd_move {
    0%, 100% { background-position: left center;}
    50% { background-position: right center;}
}





/* -------On Going--------------- */

.on-going-section-first {
  align-items: center;
}

.on-going-section {
  background: url("./assets/images/Patttrn.webp") no-repeat center/ cover;
  /* margin-top: -260px; */
  z-index: 1;
  position: relative;
  /* padding-top: 275px; */
  border-radius: 50px 50px 0px 0px;
  margin-top: 80px;
}

.on-going-section-first button {
  color: #fff;
}

.on-going-section-first h2 {
  color: #fff;
}

.on-going-new-bx {
  list-style: none;
  padding: 0;
  margin: 0;
}

.on-going-new-bx-card {
  position: sticky;
  top: 0;
  background: #fffaf2;
  color: #131212;
  margin: 2em auto;
  padding: 2em;
  width: 100%;
  border-radius: 1.5em;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.2);
  text-align: left;
}

.on-going-new-bx-card h2 {
  font-size: 2rem;
  margin-top: 0;
}

.on-going-new-bx-card p {
  font-size: 1rem;
  line-height: 1.5;
}

.on-going-new-bx-card img {
  width: 100%;
  border-radius: 0.5em;
  margin-top: 1em;
  object-fit: cover;
}

.on-going-new-bx-card-1 {
  background: url("./assets/images/WHY-CHOOSE-NEW-IMAGE.webp") no-repeat center/ cover;
}

.on-going-new-bx-card-2 {
  background: url("./assets/images/main-page/value-space-completed-project--img2.webp") no-repeat center/ cover;
}

/* --------------Project Section---------------------- */

.project-new-card-sec-bx {
  border: 2px solid #e7e7e7;
  border-radius: 20px;
  padding: 20px;
}

.project-new-card-sec-bx p {
  background-color: #04647e;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.project-new-card-sec-bx img {
  border-radius: 20px;
  height: 275px;
  width: 100%;
  object-fit: cover;
  margin: 10px 0px;
}

.project-new-card-sec-bx h3 {
  font-size: 25px;
  margin-top: 12px;
}

.project-new-card-sec-bx .project-new-card-sec-bx-loc {
  display: flex;
  justify-content: space-between;
}

.project-new-card-sec-bx .project-new-card-sec-bx-loc a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: #000;
  font-weight: 500;
}

.project-new-card-sec-bx-loc i {
  color: #bf953f;
  background: #04647e;
  padding: 15px;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 3px solid #fff;
  outline: 1px solid #04647e63;
}

/* -------------------------------------- */

.cta-round-btn {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-image: linear-gradient(to right, #bf953f, #b38728, #aa771c);
  color: #fff;
  text-decoration: none;
  transition: transform 0.6s ease;
  float: right;
}

.cta-round-btn img {
  width: 45px;
  border-radius: 0px;
  margin: 20px 0px 0px 0px;
  /* transform: rotate(-45deg); */
  transition: transform 0.6s ease;
}

.cta-round-btn:hover {
  transform: scale(1.1);
}

.cta-round-btn:hover img {
  transform: rotate(45deg);
}

.cta-round-btn h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
}

.cta-round-btn p {
  font-size: 16px;
  font-weight: 600;
  width: 80%;
  margin: auto;
}

.cta-round-btn:hover {
  color: #fff;
}

.on-going-bx {
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
}

.on-going-bx .on-going-bx-thumb img {
  border-radius: 25px;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.service-button-wrap {
  position: relative;
}

.service-button {
  /* position: absolute; */
  right: 51px;
  bottom: -27px;
  z-index: 4;
  background: #bf953f;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.decor-border {
  position: absolute;
  width: 100px;
  height: 34px;
  bottom: 0;
  right: 26px;
  z-index: 3;
}

.decor-border:after {
  content: "";
  width: 100px;
  height: 33px;
  clip-path: path("M0 33H100C90.7952 33 83.6787 25.1703 79.2588 17.1769C73.5989 6.94119 62.6183 0 50 0C37.3818 0 26.4011 6.94119 20.7412 17.1769C16.3213 25.1703 9.20474 33 0 33Z"
    );
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  z-index: -1;
}

.btn-icon-wrap {
  transform: rotate(0deg);
}

.btn-icon-wrap img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.on-going-bx-info {
  padding: 30px 30px 30px 30px;
}

.on-going-bx-info h4 {
  font-size: 30px;
  margin-top: 25px;
}

.on-going-bx-info p {
  margin: 0px;
  margin-top: 18px;
}

.project-status {
  background-color: #04647e;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
}

.on-going-bx-info .project-status-location {
  font-weight: 500;
  font-size: 18px;
  color: #bf953f;
}

.on-going-new-bx-card-inner {
  background-color: #fff;
  padding: 55px;
  border-radius: 20px;
}

.project-status-new p {
  background-color: #04647e;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
}

.project-status-info {}

.project-status-info h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.project-status-info p {}

.project-status-info span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #bf953f;
}

.project-status-info i {
  color: #bf953f;
  padding: 5px;
  background: #04647e;
  border-radius: 100px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-status-check {
  list-style-type: none;
  padding: 0px;
}

.project-status-check li {
  margin-bottom: 15px;
}

.project-status-check li i {
  display: unset;
  background: unset;
}

.eternia-project-sec {
  display: flex;
  align-items: end;
  width: 50%;
  gap: 10px;
}

.eternia-project-sec img {
  width: 30% !important;
  height: auto !important;
  border-radius: 0px !important;
}

/* ----------End On Going---------------- */

/* ---------why choose----------------- */

.why-choose-bx {
  margin: 10px;
}

.why-choose-bx img {
  width: 70px;
  padding-bottom: 25px;
  border-bottom: 2px solid #bf953f;
}

.why-choose-bx h4 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

.why-choose-bx p {}

/* ------------End why choose--------------------- */

/* ------------map section-------------- */

.map-section {
  /* background-color: #f6f3ec; */
}

.map-section h2 {
  width: 80%;
  margin: auto;
  text-align: center;
}

.map-section button {
  width: 10%;
  margin: auto;
}

.map-section-first {
  margin-top: 40px;
  background-color: #faf9d5;
  padding: 45px;
  border-radius: 20px;
}

.map-section-first img {
  border-radius: 20px;
  width: 55%;
}

.map-specification-sec {
  padding-left: 50px;
}

.color-specific-area-first {
  border: 2px solid #bf953f;
  border-radius: 20px;
  padding: 20px 35px 20px 35px;
  display: flex;
  justify-content: space-between;
}

.color-specific-bx {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px 0px;
}

.color-specific-bx p {
  margin: 0px;
  font-size: 14px;
}

.color-specific-bx .color-specific-bx-1 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #cac3b0;
  border-radius: 50px;
}

.color-specific-bx .color-specific-bx-2 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #f6a876;
  border-radius: 50px;
}

.color-specific-bx .color-specific-bx-3 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #fbdf7c;
  border-radius: 50px;
}

.color-specific-bx .color-specific-bx-4 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #b7e5ba;
  border-radius: 50px;
}

.color-specific-bx .color-specific-bx-5 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #8a8d9d;
  border-radius: 50px;
}

.color-specific-bx .color-specific-bx-6 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #9c2b21;
  border-radius: 50px;
}

.color-specific-bx .color-specific-bx-7 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #92ba24;
  border-radius: 50px;
}

.color-specific-bx .color-specific-bx-8 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #597ec8;
  border-radius: 50px;
}

.color-specific-bx .color-specific-bx-9 {
  width: 15px;
  height: 15px;
  display: block;
  background-color: #a14f27;
  border-radius: 50px;
}

.map-frame iframe {
  border-radius: 20px;
}

/* ----------End Map section-------------- */

/* ------------what-make-different-------------- */

.what-make-different {}

.what-make-different-first {}

.what-make-different-first img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.what-make-different-second {
  padding-left: 30px;
}

.what-make-different-second h2 {}

.what-make-different-second p {}

.what-make-different-bx {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0px;
  /* border-top: 1px solid #e0e0e0; */
}

.what-make-different-bx img {
  width: 50px;
}

.what-make-different-bx h4 {
  font-size: 18px;
  line-height: 1.4em;
}

.what-make-different-bx img p {}

/* ------------End what-make-different---------------- */

/* ---------------testimonials----------------- */

.testimonails-section .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
}

.testimonails-section .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.testimonails-section .swiper-pagination {
  bottom: -4px !important;
}

.testimonails-section .swiper-slide .testimonails-client {
  color: #bf953f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.testimonails-section .swiper-slide .testimonails-review {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.testimonails-section-first {
  margin-top: 90px;
}

.testimonails-section .swiper-button-prev {
  margin-top: 80px;
  border: 1px solid #000;
  padding: 20px;
  border-radius: 100%;
}

.testimonails-section .swiper-button-next {
  margin-top: 80px;
  left: 100px;
  border: 2px solid #bf953f;
  padding: 20px;
  border-radius: 100%;
}

.testimonails-section .swiper-button-next:after {
  content: "next";
  font-size: 20px;
  color: #000;
}

.testimonails-section .swiper-button-prev:after {
  content: "prev";
  font-size: 20px;
  color: #000;
}

.circle-container {
  position: relative;
  width: 300px;
  height: 300px;
}

/* Circular text */
.circle-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-text svg {
  transform: rotate(0deg);
  /* Adjust rotation here */
}

.circle-text text {
  font-size: 16px;
  letter-spacing: 3.8px;
  font-weight: 700;
}

/* Center image */
.center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}

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

/* Quotation marks */
.quote {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  color: white;
  font-family: sans-serif;
  z-index: 2;
}

/* -----------------End testimonails------------------------- */

/* -----------Location-------------------- */

.location-nearby {
  background-color: #f6f3ec;
}

.location-nearby button {
  width: 10%;
  margin: auto;
}

.location-nearby-first img {
  width: 50%;
  /* margin-top: 40px; */
}

.location-nearby-bx {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}

.location-nearby-bx img {
  width: 40%;
  height: 120px;
  object-fit: cover;
}

.location-nearby-bx-info {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-nearby-bx-info-first span {
  background-color: #bf953f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.location-nearby-bx-info-first p {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.advantages ul {
  gap: 30px;
  justify-content: center;
  padding-left: 20px;
  list-style: none;
}

.advantages ul li.col {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  flex: calc((100% / 3) - 30px) 0 0;
  transition: all 0.3s;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}

.overview_list li {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.overview_list i {
  height: 28px;
  width: 28px;
  /* --size: 60px; */
  /* min-width: var(--size); */
  /* height: var(--size); */
  border-radius: 50%;
  background: #04647e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bf953f;
  /* margin-right: 20px; */
  font-size: 15px;
  border: 3px solid #fff;
  outline: 1px solid #04647e63;
  transition: all 0.3s;
}

.advantages ul li span.d-inline-block {
  padding: 4px 12px;
  background: #bf953f;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 600;
}

.overview_list img {
  border-radius: 10px;
}

/* -----------End Location---------------------- */

/* -------------leaders------------------ */

.leaders-section button {
  width: 10%;
  margin: auto;
}

.leaders-section-first {}

.leader-bx-thumb img {
  border-radius: 20px;
}

.leader-bx-info {
  margin-top: -50px;
  background-color: #08333d;
  display: inline-block;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}

.leader-bx-info h4 {}

.leader-bx-info p {
  margin: 0px;
}

/* --------------end leaders----------------------- */

/* --------------CTA----------------- */

.cta-section-banner-img {
  background: url("./assets/images/CTA-BACKGROUND-IMAGE.webp") no-repeat center/ cover;
  padding: 60px;
  border-radius: 50px;
}

.cta-content {
  background-color: #fff;
  border-radius: 50px;
  padding: 50px;
}

.cta-content button {
  width: 10%;
  margin: auto;
}

.cta-content h2 {
  font-size: 30px;
  line-height: 1.6em;
  width: 80%;
  margin: auto;
}

.cta-content form {
  width: 80%;
  margin: auto;
  padding-top: 40px;
}

.cta-content form input {
  width: 100%;
  padding: 20px 20px;
  border-radius: 50px;
  background-color: #f2f2f2;
  border: none;
  margin: 0px 0px 20px 0px;
}

.cta-content .lone_btn {
  width: 25%;
  border: none;
  font-weight: 600;
  margin: 0px;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: 1.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 50px;
  display: inline-block;
  background-image: linear-gradient(to right,
      #bf953f,
      #fcf6ba,
      #b38728,
      #fbf5b7,
      #aa771c);
  color: #5f5209;
  font-size: 15px;
}

/* -------------End CTA-------------- */

/* --------------footer------------------- */

.footer-section {
  background: url("./assets/images/VALUE-SPACE-FOOTER-IMAGE.webp") no-repeat center/ cover;
}

.footer-section .overlay {
  background: linear-gradient(182deg, #0000008c 75%, transparent);
}

.footer-section-first,
.footer-section-second {
  z-index: 1;
  position: relative;
}

.footer-section-first h2 {
  color: #fff;
  /* width: 50%;  */
}

.footer-section-btn {
  width: 160px;
  height: 160px;
  color: #fff;
  align-items: center;
  display: flex;
  backdrop-filter: blur(60px);
  border-radius: 50% !important;
  margin: auto;
  margin-top: 20px;
}

.footer-section-btn p {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}

.footer-section-second {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  margin-top: 50px;
}

.footer-logo {
  text-align: left;
  border-right: 1px solid #dddddd;
}

.footer-logo img {
  width: 250px;
}

.footer-logo p {
  padding: 20px 0px 0px 0px;
  font-weight: 500;
}

.footer-qwick-link h3 {
  font-size: 16px;
  text-align: start;
  margin-bottom: 20px;
  font-weight: 500;
  color: #bf953f;
}

.footer-qwick-link {
  padding-left: 50px;
  border-right: 1px solid #dddddd;
}

.footer-qwick-link ul {
  list-style-type: none;
  padding: 0px;
  text-align: left;
}

.footer-qwick-link ul li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.footer-qwick-link ul li a {
  color: #000;
}

.footer-contact-info h3 {
  font-size: 16px;
  text-align: start;
  margin-bottom: 20px;
  font-weight: 500;
  color: #bf953f;
}

.footer-contact-info {
  /* padding-left: 50px;
    display: flex;
    flex-wrap: wrap; */
  /* align-items: center; */
}

.footer-contact-info ul {
  list-style-type: none;
  padding: 0px;
  text-align: left;
}

.footer-contact-info ul li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.footer-contact-info a {
  color: #000;
  margin-bottom: 20px;
  display: flex;
}

.footer-contact-info a i {
  font-size: 20px;
  color: #bf953f;
  margin-right: 8px;
}

.footer-social-info {
  text-align: left;
}

.footer-social-info img {
  width: 28px;
  margin-right: 10px;
}

.copyright-sec {
  padding-top: 25px;
  border-top: 1px solid #dddddd;
  margin-top: 44px;
}

.copyright-sec p {
  margin: 0px;
}

.copyright-sec span {
  color: #bf953f;
  font-weight: 600;
}

/* --------------End Footer----------------------- */

.quick-contact {
  background-color: #04647e;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 30px;
}

.quick-contact i {
  margin-right: 8px;
}


.contact-mob-link {
  display: none;
}

.modal-body {
  padding: 20px !important;
  background-color: #04647e;
  border-radius: 20px;
}

.modal-content {
  border-radius: 20px;
}

.modal-body h3 {
  font-size: 28px;
  font-weight: 600 !important;
  margin-bottom: 30px;
}

.btn-close {
  float: right;
}

.modal-body form input {
  padding: 15px;
}

.connect-icon {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

.connect-icon a {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

.connect-icon img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .connect-icon img {
    width: 45px;
    height: 45px;
    display: none;
  }

  .connect-icon {
    right: 12px;
    bottom: 54px;
  }
}



/* ----------------------------------------------------------- */
/* --------------------Mobile responsive------------------------------ */
/* ----------------------------------------------------------- */

/* Extra small devices (phones, portrait) */
@media (max-width: 600px) {

  /* .section-padding{
    padding: 50px 15px!important;
  } */

  .lone_btn,
  .theme_btn {
    margin: 0px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 1.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 50px;
    display: inline-block;
    background-image: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    color: #5f5209;
    font-size: 14px;
  }

  .section-padding {
    padding: 40px 0px;
  }

  h2 {
    font-size: 30px;
  }

  /* Header */

  header nav .navbar-brand img {
    height: auto !important;
    width: 220px !important;
  }


  header .navbar {
    /* background-color: #fff; */
    border-radius: 50px;
    padding: 0px 10px;
    margin-top: 10px;
  }

  .menu-open {
    background-color: #000;
    padding-bottom: 20px;
  }


  .navbar-toggler {
    background-color: #fff;
    margin-right: 14px;
    font-size: 16px !important;
    padding: 6px;
  }

  .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }

  .header-contact-option {
    display: none !important;
  }

  .contact-mob-link {
    display: block;
  }

  /* mob banner */

  .banner-first-part {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .banner_wrapper h1 {
    font-size: 40px;
  }

  .banner-first-part p {
    font-size: 20px;
    width: 100%;
  }

  .banner-btn-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .banner-second-btn {

    margin-left: 0px;
  }

  .banner_wrapper .overlay {
    background: linear-gradient(180deg, #00000075 6%, #00000000);
  }

  /*--------------------- mob commitment -------------------------*/

  .why-choose-sec-first h2 {
    text-align: left !important;
  }

  .why-choose-sec-first p {
    text-align: left !important;
  }

  .why-choose-sec-first h3 {
    text-align: left !important;
  }

  .why-choose-sec-sb-txt {
    width: 100%;
    /* margin: auto; */
  }

  .why-choose-subheading {
    font-size: 18px;
    margin-top: 14px;
  }

  .why-choose-sec-second {
    margin-top: 35px !important;
  }

  .why-choose-sec-second .col-lg-4 {
    /* width: 50%;
      text-align: center; */
    margin-bottom: 18px;
  }

  .why-choose-bx img {
    width: 50px;
    padding-bottom: 18px;
    border-bottom: 2px solid #bf953f;
  }

  .why-choose-bx h4 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .why-choose-bx p {
    font-size: 15px;
  }

  .why-choose-bx {
    margin: 0px;
  }

  /* --------------mob testimonials-------------------- */

  .testimonails-section h2 {
    text-align: left !important;
  }

  .testimonails-section-first {
    margin-top: 30px;
  }

  .circle-container {
    position: relative;
    width: 250px;
    height: 250px;
    /* margin: auto; */
  }

  .center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
  }

  .testimonails-section .swiper-slide .testimonails-review {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .testimonails-section .swiper-button-prev {
    margin-top: 100px;
  }

  .testimonails-section .swiper-button-next {
    margin-top: 100px;
  }


  /* -----------mob About---------------- */

  .about-new-sec-txt p {
    font-size: 18px;
  }

  .about-new-sec-grid-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }

  .about-new-sec-grid-img img {
    width: 100%;
    height: 160px !important;
    object-fit: cover;
    border-radius: 20px;
  }

  .about-value-space-num-bx {
    background: #04647e url(./assets/images/Value-space-Bird-logo.webp);
    background-size: 25%;
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15px;
    border-radius: 20px;
  }

  .about-value-space-num-bx h4 {
    font-size: 32px;
    color: #e4ba73;
    font-weight: 500;
  }

  .about-value-space-num-bx p {
    font-size: 14px;
    font-weight: 500;
  }



  /* --------------Mob Projects--------------------- */

  .project-new-des-sec-btn {
    text-align: justify;
  }

  .project-new-card-sec-bx .project-new-card-sec-bx-loc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .eternia-project-sec {
    width: 100% !important;
    gap: 10px;
  }

  .project-new-card-sec {
    margin-top: 30px;
  }

  .project-new-card-sec-bx {
    padding: 15px;
  }

  .project-new-card-sec-bx p {
    font-size: 12px;
    font-weight: 500;
  }

  .project-new-card-sec-bx h3 {
    font-size: 20px;
    margin-top: 12px;
  }

  .project-new-card-sec-bx .project-new-card-sec-bx-loc a {
    gap: 10px;
    font-size: 16px;
    width: 100%;
  }

  .project-new-card-sec {
    margin-top: 30px;
    gap: 30px;
  }

  .project-new-card-sec-bx-loc i {
    color: #bf953f;
    background: #04647e;
    padding: 12px;
  }



  /* -------CTA----------- */

  .cta-section-banner-img {
    padding: 20px;
    border-radius: 15px;
  }

  .cta-content h2 {
    font-size: 18px;
    line-height: 1.6em;
    width: 100%;
    margin: auto;
  }

  .cta-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
  }

  .cta-content form {
    width: 100%;
    margin: auto;
    padding-top: 25px;
  }

  .cta-content form input {
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
    background-color: #f2f2f2;
    border: none;
    margin: 0px 0px 5px 0px;
  }

  .cta-content .lone_btn {
    width: 100%;
  }


  /* ----------------Footer-------------------- */

  .footer-section-second {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    margin: 10px;
  }

  .footer-logo {
    text-align: left;
    border-right: 0px solid #dddddd;
    padding: 0px;
  }

  .footer-qwick-link {
    padding-left: 0px;
    border-bottom: 1px solid #dddddd;
    border-right: 0px;
    border-left: 0px;
  }

  .footer-contact-info {
    /* align-items: center; */
    padding: 0px;
    margin-top: 20px !important;
  }

  .footer-logo img {
    width: 220px;
  }

  .copyright-sec {
    /* padding-top: 25px;
    border-top: 1px solid #dddddd; */
    margin-top: 0px;
  }

}


/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {

  h2 {
    font-size: 35px;
  }

  .navbar-toggler {
    background-color: #fff;
    margin-right: 14px;
    font-size: 22px !important;
    padding: 6px;
  }

  .menu-open {
    background-color: #000;
    padding-bottom: 20px;
  }


  .contact-mob-link {
    display: block;
  }

  .header-contact-option {
    display: none !important;
  }

  .banner_wrapper h1 {
    line-height: 1.2;
    font-size: 40px;
  }

  .banner-first-part p {
    margin-bottom: 0px;
    font-size: 22px;
    width: 100%;
  }

  .why-choose-bx img {
    width: 50px;
  }

  .circle-container {
    display: none;
  }

  .testimonails-section-first {
    margin-top: 40px;
  }

  .about-new-sec-txt p {
    font-size: 20px;
    margin-top: 25px;
  }

  .about-value-space-num-bx h4 {
    font-weight: 500;
  }

  .project-new-card-sec-bx {
    border: 2px solid #e7e7e7;
    border-radius: 20px;
    padding: 15px;
  }

  .project-new-card-sec-bx p {
    background-color: #04647e;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
  }


  .project-new-card-sec-bx img {
    border-radius: 20px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin: 10px 0px;
  }

  .project-new-card-sec-bx h3 {
    font-size: 17px;
    margin-top: 12px;
    line-height: 1.5em;
  }

  .project-new-card-sec-bx-loc i {
    color: #bf953f;
    background: #04647e;
    padding: 12px;
  }

  .project-new-card-sec-bx .project-new-card-sec-bx-loc a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
  }

  .cta-section-banner-img {
    padding: 30px;
    border-radius: 15px;
  }

  .cta-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
  }

  .cta-content h2 {
    font-size: 22px;
    width: 100%;
  }

  .cta-content form {
    width: 100%;
    margin: auto;
    padding-top: 40px;
  }

  .cta-content form input {
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
    background-color: #f2f2f2;
    border: none;
    margin: 0px 0px 5px 0px;
  }

  .cta-content .lone_btn {
    width: 100%;
  }

  .footer-logo img {
    width: 200px;
  }

  .footer-section-second {
    /* background-color: #fff; */
    border-radius: 20px;
    padding: 20px;
    margin-top: 0px;
  }

  .footer-logo {
    text-align: left;
    border-right: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd !important;
    padding: 0px;
  }

  .footer-qwick-link {
    margin-top: 20px;
    padding-left: 0px;
    border-right: 0px solid #dddddd;
    /* border-bottom: 1px solid #dddddd !important; */
  }

  .footer-contact-info {
    /* align-items: center; */
    margin-top: 20px;
    padding: 0px;
  }

  .copyright-sec {

    margin-top: 20px;
  }

}

/* CSS for small desktops/laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .cta-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
  }

  .cta-section-banner-img {
    padding: 30px;
    border-radius: 15px;
  }

  .cta-content h2 {
    font-size: 30px;
    line-height: 1.6em;
    width: 100%;
    margin: auto;
  }

  .cta-content form {
    width: 100%;
    margin: auto;
    padding-top: 40px;
  }

  .cta-content .lone_btn {
    width: 100%;
  }
}

/* --------------------End Mobile responsive----------------------------- */



        /* -----------------sticky_contact for mobile  --------------------- */

.sticky_contact {
    display: none;
  }
  
  @media screen and (max-width: 992px) {

    .sticky_contact {
      display: block;
      background-image: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
      width: 100vw;
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: 9;
      padding: 7px 2px;
    }
  
    .sticky_contact ul.list-styled {
      /* justify-content: center; */
      margin-bottom: 0 !important;
    }
  
    .sticky_contact ul.list-styled li {
      margin: 0 24px;
      padding: 3px 5px;
      border: 0;
      font-size: 16px;
      font-weight: 500;
      min-width: 108px;
      text-align: center;
      list-style: none;
      margin-bottom: 0;
      text-decoration: none;
    }
  
    .sticky_contact ul.list-styled li a {
      text-decoration: none;
      color: #5f5209!important;
    }
  
    .sticky_contact ul.list-styled li i {
      
       color: #5f5209!important;
    }
  
    .sticky_contact ul.list-styled li:first-child {
      border-right: 1px solid #fff;
      padding-right: 30px;
      margin-right: 0;
    }
  }

  /*---------------End  sticky_contact for mobile ----------------------  */