* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM sans", serif;
}
button:hover{
    background: #1d2b4f;
    color: white;
}
 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.sticky-quote-cta {
	height: auto;
	position: fixed;
	border-radius: 15px 0 15px 0;
	right: 0;
	top: 200px;
	top: 30vh;
	z-index: 10000;
}
  
.sticky-quote-cta button {
	color: #0b253d;
	text-decoration: none;
	background: #333;
	padding: 15px 20px 35px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	-ms-transform: rotate(-90deg) translate(0, -20px);
	-webkit-transform: rotate(-90deg) translate(0, -20px);
	transform: rotate(-90deg) translate(0, -20px);
	position: relative;
	right: -72px;
	transition: position 0.2s, right 0.2s;
	background: rgb(251,183,39);
	background: linear-gradient(90deg, rgba(251,183,39,1) 0%, rgba(252,217,31,1) 100%);
}

.sticky-quote-cta button:hover {
	right: -70px;
	transition: position 0.2s, right 0.2s;
}


body {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
  header {
      background: #f6f6f6;
      color: black;
      padding: 8px 49px;
      position: relative;
      z-index: 1000;
      font-family: "Playfair Display", serif;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      font-size: 24px;
      font-weight: bold;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .hamburger div {
      width: 25px;
      height: 3px;
      background: black;
      margin: 4px 0;
    }

    .menu {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    .menu li {
      position: relative;
    }

    .menu li a {
      color: black;
      text-decoration: none;
      padding: 10px 15px;
      display: block;
      font-family: "Playfair Display", serif;
    }
    

    .dropdown,
    .dropdown-sub {
          display: none;
    position: absolute;
    background: #f6f6f6;
    color: black;
    top: 100%;
    list-style: none;
    left: 0;
    min-width: 183px;
    }

    .dropdown-sub {
      left: 100%;
      top: 0;
    }

    /* Hover for desktop */
    .menu li:hover > .dropdown {
      display: block;
    }

    .dropdown li:hover > .dropdown-sub {
      display: block;
    }

    /* Mobile styles */
    @media (max-width: 768px) {
      .hamburger {
        display: flex;
      }

      .menu {
        display: none;
        flex-direction: column;
        background: #f6f6f6;
        color: black;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        font-family: "Playfair Display", serif;
      }

      .menu.active {
        display: flex;
      }

      .dropdown,
      .dropdown-sub {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
      }

      .menu li.show > .dropdown,
      .dropdown li.show > .dropdown-sub {
        display: block;
      }

      /* .menu li a::after {
        content: " ▾";
        float: right;
      } */

      /* .dropdown li a::after {
        content: " ▸";
        float: right;
      } */
    }

/*.header {*/
/*  position: sticky;*/
/*  top: 0;*/
/*  width: 100%;*/
  /* box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1); */
/*  background-color: #f6f6f6;*/
/*  z-index: 5;*/
/*  padding: 10px 40px;*/
  /*border-radius: 0px 0px 20px 20px;*/
  
/*}*/

/*nav {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
  /* padding: 20px 30px; */
/*}*/

/*.logo a {*/
/*  font-size: 24px;*/
/*  font-weight: bold;*/
/*  color: #fff;*/
/*}*/

/*.logo a img {*/
/*  width: 15vh;*/
/*  height: auto;*/
/*}*/

/*.menu {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.menu a {*/
/*  display: block;*/
/*  padding: 7px 15px;*/
/*  font-size: 2.5vh;*/
/*  font-weight: 500;*/
/*  transition: 0.2s all ease-in-out;*/
/*  color: #000000;*/
/*  text-decoration: none;*/
/*  font-family: "Playfair Display", serif;*/
/*}*/

/*.menu li {*/
/*  list-style: none;*/

/*}*/

/*.menu:hover a {*/
/*  opacity: 0.4;*/
/*}*/

/*.menu a:hover {*/
/*  opacity: 1;*/
/*  color: #415d44;*/
/*}*/

/*.menu-icon {*/
/*  display: none;*/
/*}*/

/*#menu-toggle {*/
/*  display: none;*/
/*}*/

/*#menu-toggle:checked~.menu {*/
/*  transform: scale(1, 1);*/
/*}*/

/*nav ul ul{*/
/*  position: absolute;*/
/*  top: 85px;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

/*nav ul li:hover>ul{*/
/*  top: 55px;*/
/*  visibility: visible;*/
/*  background-color: #fff;*/
/*  opacity: 1;*/
/*  transition: .3s linear;*/
/*}*/
/*nav ul li ul li:hover>ul{*/
/*  width: 90%;*/
/*  top: 70px;*/
/*  visibility: visible;*/
/*  background-color: #fff;*/
/*  opacity: 1;*/
/*  transition: .3s linear;*/
/*}*/

/*@media only screen and (max-width: 1030px) {*/
/*  .menu {*/
/*    flex-direction: column;*/
/*    background-color: #F7F7F7;*/
/*    align-items: start;*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 1;*/
/*    transform: scale(1, 0);*/
/*    transform-origin: top;*/
/*    transition: transform 0.3s ease-in-out;*/
/*    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
/*  }*/

/*  .menu a {*/
/*    margin-left: 12px;*/
/*  }*/

/*  .menu li {*/
/*    margin-bottom: 10px;*/
/*  }*/

/*  .menu-icon {*/
/*    display: block;*/
/*    color: #000000;*/
/*    font-size: 28px;*/
/*    cursor: pointer;*/
/*  }*/
/*   nav ul ul{*/
/*    width: 100%;*/
/*  position: absolute;*/
/*  top: 85px;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

/*nav ul li ul{*/
/*  position: relative;*/
/*  top: 20px;*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*  top: -5px;*/
/*        left: 25px;*/
/*  transition: .3s linear;*/
/*}*/
/*nav ul li ul li ul{*/
/*  position: relative;*/
/*  width: 100%;*/
/*  top: 20px;*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*  transition: .3s linear;*/
/*}*/
/*nav ul li:hover>ul{*/
/*  top: 0px;*/
/*  visibility: visible;*/
/*  background-color: #fff;*/
/*  opacity: 1;*/
/*  transition: .3s linear;*/
/*}*/
/*nav ul li ul li:hover>ul{*/
/*  width: 90%;*/
/*  top: 0px;*/
/*  visibility: visible;*/
/*  background-color: #fff;*/
/*  opacity: 1;*/
/*  transition: .3s linear;*/
/*}*/
/*}*/




.slidersection {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #F7F7F7;
  overflow-x: hidden;
}

.content {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content h1 {
  width: 66%;
  text-align: center;
  font-size: 5vh;
  color: #1d253d;
 font-family: "Playfair Display", serif;
}

.content p {
  font-size: 28px;
  line-height: 45px;
  font-weight: 400;

}

.slider {
  padding: 20px;
  margin: 0 auto;
  max-width: 100%;
  
  /* z-index: 10; */
}

.slide_viewer {
  height: 70vh;
  overflow: hidden;
  position: relative;
   background: url("../index-img/amarabg1.jpg")no-repeat;
   /*clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 100%, 91% 100%, 91% 85%, 9% 85%, 9% 100%, 0 100%);*/
  border-radius: 20px;
  background-size: cover;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  top: 4%;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background: url("./dump/Amara.png")no-repeat;
  background-position: top;
  background-size: contain;
}

.slide:nth-of-type(2) {
  background: url("./dump/Amara.png")no-repeat;
  background-position: top;
  background-size: contain;
}

.slide:nth-of-type(3) {
  background: url("./dump/Amara.png")no-repeat;
  background-position: top;
  background-size: contain;
}

.slide:nth-of-type(4) {
  background: url("./dump/Amara.png")no-repeat;
  background-position: top;
  background-size: contain;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 0px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
      top: -167px;
    left: -155px;
}

.previous_btn {
  bottom: 0;
  left: -7%;
  margin: auto;
  position: absolute;
  top: 0;
  
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
 right: -371px;
    top: 0px;
}

.previous_btn, .next_btn {
cursor: pointer;
    height: 35px;
    width: 35px;
    background-color: white;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}
.box-container {
  background-color: #fff;
}

.box {
width: 76vw;
    color: white;
    padding: 10px;
    border: 10px solid white;
    display: flex;
    height: fit-content;
    background-color: #1f2a4f;
    border-radius: 21px;
    align-items: end;
    justify-content: center;
    position: relative;
    top: -4vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);

  /* box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2); */

}

.box>p {
    font-size: 3.2vh;
     font-family: "Playfair Display", serif;
    font-weight: 700;
    width: 90%;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
}

@media only screen and (max-width: 1030px) {
    .slider {
  padding: 10px;
  margin: 0 auto;
  max-width: 100%;
  
  /* z-index: 10; */
}

.directional_nav{
        height: 0px;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -157px;
    left: -155px;
}
  .slide_viewer{
    /*clip-path: none;*/
    border-radius: 7px;
  }
  .previous_btn {
        /*left: 194px;*/
        left:171px;
        top: 60px;
        width: 20px;
        height: 20px;
  }
  .next_btn {
    /*right: -106px;*/
    right: -140px;
        top: 60px;
        width: 20px;
        height: 20px;
  }
.slide_viewer{
  height: 25vh;
}
.box-container {
  background-color: #fff;
}

.box {
width: 76vw;
    color: white;
    padding: 10px;
    border: 5px solid white;
    display: flex;
    height: fit-content;
    background-color: #1f2a4f;
    border-radius: 7px;
    align-items: end;
    justify-content: center;
    position: relative;
    top: 1vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);

  /* box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2); */

}

.box>p {
    font-size: 1.5vh;
     font-family: "Playfair Display", serif;
    font-weight: 700;
    width: 90%;
    margin: 0px;
    text-align: center;
}
}
.slide img{
  width: 100%;
  height: 100%;
  object-fit:fill;
}
.slide-content{
  position: absolute;
  color: black;
  left: 35%;
  text-align: center;
}
.slide-content h1{
  background-color: white;
  border-radius: 10px;
    margin: 0px;
  padding: 10px 10px;
  box-shadow: 0px 29px 21.2px -4px #0000000D;

  
}

.slide-content p{
  background-color: white;
  border-radius: 10px;
  margin: 0px;
  padding: 10px 10px;
  width: 70%;
  text-align: center;
  box-shadow: 0px 29px 21.2px -4px #0000000D;

}



@media only screen and (max-width: 1030px) {
  .slidersection {
    overflow-x: hidden;
  }

  .content h1 {
    font-size: 2.5vh;
    width: 80%;
  }

  .content p {
    font-size: 1.5vh;
    text-align: center;
    line-height: 35px;
  }

}
.need{
  display: flex;
  align-items: center;
  justify-content: center;
}

.need-row {
  display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;
    width: 80%;
    padding: 0 100px;
}

.need-col h1 {
  font-family: "Playfair Display", sans-serif;
  font-size: 7vh;
  font-weight: 700;
  line-height: 7vh;
  margin-bottom: 4vh;
}

.need-col h1 span {
  font-family: "DM Sans", sans-serif;
  font-size: 5vh;
  font-weight: 700;
  color: #265d3d;
  line-height: 8vh;
}

.need-card {
  margin-bottom: 30px;
}


#need1{
  background: url(../index-img/needbg1.png) no-repeat;
     background-size: cover;
    width: 59vh;
    height: 59vh;
    border-radius: 25px;
    display: flex
;
    flex-direction: column;
    padding: 0px 40px;
    align-items: center;
    /* gap: 20px; */
    justify-content: end;
}
#need2{
  background: url(../index-img/needbg4.png) no-repeat;
     background-size: cover;
    width: 59vh;
    height: 59vh;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 0px 40px;
    align-items: center;
    justify-content: end;
     object-position: top;
     
    overflow-x: hidden;
}
#need3{
  background: url(../index-img/needbg3.png) no-repeat;
     background-size: cover;
     width: 59vh;
    height: 59vh;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 0px 40px;
    align-items: center;
    justify-content: end;
}
#need4{
  background: url(../index-img/needbg2.png) no-repeat;
     background-size: cover;
    width: 59vh;
    height: 59vh;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 0px 40px;
    align-items: center;
    justify-content: end;
}

