@font-face {
    font-family: gotham-black;
    src: url(../fonts/Gotham-Black.otf);
}

@font-face {
    font-family: gotham-book;
    src: url(../fonts/Gotham-Book.otf);
}

@font-face {
    font-family: schwarzenberg;
    src: url(../fonts/Schwarzenberg.ttf);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    max-width: 100vw;
    background-color: #387dbe;
}

body {
    min-width: 100vw;
    max-width: 100vw;
    --primary: #1c1c3e;
    --primary2: #00344e;
    --color: #1c1c3e;
    --secondary: #00344e;
    --selection: #1c1c3e;
    --black: #111111;
    --dark: #243a4f;
    --white: #ffffff;
    --text: #ffffff;
    font-family: "gotham-book";
    color: var(--white);
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--primary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dark);
}

::selection {
    color: var(--selection);
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-family: "gotham-book";
}

::placeholder {
    color: var(--white);
    opacity: 1;
    font-family: "gotham-book";
}

:-ms-input-placeholder {
    color: var(--white);
}

::-ms-input-placeholder {
    color: var(--white);
}

div {
    width: fit-content;
    height: fit-content;
}

img {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

section {
    clear: both;
}

.logo-img {
    position: relative;
    animation-duration: 1s;
    animation-name: logo;
}

.field-close {
    height: 35px;
    min-width: 35px;
    max-width: 35px;
    opacity: 0.6;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    right: 5px;
    top: 9px
}

.field-close img {
    height: 35px;
    width: 35px;
    object-fit: contain;
}

.field-close:hover {
    height: 35px;
    width: 35px;
    opacity: 1;
}

@keyframes logo {
    0% {
        opacity: 0;
        top: -20px;
    }

    50% {
        opacity: 0;
        top: -20px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.tab-buttons {
    min-width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.tab-1,
.tab-2 {
    color: var(--white);
}

.tab:hover {
    color: var(--secondary);
    background-color: var(--white);
    transition: all 0.5s;
}

.tab-1 {
    background-color: var(--white);
    color: var(--primary);
}

.tab-content {
    min-width: 100vw;
    max-width: 100vw;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab-animate {
    animation-duration: 2s;
    animation-name: tab-bottom;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: tab-bottom;
}

@-webkit-keyframes tab-bottom {
    0% {
        opacity: 0;
        margin-top: 200px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes tab-bottom {
    0% {
        opacity: 0;
        margin-top: 200px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.tab-1-content {
    display: flex;
}

.submit-button {
    background-color: var(--secondary) !important;
    color: var(--white);
    font-weight: bold;
    font-size: 18px;
    box-shadow: none !important;
    margin-top: 5px !important;
}

.submit-button:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.uyari {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    color: var(--text);
}

.uyari img {
    width: 20px;
    margin-right: 15px;
    opacity: 0.6;
}

.pr-title {
    padding-top: 5px;
}

.shadow {
    position: absolute;
    height: 100%;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 5%;
    right: 5%;
    box-shadow: 0 0 5px 5px #000;
}

.body {
    width: 100vw;
    min-height: 100vh;
    background-color: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form {
    margin-top: 50px;
}

.buttons {
    width: 90vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.buttons .column {
    width: 250px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    cursor: pointer;
    transition: all .3s;
}

.buttons .column:hover {
    opacity: 0.8;
}

.buttons .icon {
    width: 60px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons .icon img {
    filter: brightness(0);
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.buttons .title {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.form-title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: 'gotham-black';
    font-size: 35px;
    text-align: center;
}

.open-kvkk {
    font-size: 18px;
    cursor: pointer;
    transition: all .3s;
}

.open-kvkk:hover {
    opacity: 0.6;
}

.fragman, .teaser, .sarki {
    margin-left: -20px;
}

.fragman .close, .teaser .close, .sarki .close {
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #fff;
}

.kvkk-sarki, .kvkk-fragman, .kvkk-teaser {
    position: relative;
    padding-bottom: 56.25%;
    width: 80vw;
    height: auto;
}

.kvkk-sarki iframe, .kvkk-fragman iframe, .kvkk-teaser iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
}

@media screen and (min-width: 1025px) {
    .form,
    .text-area {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 60vw;
        position: relative;
        z-index: 3;
        padding-bottom: 2vh;
    }

    .form .form-item {
        width: calc(30vw - 10px);
        display: flex;
        flex-direction: column;
    }

    input {
        width: calc(100% - 40px);
        padding: 15px 20px;
        font-family: var(--regular);
        font-size: 18px;
        color: var(--black);
        border-radius: 10px;
        background-position: 20px 17px;
        background-repeat: no-repeat;
        background-size: 19px;
    }

    input::placeholder {
        color: var(--black);
        font-family: var(--regular);
        font-size: 18px;
    }

    .invalid {
        color: var(--white);
        margin-top: 0.5vh;
        margin-bottom: 1vh;
        font-size: 14px;
        opacity: 0;
        transition: all 0.3s;
    }

    .result {
        min-width: calc(100%);
        color: var(--white);
        margin: 1vh 0;
        font-size: 18px;
        transition: all 0.3s;
        text-align: center;
    }

    .button {
        min-width: calc(100% - 40px);
        padding: 15px 20px;
        font-family: #fff;
        font-size: 18px;
        color: var(--white);
        border-radius: 10px;
        background-color: #1A7EAF;
        transition: all 0.3s;
        cursor: pointer;
        text-align: center;
    }

    .button:hover {
        background-color: var(--secondary);
    }

    .detay {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        font-size: 16px;
    }

    .detay .left {
        border-right: 1px solid #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-right: 40px;
    }

    .detay .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 40px;
    }

    .detay .item {
        display: flex;
        flex-direction: row;
        padding: 10px 0;
    }

    .detay .item img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        margin-right: 20px;
    }

    .row {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 500px;
    }

    #onay {
        height: 20px !important;
        width: 20px !important;
        margin-right: 10px;
    }

    header {
        min-height: 100vh;
        max-height: 100vh;
        min-width: 100vw;
        max-width: 100vw;
        background-image: url(../img/bg.png);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        overflow: hidden;
    }

    .tab-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 100vw;
        max-width: 100vw;
        min-height: 100vh;
        padding-top: 70px;
        position: relative;
        padding-bottom: 100px;
    }

    .logo {
        height: 80px;
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .logo img {
        height: 80px;
        width: auto;
    }

    .inanc {
        margin-top: 20px;
        position: relative;
        width: auto;
    }

    .inanc img {
        height: 30vh;
        width: auto;
    }

    .swipe {
        display: none;
    }

    .text, .not {
        max-width: 70%;
        text-align: center;
        font-size: 1.1vw;
        line-height: 1.8vw;
        font-size: 20px;
    }

    .text p {
        margin: 10px auto;
    }

    .title {
        font-size: 1.2vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title>* {
        margin: 5px auto;
    }

    .title>img {
        height: 50px;
        width: auto;
    }

    .date {
        max-width: 60vw;
        position: relative;
        font-family: gotham-book;
        font-size: 1.2vw;
        text-align: center;
        animation-duration: 1s;
        animation-name: bottoms;
    }

    .tab {
        width: 210px;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #fff;
        text-align: center;
        cursor: pointer;
    }

    .tab-content form {
        width: 700px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    form div {
        width: 350px;
    }

    .form-group {
        min-width: 290px;
        max-width: 290px;
        margin: 0 10px;
        height: 30px;
        padding: 10px 20px;
        border: 1px solid var(--primary);
        background-color: transparent;
        border-radius: 10px;
        color: var(--white);
    }

    .t90 {
        position: absolute;
        top: 18.2px;
        left: 30px;
        font-size: 14px;
        display: none;
    }

    .telefon1 {
        min-width: 290px;
        max-width: 290px;
        margin: 0;
        height: 30px;
        padding: 10px 20px;
        border: 1px solid var(--primary);
        border-radius: 10px;
    }

    .telefon2 {
        width: calc(100% - 80px);
        margin: 0;
        height: 30px;
        padding: 10px 20px;
        padding-left: 60px;
        border: 1px solid var(--primary);
        border-radius: 10px;
        background-image: url(../img/tel-bg.png);
        background-size: 38px;
    }

    .btm {
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #F58236;
    }

    .sponsor {
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .sponsor>img {
        height: 50px;
        width: auto;
        margin-right: 50px;
    }

    .contact {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        color: #ffffff;
    }

    .contact>div {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 5px;
    }

    .contact img {
        height: 20px;
        width: auto;
        margin-right: 5px;
        margin-left: 10px;
    }

    .form-group:focus {
        box-shadow: 0px 0px 10px #fffa;
        border: 1px solid var(--primary) !important;
    }

    .footer {
        min-width: 30vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        font-family: gotham-book;
    }

    .center-button {
        max-width: 30vw;
        min-width: 30vw;
        position: relative;
        animation-duration: 1s;
        animation-name: bottoms;
    }

    @keyframes bottoms {
        0% {
            opacity: 0;
            bottom: -100px;
        }

        100% {
            opacity: 1;
            bottom: 0;
        }
    }

    .center-button .button-div {
        width: 30vw;
        min-height: 2.5vw;
        max-height: 2.5vw;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid var(--primary);
        border-radius: 7px;
        overflow: hidden;
    }

    .left-button {
        position: relative;
        animation-duration: 1s;
        animation-name: lefts;
    }

    @keyframes lefts {
        0% {
            opacity: 0;
            left: -200px;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    .right-button {
        position: relative;
        animation-duration: 1s;
        animation-name: rights;
    }

    @keyframes rights {
        0% {
            opacity: 0;
            right: -200px;
        }

        100% {
            opacity: 1;
            right: 0;
        }
    }

    .left-button,
    .right-button {
        max-width: 14vw;
        min-width: 14vw;
    }

    .left-button .button-div,
    .right-button .button-div {
        width: 14vw;
        min-height: 2.5vw;
        max-height: 2.5vw;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid var(--primary);
        border-radius: 7px;
        overflow: hidden;
    }

    .icon-div {
        min-height: 2.5vw;
        max-height: 2.5vw;
        min-width: 3vw;
        max-width: 3vw;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--color);
    }

    .icon-div img {
        height: 1.2vw;
    }

    .center-button .button-text {
        min-width: 27vw;
        font-size: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--text);
    }

    .left-button .button-text,
    .right-button .button-text {
        min-width: 11vw;
        font-size: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--text);
    }

    .note {
        font-size: 1vw;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: center;
        align-items: center;
    }

    .note div {
        min-width: 100% !important;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: center;
        align-items: center;
    }

    .lcv {
        font-size: 1.2vw;
        min-width: 100%;
        text-align: center;
    }

    .validate {
        width: 140px;
        opacity: 0;
        padding-left: 20px;
        transition: all 0.5s;
        font-size: 12px;
    }

    .submit-button {
        min-width: 680px !important;
        max-width: 680px !important;
        height: 50px;
        transition: all 0.3s;
        cursor: pointer;
    }

    .pcr {
        width: 460px;
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 16px;
    }

    .pcr img {
        width: 30px;
        margin: 10px;
    }

    .scroll {
        position: relative;
        margin: 0px auto;
        width: 25px;
        height: 40px;
    }

    .scroll-icon {
        position: absolute;
        left: 50%;
        width: 25px;
        height: 40px;
        margin-left: -15px;
        border: 3px solid var(--white);
        z-index: 9;
        border-radius: 50px;
    }

    .scroll-icon::after {
        position: absolute;
        top: 10px;
        left: 50%;
        content: "";
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: var(--white);
        border-radius: 100%;
        animation: dotanimation 2s infinite;
    }

    @keyframes dotanimation {
        0% {
            transform: translate(0, 0);
            opacity: 0;
        }

        40% {
            opacity: 1;
        }

        80% {
            transform: translate(0, 15px);
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes scroll {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: translateY(20px);
        }
    }

    .kvkk-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--primary2);
        min-width: 100vw;
        max-width: 100vw;
        min-height: 100vh;
        max-height: 100vh;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 5;
        overflow: hidden;
    }

    .kvkk {
        min-width: 50vw;
        max-width: 50vw;
        height: calc(100vh - 6vh - 140px);
        margin: 3vh auto;
        background-color: var(--white);
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 70px 20px 20px 50px;
        color: var(--black);
        border-radius: 20px;
    }

    .kvkk-content {
        overflow-y: scroll;
        height: calc(100vh - 6vh - 140px);
        text-align: justify;
        padding-right: 30px;
    }

    .kvkk ::-webkit-scrollbar {
        width: 5px;
        margin-left: 20px;
    }

    .kvkk ::-webkit-scrollbar-track {
        background-color: #00000020;
    }

    .kvkk ::-webkit-scrollbar-thumb {
        background: #00000020;
        border-radius: 10px;
    }

    .kvkk ::-webkit-scrollbar-thumb:hover {
        background: #00000020;
    }

    .kvkk-content ::-webkit-scrollbar-track {
        background-color: #00000020;
    }

    .kvkk-content ::-webkit-scrollbar-thumb {
        background: #00000020;
        border-radius: 10px;
    }

    .kvkk-content ::-webkit-scrollbar-thumb:hover {
        background: #00000020;
    }

    .program-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--primary2);
        min-width: 100vw;
        max-width: 100vw;
        min-height: 100vh;
        max-height: 100vh;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 5;
        overflow: hidden;
    }

    .program {
        min-width: 50vw;
        max-width: 50vw;
        background-color: var(--white);
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 70px 50px;
        border-radius: 20px;
    }

    .pr-program {
        cursor: pointer;
    }

    .program h1 {
        width: 100%;
        height: fit-content;
        font-family: "gotham-black";
        color: var(--primary);
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
    }

    .program h2 {
        width: 100%;
        height: fit-content;
        color: #6e6e6f;
        text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .prl {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .prr {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .pr {
        min-width: 100%;
        max-width: 100%;
        color: #6e6e6f;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .prm {
        display: none;
    }

    .saat {
        width: 50px;
        padding: 5px 10px;
        background-color: #d3d3d3;
        text-align: center;
        margin-right: 10px;
        border-radius: 20px;
    }

    .alert {
        position: relative;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        background-color: var(--white);
        width: 30vw;
        padding: 30px;
        border-radius: 20px;
        color: #00000090;
        line-height: 20px;
        font-size: 16px;
        z-index: 6;
    }

    .alert h1 {
        font-size: 20px;
        text-align: center;
    }

    .alert h2 {
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
    }

    .danger,
    .success {
        height: 80px;
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .buttons .column {
        height: 35px;
        width: calc(50% - 12px);
        margin: 5px;
    }

    .field-close {
        height: 35px;
        min-width: 35px;
        max-width: 35px;
        opacity: 1;
        cursor: pointer;
        transition: all .3s;
        position: absolute;
        right: 5px;
        top: -23px;
    }

    .detay {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        font-size: 12px;
        width: 90vw;
        margin: 10px 0;
    }

    .detay .left {
        border-right: 1px solid #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-right: 10px;
        flex: 1;
    }

    .detay .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 20px;
        flex: 1;
    }

    .detay .item {
        display: flex;
        flex-direction: row;
        padding: 5px 0;
    }

    .detay .item img {
        width: 18px;
        height: 18px;
        object-fit: contain;
        margin-right: 5px;
    }

    .form,
    .text-area {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 90vw;
        position: relative;
        z-index: 3;
        padding-bottom: 2vh;
    }

    .form .form-item {
        width: calc(90vw);
    }

    input {
        width: calc(100% - 40px);
        padding: 10px 20px;
        font-family: var(--regular);
        font-size: 17px;
        color: var(--black);
        border-radius: 10px;
        background-position: 20px 12px;
        background-repeat: no-repeat;
        background-size: 18px;
    }

    input::placeholder {
        color: var(--black);
        font-family: var(--regular);
        font-size: 17px;
    }

    .invalid {
        color: var(--white);
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 12px;
        opacity: 0;
        transition: all 0.3s;
    }

    .result {
        min-width: calc(100%);
        color: var(--white);
        margin: 1vh 0;
        font-size: 18px;
        transition: all 0.3s;
        text-align: center;
    }

    .button {
        min-width: calc(100% - 40px);
        padding: 10px 20px;
        font-family: #fff;
        font-size: 17px;
        color: var(--white);
        border-radius: 10px;
        background-color: #1A7EAF;
        transition: all 0.3s;
        cursor: pointer;
        text-align: center;
    }

    .button:hover {
        background-color: var(--secondary);
    }


    .row {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 90vw;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #onay {
        height: 40px !important;
        width: 40px !important;
        margin-right: 10px;
    }

    .tab-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }

    header {
        min-height: 90vh;
        max-height: 90vh;
        padding-bottom: 10vh;
        min-width: 100vw;
        max-width: 100vw;
        background-image: url(../img/bg.png);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        overflow: hidden;
    }

    .logo {
        height: 60px;
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .logo img {
        height: 60px;
        width: auto;
    }

    .inanc {
        margin-top: 10px;
        position: relative;
        width: auto;
    }

    .inanc img {
        width: 50vw;
        object-fit: contain;
    }

    .btm {
        width: 100%;
        min-height: 100px;
        padding: 10px 0;
        position: relative;
        margin-top: 50px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #F58236;
    }

    .sponsor {
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .sponsor>img {
        height: 50px;
        width: auto;
        margin: 0 25px;
    }

    .contact {
        margin-top: 20px;
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #ffffff;
    }

    .contact>div {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 5px;
    }

    .contact img {
        height: 20px;
        width: auto;
        margin-right: 5px;
        margin-left: 10px;
    }

    .text, .not {
        max-width: 80%;
        text-align: center;
        font-size: 16px;
        line-height: 4.5vw;
    }

    .title {
        font-size: 3vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title>* {
        margin: 5px auto;
    }

    .title>img {
        height: 50px;
        width: auto;
    }

    .date {
        max-width: 60vw;
        position: relative;
        font-family: gotham-book;
        font-size: 3.5vw;
        text-align: center;
        animation-duration: 1s;
        animation-name: bottoms;
    }

    .date img {
        position: relative;
        animation-duration: 1s;
        animation-name: date;
    }

    @keyframes date {
        0% {
            opacity: 0;
            bottom: -50px;
        }

        100% {
            opacity: 1;
            bottom: 0;
        }
    }

    .location {
        min-height: 4vh;
        max-height: 4vh;
        position: relative;
    }

    .location img {
        min-height: 4vh;
        max-height: 4vh;
        position: relative;
        animation-duration: 1s;
        animation-name: location;
    }

    @keyframes location {
        0% {
            opacity: 0;
            right: -50px;
        }

        100% {
            opacity: 1;
            right: 5px;
        }
    }

    .telt {
        max-width: 26vw;
    }

    .loct {
        max-width: 26vw;
    }

    .tel-tr {
        max-width: 24vw;
    }

    .loc-tr {
        max-width: 21vw;
    }

    .tel-en {
        max-width: 25vw;
    }

    .loc-en {
        max-width: 21.5vw;
    }

    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {

            .tel,
            .location,
            .tel-en,
            .loc-en {
                margin: 0 9px;
                overflow: hidden;
            }
        }
    }

    .tel {
        min-height: 4vh;
        max-height: 4vh;
        position: relative;
    }

    .tel img {
        min-height: 4vh;
        max-height: 4vh;
        position: relative;
        animation-duration: 1s;
        animation-name: tel;
    }

    @keyframes tel {
        0% {
            opacity: 0;
            left: -50px;
        }

        100% {
            opacity: 1;
            left: 5px;
        }
    }

    .tel2 {
        min-height: 4vh;
        max-height: 4vh;
        position: relative;
    }

    .tel2 img {
        min-height: 4vh;
        max-height: 4vh;
        position: relative;
        animation-duration: 1s;
        animation-name: tel2;
    }

    @keyframes tel2 {
        0% {
            opacity: 0;
            bottom: -50px;
        }

        100% {
            opacity: 1;
            bottom: 0;
        }
    }

    .footer {
        min-width: 90vw !important;
        max-width: 90vw !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        text-align: center !important;
        font-size: 3.5vw;
    }

    .center-button {
        max-width: 90vw;
        min-width: 90vw;
        position: relative;
        animation-duration: 1s;
        animation-name: bottoms;
    }

    @keyframes bottoms {
        0% {
            opacity: 0;
            bottom: -100px;
        }

        100% {
            opacity: 1;
            bottom: 0;
        }
    }

    .center-button .button-div {
        width: 90vw;
        min-height: 4vh;
        max-height: 4vh;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid var(--primary);
        border-radius: 7px;
        overflow: hidden;
    }

    .left-button {
        position: relative;
        animation-duration: 1s;
        animation-name: lefts;
    }

    @keyframes lefts {
        0% {
            opacity: 0;
            left: -200px;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    .right-button {
        position: relative;
        animation-duration: 1s;
        animation-name: rights;
    }

    @keyframes rights {
        0% {
            opacity: 0;
            right: -200px;
        }

        100% {
            opacity: 1;
            right: 0;
        }
    }

    .left-button,
    .right-button {
        max-width: 43vw;
        min-width: 43vw;
    }

    .left-button .button-div,
    .right-button .button-div {
        width: 43vw;
        min-height: 4vh;
        max-height: 4vh;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid var(--primary);
        border-radius: 7px;
        overflow: hidden;
    }

    .icon-div {
        min-height: 4vh;
        max-height: 4vh;
        min-width: 4vh;
        max-width: 4vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--color);
    }

    .icon-div img {
        height: 2vh;
    }

    .center-button .button-text {
        min-width: calc(90vw - 4vh);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--text);
        font-size: 3vw;
    }

    .left-button .button-text,
    .right-button .button-text {
        min-width: calc(43vw - 4vh);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--text);
        font-size: 3vw;
    }

    .scroll {
        display: block;
    }

    .swipe-path {
        width: 2px;
        border-radius: 10px;
        background-color: #fff5;
        position: absolute;
        right: 85px;
        bottom: calc(3vh + 10px);
        animation-duration: 1s;
        animation-iteration-count: 3;
        animation-name: path;
    }

    @keyframes path {
        0% {
            opacity: 0;
            height: 0;
        }

        25% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        75% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            height: calc(3vh + 10px);
        }
    }

    .swipe {
        position: absolute !important;
        right: -100px !important;
        height: 5vh !important;
        animation-duration: 1s;
        bottom: 3vh;
        opacity: 0;
        animation-iteration-count: 3;
        animation-name: swipe;
    }

    @keyframes swipe {
        0% {
            opacity: 0;
            bottom: calc(3vh - 10px);
        }

        25% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        75% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            bottom: calc(5vh + 10px);
        }
    }

    .note {
        width: 90vw;
        font-size: 2.8vw;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: center;
        align-items: center;
    }

    .note div {
        min-width: 90vw !important;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: center;
        align-items: center;
    }

    .lcv {
        font-size: 3.1vw;
        min-width: 100%;
        text-align: center;
    }

    .tab {
        width: calc(45vw - 20px);
        padding: 10px;
        margin: 10px auto;
        border: 1px solid var(--white);
        color: var(--white);
        text-align: center;
        cursor: pointer;
    }

    .tab-content form {
        min-width: 100vw;
        max-width: 100vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .tab-1 {
        background-color: var(--white);
        color: var(--primary);
    }

    .form-group {
        min-width: calc(90vw - 40px);
        max-width: calc(90vw - 40px);
        height: 20px;
        padding: 10px 20px;
        border: 1px solid var(--primary);
        background-color: transparent;
        border-radius: 10px;
        color: var(--white);
    }

    .t90 {
        position: absolute;
        top: 13.7px;
        left: 20px;
        font-size: 14px;
        display: none;
    }

    .telefon1 {
        min-width: calc(90vw - 40px) !important;
        max-width: calc(90vw - 40px) !important;
        height: 20px;
        padding: 10px 20px;
        border: 1px solid var(--primary);
        border-radius: 10px;
    }

    .telefon2 {
        min-width: calc(90vw - 75px) !important;
        max-width: calc(90vw - 75px) !important;
        height: 20px;
        padding: 10px 20px;
        padding-left: 55px;
        border: 1px solid var(--primary);
        border-radius: 10px;
        background-image: url(../img/tel-bg.png);
        background-size: 33px;
        background-position: 18px 18px;
    }

    .form-group:focus {
        box-shadow: 0px 0px 10px #fffa;
        border: 1px solid var(--primary) !important;
    }

    .validate {
        width: calc(90vw - 90px);
        opacity: 0;
        transition: all 0.5s;
    }

    form div {
        min-width: 90vw;
        max-width: 90vw;
    }

    .form-group2 {
        width: calc(90vw - 40px);
        margin: 0 auto;
        height: 20px;
        padding: 10px 20px;
        border: 1px solid var(--white);
        background-color: var(--primary);
        color: var(--white);
    }

    .submit-button {
        min-width: 90vw;
        max-width: 90vw;
        transition: all 0.3s;
        height: 40px;
        cursor: pointer;
    }

    .pcr {
        width: 90vw;
        margin: 15px auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 16px;
    }

    .pcr img {
        width: 30px;
        margin: 10px;
    }

    .program-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--primary2);
        min-width: 100vw;
        max-width: 100vw;
        min-height: 100vh;
        max-height: 100vh;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 5;
        overflow: hidden;
    }

    .program {
        min-width: calc(100vw - 40px - 3vh);
        max-width: calc(100vw - 40px - 3vh);
        height: calc(100vh - 6vh - 60px);
        background-color: var(--white);
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        overflow: scroll;
        padding: 30px 20px;
        margin: 3vh;
        border-radius: 20px;
    }

    .pr-program {
        cursor: pointer;
    }

    .program h1 {
        width: 100%;
        height: fit-content;
        font-family: "gotham-black";
        color: var(--primary);
        text-align: center;
        font-size: 20px;
        margin: 0 auto;
    }

    .program h2 {
        width: 100%;
        height: fit-content;
        color: #6e6e6f;
        text-align: center;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .pr {
        display: none;
    }

    .prm {
        min-width: 98%;
        max-width: 98%;
        color: #6e6e6f;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .saat {
        width: 50px;
        padding: 5px 10px;
        background-color: #d3d3d3;
        text-align: center;
        margin-right: 10px;
        border-radius: 20px;
    }

    .kvkk-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--primary2);
        min-width: 100vw;
        max-width: 100vw;
        min-height: 100vh;
        max-height: 100vh;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 5;
        overflow: hidden;
    }

    .kvkk {
        min-width: calc(100vw - 40px - 3vh);
        max-width: calc(100vw - 40px - 3vh);
        height: calc(100vh - 6vh - 60px);
        background-color: #fff;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        overflow: scroll;
        padding: 30px 20px;
        color: #00000060;
        margin: 3vh;
        border-radius: 20px;
    }

    .alert {
        position: relative;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        background-color: var(--white);
        width: calc(90vw - 60px);
        padding: 30px;
        border-radius: 20px;
        color: #00000090;
        line-height: 20px;
        font-size: 16px;
        z-index: 6;
    }

    .alert h1 {
        font-size: 18px;
        text-align: center;
    }

    .alert h2 {
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
    }

    .danger,
    .success {
        height: 70px;
        display: none;
    }
}

.bg {
    position: fixed;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100vw;
    max-height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    background-color: #00000090;
    z-index: 5;
    overflow: hidden;
}

.popup {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100vw;
    max-height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 99;
}

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    color: #00000060;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 13px;
    z-index: 7;
    font-size: 30px;
    cursor: pointer;
}

.close:hover {
    color: #000000cc;
}