@font-face {
  font-family: "lulo-clean";
  src: url('../fonts/lulo-clean/Lulo\ Clean\ One.otf');
  src: url('../fonts/lulo-clean/Lulo\ Clean\ One.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: "lulo-bold";
  src: url('../fonts/lulo-clean/Lulo\ Clean\ One\ Bold.otf');
  src: url('../fonts/lulo-clean/Lulo\ Clean\ One\ Bold.otf') format('opentype');
  font-style: bold;
}

@font-face {
  font-family: "caudex";
  src: url('../fonts/Caudex/Caudex-Regular.ttf');
  src: url('../fonts/Caudex/Caudex-Regular.ttf') format('opentype');
  font-style: normal;
}

@font-face{
    font-family: "DIN Next";
    src: url("../fonts/DIN/3403275a8aeb6fc07122a8dd7f10e0ec.eot");
    src: url("../fonts/DIN/3403275a8aeb6fc07122a8dd7f10e0ec.eot?#iefix")format("embedded-opentype"),
        url("../fonts/DIN/3403275a8aeb6fc07122a8dd7f10e0ec.woff")format("woff"),
        url("../fonts/DIN/3403275a8aeb6fc07122a8dd7f10e0ec.woff2")format("woff2"),
        url("../fonts/DIN/3403275a8aeb6fc07122a8dd7f10e0ec.ttf")format("truetype"),
        url("../fonts/DIN/3403275a8aeb6fc07122a8dd7f10e0ec.svg#DIN Next LT W04 Light")format("svg");
    /* font-weight:lighter; */
    /* font-style:normal; */
    font-display:swap;
}

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

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f2f2f2;
}

.nav-links{
  gap: 3rem;
  line-height: 50px;
  font-family: Helvetica,Arial, sans-serif;
}
hr{
  margin: 0.5rem 0;
}

.hero-section {
  background-image: url('../img/bg.webp');
  height:100vh;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.left img {
  width: 350px;
  height: 101px;
}

.right {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.right li {
  margin-right: 20px;
  font-size: 18px;
}

.about_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.about_left {
  padding: 110px;
  background-color: #fbce12;
}

.about_left h1 {
  line-height: 1.1em;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: lulo-bold;
}

.about_left span {
  font-size: 14px;
  font-family: Din Next;
  line-height: 1.4em;
}

.about_right img {
  max-width: 100%;
  height: auto;
}

.about-right {
  background-image: url('../img/about.webp');
  height: 580px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our_clients {
  background-color: black;
  width: 100%;
  height: 540px;
  padding-top: 5rem;
}

.our_client_main h2 {
  padding: 50px 0;
  color: white;
  font-size: 2rem; 
  font-family: lulo-bold; 
  letter-spacing: 0.1rem; 
  text-align: center
}

.our_client_logo {
  display: flex;
  justify-content: space-around;
  padding: 50px 0px;
}

.meet_team_div {
  padding: 70px;
}

.col.img-text {
  background-color: #595959;
  padding: 20px;
  max-height: 160px;
  height: 100%;
}

.custom-hr {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-items: end;
  width: 80%;
  height: 2px; 
  background-color: transparent;
}

.bold-half {
  flex: 1;
  height: 8px;
  background-color: #2d2e2d; /* Color of the bold half */
}

.thin-half {
  flex: 1;
  height: 100%;
  background-color: rgb(38, 38, 38); /* Color of the thin half */
}
.hero-img {
  width: 100%;
}

.overlay-text {
  position: absolute;
  color: white;
  text-align: right;
  width: 350px;
  right: 20%;
  top: 60%;
}

.meet_team_div span {
  color: white;
  display: block;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.meet-the-team {
  background-color: rgb(45, 46, 45);
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

.col.img-text {
  background-color: #595959;
  padding: 20px;
}

.col.img-text h2 {
  letter-spacing: -0.05em;
  color: #fff;
  font-size: 13px;
  font-family: lulo-bold;
}

.col.img-text span {
  font-family: Din Next;
  font-size: 18px / 1.4em;
  letter-spacing: normal;
  color: white;
}

.form-color-div {
  background-color: #2d2e2d;
  padding: 150px 200px;
}

.form-color-div label {
  color: white;
}

.contact-form {
  background-color: #2d2e2d;
}

.service-card {
  margin: 3rem !important;
}

.transparent-input {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
  color: white;
}

.transparent-input:focus {
  box-shadow: none;
  border-color: white;
  color: white;
  background-color: transparent;
}

.slider_section {
  background-image: url('../img/slider.webp');
  height: 850px;
  width: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



.carousel {
  top: 20%;
}

.carousel-inner {
  height: 250px;
}

.carousel-caption {
  color: #fff;
  top: 50%;
}

.carousel-caption .quotes {
  font-size: 27px;
  /* line-height: 1.4; */
  text-align: center;
}

.carousel-caption .name {
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .header {
    padding: 0px;
  }

  .nav-links{
    gap: 0rem;
  }

  .logo-brand {
    width: 200px;
    height: 60px;
  }

  .slider_section {
    height: 350px;
  }

  .d-md-block {
    display: block !important;
    padding: 0;
  }

  .carousel-caption .quotes {
    font-size: 16px;
  }

  .column {
    width: 100%;
  }

  .img-box {
    padding: 25px;
  }

  .our_client_logo {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .mb-3 {
    margin-bottom: 3rem !important;
  }

  .form-color-div {
    padding: 60px 60px;
  }

  .service-div {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .service-card {
    margin: 0.5rem !important;
  }

  .overlay-text h1 {
    font-size: 1rem;
  }

  .overlay-text span {
    font-size: 0.8rem;
  }
  hr{
    margin: 0;
  }

  .hero-section {
    height: 212px;
    background-image: url('../img/bg_mobile.webp');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: initial;
  }

  .overlay-text {
    text-align: right;
    position: relative !important;
    color: white;
    text-align: right;
    top: 0;
    transform: translate(10px, 10px);
    left: 0;
    font: normal normal normal 23.700000000000003px/1.4em lulo-clean-w01-one-bold, lulo-clean-w05-one-bold, sans-serif;
    padding: 54px 30px 0 120px;
    font-family: lulo-clean-w01-one-bold, lulo-clean-w05-one-bold, sans-serif;
  }

  .col-md-12.col-lg-9.about-right {
    height: 230px;
  }

  .about-right {
    height: 230px;
    background-image: url('../img/about_mobile.webp');
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

 
  .team-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row.p-5.team-info {
    gap: 2rem;
}
.our_clients{
  height: 100%;
}
}

@media screen and (max-width: 750px) {
  .slider_section {
    height: 350px;
  }

  .d-md-block {
    display: block !important;
    padding: 0;
  }

  .carousel-caption .quotes {
    font-size: 16px;
  }
}