@import url('https://fonts.googleapis.com/css?family=Cabin');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100&display=swap');

*{
    padding: 0;
    margin: 0;
    scroll-margin-top: 75px; 
    /*Because of the fixed nav, when you snap navigate to an element, it hides behind the nav
    element so we give a scroll-margin-top to make the element appear below the nav bar*/ 
}

:root{
    --ma-bg: #f1eff1;
    --ma-bg-gradient: linear-gradient(22deg, #efefef, #e2e2e2, #e2e2e2, #efefef);
    --su-bg: #0c0610;
    --su-bg-gradient: linear-gradient(22deg, #0c001b , #1e0638 43% 56%, #110023);
    --at-bg: #7325c6;
    --su-bg-gradient2: linear-gradient(190deg, #0d011b, #120127, #120127, #100124, #000);
    --txt-color4: #444;
    --txt-color3: #333333;
    --txt-color2: #222222;
    --txt-color1: #1f1f1f;
    --txt-bright: #aeb7c2;
    --border-color: #ddd;
    --txt-soft: #444;
    --txt-soft3: #333333;
    --txt-bright: #aeb7c2;
    --sans: Oscine, sans-serif;
    --cam: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    --verdana: Verdana, Geneva, Tahoma, sans-serif;
    --cabin-ver: "Cabin", Verdana, Geneva, Tahoma, sans-serif;
    --cabin-sans: "Cabin", Oscine, sans-serif;
    --work-sans: "Work Sans", Oscine, sans-serif;
    --work-ver: "Work Sans", Verdana, Geneva, Tahoma, sans-serif;
    --work-cabin-ver: "Work Sans", "Cabin", Verdana, Geneva, Tahoma, sans-serif;
    --mons: "Montserrat", Arial, Tahoma, sans-serif;
    --museo: "Museo Sans Rounded",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --open-sans: open sans,Arial,Verdana,Sans-Serif;
    --apercu: 'Apercu',Helvetica,Arial,sans-serif;;
    font-size: 5px;
}


i{
    font-size: 150%;
}
span{
    font-size: 70%;
}
input:focus, textarea:focus{
    outline: none;
}
button{
    cursor: pointer;
}


a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body{
    width: 100vw;
    font-family: var(--verdana);
    background-color: var(--ma-bg);
    color: var(--su-bg);
    overflow-x: hidden;
}
body::-webkit-scrollbar{
    width: 10px;
}
body::-webkit-scrollbar-track{
    background: var(--su-bg);
}
body::-webkit-scrollbar-thumb{
    background: #999;
}
a{
    text-decoration: none;
}
main{
    padding-top: 65px;
}

.action_button{
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: 15px 20px;
    font-size: 2.5em;
    font-weight: 600;
    background: var(--at-bg);
    color: var(--ma-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none; 
    box-shadow: 2px 2px 2px 1px #111;
    overflow: hidden;
    border-radius: 2px;
    transition: 0.5s;
    cursor: pointer;
}
.action_button ion-icon{
    font-size: 130%;
    margin: 0 3px;
}
.action_button:hover{
    background: #000;
    font-size: 2.45em;
}

.information_header{
    width: 94%;
    padding: 0 3% 40px 3%;
    height: 60px;
    min-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--purple);
    font-size: 3em;
}
.information_header h3{
    font-size: 1.4em;
}
.information_header h4{
    font-size: 1.2em;
    font-weight: 400;
}

.top_curve{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.top_curve::before{
    content: '';
    display: block;
    position: absolute;
    background-color: var(--su-bg);
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    left: 0;
    transform: translate(-5%, -60%);
    z-index: 11;
}
.top_curve::after{
    content: '';
    display: block;
    position: absolute;
    background-color: var(--ma-bg);
    transform: translate(0%, -36%);
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    right: 0;
    z-index: 10;
    
}


.jaskin_tech{
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--su-bg);
    color: var(--at-bg);
    font-size: 8em;
    font-weight: 600;
    letter-spacing: 2px;
}



.mobile_on{
    display: none !important;
}

@media (max-width: 550px) {
    .information_header{
        flex-direction: column;
    }

    .mobile_flex_c_reverse{
        flex-direction: column-reverse !important;
    }

    .mobile_on{
        display: flex !important;
    }
    .mobile_off{
        display: none !important;
    }
}


.scroll_slider{
    width: 100%;
    display: flex;
}
.scroll_slider_visual{
    position: sticky;
    top: 100px;
    width: 45%;
    padding: 0 5%;
    height: 75vh;
}
.scroll_slider_visual_header{
    width: 100%;
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.scroll_slider_visual_video{
    width: 100%;
    height: 65%;
}

.scroll_slider_text{
    width: 45%;
}
.scroll_slider_item{
    width: 100%;
}

@media (max-width: 550px) {
    .scroll_slider{
        flex-direction: column;
        height: fit-content;
        width: 90%;
        margin: 0 auto;
    }
    .scroll_slider_visual{
        width: 90%;
        height: fit-content;
        position: relative;
        top: 0px;
    }
    .scroll_slider_visual_header{
        height: fit-content;
    }
    .scroll_slider_visual_video{
        height: 250px;
    }

    .scroll_slider_text{
        width: 100%;
        position: relative;
        height: fit-content;
    }
    
}


nav{
    width: 96vw;
    padding: 5px 2vw;
    height: 60px;
    max-height: 25vh;
    background-color: var(--su-bg);
    color: var(--ma-bg);
    position: fixed;
    top: 0vh;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#logo img{
    width: 40px;
    height: 40px;
}
#logo p{
    font-size: 3em;
    font-weight: 600;
    margin-left: 10px;
}

#nav_right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    z-index: 100;
    font-family: var(--cabin-ver);
}
.nav_right_main{
    position: relative;
    list-style-type: none;
    width: 25%;
    min-width: fit-content;
    height: 100%;
    font-size: 2.4em;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.nav_right_main:hover{
    border-bottom:2px #fff solid;
}
.nav_right_main a{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_right_main a ion-icon{
    margin-left: 3px;
    font-size: 120%;
}
#nav_right .action_button{
    padding: 15px 20px;
    width: fit-content;
    height: fit-content;
    font-size: inherit;
    font-weight: 400;
}
.nav_dropdown_parent:hover .nav_dropdown{
    display: block;
}

.nav_dropdown{
    position: absolute;
    display: none;
    width: 200px;
    top: 100%;
    margin-left: -20px;
    background-color: var(--ma-bg);
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav_dropdown li{
    width: 100%;
    height: 50px;
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px var(--border-color) solid;
}
.nav_dropdown li a{
    justify-content: left;
}
.nav_dropdown li a:hover{
    background: #000;
    color: #ccc;
}



#nav_dropdown_menu{
    position: absolute;
    width: 96vw;
    padding: 10px 2vw;
    margin-left: -2vw;
    height: calc(90vh - 80px);
    background: var(--su-bg);
    top: -1000%;
    display: none;
    flex-wrap: wrap;
    transition: 0.5s;
    z-index: 90;
}
#nav_dropdown_main{
    width: 55%;
    height: 95%;
    overflow-y: auto;
}
#nav_dropdown_main::-webkit-scrollbar{
    width: 5px;
}
#nav_dropdown_main::-webkit-scrollbar-track{
    background-color: var(--ma-bg);
}
#nav_dropdown_main::-webkit-scrollbar-thumb{
    background-color: var(--at-bg);
}
#nav_dropdown_main .action_button{
    padding: 10px 15px;
    margin-bottom: 40px;
}
#nav_dropdown_main .item{
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
}
#nav_dropdown_main .item .item_image_frame{
    width: 15vw;
    height: 50px;
    margin-right: 5vw;
}
#nav_dropdown_main .item p{
    font-size: 2.9em;
}

