@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body,
html {
  background: black;
  overflow-x: hidden;
  color: white;
}

.banner {
  position: relative;
}
.banner .content {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.banner .content .logo {
  width: 100%;
  max-width: 445px;
}
.banner .content h1 {
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  letter-spacing: 3px;
}
.banner .content h1 span {
  font-size: 80px;
}
.banner .content h2 {
  font-size: 53px;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  letter-spacing: 3px;
}
.banner .content .btn {
  font-size: 22px;
  background: white;
  color: #0E69E2;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
}
.banner .content .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px;
  align-items: start;
}
.banner .content .cards .card_c {
  max-width: 18%;
  border: 2px #101010 solid;
  background: #101010;
  border-radius: 25px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
}
.banner .content .cards .card_c .first {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner .content .cards .card_c h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.banner .content .cards .card_c p {
  font-size: 12px;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}
.banner .content .cards .card_c .img {
  background-image: linear-gradient(#2e2e2e, #1c1c1c);
  padding: 5px;
  border-radius: 15px;
}
.banner .content .cards .card_c img {
  border: 2px #0E69E2 solid;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .content .cards .card_c:hover {
  background: #0E69E2;
}
.banner .content .cards .card_c:hover p {
  height: 100%;
  margin-top: 10px;
}
.banner .content .cards .card_c:hover .img {
  background-image: linear-gradient(#fff, #d0d0d0);
}

.portfolio {
  position: relative;
}
.portfolio img {
  border-radius: 30px;
  aspect-ratio: 1/1;
}

.title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 61.76px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 0.8em;
}

.clients {
  margin-top: 5em;
}
.clients img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  border: solid #0E69E2 3px;
  background: white;
  padding: 10px;
}
.clients .swiper-wrapper {
  transition-timing-function: linear !important;
}

.why {
  margin-top: 5em;
}
.why .title {
  margin-bottom: 2em;
}
.why .why_card {
  background: #101010;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  padding-top: 0;
  height: 100%;
}
.why .why_card img {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 0.5em;
}
.why .why_card h4 {
  margin: 1em 0;
  font-family: "Lexend", sans-serif;
  font-size: 23.81px;
  font-weight: 700;
}
.why .why_card p {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.swiper-button-next:after, .swiper-button-next2:after, .swiper-button-prev:after, .swiper-button-prev2:after {
  font-size: 22px;
  color: white;
}

.swiper-button-next, .swiper-button-next2.swiper-button-black, .swiper-button-prev, .swiper-button-prev2.swiper-button-black {
  background: #0E69E2;
  width: 40px;
  height: 40px;
}

.form {
  margin: 5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .info {
  padding: 2em;
  background: #081131;
  width: 40%;
  border-start-start-radius: 15px;
  border-end-start-radius: 15px;
}
.form .info h5 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 58px;
}
.form .info h5 span {
  font-size: 78px;
  color: #0E69E2;
}
.form .info p {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form .info p img {
  width: 20px;
}
.form .btn {
  font-size: 22px;
  background: #0E69E2;
  color: white;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  border-radius: 35px;
}
.form .contact_form {
  width: 60%;
  background: white;
  border-radius: 15px;
  padding: 5em 3em;
}
.form .contact_form form input,
.form .contact_form form select,
.form .contact_form form textarea {
  width: 100%;
  color: #484848;
  border: 0;
  border-bottom: 2px solid rgba(14, 105, 226, 0.3019607843);
  padding: 5px;
  margin-bottom: 2em;
}
.form .contact_form form input::-moz-placeholder, .form .contact_form form select::-moz-placeholder, .form .contact_form form textarea::-moz-placeholder {
  color: rgba(14, 105, 226, 0.3019607843);
}
.form .contact_form form input::placeholder,
.form .contact_form form select::placeholder,
.form .contact_form form textarea::placeholder {
  color: rgba(14, 105, 226, 0.3019607843);
}
.form .contact_form form input:focus-visible,
.form .contact_form form select:focus-visible,
.form .contact_form form textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
  border-bottom: 2px solid #0E69E2;
}
.form .contact_form form select.gray {
  color: rgba(14, 105, 226, 0.3019607843);
}
.form .contact_form form option {
  color: #484848;
}

.footer h6 {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 700;
  min-height: 25px;
}
.footer li a {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.footer .social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer .social img {
  width: 30px;
}

@media only screen and (min-width: 1500px) {
  .portfolio {
    margin-top: -50px;
  }
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
  .banner .content .cards .card_c {
    max-width: 18%;
  }
  .banner .content .cards .card_c h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .banner .content .logo {
    max-width: 345px;
}
.banner .content h1,.banner .content .btn {
  font-size: 18px;
}
.banner .content h1 span {
  font-size: 55px;
}
.banner .content h2 {
  font-size: 40px;
}
.banner .content {
  gap: 18px;
}
.portfolio {
  margin-top: -7em;
  margin-top: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .banner .content .cards .card_c {
    border-radius: 15px;
  }
  .portfolio {
    margin-top: -6em;
    margin-top: -3em;
  }
  .banner .content .cards .card_c {
    max-width: 18.5%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .portfolio {
    margin-top: -5em;
    margin-top: -2em;
  }
  .banner .content .cards .card_c {
    max-width: 18.5%;
}
}
.swiper.portfolio-swiper {
  position: relative;
}

@media only screen and (max-width:1025px) {
  .banner .content .logo {
    width: 100%;
    max-width: 310px;
  }
  .banner .content h1 {
    font-size: 18px;
  }
  .banner .content h1 span {
    font-size: 40px;
  }
  .banner .content .btn {
    font-size: 18px;
  }
  .banner .content h2 {
    font-size: 25px;
  }
  .banner .content .cards .card_c h3 {
    font-size: 12px;
    text-align: center;
  }
  .banner .content .cards .card_c img {
    width: 35px;
    height: 35px;
  }
  .banner .content .cards .card_c {
    max-width: 160px;
    border-radius: 15px;
  }
  .banner .content .cards {
    align-items: inherit;
  }
  .banner .content .cards .card_c {
    margin-top: 2em;
  }
  .banner .content .cards .card_c .first {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .banner .content .cards .card_c p {
    height: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .banner .content .cards .card_c .img {
    margin-top: -25px;
    margin-bottom: 10px;
    background-image: linear-gradient(#fff, #d0d0d0);
  }
  .title {
    font-size: 30px;
  }
  .portfolio {
    margin-top: 100px;
  }
  .why .why_card img {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  .why .title {
    margin-bottom: 3em;
  }
  .why .why_card h4 {
    font-size: 20px;
  }
  .why .why_card p {
    font-size: 12px;
  }
  .form .info h5 {
    font-size: 30px;
  }
  .form .info h5 span {
    font-size: 50px;
  }
  .form .btn {
    font-size: 17px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner .content .cards .card_c h3 {
    font-size: 8px;
  }
  .banner .content .cards .card_c .first {
    gap: 5px;
  }
  .banner .content .cards .card_c p {
    font-size: 8px;
  }
}
@media only screen and (max-width:991px) {
  .banner .content .logo {
    max-width: 230px;
  }
  .banner .content .cards .card_c h3 {
    font-size: 10px;
  }
  .banner .content .cards .card_c .img {
    box-shadow: 0px 0px 50px 11px #0E69E2;
    margin-bottom: 2.5em;
  }
  .banner .content .cards .card_c img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .banner .content .cards .card_c {
    max-width: 125px;
    border-radius: 8px;
    padding: 5px;
  }
  .banner .content {
    gap: 15px;
  }
  .why .why_card h4 {
    font-size: 16px;
  }
  .why .why_card p {
    font-size: 10px;
  }
  .form .info h5 {
    font-size: 25px;
  }
  .form .info h5 span {
    font-size: 35px;
  }
  .form .btn {
    font-size: 14px;
  }
  .form .info p {
    font-size: 16px;
  }
  .form .contact_form {
    width: 60%;
    padding: 2em;
  }
}
@media only screen and (max-width:480px) {
  .portfolio img {
    margin: 1em 0;
  }
  .why .why_card {
    margin-bottom: 5em;
  }
  .why .row {
    align-items: center;
  }
  .form {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .form .contact_form,
  .form .info {
    width: 100%;
  }
  .form .contact_form {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
  }
  .form .info {
    border-start-end-radius: 15px;
    border-end-start-radius: 0;
  }
  .banner .content .logo {
    max-width: 200px;
  }
  .banner .content h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .banner .content h1 span {
    font-size: 40px;
  }
  .banner .content .btn {
    font-size: 16px;
  }
  .title {
    font-size: 25px;
  }
  .banner .content .cards .card_c {
    margin-top: 3em;
  }
  /* .banner .content .cards .card_c:first-child {
    margin-top: 4em;
  } */
  .portfolio {
    margin-top: 50px;
  }
  .banner .content {
    position: relative;
    margin-top: -180px;
  }
  .banner .content .cards .card_c {
    max-width: 100%;
    padding: 25px;
    padding-top: 0;
  }
  .banner .content .cards .card_c h3 {
    font-size: 18px;
  }
  .banner .content .cards .card_c p {
    font-size: 15px;
    text-overflow: inherit;
    display: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    text-align: justify !important;
  }
  .banner .content .cards .card_c img {
    width: 40px;
    height: 40px;
  }
  .why .why_card h4 {
    font-size: 22px;
  }
  .why .why_card p {
    font-size: 15px;
  }
  .footer {
    text-align: center;
  }
  .footer .footer-logo {
    display: block;
    margin: auto;
    margin-bottom: 3em;
  }
  .footer .social {
    justify-content: center;
    margin-top: 1em;
  }
  .footer hr.mt-5.mb-4 {
    margin-top: 2em !important;
  }
  .footer .last {
    margin-top: 1em;
  }
  .footer li {
    list-style: none;
  }
  .footer li a {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
  }
  .portfolio img {
    width: 70vw !important;
    margin: auto;
    display: block;
  }
  .why {
    display: none;
  }
  .clients {
    margin-bottom: 5em;
  }
  .swiper-button-next, .swiper-button-next2, .swiper-container-rtl .swiper-button-prev, .swiper-container-rtl .swiper-button-prev2 {
    right: 0;
  }
  .swiper-button-prev, .swiper-button-prev2, .swiper-container-rtl .swiper-button-next, .swiper-container-rtl .swiper-button-next2 {
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */