@import url(/assets/css/header.css);
@import url(/assets/css/fag.css);
@import url(/assets/css/footer.css);
@import url(/assets/css/modal.css);
/* about section start */
.about {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 55px 140px 55px 140px;
  gap: 35px;
}
.about .about_image {
  height: 600px;
  width: 40%;
}
.about .about_image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.about .about_text {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: start;
  justify-content: start;
  width: 55%;
}
.about .about_text .title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
}
.about_text .title a {
  color: #67bfeb;
  font-weight: 600;
  line-height: 28px;
  font-size: 16px;
  cursor: pointer;
}
.about_text .title h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 4px;
}
.about_text .title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #5f6980;
  letter-spacing: 2px;
}
.about_text .title button {
  padding: 12px 28px;
  border-radius: 40px;
  background-color: #00acff;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.title button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #34455a;
  z-index: -1;
  border-radius: 40px;
  transition: 0.3s;
}
.title button:hover::before {
  width: 100%;
}
.about .about_text .text {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
  max-width: 65%;
}
.about_text .text li {
  padding: 12px 24px;
  width: auto;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_text .text li a {
  font-weight: 600;
  font-size: 16px;
  color: #5f6980;
  line-height: 28px;
  cursor: default;
}
.about_text .text_image {
  max-width: 534px;
  max-height: 669px;
  display: none;
  margin-top: 30px;
}
.about_text .text_image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-top-left-radius: 12px;
  border-top-right-radius: 170px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
/* about section end */

/* card section start */
.card {
  background: #f9fafb;
  padding: 120px 140px 120px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-top: 8px solid #32aaff1a;
  border-bottom: 8px solid #32aaff1a;
}
.card .card_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.card .card_title h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 56px;
}
.card .card_title span {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #5f6980;
  text-align: center;
}
.card .card_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.card .card_container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0 60px;
  text-align: center;
}
.card_container .item:nth-child(2) .count {
  background: #fe808c;
}
.card_container .item:nth-child(3) .count {
  background: #9887ff;
}
.card_container .item:nth-child(4) .count {
  background: #7448cd;
}
.card_container .item:nth-child(5) .count {
  background: #ffda18;
}
.card_container .item:nth-child(6) .count {
  background: #53c40d;
}
.card_container .item .image {
  position: relative;
}
.card_container .item .count {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #67bfeb;
  border-radius: 50%;
  top: 5px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_container .item .count span {
  color: #ffffff;
}
/* card section end */
/* services section start */
.services {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}
.services .services_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.services .services_title h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
  color: #282828;
}
.services .services_title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #5f6980;
}
.services .services_cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 70px;
}
.services .services_cart .cart_item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 32px;
  background-color: #f3f5f7;
  border-radius: 24px;
}
.services_cart .cart_item .cart_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 35%;
}
.cart_item .cart_text .information {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}
.cart_item .cart_text .information h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #282828;
}
.cart_item .cart_text .information p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #596780;
}
.cart_item .cart_text .information ul {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.cart_item .cart_text .information ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background-color: #fafafa;
  border-radius: 100px;
}
.cart_item .cart_text .information ul li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #5f6980;
}
.cart_item .cart_text .click_projects {
  cursor: pointer;
}
.cart_item .cart_text .click_projects button {
  display: flex;
  align-items: center;
  gap: 15px;
  background: none;
  border: none;
}
.cart_item .cart_text .click_projects button span {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #09090b;
  cursor: pointer;
}
.cart_item .cart_text button div {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cart_item .cart_text button div i {
  rotate: 320deg;
  font-size: 15px;
  color: #444444;
}
.services .cart_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 3px solid #e4e4e7;
}
/* services section end */
/* information section start */
.information_rules {
  border-top: 8px solid #32aaff1a;
  border-bottom: 8px solid #32aaff1a;
  padding: 80px 140px;
}
.information_rules {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-direction: column;
}
.information_rules .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.information_rules .title h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  color: #282828;
}
.information_rules .title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #5f6980;
}
.dowland_btn {
  background-color: #90a1ca;
  border-radius: 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 12px 28px;
  cursor: pointer;
}
/* information section end */
/* slider section start */
.slider {
  padding: 80px 140px;
}
.slider .title {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.slider .title h2 {
  color: #282828;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}
.slider .title p {
  color: #596780;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.swiper {
  margin-top: 50px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.swiper-slide .slider-text h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2d3748;
}
.swiper-slide .slider-text span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #2d3748;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* slider section end */
/* mobil devices */
@media (max-width: 1200px) {
  section,
  footer {
    padding: 36px 24px !important;
  }
  .modal-form {
    width: 95%;
    margin: 20px auto;
    border-radius: 15px;
    padding: 20px;
  }
}
@media (max-width: 1054px) {
  .about .about_image {
    display: none;
  }
  .about .about_text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header .navbar {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #f4f4f5;
    width: 100%;
    display: none;
  }
  .header .navbar.active {
    display: block;
  }
  .header .navbar ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 12px 24px;
  }
  .header .toggle {
    display: block;
  }
  .about .about_text {
    padding: 0;
  }
  .about_text .text_image {
    display: block;
  }
  .about_text .title h1 {
    letter-spacing: 1px;
  }
  .card .card_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .card .card_title h2 {
    text-align: center;
  }
  .services .services_title h2,
  .services .services_title p {
    text-align: center;
  }
  .services .services_cart .cart_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .services_cart .cart_item .cart_text {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .services_cart .cart_item .cart_text {
    gap: 30px;
  }
  .information_rules .title {
    text-align: center;
  }
  .step:first-child .step-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .about_text .title h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .about_text .title button {
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 24px;
  }
  .about .about_text .text {
    gap: 10px;
    margin-top: 30px;
    max-width: 100%;
  }
  .card .card_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-navbar {
    flex-direction: column;
    gap: 22px;
  }
  footer .footer-logo {
    text-align: center;
    margin: 0 auto;
  }
  footer span {
    margin: 0 auto;
  }
  .modal-form .pagination {
    gap: 0;
    padding-bottom: 10px;
  }
  .step-item {
    gap: 5px;
    padding: 14px;
    border-radius: 10px;
  }
  .step:nth-child(2) .step-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
  .step-input-container {
    min-width: 50%;
    display: block;
    margin-top: 20px;
  }
  .step-input-container .input {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .header .call {
    min-width: 100px;
    height: 30px;
  }
  .header {
    gap: 12px;
  }
  .about .about_text .text {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .about_text .text li a {
    font-weight: 600;
    font-size: 13px;
  }
  .cart_item .cart_text .click_projects button span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 360px) {
  .about_text .title h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .about_text .title p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .information_rules .dowland_btn {
    padding: 8px 16px;
  }
}
