﻿.uygulama-alani-box {
      background-color: #ffe143;
      text-align: center;
      position: relative;
      z-index: 0;
    }

    .uygulama-alani-box::before {
      content: '';
      display: block;
      padding-bottom: 100%; /* Aspect ratio 1:1 */
    }

    .uygulama-alani-box-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: transform 0.3s ease-in-out;
    }

    .col-4-box {
      position: relative;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      overflow: hidden;
      z-index: 1;
    }

    .col-4-box:hover .uygulama-alani-box-content {
      transform: scale(0.8) translate(-50%, -50%);
    }

    .col-4-box:hover {
      transform: scale(1.25);
      -webkit-box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
    }

    .col-4-box.alan-aktif .uygulama-alani-box-content {
      transform: scale(0.8) translate(-50%, -50%);
    }

    .col-4-box.alan-aktif {
      transform: scale(1.25);
      -webkit-box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
      z-index: 2;
    }

    .col-4-box:not(.alan-aktif):hover + .col-4-box.alan-aktif .uygulama-alani-box-content,
    .col-4-box:hover ~ .col-4-box.alan-aktif .uygulama-alani-box-content {
      transform: scale(1) translate(-50%, -50%);
    }

    .col-4-box:not(.alan-aktif):hover + .col-4-box.alan-aktif,
    .col-4-box:hover ~ .col-4-box.alan-aktif {
      transform: scale(1);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    .col-4-box.alan-aktif:hover .uygulama-alani-box-content {
      transform: scale(0.8) translate(-50%, -50%);
    }

    .col-4-box.alan-aktif:hover {
      transform: scale(1.25);
      -webkit-box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 33px -8px rgba(0, 0, 0, 0.75);
      z-index: 2;
    }
/* Desktop mode class */
@media (min-width: 992px) {
  .desktop-margin-top {
    margin-top: -250px;
  }
  .yil-gorsel {
    width: auto; /* Ya da genişlik belirlenmemiş olarak bırakılabilir */
  }
  .logo{
	padding-right:16px;
  }
  .info-box {
    position: absolute;
    left: 10%;
    top: 31%;
    transform: translateY(-50%);
    background: linear-gradient(45deg, rgba(0, 21, 41, .85), rgba(0, 74, 143, .85) 50%, rgba(0, 48, 92, .85));
    color: white;
    z-index: 2;
    padding: 10px;
    border-radius: 5px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    font-size: 1.5em;
    padding: 2rem;
}
}

/* Non-desktop mode class */
@media (max-width: 991px) {
  .desktop-margin-top {
    margin-top: initial; /* Or you can leave it empty */
  }
  .yil-gorsel {
    width: 40px;
  }
  .logo{
	padding-right:0px;
  }
  .info-box {
    right: 10%; /* İstenilen yatay konum */
    position: absolute;
    left: 10%; /* İstenilen yatay konum */
    top: 81%; /* Dikey konumu ortalayacak */
    transform: translateY(-50%);
    background: linear-gradient(45deg, rgba(0, 21, 41, .85), rgba(0, 74, 143, .85) 50%, rgba(0, 48, 92, .85));
    color: white;
    z-index: 2;
    padding: 10px; /* Kutunun iç boşluğu */
    border-radius: 5px; /* Kenar yuvarlaklığı */
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: inherit;
    font-size: 1em;
    padding: 1rem;
}
}
.header-top {
    height: 72px;
}

.header-bottom {
}


.logo-area {
    height: 50px;
}

.header-slogan {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    font-size: 1rem;
    color: #004a8f;
}

.header-top i {
    font-size: 21px;
    color: #004a8f;
    margin-right: 10px;
}

.btn-dil {
    width: 30px;
    height: 30px;
    background-color: #004a8f;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-dil:hover {
        width: 30px;
        height: 30px;
        background-color: #045aab;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-dil span {
        color: white;
        font-size: 12px;
        font-family: roboto, sans-serif;
    }

.header-link {
    font-size: 12.8px;
    font-family: roboto, sans-serif;
    color: #004a8f;
    padding: 10px;
    text-decoration: none;
}

    .header-link:hover {
        background-color: #bdd3e7;
        border-radius: 5px;
        color: #004a8f;
    }

.sidebar-link {
    font-size: 16px;
    font-family: roboto, sans-serif;
    color: #004a8f;
    padding: 10px;
    text-decoration: none;
    white-space: normal;
}

    .sidebar-link:hover {
        background-color: #bdd3e7;
        border-radius: 5px;
        color: #004a8f;
    }

.sidebar-link-dropdown {
    font-size: 12.8px;
    font-family: roboto, sans-serif;
    color: #004a8f;
    padding: 6px;
    text-decoration: none;
}

    .sidebar-link-dropdown:hover {
        background-color: #bdd3e7;
        border-radius: 5px;
        color: #004a8f;
    }

.dropdown-aktifas {
    background: linear-gradient(45deg, #001529, #004a8f 50%, #00305c);
    padding: 20px;
}

.dropdown-aktifas-mobil {
    background: #e6e6e6;
    padding: 20px;
    display: block;
}

dropdown-aktifas-mobil-link {
    color: #004a8f !important;
    padding: 6px;
    margin-bottom: 3px;
    transition: background-color 0.4s ease;
}

.dropdown-aktifas-mobil-link:hover {
    color: #004a8f !important;
    background-color: rgba(189, 211, 231, 0.3) !important;
    padding: 6px;
}

.dropdown-aktifas-link {
    color: white !important;
    padding: 7px;
    margin-bottom: 3px;
    transition: background-color 0.4s ease;
}

    .dropdown-aktifas-link:hover {
        color: white !important;
        background-color: rgba(189, 211, 231, 0.3) !important;
        padding: 7px;
    }

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}




.aktifas-slide-btn {
    color: #56c5d0 !important;
}

.podyum {
    height: min-content;
    background: white;
    color: white;
    z-index: 2;
    padding: 10px;
    border-radius: 5px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    font-size: 1.5em;
}

.podyum-metin {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    font-size: 1rem;
    color: #004a8f;
}



.home-title {
    font-size: 1.4em;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 700;
    font-family: roboto, sans-serif;
    color: #004a8f;
    position: relative;
    width: max-content;
}

    .home-title::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.2em;
        top: -11px;
        left: 0;
        background-color: #56c5d0;
    }

