@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: rgb(0, 0, 0);
}

.main {
    background-image: url(images/bg.jpg);
    background-position: center center;
    /* background-size: max-width(1200px, 100vw); */
    width: 100vw;
    height: 90vh;
    position: relative;
    z-index: 0;
}

.dummy-box {
    height: 90vh;
    width: 100%;
    background-color: black;
    opacity: 0.75;
    position: absolute;
    top: 0;
    z-index: -9;
}

nav {
    position: relative;
    top: 10px;
    width: 75vw;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: red; */
}

nav img {
    width: 140px;
    position: relative;
}

.lang-singin {
    display: flex;
}

.lang {
    padding: 6px 25px;
    border-radius: 3px;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(99, 95, 95);
    margin-right: 8px;
    display: flex;
}

/* nav option{
    color: black;
    width: 100px;
} */

.lang select {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border: none;
}

option {
    color: black;

}

.lang select:focus {
    outline: none;
    border: none;
    /* optional: agar border bhi hataana ho */
    box-shadow: none;
}

.lang:focus-within {
    outline: 1px solid white;
}



nav .sign {
    padding: 6px 20px;
    background-color: red;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid red;
}

.hero {
    font-family: Poppins, sans-serif;
    color: white;
    width: 90vw;
    margin: auto;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px
}

.hero .h1 {
    font-size: 28px;
    font-weight: bolder;
    max-width: 700px;
}

.hero p {
    font-size: 20px;
    font-weight: 600;
}

.hero h3 {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 400;
}

.box input {
    color: white;
    padding: 17px 140px 17px 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    /* background-color: rgb(0, 0, 0); */
    background-color: transparent;
    border: 1px solid rgb(99, 95, 95);
    margin-right: 8px;

}

.box button {
    padding: 9px 20px 15px 20px;
    background-color: red;
    color: white;
    border-radius: 3px;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid red;
}

.box svg {
    padding-top: 6px;
}

.tveff {
    position: relative;
    bottom: 40px;
    height: 80px;
    border-radius: 80%;
    border-top: 4px solid red;
    /* background-color: rgb(9, 9, 39); */
    background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black;
    background-clip: padding-box;
}

/* trending section */
.trending-sec {
    position: relative;
    bottom: 55px;
    /* height:  40vh; */
    width: 80vw;
    color: white;
    margin: auto;
    /* background-color: red; */
}

.trending-list ul {
    display: flex;
    list-style: none;
    /* overflow-y: visible; */
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-margin-inline-start: 2.5rem;
    /* justify-content: center; */

}

.trending-list .list {
    height: 250px;
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.trending-list .list img {
    border-radius: 10px;
}

.trending-list .list span {
    font-size: 100px;
    position: relative;
    bottom: 130px;
    right: 15px;
    font-weight: 600;
    color: black;
    -webkit-text-stroke: 2px white;
}

/* .trending-list .list1 > :nth-child(1){
  
}
.trending-list .list1 > :nth-child(1){
    
} */

/* reason to join section */
.reason-sec {
    position: relative;
    width: 80vw;
    /* height: 1000px; */
    margin: auto;
    color: white;
}

.reason-sec h3 {
    font-size: 24px;
    padding-bottom: 15px;
}

.reason-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.reason-box {
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 260px;
    margin: 8px;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(44, 5, 170, 0.737), rgba(80, 2, 80, 0.526));

}

.reason-box svg {
    align-self: self-end;
    position: absolute;
    bottom: 10px;
    padding-right: 5px;
    padding-bottom: 10px;

}

.reason-box h3 {
    padding-top: 22px;
    padding-left: 12px;
    padding-right: 18px;
    font-size: 24px;
    color: rgba(239, 239, 217, 0.886);
}

.reason-box p {
    padding-left: 12px;
    padding-top: 22px;
    padding-right: 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.598);

}

/* Fequently Asked Question Section */
.freq-sec {
    position: relative;
    width: 80vw;
    margin: auto;
    color: white;
    padding-top: 30px;
    /* background-color: red; */
}

.freq-sec h3 {
    font-size: 24px;
}