#nav_dropdown_sub{
    width: 45%;
    height: 100%;
}
#nav_dropdown_sub img{
    object-fit:contain
}
#nav_menu_header{
    width: 100%;
    height: fit-content;
}
#nav_menu_header header{
    font-size: 4.5em;
    font-family: var(--cabin-ver);
    margin-bottom: 5px;
}
#nav_menu_header .action_button{
    font-size: 2em;
    padding: 10px 15px;
}
@media (max-width: 550px) {
    #nav_dropdown_sub{
        display: none;
    }
    #nav_dropdown_main{
        width: 100%;
    }
    #nav_dropdown_main .item .item_image_frame{
        width: 35vw;
        margin-right: 10vw;
    }
    
}
@media (max-width: 900px) {
    nav .mobile_off{
        display: none !important;
    }
    nav .mobile_on{
        display: flex !important;
    }
}


.circleEnd{
    background: var(--su-bg);
    position: relative;
    z-index: 2;
}
.circleEnd::after{
    content: '';
    width: 100%;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -.5%;
    transform: translatey(-50%);
    background: var(--su-bg);
    z-index: -1;
}

.circleEnd::before{
    content: '';
    width: 100%;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: -.5%;
    transform: translatey(-50%);
    background: var(--su-bg);
    z-index: -1;
}
@media (max-width: 600px) {
    .circleEnd, .circleEnd::after, .circleEnd::before{
        background: var(--su-bg);
    }
    .circleEnd::after, .circleEnd::before{
        height: 100px;
    }
}