* {
    margin: 0px;
    padding: 0px;
}

.main {
    background-image: url("assets/img/bg.jpg");
    height: 100vh;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100vw;
    box-shadow: 33px 33px 300px black inset;
    margin: 0 auto;




}

nav img {
    width: 150px;


}

.mask {
    background-color: black;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.63
}

nav {


    display: flex;
    justify-content: space-between;

    padding: 8px;
    max-width: 80vw;
    margin: auto;
    height: 12vmin;
    z-index: 10;
    position: relative;

}

.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;

    width: 30vw;
    height: 12vmin;
    align-items: center;
}


.sign {
    color: #FFFFFF;
    background-color: red;
    width: 70px;
    height: 30px;
    font-weight: 500;
    font: size 15px;
    text-align: center;
    border: none;
    border-radius: 5px;
}

.sign:hover {
    background-color: #b50710;
    cursor: pointer;
    transition: background-color 0.3s ease-in;
}

.sign:not(:hover) {
    background-color: red;
    transition: background-color 0.3s ease-out;
}

.translate {
    background-color: black;
    color: white;
    border: 1px solid grey;
    border-radius: 5px;
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 16px;
}

.translate:hover {
    cursor: pointer;
}

.join_content {
    padding: 10vmin;
    width: 80%;
    height: 73%;
    margin: 0px auto;
    z-index: 999;
    position: relative;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    gap: 12px;
    font-family: sans-serif;


}

.join_preview {
    font-weight: 900;
    font-size: 3.2rem;
    width: 600px;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 0.5rem;

}

.join_plan {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.9rem;
}

.join_ready {
    font-size: 1rem;
    font-weight: 500;
}

.join_input {

    display: flex;
    gap: 7px;
    margin-top: 5px;
}

.email {
    width: 380px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    height: 60px;
    border-radius: 5px;
    border: 1px solid rgb(157, 151, 151);
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;

}

.join_button {
    background-color: red;
    color: white;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    border: none;
    font-size: 1.6rem;
    font-family: sans-serif;
    font-weight: 500;
}

.join_button:hover {
    background-color: #b50710;
    cursor: pointer;
    transition: background-color 0.3s ease-in;
    cursor: pointer;

}

.join_button:not(:hover) {
    background-color: red;
    transition: background-color 0.3s ease-out;
}

.gradient {
    width: 100vw;
    height: 14vh;
}

.black {
    background-color: black;
}

.trends {
    display: flex;
    flex-direction: column;
    width: 80vw;
    height: 60vh;
    margin: 0px auto;
    align-items: flex-start;
    gap: 20px;
    margin-bottom:3vmin;
}

.trending {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    color: white;
    font-family: sans-serif;
    z-index: 999
}

.movies {
    display: flex;
    justify-content: space-around;
    height: 50vh;
    width: 95%;
    margin: 0px auto;
    gap: 23px;

}

.m1 {
    width: 197px;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: url("assets/img/cover 1.jpg");
    position: relative;
}

.m2 {
    width: 197px;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: url("assets/img/cover 2.jpg");
    position: relative;
}

.m3 {
    width: 197px;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: url("assets/img/cover 3.jpg");
    position: relative;
}

.m4 {
    width: 197px;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: url("assets/img/cover 1.jpg");
    position: relative;
}

.m5 {
    width: 197px;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: url("assets/img/cover 2.jpg");
    position: relative;
}

.m1::before {
    content: "1";
    position: absolute;
    bottom: 15;
    left: -30;
    color: black;
    font-size: 6.5rem;
    font-family: sans-serif;
    font-weight: 700;
    -webkit-text-stroke: white 2px;


}

.m2::before {
    content: "2";
    position: absolute;
    bottom: 15;
    left: -30;
    color: black;
    font-size: 6.5rem;
    font-family: sans-serif;
    font-weight: 700;
    -webkit-text-stroke: white 2px;


}

.m3::before {
    content: "3";
    position: absolute;
    bottom: 15;
    left: -30;
    color: black;
    font-size: 6.5rem;
    font-family: sans-serif;
    font-weight: 700;
    -webkit-text-stroke: white 2px;


}

.m4::before {
    content: "4";
    position: absolute;
    bottom: 15;
    left: -30;
    color: black;
    font-size: 6.5rem;
    font-family: sans-serif;
    font-weight: 700;
    -webkit-text-stroke: white 2px;


}

.m5::before {
    content: "5";
    position: absolute;
    bottom: 15;
    left: -30;
    color: black;
    font-size: 6.5rem;
    font-family: sans-serif;
    font-weight: 700;
    -webkit-text-stroke: white 2px;


}

