* {
  margin: 0;
  padding: 0;
  /* background-color: black; */
}
@font-face {
  font-display: optional;
  font-family: Netflix Sans;
  font-weight: 100;
  src:
    url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Th.woff2)
      format("woff2"),
    url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Th.woff)
      format("woff");
}

div.box {
  width: 100%;
  height: 800px;
  /* height: 100vh; */
  position: relative;
  /* border: 2px solid rgb(97, 186, 9); */
}
div.background {
  width: 100%;
  height: 800px;
  margin-bottom: 50px;

  background-image: url("images/backgroundimage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  /* top: 0; */
}

div.blackshadow {
  width: 100%;
  height: 800px;
  background-color: rgba(0, 0, 0, 0.8);
  /* position: relative; */
  /* position: absolute;
    top: 0; */
  /* gap: 20px;
     display: flex;
     flex-direction: column; */
}

div.navbar {
  max-width: 75vw;
  height: 80px;
  /* background-color: tomato; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  /* padding: 0px 50px; */
  /* position: absolute;
    top: 0; */
}
div.image > img {
  width: 150;
  height: 40px;
  /* margin-left: 150px; */
}

div.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* margin-right: 150px; */
}
div.selector1 {
  position: relative;
}
div.icon {
  position: absolute;
  left: 15px;
  top: 8px;
}
div.icon > svg {
  width: 16px;
  height: 16px;
}
div.selector2 {
}
select {
  background-color: transparent;
  color: white;
  border: 1px solid gray;
  padding: 5px 15px 5px 35px;
  font-family: unset;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  border-radius: 5px;
}

select:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
select option {
  /* background-color: black; */
  color: black;
}
button {
  background-color: rgb(229, 9, 20);
  color: white;
  border: none;
  padding: 5px 12px 5px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background-color: rgb(229, 9, 20, 0.8);
}
div.sp {
  width: 100%;
  /* height: 50px; */
  /* background-color: green; */
}
div.main {
  width: 100%;
  height: 80%;
  /* background-color: yellow; */
  /* border: 2px solid rgb(69, 219, 14); */
  /* position: relative; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
div.main1 {
  /* margin-top: 70px; */
  /* position: absolute; */
  text-align: center;
  width: 700px;
  /* border: 2px solid black; */
  /* display: flex;
     flex-wrap: wrap; */
  /* display: block; */
  /* flex-direction: row; */
  /* justify-content: center; */
  /* align-items: center; */
}
div.main1 > h1 {
  color: white;
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
div.main1 > p {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

div.main2 > p {
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 20px;
}
div.input {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  /* padding-bottom: 200px; */
}

div.input > input {
  width: 365px;
  height: 50px;
  padding: 3px;
  font-size: 1rem;
  background-color: transparent;
  color: rgb(255, 250, 250);
  border: 2px solid gray;
  border-radius: 5px;
}
div.input > input:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
div.input > button {
  background-color: rgb(229, 9, 20);
  color: white;
  /* padding-left: 5px; */
  border: none;
  width: 210px;
  height: 60px;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: 1.8;
  border-radius: 5px;
  cursor: pointer;
  /* display: inline-flex; */
  /* justify-content: center; */
  gap: 10px;
}
div.input > button:hover {
  background-color: rgb(229, 9, 20, 0.8);
}
div.curve {
  content: "";
  width: 100%;
  height: 100px;
  /* margin: auto; */
  display: flex;
  --webkit-box-align: center;
  align-items: center;
  border: solid 0.25rem transparent;
  box-sizing: border-box;
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 40%;
  border-bottom: none;
  background: linear-gradient(
    to right,
    rgba(33, 13, 22, 1) 16%,
    rgba(184, 40, 105, 1),
    rgba(229, 9, 20, 1),
    rgba(184, 40, 105, 1),
    rgba(33, 13, 22, 1) 84%
  );
  position: absolute;
  /* top: 0 ; */
  /* z-index: 2; */
  bottom: 0;
}
div.curvesection {
  content: "";
  position: absolute;
  width: 100%;
  /* height: 4px; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* z-index: -2; */
  margin-top: 0px;
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 40%;
  background:
    radial-gradient(
      50% 500% at 50% -420%,
      rgba(64, 97, 231, 0.4) 80%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    black;
  box-sizing: border-box;
}

div.box3p {
  background-color: black;
  /* border: 2px solid rgb(168, 15, 15); */
}
div.box3p > h2 {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  text-align:;
  margin-left: 170px;
  /* margin: 20px auto 20px auto; */
}
div.box3 {
  /* width: 100%; */
  /* height: 300px; */
  /* height: 80vh; */

  background-color: black;
  /* background-color: white; */
  display: flex;
  justify-content: center;
  align-items: center;
}
div.trend {
  width: 80vw;
  /* height: 350px; */
  /* margin-top: 100px; */
  /* height: 300px; */
  display: flex;
  align-items: center;
}
div.trend2 {
  width: 80vw;
  /* height: 300px; */
  /* border: 2px solid green; */
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  display: flex;
}
div.trend2::-webkit-scrollbar {
  display: none;
}
div.fix {
  /* height: 250px; */
  box-sizing: border-box;
  position: relative;
  /* border: 2px solid red;     */
  transition: transform 0.2s ease-in-out;
}
div.fix:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
div.pic > img {
  width: 180px;
  height: 250px;
  border-radius: 10px;
  /* border: 2px solid rgb(31, 202, 159); */

  /* position: relative; */
}
span.number {
  /* outline: 2px solid white; */
  -webkit-text-stroke: 2px white;
  /* font-family: Netflix Sans; */
  color: black;
  font-size: 100px;
  font-weight: 700;
  position: absolute;
  left: -20px;
  bottom: 0;
}
/* side buttons */
.btn {
  /* transform:translateX(-50%); */
  width: 0px;
  height: 150px;
  background-color: #1a1a1a;
  border-radius: 5px;
  text-align: center;
}
.btn:hover {
  background-color: #727070;
}
.left {
  /* left: -0px;  */
}
.right {
  /* margin-left: 50px; */
  /* left:100px; */
}

ul {
  display: flex;
  gap: 45px;
  padding: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin: 0;
  list-style: none;
}
/* hide scrollbar */
ul::-webkit-scrollbar {
  display: none;
}
ul {
  scrollbar-width: none;
}
ul > li {
  margin: 0;
  padding: 0;

  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* //more reason to join */
div.box4 {
  background-color: black;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
}
div.join {
  width: 80vw;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin: 20px auto 20px auto;
}
div.join > p {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
div.reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
div.more {
  width: 290px;
  height: 300px;
  background: linear-gradient(135deg, #1f2246 0%, #22183a 50%, #2a0f1f 100%);
  /* border: 2px solid #ea2424; */
  border-radius: 20px;
  position: relative;

  transition: transform 0.3s ease;
}
div.more:hover {
  transform: translateY(-8px);
  cursor: pointer;
}
div.more > h2 {
  color: white;
  /* text-align: center; */
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 20px;
  /* line-height: 2; */
}
div.more > p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-left: 20px;
}
div.png {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* Tablet */
@media (max-width: 992px) {
  .more {
    flex: 1 1 calc(50% - 20px); /* 2 per row */
  }
}

/* Mobile */
@media (max-width: 600px) {
  .more {
    flex: 1 1 100%; /* 1 per row */
  }
}
/* Frequently Asked Questions */
div.box5 {
  background-color: black;
}
div.faq-container {
  width: 80vw;
  /* height: 300px; */
  /* border: 2px solid red; */
  margin: 50px auto 0px auto;
  padding-bottom: 80px;
}

div.faq-title > p {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq-item {
  background: #303030;
  margin-bottom: 5px;
  border-radius: 4px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: #303030;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover {
  background: #444;
}

.faq-icon {
  font-size: 30px;
  transition: transform 0.3s ease;
}

.faq-answer {
  outline: 2px solid black;
  /* margin-top: 2px; */
  max-height: 0;
  overflow: hidden;
  background: #303030;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  color: white;
  font-size: 24px;
  padding: 20px 0;
  margin: 0;
}
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-icon {
}

/* //bottomsection */

div.box6 {
  background-color: black;
  padding-bottom: 50px;
}
div.box6 > p {
  color: white;
  text-align: center;
  font-size: 18px;
}

/* RESPOSESIVE  */
@media (max-width: 600px) {
  div.icon {
    position: absolute;
    left: 2px;
    top: 6px;
  }
  div.icon > svg {
    width: 10px;
    height: 10px;
  }
  button {
    padding: 3px 5px 3px 5px;
  }
  select {
    padding: 5px 10px 5px 10px;
  }
  div.image > img {
    width: 80px;
    height: 30px;
  }
  div.main1 > h1 {
    font-size: 2.2rem;
  }
  div.main1 > p {
    font-size: 1.2rem;
  }

  div.main2 > p {
    font-size: 1rem;
  }
  div.box3p > h2 {
    margin-left: 30px;
  }
  .btn {
    width: 20px;
    height: 100px;
  }
}
/* //fotor section  */
div.box8 {
  background: linear-gradient(180deg, #0b1726 0%, #0e1c2f 50%, #0a1624 100%);
  color: white;
}
div.fotor {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);

  /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
}
div.fotor1 {
  /* border: 2px solid white; */
  /* border-top: 2px solid blue; */
  width: 80vw;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 50px;
}

div.about {
  width: 500px;
  /* border: 2px solid green; */
}
div.about > h2 {
  font-weight: bold;
  line-height: 3;
  text-decoration: underline blue;
}
div.about > p {
  font-size: 1.2rem;
}
div.connect {
  width: 500px;
  /* border: 2px solid red; */
  /* margin: auto; */
  
}
div.txt {
  margin: 20px 0px 10px 80px;
}
div.txt > h2{
  /* line-height: 3; */
  text-decoration: underline blue;
  
}
div.txt > p {
  line-height: 2;
  font-size: 1.2rem;
}
div.txt > p:hover{
  text-decoration: underline;
}
div.connect1 {
  display: flex;
  justify-content: center;
}
div.connect2 {
  /* border: 2px solid yellow; */
  width: 250px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 10px;
}
div.connect3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(50% - 10px);  /* 2 per row */
}

div.button2 {
  border-radius: 5px;
position: relative;
 transition: 0.3s;
}
div.button2 > div.icon2 {
  position: absolute;
  top: 2px;
  /* bottom: 1px; */
  
}
div.button2 > button{
  width: 110px;
  background-color: #1E3A5F;
  padding: 10px 0px 10px 25px;
  /* text-align: center; */
  
}
div.button2:hover {
  background: #2A4D7A;
  box-shadow: 0 0 12px rgba(59,130,246,0.3);
  cursor: pointer;
  opacity: 1;
  transform: translateY(-2px);

}
/* copyeight section */
.footer {
  /* width: 80vw; */
  margin-top: 60px;
  padding: 30px 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 25px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-links a {
  margin-left: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

.footer-links a:hover {
  color: #4DA3FF;
}

.built-by {
  opacity: 0.8;
}

/* //responsive */
@media (max-width: 600px) {
  div.fotor {
    border-top: 2px solid rgb(111, 111, 111);
  }
  div.txt {
  margin: 0px 0px 10px 0px;

  }
  div.txt > p {
    font-size: 0.9999rem;
  }
  div.fotor1 {
    padding-bottom: 0px;
  }
  div.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}