/* 
Theme Name:Buildup
Theme URI:
Version:1.0
By: Haythem Galelem
Author: Haythem Galelem
Author URI: www.haythemgalelem.tk
Description: Buildup
*/

/* Additional styles */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&display=swap");


html {
    margin: 0px !important;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: Cairo;
}
.project:hover,
button:hover{
    background: black !important;
    color: white !important;
}

.project:hover,
button:hover,
a:hover {
    cursor: pointer; 
}

a:active {
    cursor: grabbing; 
}

.ht-ctc-sc.ht-ctc-sc-chat.sc-style-3_1.ht-ctc-inline {
    position: fixed;
    right: 20px;
    cursor: pointer;
    z-index: 99999999;
    bottom: 20px;
}

/*-----------------------------header---------------------------*/
img.custom-logo {
  width: 250px;
  height: 80px;
  padding: 10px;
}
.nav-active::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #b1b1b1;
}
.nav-active{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #b1b1b1;
}
.nav-logo {
  width: 30px;
  height: 30px;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
}
.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  margin-top: 1rem;
  background-color: #b1b1b1;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
nav {
  font-family: Cairo;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  justify-content: space-around;
}
ul {
  display: flex;
  gap: 2rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
li a {
  text-align: center;
  text-decoration: none;
  color: #b1b1b1;
  text-transform: uppercase;
  font-family: Cairo;
}

.hero-page-indecator {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-page-indecator > img {
  object-fit: cover;
  width: 100%;
}
.hero-page-indecator-h1 {
  position: absolute;
  text-transform: capitalize;
  position: absolute;
  color: var(--White, #fff);
  text-align: center;

  /* Heading/H1 */
  font-family: Cairo;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 67.2px */
}
.hero-page-indecator-p {
  position: absolute;
  text-transform: capitalize;
  position: absolute;
  color: var(--White, #fff);
  text-align: center;
  letter-spacing: 4px;
  /* Heading/H1 */
  font-family: Cairo;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 67.2px */
  margin-top: 10rem;
}
.toggle-button {
  position: absolute;
  top: 2.3rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
.toggle-button > .bar {
  height: 3px;
  width: 100%;
  background-color: black;
  border-radius: 10px;
}
/*-----------------------------get quotex---------------------------*/

.get-quote-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.get-quote-form{
    width: 60%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}
.form-row{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}
.form-column{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 1rem;
}
.form-column>label{
    color: var(--Black, #000);
text-transform: capitalize;
/* Text/Regular/Normal */
font-family: Cairo;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.form-column>select{
    border-radius: 5px;
    border: 1px solid var(--Black, #000);
    background: var(--White, #FFF);
    display: flex;
    height: 3.6rem;
    align-items: center;
}

.form-column>input{
    border-radius: 5px;
    border: 1px solid var(--Black, #000);
    background: var(--White, #FFF);
    display: flex;
    height: 2rem;
    padding: 12px;
    align-items: center;
    gap: 8px;
}
.form-column>textarea{
    border-radius: 5px;
    border: 1px solid var(--Black, #000);
    background: var(--White, #FFF);
    display: flex;
    padding: 12px;
    align-items: center;
}
#projectFile{
    border-radius: 0px;
    border: 0px solid var(--Black, #000);
    background: var(--White, #FFF);
    display: flex;
    height: 2rem;
    margin: 0px;
    align-items: center;
 }
.form-column>input::placeholder{
    text-transform: capitalize;
    color: #686868;
    /* Text/Medium/Normal */
    font-family: Cairo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}

.form-column>textarea::placeholder{
    text-transform: capitalize;
    color: #686868;
    /* Text/Medium/Normal */
    font-family: Cairo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.get-quote-button{
    border-radius: 5px;
    border: 1px solid var(--Black, #000);
    background: black;
    display: flex;
padding: 12px 24px;
justify-content: center;
align-items: center;
align-self: flex-start;
gap: 8px;
width: 7rem;
    color: var(--White, #FFF);

/* Text/Regular/Normal */
font-family: Cairo;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.textera{
    width: 100%;
}
.get-quote-button:hover{
    border-radius: 5px;
    border: 1px solid var(--Black, #000);
    background: rgb(255, 255, 255);
    display: flex;
padding: 12px 24px;
justify-content: center;
align-items: center;
align-self: flex-start;
gap: 8px;
width: 7rem;
    color: var(--White, rgb(0, 0, 0));

/* Text/Regular/Normal */
font-family: Cairo;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
input[type="file"]::file-selector-button {
    border-radius: 5px;
    border: 1px solid var(--Black, #000);
    background: var(--White, #FFF);
    height: 2rem;
    align-items: center;
  }
  input[type="file"]::file-selector-button:hover {
    border-radius: 5px;
    border: 1px solid var(--Black, #000);
    background: var(--White, rgb(0, 0, 0));
    height: 2rem;
    color: #FFF;
    align-items: center;
  }
  
/*-----------------------------index service section---------------------------*/

/* Caption text */
.services-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.service-card > img:hover {
  animation-name: cardeffect;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}
.service-card {
  color: #b1b1b1;
  background-color: aqua;
  height: 85vh;
  width: 90vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
.service-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cardeffect-out 3s;
}
.service-card > h3 {
  text-transform: capitalize;
  position: absolute;
  color: var(--White, #fff);
  text-align: center;

  /* Heading/H1 */
  font-family: Cairo;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 67.2px */
  top: 20%;
  left: 10%;
}
.service-card > p {
  color: var(--White, #fff);
  text-align: center;

  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  position: absolute;
  left: 10.5%;
  top: 190px;
}
.service-card > button {
  text-transform: capitalize;
  position: absolute;
  color: black;
  /* Text/Regular/Normal */
  font-family: Cairo;
  width: 150px;
  height: 50px;
  border: none;
  border: solid 2px rgb(255, 255, 255);
  border-radius: 5px;
  background: white;
  font-size: 13px !important;
  left: 10.5%;
  top: 80%;
}
.service-card > button:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.service-h2 {
  margin-top: 3rem;
  text-transform: capitalize;
  color: #444444;
  /* Heading/H2 */
  font-family: Cairo;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  text-align: center;
}
.service-desc {
  text-transform: capitalize;
  color: #686868;
  text-align: center;

  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 3rem;
}

/*-----------------------------index project section---------------------------*/

.projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#grid {
  height: 50vh;
  transition: 500ms;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  background: rgb(255, 255, 255);
  width: 90%;
}

.left {
  background: #fff url("/assets/img/1.jpg") no-repeat center;
  object-fit: fill;
}
.project {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project > p {
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;

  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  opacity: 0;
  transition: opacity 0.5s;
}
.center {
  background: #fff url("/assets/img/service/07\ restroom.jpg") no-repeat center;
  object-fit: fill;
}
.right {
  background: #fff url("/assets/img/3.jpg") no-repeat center;
  object-fit: fill;
}
.left1 {
  background: #fff url("/assets/img/6.jpg") no-repeat center;
  object-fit: fill;
}
.center1 {
  background: #fff url("/assets/img/service/07\ restroom.jpg") no-repeat center;
  object-fit: fill;
}
.right1 {
  background: #fff url("/assets/img/3.jpg") no-repeat center;
  object-fit: fill;
}
:where(.left, .center, .right) {
  transition: 300ms;
  overflow: hidden;
}

/* :where(.left, .center, .right):hover { */

/* background: crimson; */
/* } */

#grid:has(.left:hover) {
  grid-template-columns: 2fr 0.5fr 0.5fr;
}

#grid:has(.center:hover) {
  grid-template-columns: 0.5fr 2fr 0.5fr;
}
#grid:has(.right:hover) {
  grid-template-columns: 0.5fr 0.5fr 2fr;
}
#grid:has(.left1:hover) {
  grid-template-columns: 2fr 0.5fr 0.5fr;
}

#grid:has(.center1:hover) {
  grid-template-columns: 0.5fr 2fr 0.5fr;
}
#grid:has(.right1:hover) {
  grid-template-columns: 0.5fr 0.5fr 2fr;
}
.project:hover p {
  opacity: 1;
}
.row1 {
  flex-flow: row-reverse;
}
/*----------------------------- service page---------------------------*/

main {
  /* zoom: 1; */
  width: 100%;
}
main h1 {
  text-align: center;
}
main p {
  text-align: justify;
}
main:after {
  clear: both;
}
main:before,
main:after {
  content: " ";
  display: table;
}

article {
  /* padding: 0 15px; */
  max-width: 70%;
  background: transparent !important;
  /* margin: 0 15px 0 0; */
}
article h1 {
  margin-top: 0;
}

aside {
  top: 20px;
  background: rgba(255, 255, 255, 0.07);
  margin-left: 3rem;
  /* max-width: 40%; */
  overflow: auto;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
}
article,
aside {
  float: left;
}
.service-hero {
  height: 40vh;
  max-width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.service-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-hero-h1 {
  position: absolute;
  top: 40%;
  left: 40%;
  color: rgb(255, 255, 255);

  /* Heading/H1 */
  font-family: Cairo;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 67.2px */
  text-transform: capitalize;
}
article {
  width: 100%;
}
article > h2 {
  text-transform: capitalize;
  color: #444444;
  /* Heading/H2 */
  font-family: Cairo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin: 3rem;
}
article > p {
  color: var(--Black, #000);

  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-left: 3rem;
  width: 100%;
}
article > h3 {
  text-transform: capitalize;
  color: #444444;

  /* Heading/H2 */
  font-family: Cairo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin: 3rem;
}
article > img {
  width: 100%;
  height: auto;
  margin-left: 3rem;
  margin-top: 3rem;
  border-radius: 5%;
}
.row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 2rem;
  margin: 3rem;
}
.row-img {
  width: 50%;
}
.row-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5%;
  margin: 30px;
}
.content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 5px;
}
.content > h3 {
  color: #444444;
  text-transform: capitalize;
  /* Heading/H2 */
  font-family: Cairo;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
.content > p {
  color: #444444;
  text-align: justify;
  font-family: Cairo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.stats {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-content: center;
  justify-content: space-between;
  gap: 1rem;
}
.stat-row {
  display: flex;
  gap: 6rem;
  width: 100%;
  align-content: center;
}
.stat-column {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.number {
  color: var(--Black, #000);

  /* Heading/H2 */
  font-family: Cairo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
.caption {
  color: #444444;

  /* Text/Medium/Normal */
  font-family: Cairo;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
aside > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  width: 100%;
}
aside > ul > li {
  width: 100%;
  height: 3rem;
}
aside > ul > li::after {
  content: "";
  border-bottom: 3px solid #000;
  margin-top: 0rem;
  width: 0%;
  display: block;
}
aside > ul > li:hover::after {
  animation-name: border-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
aside > h3 {
  color: #444444;
  text-transform: capitalize;
  /* Heading/H2 */
  font-family: Cairo;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-top: 4rem;
}
aside > h3::after {
  content: "";
  margin-top: 1rem;
  border-bottom: 3px solid #000;
  width: 100%;
  display: block;
}

/*------------------------------------- project page---------------------------------------*/

.project-container {
  display: flex;
  width: 100%;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.project-img {
  width: 60%;
  height: 80vh;
  /* border-radius: 5%; */
}
.project-desc {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.project-h1 {
  text-transform: capitalize;
  color: #444444;

  /* Heading/H2 */
  font-family: Cairo;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}
.project-p {
  width: 90%;
  text-transform: capitalize;
  color: #686868;
  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.project-ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.project-li {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  color: #686868;
  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.li-info {
  color: #444444;
}

/*-------------------------------------contact us---------------------------------------*/
.contact-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.contact-container {
  display: flex;
  width: 90%;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
.contact-form-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 2rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-form > label {
  color: var(--Black, #000);
  text-transform: capitalize;
  /* Text/Regular/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.contact-h2 {
  text-transform: capitalize;
  color: #444444;

  /* Heading/H2 */
  font-family: Cairo;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.contact-p {
  width: 90%;
  text-transform: capitalize;
  color: #686868;
  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.contact-form > input {
  border-radius: 5px;
  border: 1px solid var(--Black, #000);
  background: var(--White, #fff);
  display: flex;
  height: 2rem;
  padding: 12px;
  align-items: center;
  gap: 8px;
}
.contact-form > textarea {
  border-radius: 5px;
  border: 1px solid var(--Black, #000);
  background: var(--White, #fff);
  display: flex;
  padding: 12px;
  align-items: center;
}
.contact-form > input::placeholder {
  text-transform: capitalize;
  color: #686868;
  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contact-form > textarea::placeholder {
  text-transform: capitalize;
  color: #686868;
  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contact-checkbox {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: auto;
}
.contact-button {
  border-radius: 5px;
  border: 1px solid var(--Black, #000);
  background: black;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 7rem;
  color: var(--White, #fff);

  /* Text/Regular/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
/*-----------------------------footer---------------------------*/
footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: auto;
    gap: 2rem;
    margin-top: 5rem;
    background: #313234;
}
.footer-card {
  display: flex;
  width: 100%;
  height: 20rem;
  align-items: center;
  justify-content: space-around;
}
.footer-terms {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #1F1F1F;
  gap: 1rem;
}
.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
.newsletter-p {
  width: 90%;
  text-transform: capitalize;
  color: #686868;
  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.form-newsletter {
  display: flex;
  gap: 2rem;
}
.form-newsletter > input {
  color: var(--neutral-dark-gray, #505050);
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  width: 40%;
  border-radius: 5px;
  border: 1px solid var(--Black, #000);
  background: var(--White, #fff);
}
.form-newsletter > button {
  color: var(--neutral-dark-gray, #505050);
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  width: auto;
  border-radius: 5px;
  border: 1px solid var(--Black, #000);
  background: var(--White, #fff);
}
.footer-newsletter > img {
  width: 30px;
  height: 30px;
}
.content-socials {
  display: flex;
  width: 40%;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.column-h4 {
  color: var(--Black, #000);
  text-transform: capitalize;
  /* Text/Regular/Semi Bold */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.column > ul {
  display: flex;
  flex-direction: column;
}
.footer-content-li > a {
  color: var(--Black, #000);

  /* Text/Small/Normal */
  font-family: Cairo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.credit > p {
  color: var(--Black, #000);

  /* Text/Small/Normal */
  font-family: Cairo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.terms > ul > li > a {
  color: var(--Black, #000);
  text-transform: capitalize;
  /* Text/Small/Link */
  font-family: Cairo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
}

/*-----------------------------about page---------------------------*/
.swiper-container {
    width: 100%;

    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/*.about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}*/
.testimonials {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 2rem; */
}
.about-h2 {
  text-transform: capitalize;
  color: #444444;
  /* Heading/H2 */
  font-family: Cairo;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  text-align: center;
  margin-bottom: 1rem;
}
.about-container {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.about-desc {
  text-transform: capitalize;
  color: #686868;
  text-align: center;

  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 3rem;
}
.about-img {
  width: 45%;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
}

.testimonials-container {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: center;
  justify-content: space-around;
}
.testimonal-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.comment {
  color: var(--Kuno-Grey, #676767);
  text-align: center;

  /* Text/Large/Normal */
  font-family: Cairo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.comment-img {
  width: 3rem;
  height: 3rem;
}
.comment-name {
  color: var(--Black, #000);
  text-align: center;

  /* Text/Regular/Semi Bold */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.build-up-in-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.number-row > .info {
  color: #666666;

  /* Text/Medium/Normal */
  font-family: Cairo;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
}
.number-container {
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: space-around;
}
.number-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 5px;
}
.want-more {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.want-more > button {
  border-radius: 5px;
  border: 1px solid var(--Black, #000);
  background: black;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 7rem;
  color: var(--White, #fff);

  /* Text/Regular/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.our-team {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.team-container {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
}
.team-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.team-column{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid var(--Black, #000);
    padding: 1rem;
    border-radius: 5px;

}
.team-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
}

.team-column > .avatar {
  width: 3rem;
  height: 3rem;
}
.team-name {
  color: var(--Black, #000);
  text-transform: capitalize;
  /* Text/Regular/Semi Bold */
  font-family: Cairo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.team-position {
  color: var(--Black, #000);

  /* Text/Medium/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.team-desc {
  color: var(--Kuno-Grey, #676767);

  /* Text/Regular/Normal */
  font-family: Cairo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
/*-----------------------------animation---------------------------*/

/* Fading animation */
.filter {
  animation-name: sepiafilter;
  animation-duration: 0.5s;
}
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}
.zoomin {
  animation-name: zoomin;
  animation-duration: 0.5s;
}
@keyframes cardeffect {
  from {
    transform: scale(1);
    filter: contrast(1);
  }
  to {
    transform: scale(1.2);
    filter: contrast(2);
  }
}
@keyframes cardeffect-out {
  from {
    transform: scale(1.2);
    filter: contrast(2);
  }
  to {
    transform: scale(1);
    filter: contrast(1);
  }
}
@keyframes border-animation {
  from {
    content: "";
    border-bottom: 3px solid #000;
    width: 0%;
    display: block;
  }
  to {
    content: "";
    border-bottom: 3px solid #000;
    width: 100%;
    display: block;
  }
}
@keyframes sepiafilter {
  0% {
    filter: contrast(1);
  }
  100% {
    filter: contrast(1.5);
  }
}
@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomin {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .slide-h1 {
    /* Heading/H1 */
    font-family: Cairo;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 67.2px */
    top: 40%;
    left: 7%;
  }
  #grid {
    height: 30vh;
  }
  .dots {
    position: absolute;
    top: 95%;
  }
  .service-card > h3 {
    text-align: start;
    top: 20%;
    left: 10%;
  }
  .service-card {
    height: 70vh;
  }
  .service-card > p {
    left: 11%;
    top: 50%;
  }
  .team-column {
    margin-bottom: 3rem;
    width: 100%;
  }
  .number-row {
    width: 100%;
    margin-bottom: 2rem;
  }
  .testimonal-row {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about-img {
    width: 100%;
  }
  .content {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
  }
  .project-img {
    width: 90% !important;
  }
  .project-desc {
    width: 90% !important;
  }
  .project-container {
    flex-wrap: wrap;
  }
  .footer-card {
    flex-wrap: wrap;
    height: auto;
  }
  .footer-newsletter {
    width: 100%;
    margin-bottom: 2rem;
  }
  .content-socials {
    width: 100%;
  }
  .footer-terms {
    flex-wrap: wrap;
  }
  .toggle-button {
    display: flex;
  }
  nav > ul {
    display: none;
    width: 100%;
    flex-direction: column;
  }
  nav {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin: 2rem;
  }
  nav > ul > li {
    text-align: center;
  }
  nav > ul.activee {
    display: flex;
  }
  .about-img {
    height: 60vh;
  }
  .about-container {
    flex-wrap: wrap;
  }
  .number-container {
    width: 100%;
    flex-wrap: wrap;
  }
  .number-row {
    margin-bottom: 2rem;
  }
  main {
    overflow: hidden;
  }
  aside {
    position: sticky;
  }
  article {
    max-width: 90% !important;
  }
  .row {
    flex-wrap: wrap;
    width: 90%;
  }

  .row-img {
    width: 90%;
  }
  .row > .content {
    width: 100%;
    margin-bottom: 2rem;
  }
  article > h2 {
    margin: 2rem;
  }
  article > p {
    width: 90%;
    margin-left: 2rem;
  }
  article > h3 {
    margin: 2rem;
  }
  article > img {
    margin-left: 1rem;
  }
  .row > .content > p {
    width: 90%;
  }
  .row > .content > h3 {
    width: 90%;
  }
  .row {
    margin: 2rem;
  }
  .contact-container {
    flex-wrap: wrap;
  }
  .contact-form-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) and (min-width: 600px) {
  .slide-h1 {
    top: 40%;
    left: 15%;
  }

  .about-container {
    flex-wrap: wrap;
  }
  .team-column {
    margin-bottom: 3rem;
  }
  .number-container {
    width: 100%;
    flex-wrap: wrap;
  }
  .number-row {
    margin-bottom: 2rem;
  }
  .footer-card {
    flex-wrap: wrap;
    height: auto;
  }
  .footer-newsletter {
    width: 100%;
    margin-bottom: 2rem;
  }
  .content-socials {
    width: 100%;
  }
  .footer-terms {
    flex-wrap: wrap;
  }
  .project-img {
    width: 40%;
  }
  .project-desc {
    width: 60%;
  }
  .toggle-button {
    display: flex;
  }
  nav > ul {
    display: none;
    width: 100%;
    flex-direction: column;
  }
  nav {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin: 2rem;
  }
  nav > ul > li {
    text-align: center;
  }
  nav > ul.activee {
    display: flex;
  }

  aside {
    position: static;
  }
  article {
    max-width: 90% !important;
  }
  .row {
    flex-wrap: wrap;
  }
  .row-img {
    width: 90%;
  }
  .row > .content {
    width: 100%;
    margin-bottom: 2rem;
  }
  article > h2 {
    margin: 2rem;
  }
  article > p {
    width: 90%;
    margin-left: 2rem;
  }
  article > h3 {
    margin: 2rem;
  }
  article > img {
    margin-left: 1rem;
  }
  .row > .content > p {
    width: 90%;
  }
  .row > .content > h3 {
    width: 90%;
  }
  .row {
    margin: 2rem;
  }
  .contact-container {
    flex-wrap: wrap;
  }
  .contact-form-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) and (min-width: 768px) {
  /*-----------------------------about page---------------------------*/
  .contact-container {
    flex-wrap: wrap;
  }
  .contact-form-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }
  /*-----------------------------header---------------------------*/
  .slide-h1 {
    top: 40%;
    left: 23%;
  }
  .about-container {
    flex-wrap: wrap;
  }
  .number-container {
    width: 80%;
  }
  .project-img {
    width: 50%;
  }
  .project-desc {
    width: 50%;
  }
  aside {
    position: static;
  }
  article {
    max-width: 90% !important;
  }
  .row {
    flex-wrap: wrap;
  }
  .row-img {
    width: 90%;
  }
  .row > .content {
    width: 100%;
    margin-bottom: 2rem;
  }
  article > h2 {
    margin: 2rem;
  }
  article > p {
    width: 90%;
    margin-left: 2rem;
  }
  article > h3 {
    margin: 2rem;
  }
  article > img {
    margin-left: 1rem;
  }
  .row > .content > p {
    width: 90%;
  }
  .row > .content > h3 {
    width: 90%;
  }
  .row {
    margin: 2rem;
  }
}

.stat-column li {
    margin-left: 30px !important;
    margin-right: 50px !important;
}