html, body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
    height: 100%;
}
.main-ui{
    width: 100%;
    height: 100vh;
}
.content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background:
        radial-gradient(circle, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 400%),
        url('./Assets/back_img.jpg') no-repeat center center / cover;
}

.navbar {
    width: 100%;
    display: flex;
    font-weight: 900;
    align-items: center;
    justify-content: space-between;
}

.navbar img {
    width: 11rem;
    height: 5rem;
    margin-left: 5rem;
}

.but {
    width: 16rem;
    margin-right: 9rem;
    display: flex;
    justify-content: space-evenly;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.navbar button {
    width: 6rem;
    height: 2rem;
    background-color: red;
    color: white;
    padding: 0.2rem;
    font-weight: 700;
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer;
}

.navbar button:hover{
    opacity:0.8;
    transition: 0.2s ease-in-out;
}

.selec {
    width: 8.7rem;
    height: 2rem;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255, 0.5);
    border-radius: 5px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

select {
    height: 100%;
    width: 50%;
    border: none;
    font-weight: 600;
    background: transparent;
    color: white;
    font-size: o.9rem;
}

.selec option {
    color: black;
}

.but i {
    appearance: none;
    color: white;
    font-size: 1.2rem;
}

.unlimited {
    width: 40em;
    height: 25em;
    position: absolute;
    top: 200px;
    left: 350px;
    color: white;
}

.unlimited h1 {
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 900;
    font-size: 50px;
    justify-self: center;
    line-height: 4rem;
}

.unlimited p {
    font-weight: 200;
    font-size: 20px;
    justify-self: center;
    
}

.unlimited button {
    appearance: none;
    width: 15rem;
    padding: 1rem;
    font-size: x-large;
    background-color: red;
    color: white;
    font-weight: 700;
    position: absolute;
    left: 200px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: 2rem;
    cursor: pointer;
}

.unlimited button:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

.rainbow {
    width: 100%;
    min-height: 100vh;
    border-top: 5px solid rgb(255, 0, 0);
    position: absolute;
    background-color: black;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; 
}
.movie-heading{
    width: 100%;
}
.outer-reason{
    width: 100%;
}

.rainbow .Fh2 {
    font-size: x-large;
    position: absolute;
    font-weight: 700;
    top: 20px;
    left: 80px;
}

.movies {
    margin-top: 1rem;
    width: 90%;
    height: 250px;
    position: absolute;
    top: 50px;
    left: 100px;
    display: flex;
    align-items: center;
    column-gap: 50px;
}
@media (max-width:1250px) {
    .movies .movie6{
        display: none;
    }
}
@media (max-width:1000px){
    .movies .movie5{
        display: none;
    }
}
@media (max-width:800px){
    .movies .movie4{
        display: none;
    }
}
@media (max-width:376px){
    .movies .movie3{
        display: none;
    }
}

.movie1 {
    height: 252px;
    width: 180px;
    background-image: url("./Assets/image1.webp");
    background-size: cover;
    border-radius: 10px;
}

.movie2 {
    height: 252px;
    width: 180px;
    background-image: url("./Assets/image2.webp");
    background-size: cover;
    border-radius: 10px;
}

.movie3 {
    height: 252px;
    width: 180px;
    background-image: url("./Assets/image3.webp");
    background-size: cover;
    border-radius: 10px;
}

.movie4 {
    height: 252px;
    width: 180px;
    background-image: url("./Assets/image4.webp");
    background-size: cover;
    border-radius: 10px;
}

.movie5 {
    height: 252px;
    width: 180px;
    background-image: url("./Assets/image5.webp");
    background-size: cover;
    border-radius: 10px;
}

.movie6 {
    height: 252px;
    width: 180px;
    background-image: url("./Assets/image6.webp");
    background-size: cover;
    border-radius: 10px;
}
.hov:hover{
    width: 185px;
    height: 255px;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}

.movies i {
    font-size: 80px;
    position: relative;
    top: 180px;
    right: 25px;
}

.next-btn {
    height: 260px;
    width: 120px;
    background-color: black;
    
    position: absolute;
    top: 61px;
    right: 0px;
}

.next-btn div {
    height: 120px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 70px;
    border-radius: 8px;
    margin-left: 0.8rem;
}

.next-btn i {
    color: white;
    position: absolute;
    top: 50px;
    left: 0.5rem;
}

.rainbow .Sh2{
    width: 500px;
    font-size: x-large;
    font-weight: 700;
    position: relative;
    left: 80px;
    bottom: 80px;
    margin-top:50px;
    margin-bottom:20px;
    
}

.reasons{
    width: 90%;
    position:absolute;
    top: 450px;
    left: 100px;
    display: flex;
    justify-content: space-between;
}
@media(max-width:1250px) {
    .reasons{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    
}

.reasons div{
    height: 290px;
    width: 280px;
    color: white;
    padding: 1rem;
    border-radius: 25px;
    /* opacity: 0.7; */
    
}

.reasons div h1{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 1rem;
}

.reasons div p{
    font-size: 1.1rem;
    opacity: 0.8;
}
.reasons div .img1{
    width: 5rem;
    height: 5rem;
    background-image: url("./Assets/pc.png");
    background-size:cover;
    position: relative;
    top: 30px;
    left: 170px;   
}
.reasons div .img2{
    width: 5rem;
    height: 5rem;
    background-image: url("./Assets/download-img.png");
    background-size:cover;
    position: relative;
    top: -20px;
    left: 170px;   
}
.reasons div .img3{
    width: 5rem;
    height: 5rem;
    background-image: url("./Assets/nuclear-bomb.png");
    background-size:contain;
    position: relative;
    top:60px;
    left: 170px;   
}
.reasons div .img4{
    width: 5rem;
    height: 5rem;
    background-image: url("./Assets/emoji.png");
    background-size:contain;
    position: relative;
    top:0px;
    left: 170px;   
}

.freq{
    font-size: x-large;
    color: white;
    font-weight: 900;
    width: 500px;
    position: absolute;
    top: 850px;
    left: 80px;
}

.questions{
    color: white;
    width: 80%;
    min-height: 500px;
    position: absolute;
    top: 900px;
    left: 100px;
    padding: 1rem;
}

.question{
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    background-color: #323232;
    padding: 2rem;
    margin: 1rem;
    margin-top: 0;
    border-radius: 2px;
    opacity: 0.7;
}
.question:hover{
    opacity: 1;
    transition: 0.1s ease-out;
    /* transition: ease-out; */

}
.questions button{
    width: 15rem;
    padding: 1rem;
    font-size: x-large;
    background-color: red;
    color: white;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 4rem;
    margin-left: 1rem;
    cursor: pointer;
}

.questions button:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

.footer{
    color: white;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 1800px;
    padding: 2rem;
}
.footer p{
    margin-left: 6rem;
    text-decoration: underline;
    cursor: pointer;
}

ul{
    height: 100px;
    width: 80%;
    display:grid;
    grid-template-rows: repeat(3,1fr);
    grid-template-columns: repeat(3,1fr);
    margin-left: 6rem;
    margin-top: 1rem;
    cursor: pointer;
    text-decoration: underline;
}
.footer .selec{
    position: relative;
    left: 3rem;
    margin: 3rem;  
}
.footer .selec:hover{
    opacity: 0.7;
    transition: 0.2s ease-in;
}
.footer h1{
    margin-top: 2rem;
    width: 400px;
    position: relative;
    left: 500px;
}
