* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url("assets/images/bg.jpg");
    background-position: center center;
    background-size: max(1200px, 100vw);
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    border-bottom: 4px solid grey;
    /* border-bottom-style: ridge; */


}

.main .blackbox {
    height: 100%;
    width: 100%;
    opacity: 0.69;
    position: absolute;
    top: 0;
    background-color: black;
}


nav {
    /* max-width: 60vw; */
    width: 90vw;
    justify-content: space-between;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100px;
}

.main nav img {
    width: 128px;
    z-index: 10;
    position: relative;
    /* color: red; */

}

.main nav button {
    position: relative;
    /* font-size: large; */
    border-radius: 4px;
    z-index: 10;
    color: white;
    background-color: red;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5px 10px;
    margin: 5px 0;
    font-weight: bold;
    border: none;
    box-sizing: border-box;
}


.main nav div #engbtn:hover {
    background-color: rgb(126, 123, 123);
    cursor: pointer;
}

#engbtn {
    background-color: rgba(49, 45, 45, 0.742);
    border: 0.5px solid white;
}

.main .messege {
    color: white;
    display: flex;
    flex-direction: column;
    direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10vh;

}

.main .messege div {
    padding: 10px;
}

.main .messege>div:first-child {
    font-size: 48px;
    /* Changed from 200px to look more like Netflix! */
    font-weight: 600;
}

.main .email {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    align-items: center;


}

.main .email input {
    padding: 10px 20px;
    border: 1px solid gray;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: white;
}



.main .email input::placeholder {
    color: white;
    font-weight: bold;



}

.main .email .st {
    color: white;
    background-color: red;
    text-align: center;
    font-size: larger;
    padding: 10px 3px;
    border-radius: 5px;

}

.main .email .st:hover {
    cursor: pointer;
}

.main nav div #signing:hover {
    background-color: rgb(130, 16, 16);
    cursor: pointer;
}

.separation {
    height: 7px;
    /* background-color: rgba(30, 28, 28, 0.527); */
    background-color: rgb(63, 60, 60);
    position: relative;
    z-index: 20;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 4vh;
    box-shadow: inset 0 -3em 3em rgba(60, 59, 59, 0.959),
        0 0 0 2px rgba(37, 36, 36, 0.632),
        0.3em 0.3em 1em rgba(23, 22, 22, 0.247);
    box-sizing: border-box;

}

.first {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 92vw;
    color: white;
    align-items: center;
}

.secImg {
    position: relative;
}

.secImg img {
    position: relative;
    z-index: 10;
    width: 555px;
}

.secImg video {
    position: absolute;
    top: 51px;
    right: 0;
    width: 555px;
}

section.first>div {
    display: flex;
    flex-direction: column;
    column-gap: 50vw;

}

section.first>div :nth-child(1) {
    font-size: 46px;
    font-weight: bolder;
}

section.first>div :nth-child(2) {
    font-size: 24px;
}

.fr {
    color: white;
    background-color: black;
}

.fr h1 {
    text-align: center;
}

.fr .box svg {
    filter: invert(1);
    /* padding: 16px; */
}

.fr .box {
    display: flex;
    max-width: 50vw;
    margin: 5px auto;
    justify-content: space-between;
    background-color: #2d2d2d;
    padding: 16px;


}

.fr .box:hover {
    background-color: red;
    transition: all 0.3s ease-out;
}

.fr .box span:hover {
    cursor: pointer;
}

.fr .box svg:hover {
    cursor: pointer;

}

.eemail .eemailmss {
    color: white;
    max-width: 70vw;
    margin: auto;
    text-align: center;
    padding-top: 26px;
}



.eemail .email {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 10px 0;


}

.eemail .email input {
    padding: 10px 20px;
    border: 1px solid gray;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: white;
}



.eemail .email input::placeholder {
    color: white;
    font-weight: bold;
}

.main .email .st:hover {
    cursor: pointer;
    background-color: rgb(130, 16, 16);
    transition: all 0.1s ease-in;
}

.eemail .email .st {
    color: white;
    background-color: red;
    text-align: center;
    font-size: larger;
    padding: 10px 3px;
    border-radius: 5px;

}

.eemail .email .st:hover {
    cursor: pointer;
    background-color: rgb(130, 16, 16);
    transition: all 0.1s ease-in;
}

footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 70vw;
    margin: auto;
}

footer .foot ul li a {
    color: white;
    text-decoration: underline 0.5px solid white;

}

footer .foot ul li a:hover {
    font-size: larger;
    transition: all 0.1s ease-in;
}


footer .foot ul li {
    padding-bottom: 20px;
}

footer .foot1 ul #ques {
    color: white;
    list-style-type: none;
    padding-left: 20px;
    font-weight: bold;
}

footer .foot1 ul li button:hover {
    background-color: rgb(126, 123, 123);
    cursor: pointer;
}

#copyright {
    color: white;
    right: 0px;
    bottom: 10px;
    position: fixed;
    z-index: 100;
    opacity: 0.5;
}


@media screen and (max-width: 800px) {
    nav {
        max-width: 90vw;
    }

    .first {
        flex-wrap: wrap;
    }

    .secImg img {
        width: 305px;
    }

    .secImg video {
        width: 305px;
    }

    .messege>div {
        font-size: 8px;
        padding: 1px;
    }

    .main .messege>div:first-child {
        font-size: 30px;
        font-weight: 600;
        padding: 2px;
    }

    .main .messege {
        margin: 0px;
    }

    .main .email,
    .eemail .email {
        width: auto;
        margin: 10px auto;
        padding: 0;
    }

    .main .email .st,
    .eemail .email .st {
        font-size: 10px;
        width: 100px;
    }

    .eemail .email .st {
        font-size: 8px;
        padding: 1px;
    }

    footer {
        max-width: 90vw;
        padding: 75px 0;
    }

    .foot {
        align-items: center;
    }


    footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }


    footer .foot ul li a {
        font-size: 14px;
        color: white;
    }

    .foot {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
}