:root {
    --logofont: "Cairo", sans-serif;
    ;
    --textfont: "Montserrat", sans-serif;
    --primaryblack: #2D2D2D;
    --bgwhite: #F8F8F8;
    --primarywhite: #D9D9D9;
    --highlight: #F8F2BD;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Alsicoder-Red {
    height: 100vh;
    width: 100%;
    /* border: 2px solid red; */
    overflow: hidden;
}

.Alsi-Home {
    display: flex;
    /* position: absolute; */
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: black;
    /* border: 5px solid green; */
}

.AlsiHome-Main {
    display: flex;
    /* position: fixed; */
    top: 0;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 92vh;
    width: 92vw;
    background-color: var(--bgwhite);
    /* border: 4px solid blue; */
    transform: rotatez(-3.33deg);
    /* display: none; */
    /* transform: translateX(50%); */
    /* z-index: 100; */
}

.AlsiHome-Main::selection {
    /* color: var(--highlight); */
    background-color: var(--highlight);
}

.AlsiLogo-Container {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: 27%;
    right: 0;
    width: auto;
    /* border: 4px solid orange; */
    transform: rotatez(0deg);

    /* border: 21px solid greenyellow; */
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */

}

.AlsiLogo-Content {
    display: flex;
    align-items: flex-end;
    width: 54%;
    height: auto;
    /* border: 4px solid yellow; */
}

.AlsiLogo-ContentText {
    font-size: 9vh;
    transform: rotatez(-90deg);
    font-family: var(--logofont);
    font-weight: 900;
}

/* ---------------------------UP DIVISION------------------------ */

.AlsiHomeMain-Updiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30%;
    width: 100%;
    /* border: 4px solid orange; */
}

.AlsiUpdiv-Conainerdiv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 96%;
    /* border: 2px solid yellow; */
}

.AlsiUpdiv-Conainer1 {
    height: 100%;
    width: 100%;
    /* border: 2px solid magenta; */
}

.AlsiUpdiv-Content {
    height: 100%;
    width: 90%;
    /* border: 2px solid green; */
}

.AlsiUpdiv-ContentText {
    font-size: 3.5vmax;
    color: var(--primaryblack);
    font-family: var(--textfont);
    font-weight: 400;
}



/* ---------------------------MID DIVISION------------------------ */


.AlsiHomeMain-Middiv {
    display: flex;
    flex-direction: row;
    height: 30%;
    width: 100%;
    /* border: 4px solid orange; */
}

.AlsiMiddiv-Conatainerdiv {
    height: 100%;
    width: 50%;
    /* border: 4px solid yellow; */
}

.AlsiMiddiv-Container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    /* border: 2px solid magenta; */
}

.AlsiMiddiv-Content2 {
    height: 80%;
    width: 60%;
    /* border: 2px solid greenyellow; */
}

.AlsiMiddiv-ContentText {
    color: var(--primaryblack);
    font-size: 2vmax;
    font-family: var(--textfont);
}

/* ---------------------------DOWN DIVISION------------------------ */


.AlsiHomeMain-Downdiv {
    display: flex;
    height: 30%;
    width: 100%;
    /* border: 4px solid orange; */
}

.AlsiDowndiv-Containerdiv {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    width: 50%;
    /* border: 4px solid yellow; */
}

.AlsiDowndiv-Container1 {
    height: 25%;
    width: 95%;
    /* border: 2px solid magenta; */
}

.AlsiDowndiv-Content1a {
    height: 100%;
    width: 100%;
    /* border: 4px solid greenyellow; */
    /* padding-left: 3%; */
}

.AlsiDowndiv-ContentButton1a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 50%; */
    border-radius: 7px;
    color: var(--primaryblack);
    font-family: var(--textfont);
    font-weight: bold;
    font-size: 1.6vmax;
    text-decoration: none;
    border: none;
    background-color: transparent;
    letter-spacing: 0%;
    padding: 2%;
    /* border: 2px solid greenyellow; */
    cursor: pointer;
    transition: all ease-in 0.5s;
}

/* .AlsiDowndiv-ContentButton1a:hover{
    background-color: var(--primaryblack);
    color: var(--highlight);
} */

.AlsiDowndiv-Container1b {
    display: flex;
}

.AlsiDowndiv-Content1b {
    display: flex;
    width: 50%;
    /* border: 4px solid greenyellow; */
}

