@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap" rel="stylesheet');
*{
    margin:0;
    padding:0;
    font-family: 'poppins', sans-serif;
}
body{
    background-color:black }
.main{
    background-image: url("assets/photos/background.jpg");
    height: 70vh;
    position: relative;
    background-position: center center;
    background-repeat: no repeat;
    background-size:max(1000px,100vw);


}
.main .box{
    opacity: 0.69;
    background-color: black;
    height:70vh;
    width:100%;
    top:0;
    position: absolute;

}
nav{
    max-width: 60vw;
    margin:auto;
    justify-content:space-between ;
    display: flex;
    align-items: center;
    height:62px;
}
nav img{
    width : 150px;
    position :relative ;
    z-index: 10;
} 
nav button{
    position :relative ;
    z-index: 10;
}
.hero{
    font-family: 'Martel Sans', sans-serif;
    height: calc(100% - 63px );
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:white;
    position: relative ;
    gap:23px;
    padding: 0 30px;
}
.hero span:first-child{
    font-family: 'poppins', sans-serif ;
    font-weight: bold;
    font-size:70px;
    text-align: center;
}
.hero span:nth-child(2){
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.hero span:nth-child(3){
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
.sepration{
    height: 11px;
    background-color: rgb(45, 44, 44);
}
.btn{
    padding:3px 8px;
   font-style:400;
     background-color: rgba(23, 23, 23, 0.21);
     color:white;
     border:1px solid rgba(246, 238, 238, 0.115);
    border-radius: 4px;
    cursor:pointer;
    font-family: 'poppins', sans-serif;
}
.btn-red{
    background-color: red;
    color: white;
    
    padding:3px 24px;
    font-size: 20px;
    border-radius: 6px;
   
}
.hero-buttons{
    display:flex;
    gap:16px;
    align-items: center;
    justify-content: center;

}
.main input{
    padding:7px 101px 8px 14px;
    font-weight:900px;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgba(23,23,23,0.2);
    color:white;
    border:1px solid rgba(246, 238, 238, 0.5);
}
.btn-red-sm{
    background-color: red;
    color: white;
    border-radius: 4px;
    
}
.trending {
  padding: 24px 36px;
  background: #000;
  color: #fff;
}

.trending-row {
  display: flex;
  align-items: flex-end;
  gap: 80px;                 /* proper Netflix gap */
  overflow-x: auto;
  overflow-y: visible;       /* DO NOT CUT NUMBERS */
  padding: 16px 0 16px 90px; /* space for numbers */
}

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

.card {
  position: relative;
  flex: 0 0 auto;
  width: 190px;
  overflow: visible;
}

.card img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  border-radius: 14px;
  position: relative;
  z-index: 2;
}

/* NETFLIX STYLE NUMBER */
.rank {
  position: absolute;
  left: -70px;               /*  outside card */
  bottom: -8px;
  font-size: 130px;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px rgba(255,255,255,0.9);
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.reasons {
  padding: 64px 36px;
  background: #000;
  color: #fff;
}

.reasons h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 28px;
}

/* GRID */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* CARD */
.reason-card {
  position: relative;
  min-height: 260px;
  padding: 28px 24px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    #1a2142 0%,
    #140f23 100%
  );
}

.reason-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.reason-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #cfcfe5;
  max-width: 90%;
}

/* ICONS */
.icon {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  opacity: 0.9;
}

/* Simple CSS icons (no images needed) */
.icon.tv {
  background: radial-gradient(circle at center, #ff2d9a, #6b2cff);
  border-radius: 6px;
}

.icon.download {
  background: radial-gradient(circle at center, #ff8f00, #ff2d55);
  border-radius: 50%;
}

.icon.rocket {
  background: radial-gradient(circle at center, #ff2d55, #9b2cff);
  transform: rotate(-20deg);
  border-radius: 50% 50% 50% 0;
}

.icon.kids {
  background: radial-gradient(circle at center, #ff5fc8, #ff2d9a);
  border-radius: 10px;
}
.faq h2{
    text-align: center;
    font-size:48px;
}
.faq{
    background:black;
    color:white;
    padding:35px;
}
.faqbox:hover{
    background-color:rgba(128, 128, 128, 0.577) ;
    transition: background-color 0.3s ease-in-out;
}
.faqbox{
    display:flex;
    justify-content: space-between;
    background-color: rgba(128, 128, 128, 0.404);
    padding:24px;
    max-width: 60vw;
    margin: 10px auto;
    cursor: pointer;

}
footer span{
    color:white;
    text-align: center;
    margin: 2px 34px;
}
.footer{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr ;
    place-items: center;
    color:white;
    max-width: 1200px;
    margin:auto;
    padding:40px;
    row-gap: 14px;
    column-gap: 40px;

  background: black;
}
.footer a{
    text-decoration: none;
    color:white;
    font-size: 14px;
    gap: 23px;
    padding:8px;
}

.footer-items{
  display: flex;
  flex-direction:column;
  color:white;
}








