:root {
    --prim: #114856;
    --primtxt: #d2ba6f;
    --info: dodgerblue;
    --rej: #bc2b2b;
    --light: #D8DEE9;
    --success: #28a745;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Roboto', monospace;
}
.away {
    display: none;
}
.show {
    display: inline-block;
}
.content {
    height: 90%;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    top: 10%;
    background-color: #2c6270;
    display: inline-block;
}
a {
    all: unset;
}

*  {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: hidden;
}
*::-webkit-scrollbar {
    display: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.leftTextholder {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    border: solid 0;
}
.leftTextholder p {
    margin-left: 20%;
    height: 100%;
    font-size: 1.2rem;
    color: var(--primtxt);
    position: absolute;
    margin-right: 20%;
}
.scrollBox {
    height: 20%;
    width: 100%;
    position: absolute;
    top: 0;
    border: solid 0;
}

.leftTextholder h1 {
    position: fixed;
    font-size: 2rem;
    margin-left: 10%;
    top: 0;
    color: var(--primtxt);
    margin-top: 10%;
}
.rightTextholder {
    height: 100%;
    width: 50%;
    right: 0;
    border: solid 0;
    position: absolute;
}
.rightTextholder img {
    height: 60%;
    width: 65%;
    bottom: 0;
    right: 0;
    position: absolute;
}
.textBox {
    bottom: 0;
    white-space: pre-wrap;

    height: 80%;
    width: 100%;
    position: absolute;
    border: solid 0;
}
.textBox p {
    font-size: 1rem;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
}
.socialHolder {
    height: 10%;
    width: 40%;
    position: absolute;
    border: solid 0;
    z-index: 2;
    background-color: transparent;
    text-align: center;
    top: 60%;
    left: 30%;
    color: var(--primtxt);
    font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
    .socialHolderMob {display: none !important;}
}
@media screen and (max-width: 600px) {
    .socialHolderMob {
        height: 20%;
        width: 100%;
        position: absolute;
        bottom: 0;
        border: solid 0;
        margin-left: 22px;
        text-align: unset;
        font-size: 1.2rem;
        color: var(--primtxt);
    }
    #kvkholder {
        display: none !important;
    }
    .rightTextholder {
        display: none;
    }
    .socialHolder {
        display: none !important;
    }
    .rightTextholder img {
        bottom: 0;
        position: absolute;
    }
    .mobTextholder {
        position: relative;
        width: 100%;
        height: 100vh;
        scroll-behavior: smooth;
        margin: 0;
        padding: 0;
        overflow: auto;
        scroll-snap-type: y mandatory;
    }
    .scrollBox {
        height: 20%;
        width: 100%;
        position: fixed;
        bottom: 0;
        overflow: hidden;
        z-index: 1;
        border: solid 0;
    }
    .leftTextholder {
        width: 100%;
        height: 100vh;
        background-size:  cover;
        scroll-snap-align: start;
        top: 0;
        z-index: 1;
        overflow-y: scroll;
    }
    .textBox {
        height: 70%;
        width: 100%;
        bottom: 0;
        position: fixed;
        border: solid 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .textBox p {
        height: 100%;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 0.8rem !important;
        overflow-y: scroll;
    }
    .leftTextHolderAboutP{
        position: relative;
        text-align: center;
        left: 5%;

    }
    .leftTextholder h1 {
        margin-top: 30%;
    }

}
