@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Martel+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");


/*
     STYLING
*/

/* =========================================================
                     Main
     ========================================================= */

  section, .platform, .question, .more-reasonsT {
    margin: 0;
    padding: 0;
    border: none;
  }
  
  .section-inner {
    width: 100%;
    align-self: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
  }


* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    background-color: rgba(8, 8, 8, 0.89);
    overflow-x: hidden;
    background: #000;
  }

  /* Navigation */

  .navbar {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 10;
  align-items: center;
  width: 100%;
  height: 50px;
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  align-self: center;
}

.navbar li {
  margin: 0 50px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
.navbar li:nth-child(2) {
  margin-top: -10px;
  margin-right: 70px;
}
.logo img {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.buttons {
  background-color: #e50914;
  padding: 7px 17px;
  color: white;
  display: flex;
  flex-direction: row;
  border-radius: 3px;
}

.buttons button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.buttons a {
    color: inherit;
    text-decoration: none;
}

.area {
  color: white;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 70px;
  position: relative;
  user-select: none;
  z-index: 4;
}

.area h1 {
  font-size: 60px;
  word-spacing: 15px;
  line-height: 75px;
  text-align: start;
}

.area h3 {
  margin-top: -30px;
  font-size: 27px;
  font-weight: normal;
}   

.main {
  width: 60%;
  height: 70vh;

  margin: 0 auto;
  margin-top: -100px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;


  overflow: hidden;


  background-size: cover;
  background-position: 70% center;


  background-image:
  radial-gradient(
      circle at left center,
      rgba(120,0,255,.25),
      transparent 35%
  ),
  radial-gradient(
      circle at right center,
      rgba(229,9,20,.20),
      transparent 35%
  ),

  radial-gradient(
    circle at left center,
    rgba(30, 144, 255, .25) 0%,
    transparent 45%
  ),

  radial-gradient(
    circle at right center,
    rgba(30, 144, 255, .25) 0%,
    transparent 45%
  ),

  url(../images/NetflixLargeCurved.jpg);

                                                
}                                         
 
.main::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to bottom,
      transparent 65%,
      rgba(0,0,0,0.55) 100%
    );

    background:
    linear-gradient(
        to bottom,
        rgba(0,0,0,.20),
        rgba(0,0,0,.80)
    ),

    linear-gradient(
        to right,
        rgba(90,0,0,.35) 0%,
        transparent 12%,
        transparent 88%,
        rgba(90,0,0,.35) 100%
    );

  z-index: 2;
}



.main::after {
  content: "";

  position: absolute;

  left: -15%;
  bottom: -8px;

  width: 130%;
  height: 10px;

  border-radius: 75% 75% 0 0;

  background:
    linear-gradient(
      90deg,
      rgba(120,0,255,.45),
      rgba(229,9,20,.55),
      rgba(120,0,255,.45)
    );

  z-index: 3;
}

  .edge {
    position: absolute;
    top: 0;
  
    width: 4px;
    height: 100%;
  
    z-index: 3;
  }
  
  .edge.left {
    left: 0;
  }
  
  .edge.right {
    right: 0;
  }
  

  .edge::before {
    content: "";

    position: absolute;

    top: 10%;

    left: -180px;   /* was -20px */
    width: -300px;   /* was 44px */

    height: 80%;

    background: radial-gradient(
        ellipse,
        rgba(229,9,20,.30) 0%,
        rgba(229,9,20,.12) 50%,
        transparent 85%
    );

    filter: blur(20px);

    z-index: 0;
}

.edge::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(229,9,20,.12) 20%,
      rgba(229,9,20,.45) 40%,
      rgba(229,9,20,.45) 60%,
      rgba(229,9,20,.12) 80%,
      transparent 100%
  );

  z-index: 1;
}


.edge.right::before {
  left: auto;
  right: -36px;
}


.banner-wrapper {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

/* =========================================================
                     Questions
     ========================================================= */

.question {
  width: 100%;
  min-height: auto;
  background-color: #000;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: start;
  direction: rtl;
}

.question h1 {
  text-align: right;
  color: white;
  margin-bottom: 50px;
  text-align: start;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
}

.section-title{
  color:#fff;
  font-size:32px;
  font-weight:700;
  text-align:start;
  margin:0 0 24px;
  user-select: none;
}

.quest {
    width: 43%;
    background: #303030;
    margin: 0 auto;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
    user-select: none;
  }
  
  .quest::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, 0.08),
      transparent
    );
    transform: skewX(-20deg);
  }

  .quest:hover::before {
    animation: shine 0.8s ease;
  }
  
  @keyframes shine {
    0% {
      left: -75%;
    }
    100% {
      left: 130%;
    }
  }

  .quest .top {
    border-bottom: 1px solid #000;
  }
  
  /* HEADER ROW */
  .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
  }
  
  /* TEXT LEFT */
  .top span {
    font-size: 25px;
  }
  
  /* ICON RIGHT */
  .quest i {
    font-size: 40px;
    transition: transform 0.3s ease;
  }
  
  /* ANSWER */
  .answer {
    text-align: start;
    font-size: 18px;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.4s ease, padding 0.4s ease;
    user-select: none;
  }

  
  
  /* OPEN STATE */
  .quest.active .answer {
    max-height: 300px;
    padding: 20px 25px;
  }
  
  /* ICON ROTATION */
  .quest.active i {
    transform: rotate(45deg);
  }


/* =========================================================
                     Platform
     ========================================================= */

.platform{
  margin: 0px;      /* it was 80 */
  background:#000;
  padding: 90px 0 20px; /* it was 60px 0 */

}

.platform .section-inner{
  max-width:1200px;
  margin:auto;
  padding:0 60px;
  user-select: none;

}

.platform h2{
  color:#fff;
  font-size:32px;
  font-weight:700;
  margin:0 0 25px;
  text-align:start;

}

.platform-grid{

    direction: ltr;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    padding-bottom: 15px;

}

.platform-grid::-webkit-scrollbar{
  display:none;
}

/* Poster */

.platform-card{

  flex:0 0 200px;
  height: 300px;
  border-radius:8px;

  overflow:hidden;

  transition:transform .35s ease;
}

.platform-card img{

  width:100%;
  height:100%;

  object-fit:cover;
  display:block;
}

.platform-card:hover{

  transform:scale(1.08);
  z-index:5;
}

/* =========================================================
                     More Reason to Join
     ========================================================= */

.more-reasonsT{
  background:#000;
  padding: 45px 0px; /* it was 70px */
  user-select: none;
}

.reasons-inner {
  width: 60%;
}

.reasons-inner h2 {
  transform: translateX(40px);
}

.more-reasonsT h2{
  color:#fff;
  font-size:32px;
  margin-bottom:24px;

  padding-inline:40px;
  text-align:start;
}


.cards{

  display:grid;

  grid-template-columns:repeat(4,1fr);

  gap:18px;
}

.card{

  position:relative;

  min-height:315px;

  padding:28px;

  border-radius:18px;

  overflow:hidden;

  background:
      radial-gradient(circle at top right,
      rgba(87,25,128,.35),
      transparent 45%),

      linear-gradient(
      180deg,
      #20243d 0%,
      #1a1830 45%,
      #141414 100%);

  border:1px solid rgba(255,255,255,.08);

  transition:
  transform .25s ease,
  border-color .25s ease;
}

.card:hover{

  transform:translateY(-6px);

  border-color:rgba(255,255,255,.18);

}

.card h3{

  color:#fff;

  font-size:24px;

  font-weight:700;

  margin:0 0 18px;

}

.card p{

  color:rgba(255,255,255,.72);

  font-size:17px;

  line-height:1.6;

  width:90%;
}

.icon{

  position:absolute;
  
  right:24px;
  
  bottom:24px;
  
  width:62px;
  
  height:62px;
  
  opacity:.95;
  
  }

/* =========================================================
                     Footer
     ========================================================= */

  .contact-footer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 20px;
    
}

.contact-footer h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    user-select: none;
}

.contact-footer p {
    color: #ccf596;
    font-size: 17px;
    line-height: 1.8;
  
}

.contact-info {
    margin-top: 30px;
}

.contact-info p {
    margin: 10px 0;
}

.certificate {
    margin-top: 35px;
    color: #888;
    font-size: 14px;
}

.end {
    text-align: center;
    padding: 25px 20px 40px;
    color: #ccf596;
    font-size: 14px;
}

.social-links{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    margin-top:35px;
}

.social-links a{
    display:flex;
    transition:.25s ease;
}

.social-links img{
    width:34px;
    height:34px;
    opacity:.75;
    transition:.25s ease;
}

.social-links a:hover{
    transform:translateY(-3px);
}

.social-links img:hover{
    opacity:1;
}

.social-icon svg{
    width:28px;
    height:28px;

    fill:#ccf596;
    /*
      fill:#8d8d8d; original colour
    */
    transition:.25s ease;
}

.social-icon:hover svg{
    fill:#ffffff;
    transform:translateY(-3px);
}

.social-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:46px;
    height:46px;

    border-radius:50%;

    transition:.25s ease;
}
 
/* =========================================================
   TEMPORARY FIXED BACKGROUND TEST
   ========================================================= */

body::before {
    content: "";
    position: fixed;
    inset: 0;

    background-image: url("../images/NetflixLargeCurved.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    z-index: -1;
}

.platform,
.more-reasonsT,
.question {
    background-color: transparent;
}