#need4 img{
  width: auto;
}
.need-img img {
  width: 40vh;
  height: 40vh;
}

.need-img :hover {transform: translate(4px, -50px) scale(1.3);
  height: 43vh;
  width: 43vh;
  transition: all 0.5s ease-in-out;

}

.need-content h4 {
   font-family: "Playfair Display", serif;
  font-size: 3vh;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;

  color: #1D2B4F;
}

.need-content p {
  font-family: "DM Sans", sans-serif;
    font-size: 2vh;
    font-weight: 400;
    line-height: 3vh;
  width: 77%;
  color: #000000;
  margin-bottom: 15px;
}

.need-content button {
  background-color: #265d3d;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1.5vh;
}

@media only screen and (max-width: 1030px) {
  .need-row {
           width: 100%;
        display: flex
;
        flex-wrap: wrap;
        padding: 0px 10px;
        gap: 10px;
        text-align: center;
  }
  .need-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .need-col h1 {
    font-size: 6vh;
        line-height: 4vh;
  }

  #need1,#need2,#need3,#need4 {
    width: 48vh;
    height: 45vh;
  }


  .need-img img {
    width: 40vh;
    height: 40vh;
  }
  .need-col h1 span {
    font-size: 3vh;
    line-height: 0.1vh;
  }

  .need-content h4 {
           font-size: 3.5vh;
        line-height: 3vh;
  }

