@font-face {
    font-family: 'CamptonLighter';
    src: url('../fonts/CamptonLight.otf') format('opentype');
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/CamptonMedium.otf') format('opentype');
}

@font-face {
    font-family: 'CamptonSemiBold';
    src: url('../fonts/CamptonSemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'CamptonBold';
    src: url('../fonts/CamptonBold.otf') format('opentype');
}

@font-face {
    font-family: 'CamptonBook';
    src: url('../fonts/CamptonBook.otf') format('opentype');
}

body, html {
    text-decoration: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

::-webkit-scrollbar {
    display: none;
}

#prevElements,
#nextElements {
    text-decoration: none;
    visibility: hidden;
    color: #fff;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#model-container {
    text-decoration: none;
    position: fixed;
    z-index: 8888;
    top: 0;
    font-size: 50pt;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top left, #053b99, #0a2c66);
}

.scrollPercentage {
    text-decoration: none;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    bottom: 5%;
    right: 5%;
    left: 5%;
    text-align: center;
    background-color: #00000080;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 72pt;
}

#hebele {
    text-decoration: none;
    position: fixed;
    z-index: 9999;
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: 0%;
    background: linear-gradient(to right, #000d248a, #0000);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 72pt;
}

#hebele h1 {
    text-decoration: none;
    text-align: left;
    font-size: 45pt;
    margin-top: 20%;
    margin-left: 10%;
}

#hebele p {
    font-family: 'CamptonLighter';
    text-decoration: none;
    text-align: left;
    font-size: 22pt;
    margin-left: 10%;
    margin-right: 50%;
}

#goToGalleryArea {
    text-decoration: none;
    width: 10%;
    background-color: #fff;
    color: #0047ba;
    text-align: center;
    padding: 10px 15px;
    font-size: 15pt;
    margin-left: 10%;
    border-radius: 250px;
    border: 1px solid #ffffff;
    transition: all .5s ease;
}

#hebele a {
    text-decoration: none;
}

#goToGalleryArea:hover {
    width: 10%;
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 15pt;
    margin-left: 10%;
    border-radius: 250px;
    cursor: pointer;
    border: 1px solid #ffffff;
}

@media only screen and (max-width: 500px) and (orientation: portrait) {

    #prevElements, #nextElements {
        text-decoration: none;
        visibility: hidden;
        color: #fff;
        height: 100vh;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-y: scroll;
        scroll-snap-type: y proximity;
    }

    #hebele {
        text-decoration: none;
        position: fixed;
        z-index: 9999;
        top: 0%;
        bottom: 0%;
        right: 0%;
        left: 0%;
        background: linear-gradient(to right, #000d248a, #0000);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14pt;
    }
    
    #hebele h1 {
        text-decoration: none;
        text-align: left;
        font-size: 14pt;
        margin-top: 85%;
        margin-left: 10%;
        margin-right: 10%;
        letter-spacing: 2px;
    }
    
    #hebele p {
        font-family: 'CamptonLighter';
        text-decoration: none;
        text-align: left;
        font-size: 11pt;
        margin-top: 5%;
        margin-left: 10%;
        margin-right: 25%;
        letter-spacing: 1px;
    }

    #goToGalleryArea {
        margin-top: 10%;
        text-decoration: none;
        width: 35%;
        background-color: #fff;
        color: #0047ba;
        text-align: center;
        padding: 10px 10px;
        font-size: 11pt;
        margin-left: 10%;
        border-radius: 250px;
        border: 1px solid #ffffff;
        transition: all 0.5s ease;
    }
    
    #hebele a {
        text-decoration: none;
    }
    
    #goToGalleryArea:hover {
        margin-top: 10%;
        text-decoration: none;
        width: 35%;
        background-color: #fff;
        color: #0047ba;
        text-align: center;
        padding: 10px 15px;
        font-size: 11pt;
        margin-left: 10%;
        border-radius: 250px;
        border: 1px solid #ffffff;
        transition: all 0.5s ease;
    }
}

