/* Generics | The main body */

*{
    margin: 0px;
    padding: 0px;
    font-family:"Orbitron", sans-serif;
    font-weight:400;
    color:#EBEBEB;
    cursor: url("../Assets/Home/CURs/moroquint_Cursor_1.cur")5 5, auto;
}

img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-select: none;
    pointer-events: none;
}

a {
    text-decoration: none;
    cursor: url("../Assets/Home/CURs/moroquint_Cursor_2.cur") 5 5, auto;
}

::selection {
  color: #111010;
  background: #EBEBEB;
}

input::selection {
    color: #EBEBEB;
    background-color: #111010;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #111010;
}

::-webkit-scrollbar-thumb {
  background: #EBEBEB;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #EBEBEB;
}

/* h6 is reserved for black text in white background */

h6{
    color: #111010;
}

h6::selection {
  color: #EBEBEB;
  background: #111010;
}


body{
    background-color: #111010;
}

#Home_main{
    background-color: #111010;
}

#main_border{
    border: 3px #EBEBEB solid;
    margin-inline: 2%;
    margin-top: 3vh;
    width: 96%;
}

/* Navbar style */

#navbar{
    border-bottom: 3px #EBEBEB solid;
    height: 10vh;
    min-height: 40px;
    display: grid;
    grid-template-columns: 10vh 1fr 3fr 10vh;
}

/* Navbar exception media query */
@media (max-height:400px) {
    #navbar{
        grid-template-columns: 40px 1fr 3fr 40px;
    }
}

#Logo_container{
    border-right: #EBEBEB 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-width: 40px;
    min-height: 40px;
}

#Logo_container a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
    width: 70%;
}

#Logo_container img{
    width: 100%;
    height: auto;
}

#Title_container{
    border-right: #EBEBEB 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Title_container h1{
    font-size: 1.7vw;
}

#Links_container{
    border-right: #EBEBEB 3px solid;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#Links_container a{
    font-size: 1.5vw;
}

#Qr_container{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
}

#Qr_container img{
    height: 90%;
    width: 90%;
}

#Menu_container{
    display: none;
}

/* About_1st_scene */

#About_1st_scene{
    height: 100vh;
    min-height: 1000px;
    max-height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
    align-items: end;
    position: relative;
    overflow: hidden;
}

#title-slider{
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 25%;
    z-index: 10;
}

#title-track{
    display: flex;
    width: max-content;
    animation: scrollLeft 15s linear infinite;
}

#title-track h1{
    font-family: "Pixelify Sans", sans-serif;
    font-size: 7vw;
    white-space: nowrap;
    padding-right: 15vw;
    flex-shrink: 0;
}

#About_1st_scene img{
    height: 100%;
    position: absolute;
    z-index: 20;
    left: 0px;
    top: 0px;
}

#About_1st_scene h2{
    font-family: "Space grotesk", sans-serif;
    font-size: 1.2vw;
    position: relative;
    z-index: 20;
    width: 35vw;
    font-weight: 100;
    margin-right: 10vw;
}

@keyframes scrollLeft{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}

/* About_2nd_scene */

#About_2nd_scene{
    height: 100vh;
    min-height: 1000px;
    max-height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

#title-slider_2{
    width: 100%;
    overflow: hidden;
}

#title-track_2{
    display: flex;
    width: max-content;
    animation: scrollLeft 15s linear infinite;
}

#title-track_2 h1{
    font-family: "Pixelify Sans", sans-serif;
    font-size: 7vw;
    white-space: nowrap;
    padding-right: 15vw;
    flex-shrink: 0;
}

#About_2nd_desc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vh;
    padding-inline: 5rem;
}

#About_2nd_scene h2{
    font-size: 1.5vw;
    font-weight: 100;
    font-family: "Space grotesk", sans-serif;
    text-align: start;
    width: 50%;
}

#About_2nd_scene img{
    width: 50%;
}

/* About_3rd_scene */

