@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {

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

.main_container {
    width: 100%;
    box-sizing: border-box;
}
body {
    background-color: black;
    color: white; 
    margin: 0;
    min-height: 100vh; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}



.main {
    width: 100vw;
    height: 102vh;
    background-image: url(assets/BG.jpg);
    position: relative;
    background-size: max(1200px, 100vw);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    

}

.mid_content{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    width: 510px;
    height: 60vh;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
   padding: 1vh;
    font-family: "Roboto", sans-serif;
    /* background-color: pink; */
    
}
.mid_content h1{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
   
}
.mid_content p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.line
{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.email{
    display: flex;
    gap: 8px;
}
.email>input{
    width: 360px;
    height: 55px;
    color: white;
    padding: 15px;
    background-color: #0b0b0bde;
    border-radius: 5px;
    border: 1px solid white;
    font-weight: bold;
    font-size: 15px;
}
.email>input::placeholder{
    font-weight: bold;
}
.email>button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #e50914;
    width: 186px;
    height: 55px;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 12px;
    font-size: 22px;
    font-weight: 900;
    gap: 4px;
}

.main_back {
    width: 100vw;
    height: 102vh;
    background-color: rgba(0, 0, 0, 0.662);
}

nav {
    position: absolute;
    top: 0;
    color: yellow;
    height: 80px;
    max-width: 80vw;
    margin: auto 10vw auto 10vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;

}

.nav_back {
    position: absolute;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8000) 0.000%, rgba(0, 0, 0, 0.7889) 8.333%, rgba(0, 0, 0, 0.7556) 16.67%, rgba(0, 0, 0, 0.7000) 25.00%, rgba(0, 0, 0, 0.6222) 33.33%, rgba(0, 0, 0, 0.5222) 41.67%, rgba(0, 0, 0, 0.4000) 50.00%, rgba(0, 0, 0, 0.2778) 58.33%, rgba(0, 0, 0, 0.1778) 66.67%, rgba(0, 0, 0, 0.1000) 75.00%, rgba(0, 0, 0, 0.04444) 83.33%, rgba(0, 0, 0, 0.01111) 91.67%, rgba(0, 0, 0, 0.000) 100.0%);
    z-index: 2;
}

nav >img {
    height: 40px;
    z-index: 3;
}

.top_buttons {
    display: flex;
    gap: 12px;
    z-index: 3;
}

.top_buttons>select {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #ffffff1d;
    color: white;
    padding: 6px;
    width: 123px;
    border-radius: 5px;
}
.top_buttons>select>option{
    color: black
}

.top_buttons>button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    /* background-color: #e50914; */
    background-color: rgb(229 9 17);
    width: 85px;
    color: white;
    border-radius: 5px;
    border: none;
}
.email>button,.top_buttons>button:hover{
    background: rgb(193, 17, 25);
    cursor: pointer;
}
.seperation_line {
    height: 20vh;
    width: 100%;
    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%);
    position: absolute;
    /* top: -7vh; */
    border-top-left-radius: 140% 100%;
    border-top-right-radius: 140% 100%;
    border-bottom: none;

   
}

.seperation_box {
    height: 20vh;
    width: 100%;
    background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black;
    position: relative;
    top: 4px;
    border-top-left-radius: 140% 100%;
    border-top-right-radius: 140% 100%;
    color: white;
    gap: 10px;
 
}

.seperation{
    position: relative;
    z-index: 10;
    top: -54px;
}
.end_box{
    background-color: black;
    height: 80vh;
    width: 100vw;
}
.sb{
    position: relative;
    top: -16vh;
    z-index: 10;
    left: 15vw;
}
.sb div{
    position: relative;
    display: flex;
    gap: 30px;

}
.sb>h2{
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    color: white;
    display: block;
}

.sb>div>select{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #ffffff1d;
    color: white;
    padding: 8px;
    width: 105px;
    border-radius: 5px;
    gap: 10px;
    
}
.sb>div>select>option{
    color: black
}
.trending-section {
    text-align: left;
    margin: 0 5%;
    position: relative;
    top: -10vh;
}

.trending-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.trending-items {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around; 
}

 .trending-item { 
   
    background-color: #333;
    width: 212px;
    height: 300px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-size: cover;
    margin-top: 15px;
    transition: transform 0.3s ease; 
    cursor: pointer;
    border-radius: 5px; 
        }

.trending-item:hover {
            transform: scale(1.1);
        }

