/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Horta';
    src: url('fonts/Horta.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    font-family: 'Horta', sans-serif;
    font-weight: 100 !important;
}

.main-height {
    height: 100vh;
    width: 100vw;
    background-color: #202020;
}

.alt-height {
    height: 10vh;
    background-color: #202020;
    position: fixed;
    bottom: 0;
    width: 100vw;

}

.ob-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 70vh;
}

.logo-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    width: 100%;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: ce;
    -ms-flex-pack: ce;
    justify-content: ce;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.content-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-alt-header {
    color: #7F7C78 !important;
    font-size: 18px;
}

.content-alt-text {
    color: #b8b8b8 !important;
    font-weight: 500 !important;
    font-size: 18px;
    font-family: "Quicksand", sans-serif !important;
}

.logo-alt {
    width: 40%;
    z-index: 10;
}



.link-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15vw;
}

.link-alt {
    list-style-type: none;
}

.link-a {
    text-decoration: none;
}

.icon {
    width: 45px;
}


.light {
    width: 30%;
    max-width: 468.89px;
    z-index: 11;
    position: fixed;
    -webkit-animation-name: lightoren;
    animation-name: lightoren;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-radius: 100%;
}

@-webkit-keyframes lightoren {
    0% {
        opacity: 0%;
        scale: 50%;
        -webkit-transform: translateX(20%) translateY(-35%);
                transform: translateX(20%) translateY(-35%);
    }

    100% {
        opacity: 100%;
        scale: 100%;
        -webkit-transform: translateX(26.8%) translateY(-28%);
                transform: translateX(26.8%) translateY(-28%);
    }
}

@keyframes lightoren {
    0% {
        opacity: 0;
        scale: 50%;
        -webkit-transform: translateX(20%) translateY(-35%);
                transform: translateX(20%) translateY(-35%);
    }

    100% {
        opacity: 1;
        scale: 100%;
        -webkit-transform: translateX(26.8%) translateY(-28%);
                transform: translateX(26.8%) translateY(-28%);
    }
}




@media only screen and (max-width: 768px) {

    .link-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 75vw;
    }

    .logo-alt {
        /* burasi */
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        z-index: 10;
    }

    .ob-img {
        position: absolute;
        right: 0;
        top: 0;
        height: 30vh;
        z-index: 0;
    }

    .loading-alt {
        width: 18vw !important;

    }

    .light {
        width: 100%;
        max-width: 575.25px;
        z-index: 11;
        position: fixed;
        -webkit-transform: translateX(20.2%) translateY(-22%);
        -ms-transform: translateX(20.2%) translateY(-22%);
        transform: translateX(20.2%) translateY(-22%);
        -webkit-animation-name: lightopen;
        animation-name: lightopen;
        -webkit-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        border-radius: 100%;
    }

    @keyframes lightopen {
        0% {
            opacity: 0% !important;
            scale: 100% !important;
            -webkit-transform: translateX(20%) translateY(-35%) !important;
                    transform: translateX(20%) translateY(-35%) !important;

        }


        100% {
            opacity: 100% !important;
            scale: 200% !important;
            -webkit-transform: translateX(35.9%) translateY(-22%) !important;
                    transform: translateX(35.9%) translateY(-22%) !important;
        }
    }

    @-webkit-keyframes lightopen {
        0% {
            opacity: 0% !important;
            scale: 100% !important;
            -webkit-transform: translateX(20%) translateY(-35%) !important;
                    transform: translateX(20%) translateY(-35%) !important;

        }


        100% {
            opacity: 100% !important;
            scale: 200% !important;
            -webkit-transform: translateX(35.9%) translateY(-22%) !important;
                    transform: translateX(35.9%) translateY(-22%) !important;
        }
    }
}









#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(224, 224, 224);
    /* Beyaz bir yarı saydamlık ekran */
    z-index: 9999;
    /* Diğer elementlerin üzerinde olacak şekilde yüksek bir z-index değeri */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.end-loader {
    -webkit-animation-name: end !important;
    animation-name: end !important;
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
}

@-webkit-keyframes end {
    0% {
        opacity: 1;
        z-index: 9999;
    }

    99% {
        opacity: 0;
        z-index: 9999;
    }

    100% {
        opacity: 0;
        z-index: -9999;
    }

}

@keyframes end {
    0% {
        opacity: 1;
        z-index: 9999;
    }

    99% {
        opacity: 0;
        z-index: 9999;
    }

    100% {
        opacity: 0;
        z-index: -9999;
    }

}

.loading-alt {
    width: 4vw;
    -webkit-animation-name: gras;
    animation-name: gras;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes gras {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

@keyframes gras {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}





/* Ekstra Küçük Ekranlar (Telefonlar) */
@media only screen and (max-width: 575px) {


    .content-alt-header {
        color: #7F7C78 !important;
        font-size: 22px !important;
    }

    .content-alt-text {
        color: #b8b8b8 !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        font-family: "Quicksand", sans-serif !important;
    }

    .logo-dr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50vh;
    }

    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
        height: 36vh !important;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
}

.content {
    text-align: justify;
    -webkit-transform: translateY(-75px) !important;
        -ms-transform: translateY(-75px) !important;
            transform: translateY(-75px) !important;

}

/* Küçük Ekranlar (Büyük Telefonlar) */
@media only screen and (min-width: 576px) and (max-width: 767px) {


    .content-alt-header {
        color: #7F7C78 !important;
        font-size: 20px !important;
    }

    .content-alt-text {
        color: #b8b8b8 !important;
        font-weight: 500 !important;
        font-size: 15px !important;
        font-family: "Quicksand", sans-serif !important;
    }

    .logo-dr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50vh;

    }

    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 36vh !important;
        margin-top: 2vh;
        margin-bottom: 2vh;

    }
}

/* Orta Ekranlar (Tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {


    .content-alt-header {
        color: #7F7C78 !important;
        font-size: 21px !important;
    }

    .content-alt-text {
        color: #b8b8b8 !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        font-family: "Quicksand", sans-serif !important;
    }

    .logo-dr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50vh;
    }

    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        height: 40vh !important;

    }
}

/* Büyük Ekranlar (Masaüstü Bilgisayarlar) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .content-alt-header {
        color: #7F7C78 !important;
        font-size: 22px !important;
    }

    .content-alt-text {
        color: #b8b8b8 !important;
        font-weight: 500 !important;
        font-size: 17px !important;
        font-family: "Quicksand", sans-serif !important;
    }

    .logo-dr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 65vh;
    }

    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        height: 25vh !important;
    }
}

/* Ekstra Büyük Ekranlar (Geniş Masaüstü Bilgisayarlar) */
@media only screen and (min-width: 1200px) {


    .content-alt-header {
        color: #7F7C78 !important;
        font-size: 24px !important;
    }

    .content-alt-text {
        color: #b8b8b8 !important;
        font-weight: 500 !important;
        font-size: 18px !important;
        font-family: "Quicksand", sans-serif !important;
    }

    .logo-dr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 65vh;
    }

    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        height: 25vh !important;
    }
}