.freq-sec ul {
    position: relative;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.freq-sec button {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color: rgba(255, 255, 255);
    background-color: rgb(44, 44, 44);
    border: none;
    padding-left: 20px;
    text-align: left;
}

.freq-sec img {
    padding-right: 22px;
}

.re-login-sec {
    width: 80vw;
    margin: auto;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 70px;
    gap: 10px;
}

.re-login-sec input {
    padding: 17px 350px 17px 10px;
}

.re-login-sec p {
    font-size: 14px;
}

footer {
    width: 80vw;
    margin: auto;
    color: rgb(162, 159, 159);
    padding-top: 60px;
    padding-bottom: 250px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;

}

footer li {
    height: 25px;
    width: 250px;
    list-style: none;
}

footer a {
    color: rgb(171, 170, 170);
    font-size: 14px;
    font-weight: 500;
}

footer span {
    padding-top: 20px;
    padding-bottom: 15px;
}

.transition:hover {
    background-color: rgb(137, 5, 5);
    border: 1px solid rgb(137, 5, 5);
}

.transition:active {
    color: rgb(153, 147, 147)
}

.freq-button:active {
    height: 90px;
}




@media screen and (max-width: 700px) {

    .main {
        height: 80vh;
    }

    .hero {
        position: relative;

    }

    .hero .h1 {
        font-size: 16px;
    }

    .hero p {
        font-size: 14px;
    }

    .hero h3 {
        font-size: 12px;
    }

    .box button {
        margin-top: 10px;
        padding: 6px 20px;
    }

    .box input {
        /* padding-right: 100px; */
        margin-right: 0px;
        padding: 12px 100px 12px 10px;

    }

    nav {
        width: 88vw;
    }

    nav img {
        width: 90px
    }

    nav .lang {
        padding: 6px;
        font-size: 10px;
        font-weight: 700;
        margin-right: 4px;
    }

    nav .sign {
        padding: 6px;
        font-size: 14px;
        font-weight: 700;
    }

    .tveff {
        height: 50px;
        border-top: 1px solid red;
        bottom: 20px;
    }

    /* trending sec */
    .trending-sec {
        width: 90vw;
        height: 25vh;
        bottom: 30px;
    }

    .trending-sec h2 {
        font-size: 20px;
    }

    .trending-list .list {
        height: 200px;
        margin: 10px;
    }

    .trending-list img {
        height: 170px;
    }

    .trending-list .list span {
        font-size: 70px;
        bottom: 100px;
    }

    .reason-sec {
        top: 40px;
        width: 90vw;
        /* height: 100vh; */
    }

    .reason-sec h3 {
        font-size: 20px;
    }

    .reason-container {
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .reason-box {
        width: 100%;
        height: 230px;
        margin: 0px;
    }

    .reason-box svg {
        position: relative;
        margin-top: 15px;
    }

    .freq-sec {
        top: 50px;
        width: 90vw;
    }

    .freq-sec h3 {
        font-size: 20px;
    }

    .freq-sec button {
        height: 70px;
        font-size: 18px;
        ;
    }

    .freq-sec img {
        height: 25px;
    }

    .re-login-sec {
        width: 90vw;
        margin-top: 50px;
        gap: 20px
    }

}

@media screen and (max-height:600px) {
    .main {
        height: 550px;
    }

    .dummy-box {
        height: 550vh;
    }

    nav {
        width: 90vw;
        height: 50px;
    }

    nav img {
        width: 90px;
    }

    .lang {
        padding: 4px 15px;
    }

    .lang select {
        font-size: 12px;
    }

    nav .sign {
        padding: 4px 15px;
    }

    .hero {
        width: 90vw;
        height: calc(100% - 50px);
        gap: 15px;

    }

    .hero h1 {
        font-size: 25px;
    }

    .trending-sec {
        width: 90vw;
    }

    .trending-list .list {
        height: 150px;
        width: 100px;
        margin-right: 10px;
    }

    .trending-list .list span {
        font-size: 60px;
        bottom: 75px;
    }

    .reason-sec {
        width: 90vw;
    }

    .reason-container {
        flex-direction: column;
    }

    .reason-box {
        width: 100%;
        height: 180px;
    }

    .reason-container p {
        padding-top: 3px;
    }

    .reason-box svg {
        position: relative;
        top: 18px;
    }

    .freq-sec {
        width: 90vw;
    }

    .freq-sec h3 {
        font-size: 20px;
    }

    .freq-sec button {
        height: 60px;
        font-size: 20px;
    }

    .freq-sec img {
        height: 30px;
        ;
    }

    .re-login-sec {
        width: 90vw;
    }

    .re-login-sec input {
        padding: 17px 250px 17px 10px;
    }

}

@media screen and (min-height:800px) {
    .main {
        height: 50vh;
    }
}


/* Now enjoy */