.home-description {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: .9em;
    line-height: 1.4em;
    color: #1a1a1a;
}

.home-btn-icon i {
    width: 12px;
    height: 12px;
    background: #56c5d0;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.home-btn-content {
    color: #56c5d0;
    margin-left: 5px;
}

.home-btn {
    padding: 8px;
    width: max-content;
}

    .home-btn:hover {
        background-color: #d9f1f3;
    }

.contact-title {
    color: white;
    font-size: 1.4em;
    font-family: roboto, sans-serif;
    font-weight: 700;
}

.contact-title-wrapper {
    background-color: #004a8f;
    padding: 1em 0;
}

.iletisim-svg {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .iletisim-svg {
        width: 60%;
    }
}

.wp-btn-icon i {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.wp-btn-content {
    color: white;
    padding-left: 5px;
}

.wp-btn {
    margin-left: 10px;
    padding: 6px;
    background-color: #004a8f;
    width: max-content;
}

.il-btn {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    background-color: white;
    border: 1px solid #004a8f;
    width: max-content;
}

    .il-btn:hover {
        background-color: white;
    }

.il-btn-content {
    color: #004a8f;
    padding-right: 5px;
}

.il-btn-icon i {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004a8f;
}

.dropdown-menu-scrollable {
    max-height: 450px; /* Ayarlamak istediğiniz maksimum yükseklik */
    width: 216px;
    overflow-y: auto; /* Dikey kaydırma çubuğunu etkinleştirir */
    background-color: #004a8f;
    padding-right: 10px;
    padding-left: 10px;
    top: 50px;
}

    .dropdown-menu-scrollable li a:hover, .dropdown-menu-scrollable li a:active {
        background-color: #003667;
        color: white;
    }

    .dropdown-menu-scrollable li a {
        color: white;
    }

    /* Dropdown menüsü için scroll bar stilleri */
    .dropdown-menu-scrollable::-webkit-scrollbar {
        width: 7px; /* Scroll çubuğunun genişliği */
    }

    /* Scroll çubuğunun arka plan rengi */
    .dropdown-menu-scrollable::-webkit-scrollbar-track {
        background-color: #001529; /* Scroll çubuğunun arka plan rengi */
    }

    /* Scroll çubuğunun rengi */
    .dropdown-menu-scrollable::-webkit-scrollbar-thumb {
        background-color: #003d76; /* Scroll çubuğunun rengi */
    }

        /* Scroll çubuğunun hover durumunda rengi */
        .dropdown-menu-scrollable::-webkit-scrollbar-thumb:hover {
            background-color: #003d76; /* Scroll çubuğunun hover durumunda rengi */
        }

.ripple-il {
    background-position: center;
    transition: background 0.8s;
}

    .ripple-il:hover {
        background: white radial-gradient(circle, transparent 1%, #bdd3e7 1%) center/15000%;
    }

    .ripple-il:active {
        background-color: white;
        background-size: 100%;
        transition: background 0s;
    }

.ripple {
    background-position: center;
    transition: background 0.8s;
}

    .ripple:hover {
        background: #004a8f radial-gradient(circle, transparent 1%, #004a8f 1%) center/15000%;
    }

    .ripple:active {
        background-color: #004a8f;
        background-size: 100%;
        transition: background 0s;
    }

.wp-btn:hover {
    background-color: #045aab;
}

.address-title {
    display: flex;
    justify-content: left;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-style: inherit;
    font-size: 1em;
    color: #1a1a1a;
    margin: 0px;
}

.address-desc {
    display: flex;
    justify-content: left;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-style: inherit;
    font-size: 1em;
    color: #1a1a1a;
    margin: 0px;
}

.contact-info {
    display: flex;
    justify-content: left;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-style: inherit;
    font-size: 1em;
    color: #1a1a1a;
    margin: 0px;
}

.ayrac::before {
    content: "•";
    display: inline-block;
    margin: 0 0.5em;
}




.footer-top {
    background-color: #56c5d0;
}

.footer-bottom {
    background-color: #004a8f;
    padding: 1em 0;
}

.footer-top i {
    font-size: 21px;
    color: #56c5d0;
    background-color: white;
    padding: 5px;
    margin-right: 5px;
}

    .footer-top i:hover {
        font-size: 21px;
        color: #56c5d0;
        background-color: white;
        padding: 5px;
        margin-right: 5px;
    }

.btn-dil {
    width: 30px;
    height: 30px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-dil:hover {
        width: 30px;
        height: 30px;
        background-color: #c1e0fd;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-dil span {
        color: #56c5d0;
        font-size: 12px;
        font-family: roboto, sans-serif;
    }

.footer-link {
    font-size: 12.8px;
    font-family: roboto, sans-serif;
    color: white;
    padding: 10px;
    text-decoration: none;
}

    .footer-link:hover {
        background-color: #40aac6;
        border-radius: 5px;
        color: white;
    }

.dropdown-menu-up {
    transform: translateY(-115%);
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    color: black;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

    .form__field:hover {
        font-family: inherit;
        width: 100%;
        border: 0;
        border-bottom: 1px solid black;
        outline: 0;
        font-size: 1.3rem;
        color: black;
        padding: 7px 0;
        background: transparent;
        transition: border-color 0.2s;
    }

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 1.3rem;
        cursor: text;
        top: 20px;
    }

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
}

.form__field:focus {
    padding-bottom: 6px;
    font-weight: normal;
    border-width: 2px;
    border-image-slice: 1;
}

    .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: black;
        font-weight: 700;
    }

/* reset input */
.form__field:required, .form__field:invalid {
    box-shadow: none;
}

.form-btn {
    border-radius: 51px;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: transparent;
    background-color: #004a8f;
    width: max-content;
}

    .form-btn:hover {
        background-color: #045aab;
    }

.haber-desc {
    position: relative;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    font-size: 1em;
    margin-bottom: 16px;
}

/** HOTSPOT **/

.hotspot-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 91vh;
    background-position: bottom;
}