.m6::before {
    content: "6";
    position: absolute;
    bottom: 15;
    left: -30;
    color: black;
    font-size: 6.5rem;
    font-family: sans-serif;
    font-weight: 700;
    -webkit-text-stroke: white 2px;


}

.m1:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in;
    cursor: pointer;
}

.m1:not(:hover) {
    transform: scale(1);
    transition: transform 0.3s ease-out;
}

.m2:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in;
    cursor: pointer;
}

.m2:not(:hover) {
    transform: scale(1);
    transition: transform 0.3s ease-out;
}

.m3:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in;
    cursor: pointer;
}

.m3:not(:hover) {
    transform: scale(1);
    transition: transform 0.3s ease-out;
}

.m4:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in;
    cursor: pointer;
}

.m4:not(:hover) {
    transform: scale(1);
    transition: transform 0.3s ease-out;
}

.m5:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in;
    cursor: pointer;
}

.m5:not(:hover) {
    transform: scale(1);
    transition: transform 0.3s ease-out;
}

.reasons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80vw;
    height: 50vh;
    margin: 0px auto;
    gap: 20px;
margin-bottom:5vmin;
}

.more_reasons {
    color: white;
    font-weight: 500;
    font-size: 1.6rem;
    font-family: sans-serif;
    text-align: center;
}

.flash_cards {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 23px;
    width: 100%;
    height: 38vh;
}

.r1 {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg,
            rgba(0, 100, 255, 0.3) 0%,
            /* Top-left blue */
            rgba(50, 0, 80, 0.3) 50%,
            /* Softer, tinted dark center */
            rgba(128, 0, 128, 0.3) 100%
            /* Bottom-right purple */
        );
    background-color: #0f0f0f;
    /* Fallback base dark color */
}

.r2 {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg,
            rgba(0, 100, 255, 0.3) 0%,
            /* Top-left blue */
            rgba(50, 0, 80, 0.3) 50%,
            /* Softer, tinted dark center */
            rgba(128, 0, 128, 0.3) 100%
            /* Bottom-right purple */
        );
    background-color: #0f0f0f;
    /* Fallback base dark color */
}

.r3 {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg,
            rgba(0, 100, 255, 0.3) 0%,
            /* Top-left blue */
            rgba(50, 0, 80, 0.3) 50%,
            /* Softer, tinted dark center */
            rgba(128, 0, 128, 0.3) 100%
            /* Bottom-right purple */
        );
    background-color: #0f0f0f;
    /* Fallback base dark color */
}

.r4 {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg,
            rgba(0, 100, 255, 0.3) 0%,
            /* Top-left blue */
            rgba(50, 0, 80, 0.3) 50%,
            /* Softer, tinted dark center */
            rgba(128, 0, 128, 0.3) 100%
            /* Bottom-right purple */
        );
    background-color: #0f0f0f;
    /* Fallback base dark color */
}

.heading1 {
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 1.2rem;
    ;
    margin-top: 20px;
    color: white;
    font-family: sans-serif;
}

.desc1 {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 1.2rem;
    ;
    color: #FFFFFFB3;
    font-family: sans-serif;
}

.im1 {
    align-self: flex-end;
    margin-top: 2.8em;
    margin-right: 10px;

}

.heading2 {
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 1.2rem;
    ;
    margin-top: 20px;
    color: white;
    font-family: sans-serif;
}

.desc2 {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 1.2rem;
    ;
    color: #FFFFFFB3;
    font-family: sans-serif;
}

.im2 {
    align-self: flex-end;
    margin-top: 2.1em;
    margin-right: 10px;

}

.heading3 {
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 1.2rem;
    ;
    margin-top: 20px;
    color: white;
    font-family: sans-serif;
}

.desc3 {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 1.2rem;
    ;
    color: #FFFFFFB3;
    font-family: sans-serif;
}

.im3 {
    align-self: flex-end;
    margin-top: 2.8em;
    margin-right: 10px;

}

.heading4 {
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 1.2rem;
    ;
    margin-top: 20px;
    color: white;
    font-family: sans-serif;
}

.desc4 {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 1.2rem;
    ;
    color: #FFFFFFB3;
    font-family: sans-serif;
}

.im4 {
    align-self: flex-end;
    margin-top: 1.7em;
    margin-right: 10px;

}

.questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80vw;
    margin: 0px auto;
    gap: 20px;
    height: 85vh;
}

.quehead {
    font-size: 1.6rem;
    font-weight: 500;
    color: white;
    font-family: sans-serif;

}

