  @import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@900&display=swap');

  * {
    margin: 0;
    padding: 0;
  }

  body {
    background-color: black;
  }

  .bg {
    background-image: url(https://assets.nflxext.com/ffe/siteui/vlv3/05e91faa-6f6d-4325-934e-5418dcc2567b/web/IN-en-20250630-TRIFECTA-perspective_159086b1-425f-435b-bcd5-1ed8039cdef9_large.jpg);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
    height: 96vh;
    position: relative;
    top: 0;
    box-shadow: 0px 0px 20px 20px black inset;

  }

  .bg .box {
    background-color: black;
    width: 100%;
    height: 96vh;
    opacity: 0.7;
    position: absolute;
    top: 0;

  }

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 65vw;
    margin: auto;
    height: 88px;
  }

  nav img {
    position: relative;
    height: 32px;
    z-index: 1;
  }

  nav button,
  select {
    position: relative;
    z-index: 1;
  }

  .text {
    height: calc(100% - 88px);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20px;
    overflow: auto;
  }

  .text h1 {
    font-family: "Martel Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    width: 700px;
    display: block;
    text-align: center;
    font-size: 3rem;
    line-height: 125%;
  }

  .text span {
    font-family: "Martel Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9rem;
    text-align: center;
  }

  .text h3 {
    font-family: sans-serif;
    font-weight: 0;
    font-style: normal;
    font-size: .75rem;
    text-align: center;
  }

  .email {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 600px;
    margin-bottom: 5px;

  }

  .email input {
    background: rgba(25, 25, 25, 0.819);
    border: 1px solid gray;
    font-size: .9rem;
    font-weight: 700;
    padding: 0.8rem 1rem 0.6rem;
    width: 375px;
    height: 18px;
    border-radius: 4px;
  }

  .curve {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    background-image: linear-gradient(to right, rgb(33, 13, 22) 16%, rgb(184, 40, 105), rgb(229, 9, 20), rgb(184, 40, 105), rgb(33, 13, 22) 84%);

  }

  .btn {
    padding: 4px 8px;
    font-weight: bold;
    color: white;
    display: inline-flex;
    border-radius: 4px;
  }

  select {
    padding: 4px 6px;
    font-weight: bold;
    color: white;
    display: inline-flex;
    border-radius: 2px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.133);
    border: 2px solid rgb(83, 83, 83);
  }

  .red-si {
    background-color: rgb(229, 9, 20);
    cursor: pointer;
    border: 0;
    text-align: center;
    margin-left: 5px;
  }

  .red-si:hover {
    background-color: rgb(203, 9, 18);
  }

  .red-gs {
    background-color: rgb(229, 9, 20);
    font-size: 20px;
    border: 0;
    height: 45px;
    align-items: center;
    padding: 0px 15px;
  }

  .red-gs img {
    margin-left: 2.5px;
  }

  .red-gs:hover {
    background-color: rgb(203, 9, 18);
  }

  .trending {
    color: white;
    font-family: "Martel Sans", sans-serif;
    margin: 35px auto;
    width: 950px;
    position: relative;
  }

  .slider-container {
    position: relative;
    overflow: hidden;
    width: 950px;
    margin: 0px auto;
  }

  .row {
    display: flex;
    gap: 40px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 20px 0;
  }

  .row::-webkit-scrollbar {
    display: none;
  }

  .row img {
    height: 240px;
    border-radius: 4px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .row img:hover {
    transform: scale(1.05);
    cursor: pointer;
  }

  .arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    background: rgba(64, 64, 64, 0.367);
    height: 110px;
    width: 20px;
    border-radius: 20px;
    border: 0px;
    padding: auto;
    cursor: pointer;
    z-index: 10;
    pointer-events: all;
  }

  .arrow.left {
    left: -30px;
  }

  .arrow.right {
    right: -30px;
  }

  .reasons {
    background: rgb(0, 0, 0);
    color: white;
    height: 290px;
    width: 950px;
    margin: 0px auto;
    font-family: 'Martel Sans', sans-serif;
    margin-bottom: 100px;
  }

  .reason {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;

  }

  .reason.reverse {
    flex-direction: row-reverse;
  }

  .reason .text {
    flex: 1;
  }

  .reason img {
    flex: 1;
    max-width: 400px;
    width: 100%;
  }

  .card {
    background: radial-gradient(circle at top left, #1a2143, #210f19);
    border-radius: 10px;
    color: white;
    padding: 20px;
    padding-bottom: 0;
    width: 185px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
  }

  .card h3 {
    font-size: 18px;
    font-weight: 700;
  }

  .card p {
    font-size: 12px;
    line-height: 1.4;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.85);
  }

  .card .icon {
    align-self: flex-end;
  }

  .card .icon img {
    width: 57px;
    height: 57px;
  }

  .faq {
    color: white;
    font-family: "Martel Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0px auto;
    width: 950px;
    display: flex;
    flex-direction: column;
  }

  .faqbox {
    transition: all 0.2s ease-in-out;
    background-color: #2d2d2d;
    width: 95%;
    height: 30px;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px auto;
    cursor: pointer;
  }

  .faqbox:hover {
    background-color: #414141;
  }

  .belowemail {
    color: white;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 12px;
    height: 200px;
    width: 950px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .below {
    color: rgba(255, 255, 255, 0.7);
    margin: 0px auto;
    width: 950px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 100;
  }

  .below span {
    margin-bottom: 50px;
  }

  a {
    color: rgba(255, 255, 255, 0.7);
  }

  .links {
    color: rgba(255, 255, 255, 0.7);
    width: 98%;
    height: 110px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: 35px;
  }

  .links a:active {
    color: red;
  }

  .langbelow {
    margin-top: 55px;
  }

  .name {
    margin: 30px 0px;
    font-size: 11px;
    font-weight: 150;
    color: rgba(255, 255, 255, 0.7);
    ;
  }

  .learnmore {
    margin-bottom: 100px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    ;
  }

  .learnmore span {
    color: rgb(68, 142, 244);
    text-decoration: underline;
  }







  @media (max-width: 960px) {
    nav {
      max-width: 90vw;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .email {
      flex-direction: column;
      width: 90%;
    }

    .email input {
      width: 100%;
    }

    .red-gs {
      width: 100%;
      margin-top: 10px;
    }

    .trending,
    .reasons,
    .faq,
    .belowemail,
    .below {
      width: 90vw;
    }

    .slider-container {
      width: 100%;
    }

    .reason {
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .links {
      grid-template-columns: 1fr 1fr;
      width: 100%;
    }
  }

  @media (max-width: 600px) {
    nav {
      max-width: 90vw;
      flex-direction: row;
      align-items: center;
      gap: 10px;
    }

    nav img {
      height: 25px;
      z-index: 1;
    }

    .bg {
      height: 70vh;
    }

    .text {
      justify-content: flex-start;
      padding-top: 75px;
      gap: 10px;
    }

    .text h1 {
      font-size: 2rem;
      width: 350px;
    }

    .text h3,
    .text span {
      font-size: 1rem;
      width: 320px;
      font-weight: 500;
    }

    .email {
      margin-top: 10px;
    }

    .email input {
      width: 270px;
      height: 30px;
    }

    .lang {
      width: 60px;
      height: 35px;
    }

    .red-si {
      width: 70px;
      height: 35px;
      padding: 10px 10px 10px 12px;
      font-size: 15px;
    }

    .red-gs {
      width: 160px;
      height: 55px;
      margin-top: 15px;
      font-size: 20px;
    }

    .trending{
      margin-top: 60px auto;
    }
    .trending h2 {
      font-size: 17px;
    }

    .slider-container{
      width: 290px;
    }

    .row{
      gap: 18px;
    }
    .row img {
      height: 160px;
    }

    .arrow.left{
      left: -5px;
    }

    .arrow.right{
      right: -5px;
    }

    .reasons{
      margin-bottom: 640px;
    }
    .reasons h2{
      font-size: 17px;
    }
    .reason {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .card {
      width: 85%;
      height: 22vh;
    }

    .card h3{
      font-size: 20px;
    }

    .card p{
      font-size: 16px;
      font-weight: 300;
    }

    .faq h2{
      font-size: 17px;
    }
    .faqbox {
      font-size: 18px;
      height: 40px;
      width: 85%;
      font-weight: 400;
      padding: 12px 16px;
    }

    .links {
      grid-template-columns: 1fr;
      gap: 15px;
      font-size: 16px;
      text-align: left;
      margin-bottom: 450px;
      padding-left: 10px;
    }

    .belowemail {
      margin-top: 60px;
      font-size: 17px;
      font-weight:lighter;
      margin-bottom: 60px;
    }

    .below{
      margin: 20px;
      font-weight: 400;
      margin-bottom: 200px;
    }

    .name{
      font-size: 12px;
      color: white;
      font-weight: 300;
    }

  }
