.main {
  margin-top: 81px !important;
  padding-bottom: 30px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1900px;
}

.pages__name {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
}
.pages__name-left {
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.pages__name-right {
  color: #777a9a;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.pages__name-slash {
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
}
.services-title {
  color: #fff;
  text-align: center;
  font-family: "Lato";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.services__cards__card {
  border-radius: 20px;
  border: 1px solid rgb(235, 228, 228);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(271.05deg, rgba(9, 13, 43, 0.3) 11.52%, rgba(85, 99, 153, 0.3) 76.1%);
  backdrop-filter: blur(5px);
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 300ms;
  margin-bottom: 30px;
}
.services__cards__card:hover {
  border: 1px solid #0e81ff;
}
.services__cards__card:hover .services__cards__card__img img {
  transform: scale(1.1);
}
.services__cards__card__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: flex-start;
  width: 100%;
}
.services__cards__card__top .services__card-title {
  color: #fff;
  font-family: "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-transform: uppercase;
}
.services__cards__card__top .services__card__icon {
  min-width: 20px;
  min-height: 20px;
  margin-left: 20px;
}
.services__cards__card__top .services__card__icon svg {
  min-width: 100%;
  min-height: 100%;
}
.services__cards__card__img {
  width: 265.62px;
  height: 175.73px;
  transition: 300ms;
  overflow: hidden;
}
.services__cards__card__img img {
  width: 100%;
  height: 100%;
  transition: 300ms;
}
.services__cards .swiper-wrapper {
  padding-bottom: 55px;
}
.services__cards .swiper-horizontal > .swiper-pagination-bullets,
.services__cards .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  display: flex;
  gap: 26px;
  justify-content: center;
  width: 100%;
}
.services__cards span.swiper-pagination-bullet {
  margin: 0 !important;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #54599a !important;
}
.services__cards span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #136bff !important;
}
.services__cards .swiper-button-prev,
.services__cards .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white !important;
  border: 1px #102e69 solid !important;
}
.services__cards .swiper-button-prev::after,
.services__cards .swiper-button-next::after {
  font-size: 16px;
  font-weight: 900;
  color: #1b1f54;
}
.services__banner {
  margin: 40px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid rgb(235, 228, 228);
  background: linear-gradient(271deg, rgba(9, 13, 43, 0.3) 11.52%, rgba(85, 99, 153, 0.3) 76.1%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
.services__banner-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services__banner-content h1 {
  font-size: 38px;
  font-weight: 500;
  font-family: "Lato";
}
.services__banner-content p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato";
}
.services__banner-content a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.services__banner-img {
  width: 561.01px;
  height: 314px;
  max-width: 561.01px;
  min-width: 561.01px;
  max-height: 314px;
  min-height: 314px;
  border-radius: 20px;
  overflow: hidden;
}
.services__banner-img img {
  width: 561.01px;
  height: 314px;
  max-width: 561.01px;
  min-width: 561.01px;
  max-height: 314px;
  min-height: 314px;
  border-radius: 20px;
  overflow: hidden;
}
.services__inner-container {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.services__inner-container h1 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Lato";
  margin-bottom: 15px;
  line-height: 130%;
  text-transform: uppercase;
}
.services__inner-container h2 {
  margin: 40px 0 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.services__inner-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0 20px;
}
.services__inner-container img {
  width: 100%;
  height: 400px;
  max-width: 100%;
  min-width: 100%;
  max-height: 400px;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.services__inner-container ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.services__inner-container ul li {
  list-style: disc;
  margin-left: 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
  line-height: 150%;
}
.services__inner-container ul li::marker {
  color: #136bff;
  font-size: 24px;
}
.services__inner-videoImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services__inner-videoImg svg {
  width: 48px;
  height: 48px;
  position: absolute;
}
.services__completed-projects {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services__completed-projects img {
  width: 100%;
  height: 230px;
  max-width: 100%;
  min-width: 100%;
  max-height: 230px;
  min-height: 230px;
  display: block;
  border-radius: 20px;
}
.services__completed-projects p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato";
}

.row {
  justify-content: center;
}

@media (max-width: 1200px) {
  .services__banner {
    flex-direction: column;
  }
  .services__inner-container img {
    height: 350px;
    max-height: 350px;
    min-height: 350px;
  }
}
@media (max-width: 1000px) {
  .services-title {
    font-size: 26px;
  }
  .services__inner-container img {
    height: 300px;
    max-height: 300px;
    min-height: 300px;
  }
  .services__inner-container h1 {
    font-size: 28px;
  }
  .services__inner-container p {
    font-size: 15px;
  }
  .services__inner-container ul li {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .services__banner {
    margin: 40px 0 50px;
  }
  .services-title {
    font-size: 22px;
  }
  .services {
    gap: 35px;
    margin-top: 50px;
  }
  .services__cards__card {
    padding: 25px;
  }
  .services__cards .swiper-wrapper {
    padding-bottom: 45px;
  }
  .pages__name {
    display: none !important;
    z-index: -999 !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }
  .services__inner-container img {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
  }
  .services__inner-container h1 {
    font-size: 24px;
  }
  .services__inner-container p {
    font-size: 14px;
  }
  .services__inner-container ul li {
    font-size: 14px;
  }
  .services__inner-container h2 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .services__cards__card__img {
    width: 202.62px;
    height: 160.73px;
  }
  .services__banner-content {
    padding: 30px;
    gap: 20px;
  }
  .services__banner-content h1 {
    font-size: 30px;
  }
  .services__banner-content p {
    font-size: 14px;
  }
}
@media (max-width: 620px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-top: var(--bs-gutter-y);
  }
  .services-title {
    font-size: 20px;
  }
  .services {
    gap: 30px;
  }
  .services__cards__card__top .services__card-title {
    font-size: 16px;
  }
  .services__cards__card {
    padding: 20px;
    margin-bottom: 25px;
  }
  .services__cards .swiper-wrapper {
    padding-bottom: 35px;
  }
  .services__cards span.swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
  .services__cards .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 20px;
  }
  .services__banner-img {
    width: 480px;
    height: 350px;
    max-width: 480px;
    min-width: 480px;
    max-height: 350px;
    min-height: 350px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__banner-img img {
    width: 480px;
    height: 350px;
    max-width: 480px;
    min-width: 480px;
    max-height: 350px;
    min-height: 350px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__inner-container img {
    height: 230px;
    max-height: 230px;
    min-height: 230px;
  }
  .services__banner {
    margin: 40px 0 40px;
  }
  .services__inner-container h1 {
    font-size: 23px;
  }
  .services__inner-container h2 {
    margin: 35px 0 15px;
  }
  .services__inner-container ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .services__banner-img {
    width: 380px;
    height: 250px;
    max-width: 380px;
    min-width: 380px;
    max-height: 250px;
    min-height: 250px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__banner-img img {
    width: 380px;
    height: 250px;
    max-width: 380px;
    min-width: 380px;
    max-height: 250px;
    min-height: 250px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__inner-container img {
    height: 210px;
    max-height: 210px;
    min-height: 210px;
  }
}
@media (max-width: 574px) {
  .main {
    margin-top: 71px !important;
    padding-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .services {
    gap: 20px;
    margin-top: 40px;
  }
  .services__cards__card__top .services__card-title {
    font-size: 14px;
  }
  .services__cards .swiper-wrapper {
    padding-bottom: 30px;
  }
  .services__cards span.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
  .services__cards .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 15px;
  }
  .services__banner-img {
    width: 340px;
    height: 200px;
    max-width: 340px;
    min-width: 340px;
    max-height: 200px;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__banner-img img {
    width: 340px;
    height: 200px;
    max-width: 340px;
    min-width: 340px;
    max-height: 200px;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__inner-container img {
    height: 190px;
    max-height: 190px;
    min-height: 190px;
  }
  .services__completed-projects img {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
  }
  .services__inner-container h1 {
    font-size: 22px;
  }
  .services__inner-container ul {
    margin-bottom: 20px;
  }
  .services__inner-container h2 {
    margin: 30px 0 15px;
  }
  .services__inner-container ul {
    gap: 15px;
  }
}
@media (max-width: 400px) {
  .services__cards__card {
    padding: 15px;
  }
  .services__banner-content {
    padding: 20px;
    gap: 15px;
  }
  .services__banner-content h1 {
    font-size: 20px;
  }
  .services__banner-content p {
    font-size: 14px;
  }
  .services__banner-content button {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .services__banner-img {
    width: 280px;
    height: 150px;
    max-width: 280px;
    min-width: 280px;
    max-height: 150px;
    min-height: 150px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__banner-img img {
    width: 280px;
    height: 150px;
    max-width: 280px;
    min-width: 280px;
    max-height: 150px;
    min-height: 150px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__inner-container img {
    height: 170px;
    max-height: 170px;
    min-height: 170px;
  }
  .services__inner-container h1 {
    font-size: 20px;
  }
  .services__inner-container h2 {
    font-size: 18px;
  }
  .btn-yellow {
    width: 100% !important;
    text-align: center !important;
    justify-content: center;
  }
  .btn-blue {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 350px) {
  .services__banner-img {
    width: 249.168px;
    height: 136.264px;
    max-width: 249.168px;
    min-width: 249.168px;
    max-height: 136.264px;
    min-height: 136.264px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__banner-img img {
    width: 249.168px;
    height: 136.264px;
    max-width: 249.168px;
    min-width: 249.168px;
    max-height: 136.264px;
    min-height: 136.264px;
    border-radius: 20px;
    overflow: hidden;
  }
  .services__inner-container img {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
  }
  .services__inner-container h1 {
    font-size: 18px;
  }
}/*# sourceMappingURL=services.css.map */