.AlsiDowndiv-Content1b1 {
    justify-content: center;
    align-items: center;
    /* padding-left: 5%; */
}

.AlsiDowndiv-Content1b-Text {
    text-decoration: none;
    color: var(--primaryblack);
    font-family: var(--textfont);
    font-size: 1.4vmax;
    cursor: pointer;
}

.AlsiDowndiv-Content1b2 {
    justify-content: center;
}

.AlsiDowndiv-Content1b2-Container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    /* border: 4px solid cyan; */
}

.AlsiDowndiv-Content1b2-Socialicons {
    height: 2vmax;
    width: 2vmax;
    
    /* background-color: blueviolet; */
}

.AlsiDowndiv-Content1b2-Socialicons1{
    background-size: cover;
    background-image: url(instagram.png);
}

.AlsiDowndiv-Content1b2-Socialicons2{
    background-size: cover;
    background-image: url(youtube.png);
}

.AlsiDowndiv-Content1b2-Socialicons3{
    background-size: cover;
    background-image: url(twitter.png);
}

.AlsiDowndiv-Content1b2-Socialicons4{
    background-size: cover;
    background-image: url(linkedin.png);
}

.AlsiDowndiv-Content1b2-Socialicons5{
    background-size: cover;
    background-image: url(whatsapp.png);
}



/* ---------GIF section----------- */

.AlsiDowndiv-Containerdiv2 {
    align-items: center;
}

.AlsiDowndiv-Content2 {
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
    height: 100%;
    width: 80%;
    /* border: 4px solid magenta; */
    /* border: 21px solid greenyellow; */
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.AlsiDowndiv-ContentGif {
    height: 100%;
    /* border: 21px solid greenyellow; */
}



/* --------Media Ipad---------- */

@media (min-height: 1000px) {
    .AlsiLogo-Container {
        top: 24%;
    }

    .AlsiLogo-Content .AlsiLogo-ContentText {
        font-size: 8vh;
    }



    .AlsiMiddiv-Content2 {
        height: 90%;
        width: 90%;
    }

    .AlsiMiddiv-ContentText {
        font-size: 2.4vmax;
    }


    .AlsiDowndiv-Containerdiv {
        align-items: center;
        justify-content: flex-start;
    }

    .AlsiDowndiv-Container1b {
        align-items: flex-end;
        flex-direction: column;
        height: 75%;
    }


    .AlsiDowndiv-Content1b {
        flex-direction: column;
        margin-top: 1vmax;
        justify-content: flex-start;
        width: 100%;
    }

    .AlsiDowndiv-Content1b2-Container {
        width: 90%;
        justify-content: space-between;
    }

    .AlsiDowndiv-Content1b2-Socialicons {
        height: 3vmax;
        width: 3vmax;
    }

}

/* -----Media Phone-------- */

@media (max-width: 550px) {

    .AlsiLogo-Container {
        top: 32vw;
    }

    .AlsiMiddiv-Conatainerdiv1 {
        width: 20%;
    }

    .AlsiMiddiv-Conatainerdiv2 {
        width: 80%;
    }

    .AlsiLogo-Content .AlsiLogo-ContentText {
        font-size: 12vw;
    }

    .AlsiMiddiv-Content2 {
        width: 100%;
    }

    .AlsiMiddiv-ContentText {
        font-size: 2.4vmax;
    }

    .AlsiHomeMain-Downdiv{
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .AlsiDowndiv-Containerdiv {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .AlsiDowndiv-Container1b {
        flex-direction: column;
        align-items: flex-end;
        flex-direction: column;
        height: 75%;
    }


    .AlsiDowndiv-Content1b {
        margin-top: 1vmax;
        justify-content: flex-start;
        width: 100%;
    }

    .AlsiDowndiv-Content1b2-Container {
        width: 90%;
        justify-content: space-between;
    }

    .AlsiDowndiv-Content1b2-Socialicons {
        height: 3vmax;
        width: 3vmax;
    }

    .AlsiDowndiv-Content2 {
        width: 100%;
    }

    .AlsiDowndiv-ContentGif {
        height: 32VW;
    }

    .AlsiDowndiv-Container1b{
        align-items: flex-start;
        width: 90%;
        /* justify-content: flex-start; */
    }

    .AlsiDowndiv-Content1b{
        width: 70%;
    }

}