#need4 img{
  width: 18vh;
}
  .need-content p {
          font-size: 2vh;
        line-height: 3.5vh;
    text-align: center;
    width: 100%;
  }
}

.offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   margin: 12vh 0px;
}

.offer-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 70px;
}

.offer-heading h1 {
  font-family: "Playfair Display", serif;
  font-size: 5vh;
  line-height: 6vh;;
  font-weight: 700;
  color: #1d2b4f;
}

.offer-heading h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5vh;
  line-height: 4vh;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.offer-heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 2vh;
  line-height: 3vh;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  width: 70%;
  text-align: center;
}

.offer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.offer-card {
    height: 37vh;
    width: 31vh;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.offer-card .offer-image {
  box-shadow: 0px 22px 22.3px -4px #00000017;
  width: 18vh;
  height: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
      border-radius: 6px;
}

.offer-card .offer-image img {
  width: 100%;
  height: 100%;
}

.offer-card h4 {
  font-size: 2.5vh;
  font-weight: 400; 
  font-family: "Playfair Display", serif;
  width: 100%;
  height: 50%;
  margin-top: 50px;
  text-align: center;
  color: #1D2B4F;
}

@media only screen and (max-width: 1030px) {
  .offer-heading  {
    padding: 0px 20px;
  }
  .offer-card h4 {
    font-size: 1.5vh;
    line-height: 2vh;
    margin-top: 20px;
  }
.offer-card .offer-image img {
            width: 78px;
        height: 56px;
    /* border-radius: 20px; */
  }
  .offer-heading h1 {
    font-size: 4vh;
    line-height: 3vh;
  }

  .offer-heading h4 {
    font-size: 3vh;
    line-height: 3vh;
    text-align: center;
  }

  .offer-heading p {
  font-size: 2vh;
        line-height: 3vh;
        text-align: center;
        width: 100%;
  }

  .offer-card {
    height: 18vh;
    width: 16vh;
    padding: 10px;
  }

  .offer-card h4 {
          font-size: 1.5vh;
        line-height: 2vh;
        margin-top: 5px;
  }
  .offer-card .offer-image {
    width: 78px;
        height: 9vh;
    padding: 10px;
  }
  .need-img :hover {
           transform: translate(0px, -45px) scale(1.3);
        width: 35vh;
        height: 35vh;
    transition: all 0.5s ease-in-out;
}
}

.types {
  background-color: #E9FFE8;
  padding: 40px;
  height: 310px;
}

.types .types-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.types .types-heading h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.types .types-heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #000;
  text-align: center;
  width: 71%;
}

