body{
    margin: 0;
    background: black;
    overflow-x: hidden;
}
#logo{
    width: 150px;
    margin-right: 90px;
}
button {
background:rgb(229 8 20) ;
color: white;
border:none;
padding:4px 16px;
border-radius: 3px;
}



header {
color:white;

}
header{
    background:linear-gradient(rgba(0,0,0,1),rgba(0,0,0,.5),rgba(0,0,0,1)),
    url(assets/backround.jpg) center no-repeat;
    background-size: cover;
    width:100%;
    height:90vh;
    display: flex;
    flex-direction:column ;
    align-items: center;
    padding: 20px 50px; 
}
.top-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
     width: 100%;
    box-sizing: border-box; 
}

.top-bar button{
    margin-left: auto;
}

header h2{
    margin-top: 150px;
}
body{
    font-family: 'Roboto', sans-serif;
}
h2{
    font-size: 4 rem;
    font-weight: 2000;
}
h5{
    font-size: 1.5rem;
    font-weight: 400;
}
p{
    font-size: 1.2rem;
}

.curve-in{
    height:70px;
    width:100%;
    background: linear-gradient(to right,black,rgb(255,0,204),red,rgb(255,0,204));
    position:relative;
    margin-top:15px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.curve-out{
    height:90%;
    width:100%;
    background: radial-gradient(ellipse at 50% 0,blue,black 50%);
    position:absolute;
    top:10%;
    border-top-left-radius: 45%;
    border-top-right-radius:45%;
}

#CTA{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#CTA input{
    width: 360px;
    height: 50px;
    background: rgba(22, 22, 22, 0.7);
    border: 1px solid gray;
    border-radius: 4px;
    color: white;
    padding-left: 15px;
    font-size: 16px;
}



#CTA button{
    height: 60px;
    background: rgb(229, 8, 20);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0 25px;
    font-size: 20px;
    font-weight: bold;
}
}
h3{
    color: white;
}
.cards {
  display: flex;
  gap: 20px;
  padding: 40px;
  background-color: black;
}

.card {
  width: 180px;
  height: 250px;
  background-image: url("assets/pic1.webp");
background-size: cover;
background-position: center;
border-radius: 10px;
  color: white;
  font-size: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
div span{
  font-size: 90px;
  font-weight: 900;
  color: black;
  -webkit-text-stroke: 1px white;
  margin-left: -25px;
  margin-bottom: 10px;
}
.card1,
.card2,
.card3,
.card4,
.card5
{
  width: 180px;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
   flex: 0 0 180px;
}

.trending-row{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px;
}

.trending-row::-webkit-scrollbar{
    display: none;
}

.card1{
  background-image: url("assets/pic1.webp");
}

.card2{
  background-image: url("assets/pic2.webp");
}

.card3{
  background-image: url("assets/pic3.webp");
}

.card4{
  background-image: url("assets/pic4.webp");
}

.card5{
  background-image: url("assets/pic5.webp");
}


span{
  font-size: 80px;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 10px;
}
.cards-container{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    padding-bottom: 20px;
}

video{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

#more-reasons{
    width: 48%;
    height: 230px;
    background: linear-gradient(135deg, #192145, #210f1f);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.reason-card img{
    width: 50px;
    position: absolute;
    right: 25px;
    bottom: 20px;
}
#more-reasons{
    display: inline-block;
    width: 45%;
}
#more-reasons h5,
#more-reasons p{
    color: white;
}
#faq, #faq summary, #faq p{
    color: white;
}
#faq{
    width: 85%;
    margin: 60px auto;
}

#faq h3{
    color: white;
    margin-bottom: 20px;
    font-family: unset;
        font-size: 1.5rem;
        font-weight:bold;
        
}

#faq details{
    background-color: #2d2d2d;
    margin-bottom: 10px;
    padding: 30px;
    color: white;
    font-size: 28px;
}

#faq summary{
    list-style: none;
    cursor: pointer;
     font-size: 32px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

#faq summary::after{
    content: "+";
    float: right;
    font-size: 45px;
}
footer{
padding:0 10vw;
display:flex;
flex-direction: column;
justify-content: center;
}
.CTA button{
    background-color: #e50914;
    color: white;
    border: none;
    padding: 18px 35px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    width:350px;
}
.CTA input{
    background-color: black;
    border: 1px solid gray;
    padding: 18px;
    width: 350px;
    color: white;
    font-size: 20px;
    border-radius: 5px;
}

#links{
 display:flex;
  justify-content: space-between;
  padding:0 10vw;
  width:100%;
  color: rgba(255, 255, 255, 0.7);
  text-decoration-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.125rem;
}
ul{
  list-style: none;
}