@font-face {
  font-family: "Kaushan";
  src: url("/assets/fonts/KaushanScript-Regular.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
.middle-title {
  font-family: "Bold" !important;
  font-size: 25px !important;
  line-height: 30px !important;
  color: #464849;
}

.oduller-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.odul-item {
  display: none;
  width: 270px;
  text-align: center;
  height: 311.5px;
  background: #ffffff;
  padding: 24px;
  gap: 12px;
  border-radius: 10px;
}
.odul-item img {
  width: 112.5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.odul-item .odul-item-texts {
  height: auto;
  gap: 8px;
}
.odul-item .odul-item-texts p {
  font-family: "Regular" !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.03em !important;
  color: #222943;
  margin: 0;
}
.odul-item .odul-item-texts a {
  text-decoration: none;
}
.odul-item .odul-item-texts h3 {
  font-family: "Bold" !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #414c5b !important;
  margin: 0;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

#prevSlide,
#nextSlide {
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
}

.pagination-dot {
  width: 48px;
  height: 48px;
  margin: 5px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.pagination-dot.active {
  border: 1px solid #b5bcbf;
}

.odullerimiz-home {
  width: 100%;
  height: 450px;
  padding: 87px 135px;
  gap: 20px;
  margin-bottom: 50px;
  background: #222943;
  background-image: url(/assets/images/homeodullerimiz.png);
}
.odullerimiz-home .odullerimiz-home-left {
  width: 486px;
  height: 279px;
  gap: 24px;
}
.odullerimiz-home .odullerimiz-home-left h1 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Bold" !important;
  font-size: 39px !important;
  line-height: 46.8px !important;
  color: #ffffff;
  margin: 0;
}
.odullerimiz-home .odullerimiz-home-left button {
  width: 190px;
  height: 64px;
  border-radius: 10px;
  padding: 21px 45px 21px 45px;
  color: #003864;
  border: 1px solid #003864;
  font-family: "ExtraBold" !important;
  font-size: 18px !important;
  line-height: 21.6px !important;
}
.odullerimiz-home .odullerimiz-home-right {
  max-width: 774px;
  width: 100%;
  height: 226px;
  gap: 30px;
}
.odullerimiz-home .odullerimiz-home-right .odul-item {
  display: flex;
}

@media (max-width: 768px) {
  .oduller-slider {
    justify-content: center;
  }
  .oduller-slider .odul-item {
    width: 343px;
  }
  .odullerimiz-home {
    flex-direction: column;
    height: 1120px;
    padding: 40px 16px 40px 16px;
    justify-content: flex-start !important;
    gap: 20px;
    top: 260px;
  }
  .odullerimiz-home .odullerimiz-home-left {
    width: 343px;
    gap: 24px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .odullerimiz-home .odullerimiz-home-left h1 {
    font-family: "Bold" !important;
    font-size: 31px !important;
    line-height: 37.2px !important;
    height: -moz-fit-content;
    height: fit-content;
  }
  .odullerimiz-home .odullerimiz-home-right {
    flex-wrap: wrap;
  }
  .odullerimiz-home .odul-item {
    width: 343px;
    height: auto;
  }
}/*# sourceMappingURL=odullerimizpage.css.map */