@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.hero-section {
  position: relative;
  background-color: #f08624;
  padding-bottom: 85px;
}

.hero-content {
  margin-top: 80px;
}

.intro-btn {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  padding: 3px 13px;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  width: max-content;
}

.intro-btn i {
  font-size: 19px;
  margin-right: 5px;
}

.intro-btn p {
  font-size: 20px;
}

.gradient-h1 {
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(to right, white 0%, white 55%, #f08624  100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content .desc {
  font-size: 15px;
  color: white;
  font-weight: 500;
  margin-bottom: 0;
}

.flash-icon {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}

.flash-icon i {
  padding: 3px;
  background-color: #ffcb2b;
  border-radius: 50%;
}

.arrow {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.hero-image {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.platforms-title {
  font-size: 28px;
  text-align: center;
  font-weight: 800;
  line-height: 28px;
}

.platforms-desc {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #2b2b2b;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.platforms-icon {
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 10px;
}

/*Package Cards*/
.popular-packages {
  padding: 20px;
  background-image: url('../images/index/packages-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.popular-packages-title {
  color: #fff;
  font-size: 34px;
  text-align: center;
  font-weight: 800;
  line-height: 25px;
}

.popular-packages-desc {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.popular-packages-icon {
  color: #fff;
  text-align: center;
  font-size: 56px;
}

.popular-packages .package-card {
  min-width: 240px;
  border-radius: 20px;
  padding: 20px 10px 20px 30px;
  font-family: sans-serif;
  background: linear-gradient(to bottom, #fdfbfb, #ffe2ec);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333;
}

/* HEADER */
.popular-packages .header {
  position: relative;
  padding: 30px 0 15px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  color: #000;
}

.popular-packages .icon-box {
  padding: 4px 8px 4px 27px;
  border-radius: 7px;
  font-size: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-packages .header .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
}

.popular-packages .header .subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #adadad;
}

/* Bombeli Dalga (pseudo-border) */
.popular-packages .wave-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #ef0a6a;
  border-bottom-left-radius: 80% 40px;
  border-bottom-right-radius: 100% 40px;
  z-index: 1;
}

/* Paket Listesi */
.popular-packages .package-items {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-top: 10px;
  z-index: 2;
}

.popular-packages .package-items li {
  font-size: 12px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
  padding: 8px 0 8px 15px;
  color: #6b7ca3;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.popular-packages .package-items li i {
  font-size: 18px;
  margin-right: 5px;
}

/* Footer */
.popular-packages .package-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 10px;
}

.popular-packages .price {
  display: flex;
  flex-direction: column;
}

.popular-packages .package-footer del {
  color: #999;
  font-size: 13px;
  font-weight: 400;
}

.popular-packages .package-footer strong {
  font-size: 21px;
  color: #e1306c;
  font-weight: 700;
}

.popular-packages .buy-button {
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 7px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.popular-packages .buy-button:hover {
  background: #c0245c;
}

.package-card.empty {
  min-width: 150px;
  visibility: hidden;
}

.packages-flex {
  padding: 0;
  gap: 46px;
}

.platform-filter {
  background-color: #fff;
  border-radius: 500px;
  padding: 5px;
  flex-wrap: wrap;
}

.platform-btn {
  border: none;
  font-size: 25px;
  padding: 8px 16px;
  background: #fff;
  border-radius: 999px;
  color: #555;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ddd;
}

.platform-btn:hover {
  background: #f5f5f5;
}

.platform-btn.active[data-platform='all'] {
  background: #333;
  color: #fff;
}

.platform-btn.active[data-platform='instagram'] {
  background: linear-gradient(to bottom, #ef0a6a, #b6359c);
  color: #fff;
}

.platform-btn.active[data-platform='tiktok'] {
  background: linear-gradient(to bottom, #010101, #ff0050);
  color: #fff;
}

.platform-btn.active[data-platform='twitter'] {
  background: linear-gradient(to bottom, #1da1f2, #0d8ddb);
  color: #fff;
}

.info-about {
  padding: 70px;
}

.info-about .body .title {
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(to right, #000000 0%, #f08624 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 65px;
}

.info-about .body .desc {
  font-size: 13px;
  margin-bottom: 0;
  color: #595858;
}

.info-about .info-about-footer .title {
  font-size: 24px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 10px;
}

.info-about .info-about-footer .desc {
  color: #414141;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 30px;
}

.info-about img {
  width: 100%;
  border-radius: 30px;
}

.info-about a {
  display: block;
  color: #fff;
  border-radius: 10px;
  border: none;
  padding: 8px 25px;
  background: linear-gradient(to bottom, #f08624  0%, #f08624  100%);
}

@media (max-width: 1400px) {
  .arrow {
    top: -20px;
    margin-bottom: -30px;
  }

  .info-about .body .title {
    font-size: 45px;
    line-height: 45px;
  }

  .info-about .info-about-footer .title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .info-about .info-about-footer .desc {
    margin-right: 0;
  }
}

@media (max-width: 1300px) {
  .packages-flex {
    gap: 16px;
  }
}

@media (max-width: 1200px) {
  .info-about .body .title {
    font-size: 35px;
    line-height: 35px;
  }

  .info-about .info-about-footer .title {
    font-size: 19px;
  }

  .info-about button {
    position: relative;
    margin-top: 20px;
  }

  .package-card.empty {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .info-about .image-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 25px;
  }
}

@media (max-width: 1015px) {
  .packages-flex {
    gap: 5px;
  }
}

@media (max-width: 991px) {
  .packages-flex {
    flex-wrap: wrap;
    gap: 40px 50px;
  }

  .hero-content {
    display: flex;
    margin-top: 80px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 580px;
    text-align: center;
  }

  .hero-image {
    position: relative;
    transform: translateX(-50%);
  }
  .info-about-footer {
      height: auto;
    }
}

@media (max-width: 767px) {
  .packages-flex {
    flex-wrap: nowrap;
    justify-content: start !important;
    overflow: auto;
    gap: 20px;
  }

  .popular-packages {
    padding: 0;
  }

  .info-about {
    padding: 15px !important;
  }
  .separator {
    margin: -55px 0 10px 0 !important;
  }

  .platforms-title {
    font-size: 25px;
  }

  .platforms-desc {
    font-size: 11px;
  }
}

@media (max-width: 500px) {
  .platforms-icon {
    font-size: 35px;
  }

  .info-about .body .title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .info-about .body .desc {
    font-size: 13px;
  }

  .info-about .info-about-footer .title {
    font-size: 17px;
  }

  .info-about .info-about-footer .desc {
    font-size: 11px;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .hero-content {
    margin-top: 40px;
  }

  .hero-image img {
    width: 200px;
  }

  .gradient-h1 {
    font-size: 30px;
  }

  .hero-content .desc {
    font-size: 12px;
  }

  .intro-btn {
    font-size: 13px;
  }

  .intro-btn i {
    font-size: 15px;
  }

  .intro-btn p {
    font-size: 15px;
  }

  .flash-icon i {
    font-size: 13px;
  }
}

@media (max-width: 405px) {
  .gradient-h1 {
    font-size: 27px;
  }

  .hero-content .desc {
    font-size: 9px;
  }
}

.package-combo-item {
  position: relative;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #fbfbfb;
}

.package-combo-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 16px 0 0 16px;
  width: 10%;
  background-color: #dd2b61;
  z-index: 1;
}

.package-combo-item.active {
  border: 2px solid #dd2b61;
  border-radius: 20px;
  background-color: rgba(221, 43, 97, 0.15);
}

.position-absolute-area {
  top: 0;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 15px;
  z-index: 1;
}

.hatched-area {
  position: absolute;
  top: -3%;
  left: 5%;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(235, 123, 157, 0.35),
    rgba(235, 123, 157, 0.35) 2px,
    transparent 1px,
    transparent 7px
  );
  width: 60px;
  height: 70px;
  border-radius: 50%;
  z-index: 2;
}

.hatched-area-2 {
  position: absolute;
  bottom: -5%;
  left: -1%;
  transform: rotate(20deg);
  background-image: repeating-linear-gradient(
    -65deg,
    rgba(235, 123, 157, 0.35),
    rgba(235, 123, 157, 0.35) 2px,
    transparent 1px,
    transparent 6px
  );
  width: 60px;
  height: 70px;
  border-radius: 50%;
  z-index: 2;
}

.hatched-area-3 {
  position: absolute;
  top: 3%;
  left: -4.8%;
  width: 70px;
  height: 70px;
  background-color: rgba(236, 236, 236, 0.2);
  border-radius: 50%;
  z-index: 2;
}
.package-combo-item .row {
  z-index: 2;
}
.package-combo-item img {
  position: absolute;
  top: 18%;
  right: -10px;
}

.package-combo-item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-bottom: 25px;
}

.package-combo-item .icon::before,
.package-combo-item .icon::after {
  content: '';
  position: absolute;
  border-radius: 7px;
  opacity: 0.5;
  z-index: 0;
  animation: pulseGlow 2s ease-in-out infinite;
}

.package-combo-item .icon.instagram::before {
  background: linear-gradient(-45deg, #d62e826e, #f585306b);
}

.package-combo-item .icon.instagram::after {
  background: linear-gradient(-45deg, #d62e82e5, #f58530e7);
}

.package-combo-item .icon::before {
  width: 55px;
  height: 55px;
}

.package-combo-item .icon::after {
  width: 45px;
  height: 45px;
}

.package-combo-item .icon i {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  width: 35px;
  height: 35px;
}

.package-combo-item .title {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  margin-bottom: 0;
}

.package-combo-item .price {
  color: #dd2b61;
  font-weight: 600;
  margin-bottom: 0;
}

.package-combo-item hr {
  margin: 10px;
}

.package-combo-item ul li {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  text-align: justify;
  margin-bottom: 5px;
}

.package-combo-item ul li .li-icon {
  color: #9ca3af;
  transform: rotate(45deg);
}

.package-combo-item .fast-buy-btn {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #dd2b61;
  margin-top: 15px;
  width: 100%;
}

.package-combo-item .checked-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.package-combo-item.active .checked-icon {
  background-color: #dd2b61;
  border-color: #dd2b61;
}

.marquee-content .testimonial-box {
  max-width: 320px;
  text-wrap: wrap;
  margin-right: 50px;
}
.marquee-content .testimonials-container {
  gap: 0;
}
.popular-packages .marquee-inner {
  animation: marquee-scroll 20s linear infinite;
}

:root {
  --main: #f08624 ;
  --main-18: rgba(71, 96, 255, 0.18);
  --main-08: rgba(71, 96, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.94);
}

/* Genel paneller */
.platforms,
.info-about {
  background: #fff;
  padding: 72px 0;
  position: relative;
}

/* Separator wrapper (container içine alındı, hizalama tutarlı olur) */
.separator {
  position: relative;
  z-index: 10;
  margin: -46px 0 -25px 0; /* panel overlap efekti; panel padding'ına göre ayarla */
  display: flex;
  justify-content: center;
  pointer-events: none; /* dış alan tıklanmasını engellemek için */
}

/* container içeriğini tıklanabilir bırak */
.separator .container {
  pointer-events: auto;
  display: flex;
  justify-content: center;
}

/* Glow / soft line arkası */
.separator::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(71, 96, 255, 0) 0%,
    var(--main-18) 18%,
    var(--main) 50%,
    var(--main-18) 82%,
    rgba(71, 96, 255, 0) 100%
  );
  filter: blur(8px);
  opacity: 0.95;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}

/* Keskin ince çizgi üstte */
.separator::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 73%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, var(--main) 50%, transparent 100%);
  top: 50%;
  translate: 0 -50%;
  z-index: 0;
  pointer-events: none;
}

/* ----- ORNAMENT (yazı yok) ----- */
/* diamond şeklinde, merkezi görsel eleman */
.divider-pill {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 240, 0.95));
  display: inline-grid;
  place-items: center;
  box-shadow: 0 0 20px 6px rgba(240, 134, 36, 0.5);
  border: 1px solid rgba(240, 134, 36, 0.06);
  position: relative;
  transition:
    transform 0.36s cubic-bezier(0.2, 0.9, 0.3, 1),
    box-shadow 0.36s;
  pointer-events: auto;
  z-index: 1;
}

/* ortadaki elmas (pseudo ile oluşturuluyor) */
.divider-pill::before {
  content: '';
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--main), #f4a85a);
  box-shadow:
    0 6px 18px rgba(240, 134, 36, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.6) inset;
  border-radius: 2px;
  display: block;
  position: relative;
  z-index: 2;
  animation: rotate 8s linear infinite;
  transition:
    transform 0.36s ease,
    box-shadow 0.36s ease,
    filter 0.36s;
}
@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(-315deg);
  }
}
/* hafif halo/el ışığı (diamond arkasında) */
.divider-pill::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(240, 134, 36, 0) 0%,
    rgba(240, 134, 36, 0.08) 20%,
    rgba(240, 134, 36, 0.18) 50%,
    rgba(240, 134, 36, 0.08) 80%,
    rgba(240, 134, 36, 0) 100%
  );
  filter: blur(6px);
  z-index: 1;
  opacity: 0.95;
}

/* responsive */
@media (max-width: 720px) {
  .separator::before {
    width: 90%;
  }
  .separator::after {
    width: 90%;
  }
  .divider-pill {
    width: 45px;
    height: 45px;
  }
  .divider-pill::before {
    width: 17px;
    height: 17px;
  }
  .divider-pill::after {
    width: 48px;
    height: 14px;
  }
}