@media only screen and (max-width: 960px) and (orientation: landscape) {

    #prevElements, #nextElements {
        text-decoration: none;
        visibility: hidden;
        color: #fff;
        height: 100vh;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-y: scroll;
        scroll-snap-type: y proximity;
    }

    #hebele {
        width: 50%;
        text-decoration: none;
        position: fixed;
        z-index: 9999;
        top: 0%;
        bottom: 0%;
        right: 0%;
        left: 0%;
        background: linear-gradient(to right, #000d248a, #0000);
        color: #fff;
        padding: 5% 10%;
        border-radius: 5px;
        font-size: 14pt;
    }
    
    #hebele h1 {
        text-decoration: none;
        text-align: left;
        font-size: 11pt;
        margin-top: 15%;
        margin-left: 10%;
        margin-right: 10%;
        letter-spacing: 2px;
    }
    
    #hebele p {
        font-family: 'CamptonLighter';
        text-decoration: none;
        text-align: left;
        font-size: 8pt;
        margin-top: 5%;
        margin-left: 10%;
        margin-right: 25%;
        letter-spacing: 1px;
    }

    #goToGalleryArea {
        margin-top: 2.5%;
        text-decoration: none;
        width: 35%;
        background-color: #fff;
        color: #0047ba;
        text-align: center;
        padding: 5px 5px;
        font-size: 8pt;
        margin-left: 10%;
        border-radius: 250px;
        border: 1px solid #ffffff;
        transition: all 0.5s ease;
    }
    
    #hebele a {
        text-decoration: none;
    }
    
    #goToGalleryArea:hover {
        margin-top: 5%;
        text-decoration: none;
        width: 35%;
        background-color: #fff;
        color: #0047ba;
        text-align: center;
        padding: 5px 5px;
        font-size: 10pt;
        margin-left: 10%;
        border-radius: 250px;
        border: 1px solid #ffffff;
        transition: all 0.5s ease;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1024px) and (orientation: portrait) {

    #prevElements, #nextElements {
        text-decoration: none;
        visibility: hidden;
        color: #fff;
        height: 100vh;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-y: scroll;
        scroll-snap-type: y proximity;
    }

    #hebele {
        text-decoration: none;
        position: fixed;
        z-index: 9999;
        top: 0%;
        bottom: 0%;
        right: 0%;
        left: 0%;
        background: linear-gradient(to right, #000d248a, #0000);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14pt;
    }
    
    #hebele h1 {
        text-decoration: none;
        text-align: left;
        font-size: 20pt;
        margin-top: 65%;
        margin-left: 10%;
        margin-right: 10%;
        letter-spacing: 2px;
    }
    
    #hebele p {
        font-family: 'CamptonLighter';
        text-decoration: none;
        text-align: left;
        font-size: 11pt;
        margin-top: 5%;
        margin-left: 10%;
        margin-right: 25%;
        letter-spacing: 1px;
    }

    #goToGalleryArea {
        margin-top: 10%;
        text-decoration: none;
        width: 35%;
        background-color: #fff;
        color: #0047ba;
        text-align: center;
        padding: 10px 10px;
        font-size: 11pt;
        margin-left: 10%;
        border-radius: 250px;
        border: 1px solid #ffffff;
        transition: all 0.5s ease;
    }
    
    #hebele a {
        text-decoration: none;
    }
    
    #goToGalleryArea:hover {
        margin-top: 10%;
        text-decoration: none;
        width: 35%;
        background-color: #fff;
        color: #0047ba;
        text-align: center;
        padding: 10px 15px;
        font-size: 11pt;
        margin-left: 10%;
        border-radius: 250px;
        border: 1px solid #ffffff;
        transition: all 0.5s ease;
    }
}

@media only screen and (max-width: 1440px) and (orientation: landscape) {
    
    #hebele {
        text-decoration: none;
        position: fixed;
        z-index: 9999;
        top: 0%;
        bottom: 0%;
        right: 0%;
        left: 0%;
        background: linear-gradient(to right, #000d248a, #0000);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14pt;
    }
    
    #hebele h1 {
        text-decoration: none;
        text-align: left;
        font-size: 25pt;
        margin-top: 25%;
        margin-left: 10%;
        margin-right: 10%;
        letter-spacing: 2px;
    }
    
    #hebele p {
        font-family: 'CamptonLighter';
        text-decoration: none;
        text-align: left;
        font-size: 12pt;
        margin-top: 5%;
        margin-left: 10%;
        margin-right: 45%;
        letter-spacing: 1px;
    }

    #goToGalleryArea {
        margin-top: 5%;
        text-decoration: none;
        width: 20%;
        background-color: #fff;
        color: #0047ba;
        text-align: center;
        padding: 10px 10px;
        font-size: 11pt;
        margin-left: 10%;
        border-radius: 250px;
        border: 1px solid #ffffff;
        transition: all 0.5s ease;
    }
    
    #hebele a {
        text-decoration: none;
    }
    
    #goToGalleryArea:hover {
        margin-top: 5%;
        text-decoration: none;
        width: 20%;
        background-color: transparent;
        color: #ffffff;
        text-align: center;
        padding: 10px 10px;
        font-size: 11pt;
        margin-left: 10%;
        border-radius: 250px;
        border: 1px solid #ffffff;
        transition: all 0.5s ease;
    }
}