#About_3rd_scene{
    height: 60vh;
    min-height: 800px;
    max-height: 1200px;
    margin-top: 20vh;
    margin-bottom: 20vh;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#About_3rd_scene svg{
    position: absolute;
    top: 3vh;
    z-index: 20;
    height: 30vh;
    min-height: 300px;
    max-height: 500px;
}

#About_3rd_desc{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#title-slider_3{
    width: 100%;
    overflow: hidden;
    margin-top: 10vh;
}

#title-track_3{
    display: flex;
    width: max-content;
    animation: scrollLeft 15s linear infinite;
}

#title-track_3 h1{
    font-size: 7vw;
    font-family: "Pixelify Sans", sans-serif;
    white-space: nowrap;
    padding-right: 15vw;
    flex-shrink: 0;
}

#About_3rd_desc h2{
    width: 70vw;
    margin-top: 18vh;
    position: relative;
    text-align: center;
    z-index: 20;
    font-family: "Space grotesk", sans-serif;
    font-weight: 100;
    font-size: 1.5vw;
    background-color: #111010;
}

/* About_4th_scene */

#About_4th_scene{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 120vh;
    min-height: 1100px;
    max-height: 1500px;
    margin-top: 20vh;
}

#About_4th_scene img{
    position: absolute;
    bottom:0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#About_4th_scene h1{
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 7vw;
    z-index: 20;
    font-family: "Pixelify Sans", sans-serif;
    margin-bottom: 5%;
}

#About_4th_scene h2{
    width: 70%;
    font-size: 1.5vw;
    font-family: "Space grotesk", sans-serif;
    font-weight: 100;
    margin-bottom: 10%;
}

.sp1{
    font-family: "Orbitron", sans-serif;
    font-size: 2vw;
    animation: blink1 2s infinite ease-in-out;
}

.sp2{
    font-family: "Orbitron", sans-serif;
    font-size: 2vw;
    color: #9370DB;
    animation: blink2 2s infinite ease-in-out;
}

@keyframes blink1{
    0%, 100%{
        opacity: 1;
        filter: brightness(1);
    }
    8%{
        opacity: 0.4;
    }
    12%{
        opacity: 1;
    }
    40%{
        opacity: 0.7;
    }
    45%{
        opacity: 1;
    }
    78%{
        opacity: 0.5;
    }
    82%{
        opacity: 1;
    }
}

@keyframes blink2{
    0%, 100%{
        opacity: 1;
        filter: brightness(1);
    }
    15%{
        opacity: 0.3;
    }
    20%{
        opacity: 1;
    }
    55%{
        opacity: 0.6;
    }
    60%{
        opacity: 1;
    }
    88%{
        opacity: 0.2;
    }
    92%{
        opacity: 1;
    }
}

/* Footer section styles */

#Footer_section{
    display: grid;
}

#Copyright_section{
    margin-top: 1vh;
    margin-bottom: 10px;
    padding-inline: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Copyright_text h1{
    font-size: 1vw;
}

#Copyright_text div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Copyright_text h2{
    color: #9370DB;
    font-size: 1vw;
    cursor: url("../Assets/Home/CURs/moroquint_Cursor_2.cur")0 0, pointer;
}

#footer_logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer_logo img{
    height: 40px;
    margin-right: 1vw;
}

#footer_logo h1{
    font-size: 1.3vw;
    font-weight: 500;
}


















/* Style for Screens between 1500px width & 1100px width */

@media (max-width:1500px) {

/* Generics | The main body */

#main_border{
    border: 2px #EBEBEB solid;
}

/* Navbar style */


#navbar{
    border-bottom: #EBEBEB 2px solid;
}
#Links_container{
    border-right: #EBEBEB 2px solid;
}

/* About_1st_scene */

#About_1st_scene{
    min-height: 750px;
    max-height: 850px;
}

/* About_2nd_scene */

#About_2nd_scene{
    min-height: 750px;
    max-height: 850px;
}

/* About_3rd_scene */

#About_3rd_scene{
    min-height: 500px;
    max-height: 600px;
}