.types .types-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.types .types-container .types-box {
  width: 290px;
  height: 146px;
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 22px 22.3px -4px #00000017;
  background-color: #fff;
}

.types .types-container .types-box img {
  width: 40px;
  height: 40px;
}

.types .types-container .types-box h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1D2B4F;
  margin-top: 20px;
  text-align: center;
}

.bg {
     width: 100%;
    height: 273px;
    background: url(../index-img/building.png) repeat-x;
    background-size: cover;
    background-position-y: 18px;
}


@media only screen and (max-width: 1030px) {
  .types {
    padding: 20px;
    
  }
  .types .types-heading h1{
    font-size: 3vh;
    line-height: 4vh;
}
  .types .types-heading p {
    font-size: 1.5vh;
    line-height: 2vh;
    text-align: center;
    width: 80%;
  }

  .types .types-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .types .types-container .types-box {
    width: 20vh;
    height: 10vh;
    padding: 10px 10px;
  }

  .types .types-container .types-box h4 {
    font-size: 1.5vh;
    line-height: 2vh;
    margin-top: 10px;
    text-align: center;
  }
}

.project {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 70px;
  background: url("../index-img/projectbg.png") no-repeat;
  background-size: cover;
  background-color: #415d44;
  color: #fff;
}

.project .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.project .heading h1 {
  font-family: 'Playfair Display';
  font-size: 4vh;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.project .heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  width: 73%;
}

