/*--------------------NAVBAR-----------------*/
/*---------------ABOUT-----------------*/
/*------------------WWD------------*/
.what-we-do {
  background-color: #06278a;
}

.what-we-do-container {
  background-color: #06278a;
  width: 100%;
  padding: 1.8rem;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .what-we-do-container {
    padding: 3.6rem 0;
  }
}
@media (min-width: 1400px) {
  .what-we-do-container {
    width: 1280px;
    margin: auto;
    padding: 0 0 3.6rem 0;
  }
}
.what-we-do-container .wwd-top-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .what-we-do-container .wwd-top-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5.4rem 3.6rem;
    align-items: end;
  }
}
.what-we-do-container .wwd-top-part h2 {
  font-size: 2.5em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .what-we-do-container .wwd-top-part h2 {
    font-size: 3.5em;
    width: 50%;
  }
}
.what-we-do-container .wwd-top-part p {
  font-size: 1em;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #ffffff;
  border-left: 1px solid #ffb400;
  line-height: 1.6em;
  padding: 0 0 0 1.8rem;
  margin: 1.8rem 0;
}
@media (min-width: 1200px) {
  .what-we-do-container .wwd-top-part p {
    font-size: 1.1em;
    width: 50%;
    line-height: 1.6em;
  }
}
.what-we-do-container .swiper {
  width: 250px !important;
  height: 250px;
}
@media (min-width: 576px) {
  .what-we-do-container .swiper {
    width: 380px !important;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .what-we-do-container .swiper {
    width: 540px !important;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .what-we-do-container .swiper {
    width: 780px !important;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .what-we-do-container .swiper {
    width: 1020px !important;
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .what-we-do-container .swiper {
    width: 1200px !important;
    height: 350px;
  }
}
.what-we-do-container .swiper-slide {
  width: 250px !important;
  height: 200px;
  margin: 0;
}
@media (min-width: 576px) {
  .what-we-do-container .swiper-slide {
    width: 380px !important;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .what-we-do-container .swiper-slide {
    width: 250px !important;
    height: 200px;
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .what-we-do-container .swiper-slide {
    width: 360px !important;
    height: 250px;
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .what-we-do-container .swiper-slide {
    width: 310px !important;
    height: 240px;
  }
}
@media (min-width: 1400px) {
  .what-we-do-container .swiper-slide {
    width: 370px !important;
    height: 300px;
    position: relative;
  }
}
.what-we-do-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-we-do-container .swiper-button-next {
  right: 0;
  cursor: pointer;
  color: #ffffff;
}
.what-we-do-container .swiper-button-prev::after,
.what-we-do-container .swiper-button-next::after {
  font-size: 2em;
}
@media (min-width: 576px) {
  .what-we-do-container .swiper-button-prev::after,
  .what-we-do-container .swiper-button-next::after {
    font-size: 2.5em;
  }
}
@media (min-width: 1400px) {
  .what-we-do-container .swiper-button-prev::after,
  .what-we-do-container .swiper-button-next::after {
    font-size: 3em;
  }
}
.what-we-do-container .swiper-button-prev {
  left: 0;
  cursor: pointer;
  color: #ffffff;
}
.what-we-do-container .carousel {
  position: relative;
}
.what-we-do-container .wwd-services {
  background-color: #fff;
  width: 80%;
  position: absolute;
  padding: 1.44rem;
  box-sizing: border-box;
  left: 10%;
  bottom: -50px;
  border-radius: 0.5rem;
}
.what-we-do-container .wwd-services a {
  text-decoration: none;
  color: #1239ac;
  font-size: 1.1em;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}
@media (min-width: 576px) {
  .what-we-do-container .wwd-services a {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .what-we-do-container .wwd-services a {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .what-we-do-container .wwd-services a {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .what-we-do-container .wwd-services a {
    font-size: 1.5em;
  }
}
.what-we-do-container .wwd-services .wwd-prices {
  font-family: Roboto, sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  color: #ffb400;
  margin-bottom: 0.54rem;
}
@media (min-width: 1200px) {
  .what-we-do-container .wwd-services .wwd-prices {
    font-size: 1em;
  }
}
.what-we-do-container .wwd-services::after {
  display: inline-block;
  background-color: white;
  box-shadow: 0 0 6px rgb(223, 221, 221);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border-radius: 0.5rem;
  position: absolute;
  font-size: 1.2em;
  color: #ffb400;
  top: calc((1.44rem + 0.6em) * -1);
  right: 1.44rem;
  content: "";
  display: inline-block;
  width: 3.06rem;
  height: 3.06rem;
  -webkit-mask-image: var(--icon);
          mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 70%;
          mask-size: 70%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: orange;
}
@media (min-width: 1400px) {
  .what-we-do-container .wwd-services::after {
    position: absolute;
    font-size: 1.4em;
    top: calc((1.44rem + 0.7em) * -1);
    right: 1.8rem;
  }
}
.what-we-do-container .wwd-services::before {
  display: inline-block;
  background-color: white;
  box-shadow: 0 0 6px rgb(223, 221, 221);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border-radius: 0.5rem;
  position: absolute;
  font-size: 1.2em;
  color: #ffb400;
  top: calc((1.44rem + 0.6em) * -1);
  right: 1.44rem;
  content: "";
  display: inline-block;
  width: 3.06rem;
  height: 3.06rem;
  background-color: white;
}
@media (min-width: 1400px) {
  .what-we-do-container .wwd-services::before {
    position: absolute;
    font-size: 1.4em;
    top: calc((1.44rem + 0.7em) * -1);
    right: 1.8rem;
  }
}
.what-we-do-container .wwd-bottom-part {
  text-align: center;
  margin-top: 3.6rem;
}
.what-we-do-container .wwd-bottom-part span {
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
}
@media (min-width: 576px) {
  .what-we-do-container .wwd-bottom-part span {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .what-we-do-container .wwd-bottom-part span {
    font-size: 1.2em;
  }
}
.what-we-do-container .wwd-bottom-part a {
  color: #ffb400;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 700;
  border-bottom: 1px solid #ffb400;
  cursor: pointer;
  display: inline-block;
  margin-top: 0.54rem;
}
@media (min-width: 1200px) {
  .what-we-do-container .wwd-bottom-part a {
    font-size: 1.2em;
    border-bottom: 2px solid #ffb400;
  }
}/*# sourceMappingURL=services.css.map */