/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Tektur:wght@400..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&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tektur:wght@400..900&display=swap");

 .block {
  width: 100%;
  height: 100%;
 }

body {
  font-family: "Tektur", sans-serif;
  font-weight: 100 !important;
}

html, body {
  overflow-x: hidden;
  position: relative;
}


.container {
  max-width: 1200px !important;
  padding: 0 10px;
  margin: auto;
}

.font-monserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.line {
  width: 300px; /* Xəttin uzunluğu */
  height: 2px; /* Maksimum qalın hissə (əvvəlki 20px idi, indi incəldik) */
  background: #7caeb1;
  clip-path: polygon(
    0% 50%,
    25% 35%,
    50% 20%,
    75% 35%,
    100% 50%,
    75% 65%,
    50% 80%,
    25% 65%,
    0% 50%
  );
}

@media screen and (max-width: 768px) {
  .header__inner.active {
    right: 0 !important;
  }
}

#section-3 {
  background: url("../images/section-3_bg.png") no-repeat center/cover;
}

.clamp_width {
  width: clamp(300px, 46vw, 345px);
}

.section-3__content {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */

  svg {
    margin-bottom: 20px;
  }

  @media (min-width: 768px) {
    .item:nth-child(even) {
      flex-direction: row-reverse !important;
      img {
        border-top-right-radius: 50px;
        overflow: hidden;
      }
    }

    .item:nth-child(odd) {
      img {
        border-top-left-radius: 50px;
        overflow: hidden;
      }
    }
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

.slider_gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

/* question styling  */
/* 992 768 */
.question-wrapper {
  margin-top: 40px;
}

.accrodion {
  transition: 0.4s;
}

.accrodion .accrodion-title {
  cursor: pointer;
  border-bottom: 1px solid #989898;
  position: relative;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.accrodion .accrodion-title:after {
  content: "+";
  font-weight: normal;
  color: #929e74;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border: 1px solid #929e74;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  line-height: 48px;
  background: var(--main-color);
  top: 50%;
  transform: translate(0, -50%);
  padding-bottom: 1px;
}

.accrodion.active {
  box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
  padding: 35px 40px 20px;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  margin-top: 20px;
}

.accrodion.active ol {
  list-style: auto;
}

.accrodion.active .accrodion-title:after {
  content: "-";
  font-size: 20px;
}

.accrodion .accrodion-title h4 {
  font-size: 18px;
  line-height: 48px;
  color: #000;
  font-weight: 500;
  padding: 0 20px 0 0;
}

.accrodion-content {
  font-size: 15px;
  padding: 20px 10px;
  line-height: 20px;
  color: #000;
  line-height: 30px;
}

.question-section {
  padding: 60px 0;
  background: #f5f5f7;
}

.question-section h2 {
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 992px) {
  /* 992 Question  start*/
  .question-wrapper {
    margin-top: 0;
  }

  .question-section h2 {
    font-size: 30px;
  }

  .accrodion .accrodion-title h4 {
    font-size: 18px;
    line-height: 35px;
  }

  /* 992 Contact start */
  .contact_wrapper {
    display: block;
  }

  .contact .contact__inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* 768 Question start */

  .question-section {
    padding: 0;
  }

  .section-title a {
    font-size: 14px;
  }

  .question-section .section-title {
    flex-direction: column;
    text-align: center;
  }

  .accrodion-grp {
    margin-top: 20px;
  }

  .accrodion .accrodion-title h4 {
    font-size: 16px;
    line-height: 25px;
  }

  .accrodion.active {
    padding: 35px 10px 20px;
  }
}

.swiper2 {
  width: 100%;
  height: 100%;

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
    place-items: start;
  }

  .swiper-slide {
    width: 60%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
}

  Fancybox.bind("[data-fancybox='gallery']"); Fancybox.bind("[data-fancybox='gallery2']");