*:focus {
    outline: none;
}

.absCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.infoButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: relative;
}

.infoButton-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    background-color: #004a8f;
    font-weight: 700;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
}

.infoButton-container-message {
    box-sizing: border-box;
    width: 200px;
    padding: 16px 20px;
    font-size: 14px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
    border-radius: 4px;
    line-height: 1.3;
    text-align: left;
    background-color: white;
}

.infoButton:hover .infoButton-btn,
.infoButton_isActive .infoButton-btn {
    border: 5px solid white;
    -webkit-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
    background-color: #004a8f;
    color: white;
}



.infoButton-container {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 55px;
    background-color: #004a8f;
    color: #fff;
    padding: 0.8em 1.2em;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    font-size: .75rem;
    text-align: center;
}
/* --- ORTA ÜST --- */
.orta-ust {
    bottom: calc(-100% + 40px);
    right: calc(-100% + -70px);
}

.scale-in-bottom {
    -webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-bottom-2 {
    -webkit-animation: scale-in-bottom-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-bottom-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-bottom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-bottom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-bottom-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-bottom-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

/* --- ORTA ALT --- */
.orta-alt {
    top: calc(-100% + 40px);
    right: calc(-100% + -70px);
}

.scale-in-top {
    -webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-top-2 {
    -webkit-animation: scale-in-top-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-top-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    opacity: 1;
}

@keyframes scale-in-top {
    0% {
        transform: scale(0);
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        transform: scale(1);
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-top-2 {
    0% {
        transform: scale(1);
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        transform: scale(0);
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-top {
    0% {
        transform: scale(0);
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        transform: scale(1);
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-top-2 {
    0% {
        transform: scale(1);
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        transform: scale(0);
        transform-origin: 50% 0%;
        opacity: 1;
    }
}
/* --- SAĞ ALT --- */
.sag-alt {
    top: calc(-100% + 40px);
    left: calc(-100% + 30px);
}

.scale-in-tl {
    -webkit-animation: scale-in-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-tl-2 {
    -webkit-animation: scale-in-tl-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-tl-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    opacity: 1;
}

@-webkit-keyframes scale-in-tl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-tl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-tl-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-tl-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

/* --- SAĞ ORTA --- */
.sag-orta {
    top: calc(-100% + 10px);
    left: calc(-100% + 30px);
}

.scale-in-left {
    -webkit-animation: scale-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-left-2 {
    -webkit-animation: scale-in-lef-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-left-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-left {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}

@keyframes scale-in-left {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-left-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}

@keyframes scale-in-left-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}


/* --- SAĞ ÜST --- */

.sag-ust {
    bottom: calc(-100% + 40px);
    left: calc(-100% + 30px);
}

.scale-in-bl {
    -webkit-animation: scale-in-bl 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-in-bl 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.scale-in-bl-2 {
    -webkit-animation: scale-in-bl-2 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-in-bl-2 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-in-bl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-bl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-bl-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-bl-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

/* --- SOL ALT --- */

.sol-alt {
    top: calc(-100% + 40px);
    right: calc(-100% + 30px);
}

.scale-in-tr {
    -webkit-animation: scale-in-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-tr-2 {
    -webkit-animation: scale-in-tr-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-tr-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-tr {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-tr {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-tr-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-tr-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

/* --- SOL ORTA --- */

.sol-orta {
    top: calc(-100% + 10px);
    right: calc(-100% + 30px);
}

.scale-in-right {
    -webkit-animation: scale-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-right-2 {
    -webkit-animation: scale-in-right-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-right-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-right {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }
}

@keyframes scale-in-right {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-right-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }
}

@keyframes scale-in-right-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }
}


/* --- SOL ÜST --- */

.sol-ust {
    bottom: calc(-100% + 40px);
    right: calc(-100% + 30px);
}

.scale-in-br {
    -webkit-animation: scale-in-br 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-br 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-br-2 {
    -webkit-animation: scale-in-br-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-br-2 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-br {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-br {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-br-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-br-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

/* ALAN BG */

.alan-bg {
    background-color: #ffe143;
    font-size: 1rem;
    width: 100%;
}

.alan-title {
    color: #004a8f;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
}

.alan {
    transform: scale(1);
    background-color: #ffe143;
    transition: transform 0.2s ease;
    position: relative;
    z-index: 1;
    height: 110px;
}

.urun-isim {
    width: 100%;
    background-color: #ffe143;
    color: #003e7e;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-style: inherit;
    font-size: 1.5em;
    padding: .5em;
}

.alan:hover {
    transform: scale(1.125);
    -webkit-box-shadow: 0px 0px 33px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 33px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 33px -8px rgba(0,0,0,0.75);
    position: relative;
    z-index: 2;
}

.alan-aktif {
    transform: scale(1.125);
    -webkit-box-shadow: 0px 0px 33px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 33px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 33px -8px rgba(0,0,0,0.75);
    position: relative;
    z-index: 2;
}

.alan-bottom-title {
    font-weight: 700;
    font-style: inherit;
    font-size: 1.25em;
    color: #004a8f;
}
/* Tek sıralar için arka plan rengi */
.hotspot-tab-wrapper .hotspot-tab:nth-child(odd) {
    background-color: #fcf9e9; /* Örnek olarak gri bir renk */
}

/* Çift sıralar için arka plan rengi */
.hotspot-tab-wrapper .hotspot-tab:nth-child(even) {
    background-color: white; /* Örnek olarak başka bir gri renk */
}

.urun-gorsel-border {
    border: 1px solid #1a1a1a;
}

.urun-btn {
    border-radius: 5px;
    padding: 6px;
    background-color: #004a8f;
    width: max-content;
}

.header-dil-btn {
    border-radius: 5px;
    padding: 6px;
    color: white;
    font-size: 12px;
    background-color: #004a8f;
    width: max-content;
    text-decoration: none;
}

    .header-dil-btn:hover {
        border-radius: 5px;
        padding: 6px;
        color: white;
        font-size: 12px;
        background-color: #004a8f;
        width: max-content;
    }

.hakkimizda-banner-wrapper {
    max-height: 786px;
    overflow: hidden;
}

.info-box-hakkimizda {
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 21, 41, .85), rgba(0, 74, 143, .85) 50%, rgba(0, 48, 92, .85));
    color: white;
    z-index: 2;
    padding: 10px;
    border-radius: 5px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    padding: 1rem 4rem;
    font-size: 2em;
}

.youtube-link {
    text-decoration: none;
    color: black;
}

    .youtube-link:hover {
        text-decoration: underline;
        color: black;
    }

.neden-aktifas-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.neden-aktifas-filtre {
    background: rgba(0, 21, 41, .65);
    position: absolute;
    width: 100%;
    height: 100%;
}

.neden-aktifas {
    max-height: 70vh;
    min-height: 40vmax;
}

.verilerle-aktifas-desc {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #004a8f;
}

.hedef-50-yil-mobil {
    background-color: rgba(255,255,255,0.5);
}

.aktif-akademi-title {
    font-weight: 700;
    font-size: 1.5em;
}

.pdf-desc {
    text-align: center;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    font-size: .6em;
    line-height: 1.2em;
    max-width: 120px;
}

.pdf-wrapper {
    text-decoration: none;
    color: black;
    display: block;
    width: max-content;
}

.pdf-img-wrapper {
    display: flex;
    justify-content: center;
}

    .pdf-img-wrapper img {
        transform: scale(1);
        transition: transform 0.2s ease;
    }

        .pdf-img-wrapper img:hover {
            transform: scale(0.9);
        }

.footer-social i {
    width: 40px;
    height: 40px;
    font-size: 35px;
    display: flex;
    color: #004a8f;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-social a {
    text-decoration: none;
}

.urun-video {
    height: 360px;
}

@media only screen and (max-width: 768px) {
    .urun-video {
        height: 260px;
    }
}



.header__menu {
    position: fixed;
    top: 0%;
    right: 0%;
    width: 80px;
    height: 87px;
    z-index: 1046;
    background-color: white;
    box-shadow: 0 0 1em rgba(26,26,26,.5);
}

.hamburger {
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    z-index: 2;
}

.hamburger__inner {
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 9px;
    background: #004a8f;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .hamburger__inner::before, .hamburger__inner::after {
        display: block;
        position: absolute;
        content: "";
        z-index: -1;
        width: 30px;
        height: 2px;
        background: #004a8f;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hamburger__inner::before {
        top: 0;
    }

    .hamburger__inner::after {
        top: 18px;
    }

.hamburger--open .hamburger__inner {
    background: none;
}

    .hamburger--open .hamburger__inner::before, .hamburger--open .hamburger__inner::after {
        top: 12px;
    }

    .hamburger--open .hamburger__inner::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger--open .hamburger__inner::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.header__menu.hamburger--open {
    box-shadow: none;
}

.slider-alan-wrapper {
    height: min-content;
}

.slider-alan-desc-wrapper {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: inherit;
    font-size: 1rem;
    color: #004a8f;
}

.slider-alan {
    position: relative;
    transform: translateY(-99%);
    z-index: 1;
}

.slider-alan-yukari-1 {
    height: 10vh;
    width: 100%;
}

.slider-alan-yukari-2 {
    height: 15vh;
    width: 100%;
}

.slider-alan-asagi-1 {
    height: 4vh;
    width: 100%;
}

.col-alan {
    padding-left: 30px;
    padding-right: 30px;
}


/*  Rollover image styles  */
.figure {
    position: relative;
    transform: scale(1);
}

    .figure:hover {
        position: relative;
        transform: scale(1.025);
        background: linear-gradient(0deg,#fcfcfc 30%, #f0f0f0 70%,#fcfcfc);
        box-shadow: 0 -1em 12px rgba(26,26,26,.2);
        transition: all .2s ease-in-out;
        z-index: 2;
    }

    .figure img.Sirv.image-hover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        object-fit: contain;
        opacity: 0;
        transition: opacity .2s;
    }

    .figure:hover img.Sirv.image-hover {
        opacity: 1;
        animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .figure:hover img.Sirv.image-main {
        opacity: 0;
    }

.slide-in-fwd-center {
    -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

a {
    color: #333;
    text-decoration: none;
}