#About_3rd_scene svg{
    min-height: 200px;
    max-height: 280px;
}

/* About_4th_scene */

#About_4th_scene{
    min-height: 1000px;
    max-height: 1200px;
}

}










/* Style for Screens between 1100px width & 800px width */

@media (max-width:1100px) {

/* Generics | The main body */

#main_border{
    border: 1px #EBEBEB solid;
}

/* Navbar style */


#navbar{
    border-bottom: 1px #EBEBEB solid;
}

#Logo_container{
    border-right: 1px #EBEBEB solid;
}

#Title_container{
    border-right: 1px #EBEBEB solid;
}

#Links_container{
    border-right: #EBEBEB 1px solid;
}

/* About_1st_scene */

#About_1st_scene{
    min-height: 500px;
    max-height: 600px;
}

/* About_2nd_scene */

#About_2nd_scene{
    min-height: 500px;
    max-height: 600px;
}

/* About_3rd_scene */

#About_3rd_scene{
    min-height: 600px;
}

#About_3rd_scene svg{
    min-height: 150px;
    max-height: 280px;
}

/* About_4th_scene */

#About_4th_scene{
    min-height: 600px;
    max-height: 800px;
}

}











/* Style for Screens under 800px width */

@media (max-width:800px) {

/* Navbar style */

#navbar{
    border-bottom: 1px #EBEBEB solid;
    height: 7vh;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Logo_container{
    height: 7vh;
    width: 7vh;
    min-height: 40px;
    min-width: 40px;
}

#Logo_container img{
    height: 100%;
    width: 100%;
}

#Title_container{
    border: 0px;
}

#Title_container h1{
    font-size: 4vw;
}

#Links_container{
    display: none;
}

#Qr_container{
    display: none;
}

#Menu_container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7vh;
    width: 7vh;
    min-height: 40px;
    min-width: 40px;
    border-left: 1px #EBEBEB solid;
    z-index: 100;
}

.hidden-menu {
    background-color: #111010;
    border-left: 1px solid #EBEBEB;
    background-image: url(../Assets/Home/PNGs/Amazigh_script.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    gap: 10vh;
    text-align: center;
    font-size: 3rem;
    transition: .6s ease;
}

.hidden-menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden-menu.active {
    right: 0;
}

.hidden-menu a{
    font-size: 5vw;
}

.hidden-menu.active a{
    font-size: 5vw;
}

.menu-button {
    height: 100%;
    width: 100%;
    margin-left: auto;
    position: relative;
    cursor: url("../Assets/Home/CURs/moroquint_Cursor_2.cur") 5 5, auto;
}

.menu-button img {
    height: 60%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

.menu-button.active img {
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

/* About_1st_scene */

#About_1st_scene{
    height: 80vh;
    min-height: 800px;
    max-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3vh;
    align-items: center;
    position: relative;
}

#title-track h1{
    font-size: 10vw;
    white-space: nowrap;
    padding-right: 20vw;
}

#About_1st_scene img{
    height: 100%;
    min-height: 0px;
    max-height: 550px;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 15%;
    opacity: 50%;
}

#About_1st_scene h2{
    font-family: "Space grotesk", sans-serif;
    font-size: 3vw;
    position: relative;
    z-index: 20;
    width: 80%;
    padding-inline: 10%;
    font-weight: 100;
    margin-right: 0px;
}

/* About_2nd_scene */

#About_2nd_scene{
    height: 100vh;
    min-height: 950px;
    max-height: 1100px;
}

#title-slider_2{
    width: 100%;
    overflow: hidden;
}

#title-track_2{
    display: flex;
    width: max-content;
    animation: scrollLeft 15s linear infinite;
}

#title-track_2 h1{
    font-family: "Pixelify Sans", sans-serif;
    font-size: 10vw;
    padding-right: 20vw;
}

#About_2nd_desc{
    display: flex;
    flex-direction:column-reverse;
    gap: 5vh;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vh;
    padding-inline: 5rem;
    position: relative;
}

