.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Webkit tabanlı tarayıcılar (Chrome, Safari) */
body::-webkit-scrollbar {
  display: none;
}
  /* Sayfa üstü transparan zemin */
    #popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.7); /* yarı şeffaf beyaz */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      padding: 20px;
    }

    /* Kutunun kendisi */
    #popup-box {
      background: #ffffff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
      max-width: 480px;
      width: 100%;
      text-align: center;
      font-family: Arial, sans-serif;
    }

    #popup-box h2 {
      margin-top: 0;
      color: #c62828;
      font-size: 20px;
    }

    #popup-box p {
      font-size: 16px;
      color: #333;
      margin: 10px 0;
    }

    #popup-box a {
      color: #1976d2;
      font-weight: bold;
      text-decoration: none;
      word-break: break-all;
    }

    #popup-box button {
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #c62828;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      cursor: pointer;
    }

    #popup-box button:hover {
      background-color: #b71c1c;
    }

    @media (max-width: 500px) {
      #popup-box {
        font-size: 15px;
        padding: 20px;
      }

      #popup-box h2 {
        font-size: 18px;
      }
    }
          #close-icon {
        font-size: 22px;
        top: 8px;
        right: 12px;
      }
    }
        #close-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 22px;
      color: #777;
      cursor: pointer;
      font-weight: bold;
      line-height: 1;
    }

    #close-icon:hover {
      color: #000;
    }
          #close-icon {
        font-size: 24px;
        top: 8px;
        right: 8px;
      }
/* Firefox */
body {
  scrollbar-width: none;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
     .container1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.background-shape-img {
position-relative
}

.footer-container {
  padding-bottom: 0px;
  background: #000000;
  color: #000000;
}

.footer-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 50px 40px;
  margin: -99px 20px 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #773ecb, #2663ff);
}

.footer-article h2 {
  font-weight: 400;
  color: rgb(255 255 255 / 70%);
}

.footer-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 40px 0 44px;
  width: 100%;
  background: #0a1536;
  border: 0;
  border-radius: 30px;
  color: #f9f9f9;
  font-family: inherit;
  font-size: 16px;
}

.footer-section {
  padding: 0 50px;
}

.footer-top {
  padding-top: 0px;
  margin-bottom: 0px;
}

.footer-top img {
  display: block;
  height: 30px;
  margin: 0 0 0px;
}

.footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (width > 480px) {
  .footer-button {
    width: 70%;
  }

  .footer-top ul {
    padding-right: 10%;
  }
}

@media (width > 600px) {
  .footer-article {
    flex-direction: row;
    min-height: 140px;
    margin: -70px 20px 20px;
    padding: 30px 50px 30px;
  }

  .footer-button {
    width: auto;
    padding: 0 20px 0 24px;
  }

  .footer-top ul {
    grid-template-columns: repeat(4, 1fr);
    padding-right: 0;
  }
}

.footer-top ul li .footer-link {
    display: block;
    margin-bottom: 10px;
    color: rgb(255 255 255 / 90%);
    text-decoration: none; /* Alt çizgi kaldırma */
    transition: color 0.3s; /* Renk geçişi */
}

.footer-top h3 {
  color: rgb(255 255 255 / 40%);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer-bottom {
  padding-top: 10px;
  border-top: 2px solid rgb(255 255 255 / 10%);
  color: rgb(255 255 255 / 40%);
  font-size: 13px;
}
    .container1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}/* End custom CSS */