/* FONT FACES */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/google/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@font-face {
    font-family: 'Archivo Black';
    src: url('../fonts/google/Archivo_Black/ArchivoBlack-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}

/* FONT FAMILIES */
font-family: 'Archivo Black', sans-serif;
font-family: 'Catamaran', sans-serif;
font-family: 'Montserrat', sans-serif;

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #1a1d28;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f35444 0%, #d94535 100%);
  border-radius: 5px;
  border: 2px solid #1a1d28;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff6b5c 0%, #f35444 100%);
}

/* Firefox Scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #f35444 #1a1d28;
}

body {
  font-family: "Catamaran", sans-serif;
  font-size: 17px;
  color: #666666;
  line-height: 29px;
}

.catamaran {
  font-family: "Catamaran", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}


.padding-0 {
  padding: 0;
}

.padding-0 .row {
  margin: 0;
}

.baslik {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: #222222;
  margin-bottom: 20px;
}

._blank {
  display: flex;
  align-items: center;
  color: #666666;
}

._blank i {
  font-size: 20px;
  color: #222222;
  margin-left: 10px;
}

.section-header {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
  line-height: initial;
}

.icerik {
  margin-bottom: 50px;
}

.icon {
  line-height: inherit;
}

.turuncu {
  display: inline-block;
  color: #f35444;
}

.iris-btn {
  border: 2px solid #f35444 !important;
  border-radius: 50px;
  background-color: transparent;
  color: #f35444;
  transition: all 0.3s ease;
  line-height: normal;
  padding: 8px 50px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  text-align: center;
}

.iris-btn:hover {
  background-color: #f35444;
  border-color: #f35444;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 84, 68, 0.3);
}

.iris-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(243, 84, 68, 0.2);
}

/* Genel hover efektleri */
.item:hover,
.card:hover,
.package:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

a {
  color: #000000;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #f35444;
}

.parallax-info {
  overflow: hidden;
}

.parallax-info .mask {
  background-color: #0c0f1ad7;
  width: 100%;
  position: inherit;
  top: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0px;
  padding: 120px 0;
}

.parallax-info .mask .section-header {
  color: #ffffff;
  margin-bottom: 0;
}

.parallax-info .mask .baslik {
  color: #ffffff;
  margin-bottom: 0;
}

.footer {
  background-color: #020f40;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #818599;
  font-size: 18px;
}

.footer .item {
  padding: 0 20px;
}

.footer .sol .logo {
  height: 45px;
  margin-right: 10px;
}

.footer .item .baslik {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff34;
  font-weight: 600;
}

.footer .item .icerik {
  margin-bottom: 20px;
}

.footer .links {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}

.footer .links .icon {
  color: #f35444;
  margin-right: 10px;
}
.footer .links a {
  color: #ffffff;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer .links a:hover {
  color: #f35444;
  transform: translateX(5px);
}

.footer .links .social a:hover {
  transform: translateY(-3px) scale(1.1);
}

.footer .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer .links .social .icon {
  margin: 0;
}

.footer .links .social a {
  margin-right: 20px;
}

.footer .orta .links {
  padding-left: 20px;
  font-size: 18px;
}

.footer .orta .links li {
  list-style: disc;
  color: #f35444;
}

.footer .orta .links .icon {
  color: #ffffff;
}

.footer .sag .links img {
  height: 25px;
  margin-right: 10px;
}

.copyright {
  color: #868dac;
  font-size: 14px;
  background-color: #020f40;
  border-top: 1px solid #ffffff34;
}

@media screen and (max-width: 767px) {
  p {
    margin: unset;
  }

  body {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
  }

  .baslik {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }

  .section-header {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .iris-btn {
    padding: 10px 28px;
    font-size: 14px;
    border-width: 2px;
    background-color: transparent;
    color: #f35444;
  }

  .iris-btn:hover {
    background-color: #f35444;
    color: #ffffff !important;
  }

  .parallax-info .mask {
    padding: 50px 0;
  }

  /* Footer Mobil D端zenlemesi */
  .footer {
    padding: 30px 15px;
    text-align: center;
  }

  .footer .row {
    margin: 0;
  }

  .footer .item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer .sag {
    border: 0;
  }

  .footer .item .baslik {
    border: none;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }

  .footer .sol {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .sol .logo {
    margin: 0 auto 10px;
  }

  .footer .links {
    font-size: 15px;
    padding: 0;
    text-align: center;
    list-style: none;
  }

  .footer .links li {
    margin-bottom: 10px;
    list-style: none;
  }

  .footer .links .social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }

  .footer .links .social a {
    margin: 0;
  }

  .footer .orta .links {
    font-size: 15px;
    padding-left: 0;
    list-style: none;
  }

  .footer .orta .links li {
    list-style: none;
  }

  .footer .sag .links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .sag .links li {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Mobil box-shadow d端zenlemeleri */
  [class*="box-shadow"],
  .item:hover,
  .package:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  }
}