#About_2nd_scene h2{
    font-size: 2.5vw;
    position: relative;
    z-index: 20;
    width: 100%;
    font-weight: 100;
    font-family: "Space grotesk", sans-serif;
    text-align: start;
}

#About_2nd_scene img{
    width: 100%;
    opacity: 100%;
    left: 5%;
    z-index: 0;
}

/* About_3rd_scene */

#About_3rd_scene{
    height: auto;
    margin-top: 20vh;
    margin-bottom: 10vh;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

#About_3rd_scene svg{
    position: absolute;
    top: 6vh;
    z-index: 0;
    height: 15vh;
    opacity: 50%;
}

#title-slider_3{
    margin-top: 8vh;
}

#title-track_3 h1{
    font-size: 10vw;
}

#About_3rd_desc h2{
    width: 80%;
    margin-top: 10vh;
    position: relative;
    z-index: 20;
    font-family: "Space grotesk", sans-serif;
    font-weight: 100;
    font-size: 2.5vw;

}

/* About_4th_scene */

#About_4th_scene{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 100vh;
    min-height: 1000px;
    max-height: 1200px;
    margin-top: 20vh;
}

#About_4th_scene img{
    position: absolute;
    top:0px;
    bottom: auto;
    height: auto;
    width: 100%;
    z-index: 10;
}

#About_4th_scene h1{
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 7vw;
    z-index: 20;
    font-family: "Pixelify Sans", sans-serif;
    margin-bottom: 5%;
}

#About_4th_scene h2{
    width: 70%;
    font-size: 3vw;
    font-family: "Space grotesk", sans-serif;
    font-weight: 100;
    margin-bottom: 10%;
}

.sp1{
    font-family: "Orbitron", sans-serif;
    font-size: 4vw;
}

.sp2{
    font-family: "Orbitron", sans-serif;
    font-size: 4vw;
    color: #9370DB;
}

/* Footer section styles */

#Copyright_section{
    padding-inline: 2%;
}

#Copyright_text h1{
    font-size: 1.5vw;
}

#Copyright_text h2{
    color: #9370DB;
    font-size: 1.5vw;
}

#footer_logo img{
    height: 30px;
    margin-right: 1vw;
}

#footer_logo h1{
    font-size: 2VW;
    font-weight: 500;
}
}





/* Style for Screens under 500px width */

@media (max-width:500px) {

/* Hero section styles */

/* Navbar style */

.hidden-menu a{
    font-size: 7vw;
}

.hidden-menu.active a{
    font-size: 7vw;
}

body.menu-open{
    overflow: hidden;
}

/* About_1st_scene */

#About_1st_scene{
    height: 80vh;
    min-height: 700px;
    max-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#title-slider{
    top: 30%;
}

#title-track h1{
    font-size: 15vw;
    padding-right: 20vw;
}

#About_1st_scene img{
    width: 90%;
    height: auto;
    min-height: auto;
    max-height: auto;
    position: absolute;
    top: 10%;
    opacity: 50%;
}

/* About_2nd_scene */

#About_2nd_scene{
    height: 80vh;
    min-height: 600px;
    max-height: 1000px;
    margin-top: 0px;
}

#title-track_2 h1{
    font-size: 15vw;
    padding-right: 20vw;
}

#About_2nd_desc{
    padding-inline: 10%;
}

/* About_3rd_scene */

#About_3rd_scene{
    min-height: 50vh;
}

#About_3rd_scene svg{
    min-height: 90px;
    max-height: 100px;
}

#title-track_3 h1{
    font-size: 15vw;
    padding-right: 20vw;
}

#title-slider_3{
    margin-top: 8vh;
}

#About_3rd_scene h2{
    margin-top: 10vh;
}

/* About_4th_scene */

#About_4th_scene{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 60vh;
    min-height: 700px;
    max-height: 800px;
    margin-top: 20vh;
}


/* Footer section styles */

#footer_logo img{
    height: 20px;
}

}