/*======---LANDING---======*/

.landing {
  background-color: #020f40;
  width: 100%;
  height: 120vh;
  color: white;
  border-bottom: 5px solid #8a8b91;
  position: relative;
  overflow: hidden;
}

.landing .baslik {
  color: #ffffff;
}

.landing .landing-bg,
.landing .landing-bg-metin,
.landing .content {
  position: absolute;
}

.landing .landing-bg-metin {
  font-family: "Archivo Black", sans-serif;
  top: 10%;
  left: 0;
  font-size: 250px;
  color: #02114b;
  line-height: 1;
}

.landing .landing-bg {
  right: 0;
  bottom: 0;
  width: 40%;
}

.landing .content {
  left: 80px;
  top: 200px;
  font-weight: bold;
}

.landing .content .dikey-cizgi {
  margin-left: 0;
  border-right: 5px solid #f35444;
  border-radius: 10px;
  font-size: 60px;
  margin-bottom: 10px;
}

.landing .content .baslik {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
}

.landing .content .metin {
  color: #7b8399;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
}

.preface {
  margin-bottom: 120px;
}

.preface .sol .preface1 {
  margin-top: -50px;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.preface .sag {
  padding-top: 100px;
  padding-left: 50px;
}

.preface .sag .baslik {
  text-align: left;
}

.preface .sag .icerik {
  text-align: left;
}

.preface .sag .founder {
  padding: 0;
  font-size: 15px;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  margin-left: auto;
}

.preface .sag .preface2 {
  width: 100%;
}
.steps .items-frame {
  width: 100%;
}

.steps {
  background: url("../img/steps-bg.webp") center 50px no-repeat;
  margin-bottom: 100px;
}

.steps .section-header {
  margin-bottom: 20px;
}

.steps .icerik {
  margin: 0 50px;
  margin-bottom: 100px;
}

.steps .items {
  display: flex;
  width: 100%;
  background: url("../img/steps-line-bg.webp") center center/auto no-repeat
    scroll;
  background-size: contain;
}

.steps .item1,
.steps .item2,
.steps .item3,
.steps .item4,
.steps .item5 {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.steps .item1 {
  margin-top: -9vw;
}
.steps .item2 {
  margin-top: 15vw;
}

.steps .item3 {
  margin-top: -7vw;
}

.steps .item4 {
  margin-top: 13vw;
}

.steps .item5 {
  margin-top: 3vw;
}

.steps .item .number {
  font-size: 30px;
  color: #b9b9b9;
}

.steps .item .icon-box {
  display: flex;
  margin: auto;
  width: 70px;
  height: 70px;
  border: 2px solid #f35444;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.steps .item:hover .icon-box {
  background-color: #f35444;
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 15px 40px rgba(243, 84, 68, 0.35);
}

.steps .item .icon {
  margin: auto;
  font-size: 30px;
  color: #222222;
  transition: all 0.4s ease;
}

.steps .item:hover .icon {
  color: #ffffff;
  transform: scale(1.1);
}

.steps .item .text {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  margin-top: 25px;
  transition: all 0.3s ease;
}

.steps .item:hover .text {
  color: #f35444;
}

/* Sertifikalar Carousel */
.certificates {
  margin-bottom: 80px;
  padding: 0 80px;
  position: relative;
  overflow: visible;
}

.certificates .carousel {
  position: relative;
  overflow: visible;
}



.certificates .carousel-inner {
  overflow: hidden;
}

.certificates .carousel-control-prev,
.certificates .carousel-control-next {
  width: 30px;
  height: 30px;
  background: #f35444;
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(243, 84, 68, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificates .carousel-control-prev {
  left: -50px;
}

.certificates .carousel-control-next {
  right: -50px;
}

.certificates .carousel-control-prev:hover,
.certificates .carousel-control-next:hover {
  background: #d94535;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(243, 84, 68, 0.4);
}

.certificates .carousel-control-prev .icon,
.certificates .carousel-control-next .icon {
  font-size: 18px;
  color: #fff;
  filter: none;
}

.certificates .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.certificates .carousel-item img:hover {
  filter: brightness(0.85);
}

#certificatesCarousel .carousel-inner .carousel-item.active,
#certificatesCarousel .carousel-inner .carousel-item-next,
#certificatesCarousel .carousel-inner .carousel-item-prev {
  display: flex;
  flex-wrap: nowrap;
}

#certificatesCarousel .carousel-inner .carousel-item > div {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 8px;
}

/* Desktop: 4 tane görünsün */
@media (min-width: 992px) {
  #certificatesCarousel .carousel-inner .carousel-item-right.active,
  #certificatesCarousel .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  #certificatesCarousel .carousel-inner .carousel-item-left.active,
  #certificatesCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }

  #certificatesCarousel .carousel-inner .carousel-item-right,
  #certificatesCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
}

/* Tablet görünümü (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .preface .sag {
    padding-top: 50px;
    padding-left: 30px;
  }

  .certificates {
    padding: 0 50px;
  }

  #certificatesCarousel .carousel-inner .carousel-item > div {
    width: 33.333%;
  }

  #certificatesCarousel .carousel-inner .carousel-item-right.active,
  #certificatesCarousel .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  #certificatesCarousel .carousel-inner .carousel-item-left.active,
  #certificatesCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }

  .certificates .carousel-control-prev {
    left: -40px
  }

  .certificates .carousel-control-next {
    right: -40px
  }
}

/* Mobil: 2 tane görünsün */
@media (max-width: 767px) {
  .certificates {
    padding: 0 50px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .certificates .carousel-control-prev,
  .certificates .carousel-control-next {
    width: 20px !important;
    height: 20px !important;
  }

  .certificates .carousel-control-prev {
    left: -30px;
  }

  .certificates .carousel-control-next {
    right: -30px;
  }

  .certificates .carousel-control-prev .icon,
  .certificates .carousel-control-next .icon {
    font-size: 14px;
  }
  
 

  #certificatesCarousel .carousel-inner .carousel-item > div {
    width: 50%;
    padding: 0 4px;
  }

  #certificatesCarousel .carousel-inner .carousel-item-right.active,
  #certificatesCarousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  #certificatesCarousel .carousel-inner .carousel-item-left.active,
  #certificatesCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }

  #certificatesCarousel .carousel-inner .carousel-item-right,
  #certificatesCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
}

.services {
  background: linear-gradient(#ffffff, #f6f7fb);
  padding-top: 100px;
}

.services .item {
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.services .item:hover {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.services .icon {
  font-size: 30px;
  color: #222222;
  transition: all 0.4s ease;
}

.services .item:hover .icon {
  color: #ffffff;
}

.services .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f35444;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services .item:hover .circle {
  background-color: #f35444;
  transform: rotate(360deg);
  box-shadow: 0 6px 20px rgba(243, 84, 68, 0.3);
}

.services .icerik {
  padding-right: 120px;
}

.services .metin {
  padding-right: 15px;
  padding-bottom: 15px;
}

.services .item .baslik {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.services .iris-btn {
  color: #f35444;
  background-color: transparent;
}

.services .iris-btn:hover {
  color: #ffffff;
  background-color: #f35444;
}

.services-bg {
  position: absolute;
  margin-top: -160px;
}

.services-bg img {
  width: 100%;
}

.parallax-info .mask {
  padding-bottom: 70px;
}

.parallax-info .mask .section-header {
  margin-bottom: 20px;
}

.parallax-info .mask .icerik {
  color: #ffffff;
  margin-bottom: 50px;
}

.contact-us {
  position: relative;
  background-color: #020f40;
  padding: 100px 0;
}
.contact-us .image-frame {
  width: 95%;
  object-fit: contain;
  border-radius: 0 10px 10px 0;
  margin-top: -150px;
}

.contact-us .contact-us-frame {
  width: 80%;
  margin: 0 auto;
}

.contact-us .baslik {
  color: #ffffff;
  line-height: 55px;
}
.contact-us .icerik {
  width: 75%;
  color: #ffffff;
  margin-bottom: 50px;
}

.contact-us .iris-form .iris-row {
  margin-bottom: 15px;
}

.contact-us .iris-form .iris-input {
  width: 100%;
  border-radius: 30px;
  height: 50px;
  background-color: transparent;
  font-size: 15px;
  padding: 10px 20px;
  color: #ffffff;
  border: 1px solid #808494;
  box-shadow: none;
  transition: all 0.3s ease;
}

.contact-us .iris-form .iris-input:focus {
  border-color: #f35444;
  box-shadow: 0 0 20px rgba(243, 84, 68, 0.3);
  outline: none;
}

.contact-us .iris-form .iris-input::placeholder {
  color: #ffffff;
}

.contact-us .iris-form .iris-textarea {
  height: unset;
  resize: none;
  border-radius: 20px;
}

.packages {
  padding: 100px 50px;
}

.packages .item {
  background-color: #f3f5fa;
  border-radius: 10px;
  padding: 60px 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.packages .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f35444, #ff7b6b);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.packages .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.packages .item:hover::before {
  transform: scaleX(1);
}

.packages .item .baslik {
  font-size: 25px;
  margin-bottom: 20px;
}

.packages .item .prices {
  margin-bottom: 20px;
}

.packages .item .price {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #00ac00;
  font-weight: 600;
}

.packages .item .price-before {
  font-size: 24px;
}

.packages .item .liste {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.packages .item .liste li {
  margin-bottom: 2px;
}
.packages .item .liste li i {
  color: #00ac00;
  padding-right: 20px;
}

.packages .item .liste li .fa-minus {
  color: #ff0000;
}

.packages .iris-btn {
  color: #f35444;
  background-color: transparent;
}

.packages .iris-btn:hover {
  color: #ffffff;
  background-color: #f35444;
}

.packages .orta {
  background-color: #020f40;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.packages .orta:hover {
  transform: scale(1.05) translateY(-6px);
}

.packages .orta:hover::before {
  transform: scaleX(1);
}

.packages .orta .baslik,
.packages .orta .fiyat {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .landing {
    height: 80vh;
  }

  .landing .landing-bg {
    width: 80%;
  }
  .landing .landing-bg-metin {
    top: unset;
    font-size: 70px;
  }

  .landing .content {
    top: unset;
    left: unset;
    padding: 20px;
    margin-top: 20px;
  }
  .landing .content .baslik {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
  }

  .landing .content .dikey-cizgi {
    border-right: 2px solid #f35444;
    font-size: 18px;
    margin-left: 0;
  }

  .landing .content .turuncu {
    display: block;
  }

  .landing .content .metin {
    font-size: 14px;
    width: 85%;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .preface {
    margin: 50px 0;
  }

  .preface .sol {
    display: none;
  }

  .preface .sag {
    padding: 0 15px;
    text-align: center;
  }

  .preface .sag .row {
    justify-content: center;
    text-align: center;
  }

  .preface .sag .baslik {
    text-align: center;
    width: 100%;
    display: block;
  }

  .preface .sag .icerik {
    padding: 0;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
  }

  .preface .sag .founder {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    margin-left: auto;
  }

  .steps {
    background: url(../img/steps-bg.webp) no-repeat;
    background-size: contain;
    background-position: 0 200px;
    margin-bottom: 50px;
  }

  .steps .section-header {
    margin-bottom: 10px;
  }

  .steps .icerik {
    text-align: center;
    margin: 0 10px;
    margin-bottom: 50px;
  }

  /*
  .steps .items {
    transform: rotate(90deg);
  }
  .steps .item1,
  .steps .item2,
  .steps .item3,
  .steps .item4,
  .steps .item5 {
    transform: rotate(-90deg);
  }
*/
  .steps .items {
    padding: 0;
    background: url(../img/steps-line-bg.webp) center center / auto no-repeat
      scroll;
    background-size: contain;
    padding: 0 6px;
  }

  .steps .item1 {
    margin-top: -12vw;
  }

  .steps .item2 {
    margin-top: 14vw;
  }

  .steps .item3 {
    margin-top: -8vw;
  }

  .steps .item4 {
    margin-top: 12vw;
  }

  .steps .item5 {
    margin-top: 1vw;
  }

  .steps .item .icon-box {
    width: 10vw;
    height: 10vw;
    border: 1px solid #f35444;
  }
  .steps .item .icon {
    font-size: 5vw;
  }

  .steps .item .number {
    font-size: 13px;
  }

  .steps .item .text {
    font-size: 3.5vw;
    margin-top: 4px;
  }

  .parallax-info .mask {
    padding: 50px 0;
  }

  .parallax-info .mask .section-header {
    margin-bottom: 10px;
  }

  .parallax-info .mask .icerik {
    display: none;
  }

  .services {
    padding-top: 40px;
    padding-bottom: 120px;
    text-align: center;
  }

  .services-bg {
    display: none;
  }

  .services .sol {
    margin-bottom: 30px;
  }

  .services .icerik {
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .services .item {
    margin-bottom: 20px;
    padding: 18px 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  }

  .services .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }

  .services .item .baslik {
    font-size: 16px;
  }

  .services .metin {
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .services .circle {
    margin: 0 auto;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .services .icon {
    font-size: 18px;
  }

  .contact-us {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .contact-us .image-frame {
    width: 100%;
    border-radius: 10px;
  }

  .contact-us .contact-us-frame {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .contact-us .icerik {
    width: 100%;
  }

  .contact-us .iris-form .iris-input {
    height: 45px;
    font-size: 14px;
  }

  .packages {
    padding: 0 15px;
    padding-top: 50px;
  }

  .packages .item {
    padding: 25px 18px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  }

  .packages .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }

  .packages .orta {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  }

  .packages .orta:hover {
    transform: translateY(-5px);
  }

  .packages .item .baslik {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .packages .item .prices {
    margin-bottom: 15px;
  }

  .packages .item .price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #00ac00;
  }

  .packages .item .price-before {
    font-size: 16px;
  }

  .packages .item .liste {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.6;
  }

  .packages .iris-btn {
    color: #f35444;
    background-color: transparent;
  }

  .packages .iris-btn:hover {
    color: #ffffff;
    background-color: #f35444;
  }
}
