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

.AlsiHome-Contact {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100%;
    /* border: 2px solid blue; */
    display: none;
    /* z-index: 10; */
}

.AlsiHome-Contact::selection {
    color: black;
    background-color: var(--highlight);
}

.AlsiContact-Form {
    display: flex;
    position: absolute;
    height: 100vh;
    width: 100%;
    /* border: 2px solid blue; */
    /* z-index: 10; */
}


.AlsiHome-Contactdiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
    /* border: 4px solid orange; */
    padding-bottom: 5%;
}

.AlsiContact-Containerdiv {
    display: flex;
    /* border: 2px solid yellow; */
}

.AlsiContact-Containerdiv1,
.AlsiContact-Containerdiv2 {
    flex-direction: column;
    height: 20%;
    width: 90%;
    font-size: 1.8vmax;
    font-family: var(--textfont);
    color: var(--primarywhite);
    margin-bottom: 2%;
}



.AlsiContact-Containerdiv3,
.AlsiContact-Containerdiv4 {
    flex-direction: row;
    height: 10%;
    width: 90%;
    font-size: 1.8vmax;
    font-family: var(--textfont);
    margin-bottom: 2%;
}


.AlsiContact-Containerdiv5 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10%;
    width: 90%;
}

.AlsiContact-ContentContainer {
    display: flex;
    /* border: 2px solid magenta; */
}

.AlsiContact-KeyContainer {
    display: flex;
    align-items: center;
    color: var(--highlight);
    /* background-color: tomato; */
}

.AlsiContact-ValueContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* background-color: green; */
}

.AlsiContact-ContentContainer1,
.AlsiContact-ContentContainer2 {
    justify-content: space-between;
    width: 100%;
    height: 50%;
}

.AlsiValueContainer-Mcq {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* width: 25% ; */
    font-size: 1.2vmax;
    /* border: 2px solid greenyellow; */
}


.AlsiContact-KeyContainer3,
.AlsiContact-KeyContainer4 {
    height: 100%;
    width: 20%;
}

.AlsiContact-ValueContainer3 {
    height: 100%;
    width: 100%;
}

.AlsiContact-ValueContainer3,
.AlsiContact-ValueContainer4 {
    height: 100%;
    width: 80%;
}

.AlsiContact-ValueContentInput {
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
    width: 90%;
    font-size: 1.7vmax;
    font-family: var(--textfont);
    font-weight: 200;
    color: var(--bgwhite);
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid var(--primarywhite);
}

.AlsiContact-ValueContentInput1 {
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
    width: 100%;
}



input:focus {
    outline: none;
    box-shadow: none;
    /* font-weight: normal; */
}

input::placeholder {
    /* border: 2px solid green; */
    font-style: italic;
    opacity: 0.7;
}



.AlsiContact-SubmitContainer {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 4px solid magenta; */
}

.AlsiContact-SubmitButton {
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: black;
    border: none;
    border-radius: 0.8vmax;
    color: var(--primarywhite);
    font-family: var(--textfont);
    font-weight: 600;
    font-size: 1.7vmax;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    cursor: pointer;
    transition: all ease-in 0.2s;

    /* border: 4px solid greenyellow; */
}

.AlsiContact-SubmitButton:hover {
    color: black;
    background-color: var(--highlight);
    border: 1px solid var(--highlight);
}

/* --------Autofill-------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}




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

@media (min-height:1000px) {

    .AlsiHome-Contactdiv {
        width: 80%;
    }

    .AlsiContact-Containerdiv1,
    .AlsiContact-Containerdiv2 {
        font-size: 2.2vmax;
    }

    .AlsiValueContainer-Mcq {
        font-size: 1.6vmax;
    }

    .AlsiContact-Containerdiv3,
    .AlsiContact-Containerdiv4 {
        font-size: 2.2vmax;
    }

    .AlsiContact-ValueContainer3,
    .AlsiContact-ValueContainer4 {

        width: 80%;
    }

    .AlsiContact-ValueContentInput {
        font-size: 2vmax;
    }

    .AlsiContact-SubmitButton {
        height: 80%;
    }

}

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

@media (max-width:700px) {

    .AlsiHome-Contactdiv {
        width: 90%;
    }

    .AlsiContact-Containerdiv2 {
        height: 40%;
    }

    .AlsiContact-ContentContainer2{
        height: 25%;
    }
    .AlsiContact-ValueContainer2{
        flex-direction: column;
        align-items: flex-start;
        height: 75%;
    }

       .AlsiContact-Containerdiv1,
    .AlsiContact-Containerdiv2 {
        font-size: 2vmax;
    }

    .AlsiValueContainer-Mcq {
        font-size: 1.6vmax;
    }

    .AlsiContact-Containerdiv3,
    .AlsiContact-Containerdiv4 {
        font-size: 2vmax;
    }

    .AlsiContact-ValueContainer3,
    .AlsiContact-ValueContainer4 {

        width: 80%;
    }

    .AlsiContact-ValueContentInput {
        font-size: 1.8vmax;
    }

    .AlsiContact-SubmitButton {
        height: 80%;
        width: 80%;
    }

}

/* ------Media Mobile------ */

@media (max-width:530px) {

    .AlsiHome-Contactdiv {
        width: 90%;
    }

    .AlsiContact-Containerdiv1{
        height: 15%;
    }

    .AlsiContact-Containerdiv2 {
        height: 30%;
    }

    .AlsiContact-ContentContainer2{
        height: 25%;
    }
    .AlsiContact-ValueContainer2{
        flex-direction: column;
        align-items: flex-start;
        height: 75%;
    }

       .AlsiContact-Containerdiv1,
    .AlsiContact-Containerdiv2 {
        font-size: 2vmax;
    }

    .AlsiValueContainer-Mcq {
        font-size: 1.6vmax;
    }

    .AlsiContact-Containerdiv3,
    .AlsiContact-Containerdiv4 {
        flex-direction: column;
        height: 15%;
        font-size: 2vmax;
    }

    .AlsiContact-KeyContainer3, .AlsiContact-KeyContainer4{
        height: 50%;
        width: 100%;
    }

    .AlsiContact-ValueContainer3,
    .AlsiContact-ValueContainer4 {
        flex-direction: column;
        height: 50%;
        width: 100%;
    }

    .AlsiContact-ValueContentInput {
        width: 100%;
        font-size: 1.8vmax;
    }

    .AlsiContact-SubmitButton {
        height: 80%;
        width: 80%;
    }

}