.project .heading .project-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;

}

.project .heading button {
  background-color: #e6e9e467;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  box-shadow: 0px 24px 18.7px -6px #00000029;
  border: 0.5px solid #FFFFFF;
  font-weight: 600;

}
@media only screen and (max-width: 1030px) {
  .project{
    height: auto;
    padding: 10px 30px;
  }
  .project .heading p{
    font-size: 2vh;
    text-align: center;
    width: 90%;
    margin-bottom: 10px;
  }
  .project .heading h1{
    font-size: 3vh;
  }
  .project .heading button{
    font-size: 1.6vh;;
  }
}

.enquiry {
  background-color: #ede9e3;
  color: #000;
  width: 100%;
  height: 100%;
     display: flex;
    justify-content: center;
    align-items: start;
    text-align: left;
}

.enquiry .enquiry-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
  padding: 40px 70px;
}

.enquiry .enquiry-container .enquiry-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 50%;
}

.enquiry .enquiry-container .enquiry-heading h1 {

     font-family: "Playfair Display", serif;
  font-size: 4vh;
  font-weight: 700;
  text-align: left;
  color: #1d2b4f;
  margin-bottom: 20px;
}

.enquiry .enquiry-container .enquiry-heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5vh;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 30px;
  width: 75%;
  line-height: 3.5vh;
}
.enquiry .enquiry-container .enquiry-heading button{
  font-family: "Montserrat", sans-serif;
  font-size: 2vh;
  font-weight: 400;
  background-color: #265d3d;
  color: white;
  padding: 10px 20px;
  border:none;
  border-radius: 7px;
  text-align: left;
}


.form-container {
  width: 50%;
}
.mform-container {
  width: 100%;
}

.form-box {
  background: white;
  border-radius: 20px;
  width: 100%;
  padding: 30px 30px;
  text-align: left;
  box-shadow: 0px 9px 0px #ffffff80, 0px 18px 0 #ffffff5c;

}


.form-box form input {
  width: 100%;
  border: 1px solid #EDEDED;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
}

.form-box form select {
  width: 100%;
  border: 1px solid #EDEDED;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
}

.form-box form button {
  width: 100%;
  border: 1px solid #EDEDED;
  background-color: #265d3d;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-size: 2vh;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 1030px) {
  .enquiry .enquiry-container {
    flex-direction: column;
    padding: 20px 10px;
  }

  .enquiry .enquiry-container .enquiry-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .enquiry .enquiry-container .enquiry-heading h1 {
    font-size: 2.5vh;
    line-height: 4vh;
  }

  .enquiry .enquiry-container .enquiry-heading p {
    font-size: 1.5vh;
    line-height: 2vh;
    text-align: center;
    width: 90%;
  }

  .form-container {
    width: 100%;
  }
}

.pyramid-footer {
    background-color: #f6f6f6;
    padding: 40px 40px;
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}
.footer-logo{
    width: 70%;;
}

