@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: black;
}


.main {
    background-image: url(Assets/img/cover\ page.jpg);
    height: 94vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: max(1000px,100vw); */

}

.main .box {
    height: 94vh;
    width: 100%;
    opacity: 0.50;
    background-color: black;
    position: absolute;
    top: 0;

}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 80vw;
    margin: auto;
    height: 92px;

}

nav img {
    color: rgb(226, 13, 13);
    width: 145px;
    position: relative;
    z-index: 10;
    /* display:block ; */
}

nav button {
    position: relative;
    z-index: 10;

}

.hero {
    font-family: 'Martel Sans', sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    color: white;
    position: relative;
    gap: 22px;
    line-height: 1.2;
    padding: 30px;

}

.bottom-curve {
    position: absolute;
    border: 4px solid red;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 250px;
    background: radial-gradient(ellipse at center,
            rgba(9, 38, 255, 0.6) 0%,
            rgba(0, 0, 0, 0.9) 70%);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom,
            transparent,
            rgba(0, 0, 0, 0.9));
}

.main input {
    padding: 7px 101px 8px 14px;
    color: white;
    font-size: 12px;
    border-radius: 6px;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(246, 238, 238, 0.5);
}

.hero p {
    font-size: 20px;
    font-weight: 600PX;
    text-align: center;
}

.hero h3 {
    font-weight: lighter;
    text-align: center;
}

.Hero-Buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.btn {
    padding: 3px 8px;
    font-weight: 400;
    color: white;
    background-color: rgba(248, 243, 243, 0.021);
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
}

.btn-red {
    background-color: red;
    color: white;
    padding: 3px 24px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 400;

}

.btn-red:hover {
    box-shadow: 3px 5px 15px rgba(247, 2, 2, 0.5);
    background-color: rgba(148, 143, 143, 0.5);

}


.btn-red-sm {
    background-color: red;
    color: white;
}

.trending-title {
    font-size: 28px;
    font-weight: 600;
    margin-left: 60px;
    margin-bottom: 10px;



}

.trending {

    color: rgb(220, 218, 218);
    padding: 60px 0 150px;
    position: relative;
    margin-top: -120px;
    z-index: 2;

}



.row {
    display: flex;
    max-width: 80vw;
    /* margin-left: 20px; */
    gap: 19px;
    padding: 30px 60px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    flex-wrap: nowrap;


}

/* Hide scrollbar  */
.row::-webkit-scrollbar {
    display: none;
}

.card {
    display: block;
    width: 200px;
    height: auto;

    flex: 0 0 auto;
    position: relative;

    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;



}

/* for zoom */
.card:hover {
    transform: scale(1.08);
    z-index: 2;
}

/* for numbers */
.rank {
    position: absolute;
    bottom: 10px;
    left: -10px;
    font-size: 110px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.9);
    -webkit-text-stroke: 2px rgb(255, 255, 255);
    line-height: 1;
}

.card img {
    width: 200px;
    height: 300px;
    object-fit: cover;
    display: block;
    cursor: pointer;
    border-radius: 10px;
}





/* Trending section curve glow */
.trending {
    position: relative;
    /* background: #000; */
    padding: 80px 0 40px;
    overflow: hidden;
}