.actque {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.q1 {
    width: 77vw;
    height: 12vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
    font-size: 1.5rem;
    color: white;
    font-family: sans-serif;
    background-color: #2d2d2d;
}

.q2 {
    width: 77vw;
    height: 12vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
    font-size: 1.5rem;
    color: white;
    font-family: sans-serif;
    background-color: #2d2d2d;
}

.q3 {
    width: 77vw;
    height: 12vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
    font-size: 1.5rem;
    color: white;
    font-family: sans-serif;
    background-color: #2d2d2d;
}

.q4 {
    width: 77vw;
    height: 12vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
    font-size: 1.5rem;
    color: white;
    font-family: sans-serif;
    background-color: #2d2d2d;
}

.q5 {
    width: 77vw;
    height: 12vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
    font-size: 1.5rem;
    color: white;
    font-family: sans-serif;
    background-color: #2d2d2d;
}

.q6 {
    width: 77vw;
    height: 12vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
    font-size: 1.5rem;
    color: white;
    font-family: sans-serif;
    background-color:#2d2d2d;
    
}

.q1:hover {
    background-color: rgb(74, 73, 73);
    transition: background-color 0.3s ease-in;
    cursor: pointer;
}

.q1:not(:hover) {
    background-color: #2d2d2d;
    transition: background-color 0.4s ease-out;
}

.q2:hover {
    background-color: rgb(74, 73, 73);
    transition: background-color 0.3s ease-in;
    cursor: pointer;
}

.q2:not(:hover) {
    background-color: #2d2d2d;
    transition: background-color 0.4s ease-out;
}

.q3:hover {
    background-color: rgb(74, 73, 73);
    transition: background-color 0.3s ease-in;
    cursor: pointer;
}

.q3:not(:hover) {
    background-color: #2d2d2d;
    transition: background-color 0.4s ease-out;
}

.q4:hover {
    background-color: rgb(74, 73, 73);
    transition: background-color 0.3s ease-in;
    cursor: pointer;
}

.q4:not(:hover) {
    background-color: #2d2d2d;
    transition: background-color 0.4s ease-out;
}

.q5:hover {
    background-color: rgb(74, 73, 73);
    transition: background-color 0.3s ease-in;
    cursor: pointer;
}

.q5:not(:hover) {
    background-color: #2d2d2d;
    transition: background-color 0.4s ease-out;
}

.q6:hover {
    background-color: rgb(74, 73, 73);
    transition: background-color 0.3s ease-in;
    cursor: pointer;
}

.q6:not(:hover) {
    background-color: #2d2d2d;
    transition: background-color 0.4s ease-out;
}

.last_chance {
    width: 85vw;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}

.ready2 {
    color: white;
    margin-top: 5rem;
    font-size: 1.0rem;
    font-family: sans-serif;
}

.email2 {
    width: 40vw;
    background-color: rgba(30, 30, 30, 0.5);
}

.end {
    width: 80vw;
    margin: 0px auto;
    display: flex;
    height: 70vh;
    margin-top: 2rem;

    flex-direction: column;
}

.end_text {
    color: #FFFFFFB3;
    font-size: 1.0rem;
    font-family: sans-serif;
    margin-top: 2rem;
    margin-bottom: 2.5rem;

}

.end_links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 15px;
    margin-bottom: 3rem;
}

a {

    color: #FFFFFFB3;
    font-size: 0.9rem;
    font-family: sans-serif;
}

.end_text a {
    font-size: 1rem;
}

.last {
    color: #FFFFFFB3;
    font-size: 1rem;
    font-family: sans-serif;

    margin-top: 3rem;

}

.translate2 {
    background-color: rgb(22, 22, 22);

}

.gradient {
    background-color: black;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    height: 5vh;
    bottom: 10px;
    transform: scale(1.1);

    border: solid .25rem transparent;
    border-bottom: none;
    margin-top: -.25rem;
    background: linear-gradient(to right, rgba(33, 13, 22, 1) 16%, rgba(184, 40, 105, 1), rgba(229, 9, 20, 1), rgba(184, 40, 105, 1), rgba(33, 13, 22, 1) 84%);
    background-image: linear-gradient(to right, rgb(33, 13, 22) 16%, rgb(184, 40, 105), rgb(229, 9, 20), rgb(184, 40, 105), rgb(33, 13, 22) 84%);
}

.gradient::before {

    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black;
    bottom: -1px;

    left: 0;
    right: 0;
    border-bottom: none;
    border-radius: inherit;
}
body{
    overflow-x:hidden;
}
.qi{
    transform:scale(0.4);

}