.scroll-button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    z-index: 1000;
}
.cards-section {
    padding: 20px;
}

.cards-section h2 {
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    font-size: 1.8em;
    display: flex;
    margin-left: 50px;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    font-family: "Roboto", sans-serif;
   background:linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    border-radius: 10px;
    width: 300px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    color: white;
    height: 300px;
}


.card-content h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    
}

.card-content p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.card-content img{
    position: relative;
    height: 55px;
    width: auto;
   
}

.faq-section {
    width: 90%;
    max-width: 1257px;
}

.faq-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.faq-item {

    background-color: #2a2a2a;
    border: none;
    /* border-radius: 5px; */
    margin-bottom: 10px;
    padding: 24px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item:hover {
    background-color: #404040;
}

.faq-question {
    font-size: 22px;
}

.faq-icon {
    font-size: 24px;
    color: #999999;
    transition: transform 0.3s;
}

.faq-item:hover .faq-icon {
    transform: rotate(90deg);
}
.fs{
    width: 100vw;
    display: flex;
    justify-content: center;
}
@media (max-width: 800px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
    }
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 40px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.footer-top p {
    font-size: 18px;
    margin-bottom: 20px;
}
.email{
    margin-bottom: 10px;
}
.email-signup {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 8px;
}

.email-signup input {
    width: 605px;
    height: 55px;
    color: white;
    padding: 15px;
    background-color: #0b0b0bde;
    border-radius: 5px;
    border: 1px solid white;
    font-weight: bold;
    font-size: 15px;
}

.email-signup button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #e50914;
    width: 186px;
    height: 55px;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 12px;
    font-size: 22px;
    font-weight: 900;
    gap: 4px;
}

.email-signup button span {
    font-size: 20px;
    margin-left: 10px;
}
.footer-middle {
    text-align: center;
    margin-bottom: 20px;
    color: #999;
    font-size: 16px;
}

.footer-middle a {
    color: #999;
    text-decoration: none;
}

.footer-middle a:hover {
    text-decoration: underline;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    /* gap: 40px; */
    margin-bottom: 20px;
    flex-wrap: wrap;
    text-decoration: underline;
    margin: 10px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer-column a {
    color: #999;
    margin-bottom: 8px;
    font-size: 14px;
    text-decoration: none;
    margin: 12px;
    font-weight: 700;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    color: #999;
    margin-top: 20px;
}

.lang-select {
    background-color: #333;
    color: #999;
    border: 1px solid #666;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}

.lang-select span {
    font-size: 18px;
}

.lang-select:hover {
    background-color: #444;
}

.footer-bottom p {
    font-size: 14px;
    display: flex;
    font-weight: 700;
    margin-top: 25px;
}
.lang-select{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #ffffff1d;
    color: white;
    padding: 8px;
    width: 130px;
    border-radius: 5px;
    gap: 10px;
    
}
@media only screen and (max-width: 680px) {
    .seperation {
       
        top: -15px;
    }
  }
 @media (max-width: 647px) {
    .mid_content{
        display: flex;
        flex-wrap: wrap;
    }
    .line{
        font-size: 12px;
    }
    .mid_content h1 {
        font-size: 35px;
       
    }
    .mid_content p {
        font-size: 15px;
    }
    .email {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 472px) {
    .mid_content h1 {
        font-size: 24px;
        
    }
    .nav{
        display: flex;
        
    }
}
@media (max-width: 920px) {
    .sb div {
        gap: 10px;
        flex-direction: column;
    }
    .sb {
        width: 78vw;
        left: 10vw;
    }
    .sb>div>select {
        width: 100%;
    }
}
@media (max-width: 555px) {
    nav >img {
        height: 32px;
    }
    .top_buttons>select {
      width: 100px;
    }
    .top_buttons>button {
        
        width: 70px;
       
    }
    .top_buttons {
        position: relative;
        right: 50px;
    }
}
@media (max-width: 768px) {
    .mid_content h1 {
        font-size: 2rem; 
    }
    
    .mid_content p {
        font-size: 1rem; 
    }

    .email > input, .email > button {
        width: 100%;
    }

    .top_buttons > select, .top_buttons > button {
        font-size: 0.875rem; 
    }
}

@media (max-width: 240px) {
    nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px;
    }

    .top_buttons {
        flex-direction: column;
        gap: 8px;
    }

    .top_buttons > select, .top_buttons > button {
        width: 100%;
    }

    .mid_content {
        width: 100%;
        max-width: none;
        padding: 2vh;
    }
}