/* Red curved glow line */
.trending::before {
    content: "";
    position: absolute;
    top: -110px;
    left: -10%;
    width: 120%;
    height: 160px;
    background: radial-gradient(ellipse at center, #e50914 0%, #000 70%);
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
}

/* for nrxt prew buttons */
.nav {
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
    width: 40px;
    height: 100px;
    border: none;
    background: rgba(66, 65, 65, 0.6);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
}

.prev {
    left: 20px;
}

.next {
    right: 40px;
}


.nav:hover {
    background: rgba(0, 0, 0, 0.9);
}

.prev {
    left: 0;
    border-radius: 0 8px 8px 0;
}

.next {
    right: 0;
    border-radius: 8px 0 0 8px;
}

.title-reasons {
    color: rgb(220, 218, 218);
    margin-left: 80px;
    font-size: 28px;
    font-weight: 900;

    position: relative;

    z-index: 2;


}

.more {
    padding: 30px 60px;
    display: flex;
    gap: 20px;
}

.countainer {
    /* border: 2px solid rgb(216, 212, 212); */
    height: 35vh;
    width: 20vw;
    border-radius: 10px;
    background: linear-gradient(130deg, #1f1c3a, #351a3d);
    cursor: pointer;


}

.heading,
.para {
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}
.countainer:hover {
    transform: scale(1.08);
    z-index: 2;
}
.faqbox{
    display: flex;
    font-size: 24px;
    padding: 20px;
    background-color: #2d2d2d;
    transition:all 1s ease-out ;
    max-width: 75vw;
    margin: 10px auto;
    justify-content: space-between;
cursor: pointer;}
.faqbox svg{
    filter: invert(1);
}
.faqbox:hover{
     background-color: #c9c9c9;
}

.faq{
    background: #000;
    color: #fff;
    padding: 34px;

}
.faq h2{
    text-align: center;
    margin-bottom: 30px;
}
.faqbox {
    transition: all 1s ease-out;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    background-color: #2d2d2d;
    padding: 24px;
    max-width: 60vw;
    margin: 34px auto;
    cursor: pointer;
}

footer {
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 60px;
}

footer .questions {
    padding: 34px 0;
}


.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}



@media screen and (max-width: 1300px) {

    nav{
        max-width: 90vw;
    }

    .first {
        flex-wrap: wrap;
    }

    .secImg img {
        width: 305px;
    }

    .secImg video {
        width: 305px;
    }

    .hero> :nth-child(1) {
        font-size: 32px;
    }

    .hero> :nth-child(2) {
        font-size: 18px;
    }

    .hero> :nth-child(3) {
        font-size: 18px;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .faq h2 {
        text-align: center;
        font-size: 32px;
    }

    footer {
        max-width: 90vw;
        padding: 75px 0;
    }

    .footer-item{
        align-items: center;
    }
 

}



@media screen and (max-width: 1300px) {

    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
}


.footer a {
    font-size: 14px;
    color: white;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

@media (max-width: 768px) {

  /* NAVBAR */
  nav {
    max-width: 95vw;
    height: 70px;
  }

  nav img {
    width: 100px;
  }

  /* HERO TEXT */
  .hero h1 {
    font-size: 28px !important;
    text-align: center;
  }

  .hero p {
    font-size: 16px;
  }

  .hero h3 {
    font-size: 14px;
  }

  /* HERO INPUT + BUTTON STACK */
  .Hero-Buttons {
    flex-direction: column;
    gap: 10px;
  }

  .Hero-Buttons input {
    width: 85vw;
    padding: 12px;
  }

  .Hero-Buttons button {
    width: 85vw;
    padding: 12px;
  }

  /* TRENDING TITLE */
  .trending-title {
    margin-left: 20px;
    font-size: 22px;
  }

  /* TRENDING ROW */
  .row {
    padding: 20px;
    max-width: 100vw;
    gap: 12px;
  }

  /* CARDS SIZE */
  .card {
    width: 140px;
  }

  .card img {
    width: 140px;
    height: 210px;
  }

  /* RANK NUMBER */
  .rank {
    font-size: 70px;
    bottom: -10px;
  }

  /* HIDE ARROWS ON PHONE */
  .nav {
    display: none;
  }

  /* REASONS SECTION STACK */
  .more {
    flex-direction: column;
    padding: 20px;
  }

  .countainer {
    width: 100%;
    height: auto;
  }

  /* FAQ */
  .faqbox {
    max-width: 90vw;
    font-size: 18px;
    padding: 18px;
  }

  /* FOOTER */
  footer {
    max-width: 90vw;
    padding: 40px 0;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }

}
.creator-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #aaa;
  font-size: 15px;
  /* font-weight: bolder; */ 
  margin-top: 40px;
  position: relative;
  z-index: 9999;
}

.creator-credit img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}