.pyramid-footer__container {
    width: 70%;;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

/*.pyramid-footer__column {*/
/*  flex: 1 1 300px;*/
/*}*/

.pyramid-footer__logo {
  width: 150px;
  margin-bottom: 20px;
}

.pyramid-footer__info p {
  margin: 15px 0;
  font-size: 14px;
}

.pyramid-footer__info a {
  color: #415d44;
  text-decoration: underline;
}

.pyramid-footer__heading {
  display: block;
  /*margin-bottom: 10px;*/
  font-weight: 600;
}

.pyramid-footer__list {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.pyramid-footer__list li {
  margin: 6px 0;
}

.pyramid-footer__list a {
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.pyramid-footer__list a:hover {
  text-decoration: underline;
}

.pyramid-footer__icons {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.pyramid-footer__icons a {
  background-color: #265d3d;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
}

.pyramid-footer__newsletter {
  margin-top: 20px;
}

.pyramid-footer__subscribe-btn {
background: linear-gradient(0deg, #265d3d 0%, #265d3d 100%);
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 5px 15px #265d3d;
  transition: all 0.3s ease;
}

.pyramid-footer__subscribe-btn:hover {
  box-shadow: 0 8px 20px rgba(0, 255, 120, 0.5);
}


.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
}

.footer-bottom h4 {
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.6%;
  color: rgba(0, 0, 0, 0.6);
}

.footer-bottom p {
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.6%;
  color: rgba(0, 0, 0, 0.6);
}

.footer-bottom a {
  line-height: 24px;
  text-decoration: none;
  letter-spacing: -0.6%;
  color: rgba(0, 0, 0, 0.6);
}



.ongoingsection{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 12vh 0px;
}
.ongoingpro{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ongoingpro-heading{
  width: 60%;
  text-align: center;
  margin-bottom: 30px;
}
.ongoingpro-heading h1{
  font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 5vh;
line-height: 8vh;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
}
.ongoingpro-heading p{
  font-family: "Montserrat" ,sans-serif;
font-weight: 400;
font-size: 2vh;
line-height: 3vh;
letter-spacing: 0%;
text-align: center;
}
.ongoingpro-container{
  width: 100%;
  display: flex;
  gap: 47px;
  align-items: center;
  justify-content: center;
}
.ongoingpro-card{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ongoingpro-card h5{
        font-size: 2.5vh;
    line-height: 3.5vh;
    font-family: "DM SANS";
    font-weight: 300;
    margin-bottom: 4px;
}
.ongoingpro-card h4{
 font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 3.5vh;
line-height: 7vh;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
}
.ongoingpro-card img{
  width: 45vh;
  height: 40vh;
}
.ongoingpro-card button{
  background-color: #265d3d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 2.5vh;
}
.viewmore{
    background-color: #265d3d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 2.5vh;
    margin-top: 2vh;
}
.modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: fit-content;
      overflow: auto;
      background-color: rgba(0,0,0,0.5);
    }

    .modal-content {
      background-color: #fefefe;
      margin: 15% auto;
      padding: 20px;
      border-radius: 5px;
      width: 30%;
      position: relative;
    }

    .close-button {
      color: #aaa;
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }

    .close-button:hover {
      color: #000;
    }

@media only screen and (max-width: 1030px) {
     .modal {
     display: none;
    position: fixed;
    z-index: 1;
    left: 3px;
    top: 120px;
    width: 100%;
    height: fit-content;
    overflow: auto;
    }

    .modal-content {
      background-color: #fefefe;
    margin: 5px;
    padding: 0px;
    border-radius: 5px;
    width: 95%;
    position: relative;
    }

    .close-button {
      color: #aaa;
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }

    .close-button:hover {
      color: #000;
    }
    .pyramid-footer__container{
        width: 100%;;
    }
    .footer-logo{
        width: 100%;;
    }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom h4 {
    font-size: 1.5vh;
    line-height: 2vh;
  }
  .footer-bottom p {
    font-size: 1vh;
    line-height: 2vh;
    margin-bottom: 10px;
  }
  .footer-bottom a {
    font-size: 1.5vh;
    line-height: 2vh;
  }
   .ongoingsection{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 60px 0px;
}
.ongoingpro{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ongoingpro-heading{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.ongoingpro-heading h1{
  font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 4vh;
line-height: 5vh;
letter-spacing: 0%;
text-transform: capitalize;
color: #1D2B4F;
}
.ongoingpro-heading p{
  font-family: "Montserrat",sans-serif;
font-weight: 400;
font-size: 2vh;
line-height: 2.5vh;
letter-spacing: 0%;
text-align: center;
}
.ongoingpro-container{
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 0px 10px ;
  align-items: center;
  justify-content: space-around;
}
.ongoingpro-card{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ongoingpro-card h4{
font-weight: 700;
font-size: 14px;
margin: 5px 0px;
line-height: 25px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
}
.ongoingpro-card h5{
    font-size: 1.5vh;
    line-height: 1.8vh;
    font-weight: 300;
    margin-bottom: 4px;
    text-align: center;
}
.ongoingpro-card img{
  width: 100%;
  height: 13vh;
}
.ongoingpro-card button{
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.viewmore{
     background-color: #265d3d;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
}
/* 
.ongoing{
  padding: 10px 70px;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.ongoing .ongoing-heading{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ongoing .ongoing-heading h1{
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.ongoing .ongoing-heading p{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  width: 73%;
}

.ongoing .ongoing-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 20px 0px;
}
.ongoing-project{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ongoing .ongoing-container .ongoing-project h1{
font-family: DM Sans;
font-weight: 700;
font-size: 25px;
line-height: 48px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
}
.ongoing .ongoing-container .ongoing-project img{
  width: 250px;
  height: 250px;
  border-radius: 20px;
  background: conic-gradient(180deg, rgba(0, 151, 70, 0) 13.88%, #415d44 104%);
}
.ongoing .ongoing-container .ongoing-project button{
  background-color: #415d44;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
 */


.features{
  padding: 4vh 5vh;
  width: 100%;
  height: auto;
  margin-bottom: 5vw;
  background-color: #957f582b;
}

.feature-container {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
}
.feature-row{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: 20px 70px;
  gap: 20px;
}

.feature-container .feature-row .feature-card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-container .feature-row .feature-card .feature-icon{
  width: 25vh;
  height: 25vh;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  gap: 10px;
  margin-bottom: 10px;
}
.feature-container .feature-row .feature-card .feature-icon img{
  width: 10vh;
  height: 10vh;
  background: white;
      filter: hue-rotate(84deg);
}
.feature-container .feature-row .feature-card .feature-icon h4{
font-family: DM Sans;
font-weight: 700;
font-size: 22px;
text-align: center;
text-transform: capitalize;
}

.feature-container .feature-row .feature-card h5{

   font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 3vh;
line-height: 5.5vh;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
font-variant-numeric-figure: lining-nums;
font-variant-numeric-spacing: proportional-nums;

}

.feature-container .feature-row .feature-card p{
   font-family: DM Sans;
font-weight: 400;
font-size: 2vh;
line-height: 3.5vh;
letter-spacing: 0%;
text-align: center;

}



.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 10px;
}
.slide-content{
  margin: 10px 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 10px 14px; */
}
.image-content{
  position: relative;
  row-gap: 5px;
  /* padding: 25px 0; */
}


.card-image{
  position: relative;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
}
.name{

  font-family: DM Sans;
        font-weight: 700;
        font-size: 20px;
        line-height: 48px;
}

.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  font-family: "dm sans", sans-serif;
  padding: 8px 16px;
  background-color: #415d44;
  border-radius: 6px;
  /* margin: 14px; */
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  border: 1px solid #415d44;
  background: transparent;
  color: #415d44;
}

.swiper-navBtn{
  color: #415d44;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #415d44;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #415d44;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #415d44;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}

@media only screen and (max-width: 1030px) {
  .feature-row{
    /*flex-wrap: wrap; */
        flex-direction: row;
        gap: 23px;
        width: 100%;;
  }
  .feature-container{
    display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
  }
  .feature-container .feature-row .feature-card h5{
             font-size: 2vh;
        line-height: 2.5vh;
  }
  .feature-card{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .feature-container .feature-row .feature-card p{
          font-family: DM Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0%;
    word-wrap: break-word;
    text-align: center;
  }
  .feature-container .feature-row .feature-card .feature-icon{
      width: 100px;
      height: 100px;
  }
  .feature-container .feature-row .feature-card .feature-icon img{
      width: 45px;
      height: 45px;
  }
  .ongoing .ongoing-container{
    flex-wrap: wrap;
  }
  .ongoing .ongoing-heading h1{
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.ongoing .ongoing-heading p{
         font-family: "Montserrat", sans-serif;
        font-size: 1.2vh;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
        width: 70%;
}
  .ongoing .ongoing-container .ongoing-project h1{
font-family: DM Sans;
font-weight: 700;
font-size: 20px;
line-height: 48px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;
}
.ongoing .ongoing-container .ongoing-project img{
  width: 150px;
  height: 150px;
  border-radius: 20px;
  background: conic-gradient(180deg, rgba(0, 151, 70, 0) 13.88%, #415d44 104%);
}
.ongoing .ongoing-container .ongoing-project button{
  background-color: #415d44;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}
}
