* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #000;
  width: 100vw;
}

body::-webkit-scrollbar {
  display: none;
}

.main {
  background-image: url("./assests/images/bg.jpeg");
  background-position: center center;
  background-size: max(1000px, 100vw);
  width: 100vw;
  height: 90vh;
  position: relative;
}

.main nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80vw;
  margin: auto;
}

.main > nav > img {
  z-index: 10;
  width: 100px;
}

.main nav .button {
  z-index: 10;
  gap: 12px;
}

.btn {
  color: #fff;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-radius: 4px;
  cursor: pointer;
}

.btn-lang {
  background-color: rgba(23, 23, 23, 0.4);
  border: 1px solid #fff;
}

.btn-sm {
  border: 1px solid red;
  background-color: red;
  margin-left: 12px;
}

.main .box {
  background-color: #000;
  opacity: 0.6;
  height: 90vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 10;
  height: calc(80vh - 80px);
  gap: 25px;
  padding: 0 14px;
}

.hero > :first-child {
  font-size: 48px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.hero > :nth-child(2) {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.hero > :nth-child(3) {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.search input {
  width: 300px;
  padding: 16px 20px;
  background-color: rgba(23, 23, 23, 0.4);
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}

.search input::placeholder {
  color: #fff;
}

.search button {
  padding: 12px 20px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background-color: red;
  letter-spacing: 1px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.bottom-search {
  text-align: center;
}

@media screen and (max-width: 721px) {
  .b-search {
    flex-direction: column;
  }
}
@media screen and (max-width: 533px) {
  .search {
    flex-direction: column;
  }
  .search button {
    padding: 8px 14px;
    font-size: 18px;
  }

  .hero {
    gap: 15px;
  }
  .hero > :first-child {
    font-size: 32px;
  }
  .hero > :nth-child(2) {
    font-size: 1rem;
  }
  .hero > :nth-child(3) {
    font-size: 0.8rem;
  }
  .main nav img {
    width: 80px;
  }
  .main nav {
    height: 90px;
  }
  .btn {
    padding: 4px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  .search input {
    width: 200px;
    font-size: 14px;
    padding: 10px;
  }
  .search button {
    font-size: 14px;
}
  .hero > :first-child {
    font-size: 25px;
  }
}

.sepration {
  height: 8px;
  background-color: rgb(63, 61, 61);
}

.first {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: auto;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 4rem 0;
}

.info h1 {
  font-size: 46px;
  font-weight: 800;
  padding: 0 0 1rem 0;
}

.info h3 {
  font-size: 22px;
  font-weight: 500;
}

.first video {
  position: absolute;
  top: 26%;
  right: 7%;
  z-index: -1;
}

.picture {
  position: relative;
}

/* .second-image {
    width: 100%;
} */

.min-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  border: 2px solid rgba(255, 255, 255, 0.358);
  border-radius: 12px;
  padding: 12px;
  position: absolute;
  top: 70%;
  left: 22%;
  background-color: #000000;
}

.downloading {
  color: #0071eb;
  font-size: 0.9em;
  font-weight: 400;
}

.third video {
  position: absolute;
  top: 17%;
  right: 11%;
  width: 370px;
}

@media screen and (max-width: 1050px) {
  .first {
    flex-wrap: wrap;
    text-align: center;
  }
  .sec-img {
    width: 500px;
  }
  .first video {
    width: 400px;
    top: 43%;
    right: 22%;
  }
  .third video {
    width: 310px;
    top: 33%;
    right: 32%;
  }
  .min-box {
    width: 65%;
    left: 18%;
    top: 65%;
  }
  .min-box img {
    width: 15%;
  }
}
@media screen and (max-width: 948px) {
  .third video {
    width: 300px;
    top: 36%;
    right: 30%;
  }
}

@media screen and (max-width: 800px) {
  .sec-img {
    width: 400px;
  }
  .first video {
    width: 339px;
    top: 46%;
    right: 20%;
  }
  .third video {
    width: 250px;
    top: 40%;
    right: 30%;
  }
  .min-box {
    width: 65%;
    left: 18%;
    top: 69%;
}
  .min-box img {
    width: 15%;
  }
}

@media screen and (max-width: 710px) {
  .third video {
    width: 238px;
    top: 40%;
    right: 29%;
  }
}

@media screen and (max-width: 600px) {
  .info h1 {
    font-size: 30px;
  }
  .info h3 {
    font-size: 18px;
  }
  .sec-img {
    width: 350px;
  }
  .first video {
    width: 300px;
    top: 42%;
    right: 20%;
  }
  .third video {
    width: 210px;
    top: 38%;
    right: 28.5%;
  }
}

@media screen and (max-width: 520px) {
  .sec-img {
    width: 300px;
  }
  .first video {
    width: 250px;
    top: 46%;
    right: 17%;
  }
  .third video {
    width: 194px;
    top: 40%;
    right: 26%;
  }
  .m-name .movie-name, .downloading {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 477px) {
  .third video {
    right: 25%;
    width: 180px;
  }
}

@media screen and (max-width: 395px) {
  .info h1 {
    font-size: 26px;
  }
  .info h3 {
    font-size: 16px;
  }
    .third video {
        top: 40%;
    right: 21%;
    width: 180px;
      }
}

@media screen and (max-width: 380px) {
  .first video {
    width: 216px;
    top: 49%;
    right: 15%;
  }
.third video {
    top: 39%;
    right: 20%;
    width: 180px;
}
}
@media screen and (max-width: 345px) {
  .first video {
    top: 54%;
    right: 11%;
  }
  .third video {
    top: 42%;
    right: 17%;
    width: 180px;
}
}
@media screen and (max-width: 324px) {
.third video {
    top: 47%;
    right: 15%;
    width: 175px;
}
}
@media screen and (max-width: 290px){
  .sec-img {
    width: 240px;
  }
  .first video {
    width: 175px;
    top: 58%;
    right: 14%;
  }
  .third video {
    top: 50%;
    right: 16%;
    width: 149px;
  }
}
@media screen and (max-width: 256px){
  .first video {
    top: 52%;
    right: 12%;
  }
}

.faqs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70vw;
  margin: 4em auto;
}

.faqs h1 {
  font-size: 48px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding-bottom: 0.5em;
}

.faqBox:hover {
  background-color: #414141;
}
.faqBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 24px;
  background-color: rgb(45, 45, 45);
  width: 100%;
  padding: 20px;
  margin: 6px 0;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.5s ease-in;
}

.bottom-search h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 3em 0 1em 0;
  font-weight: 400;
}

@media screen and (max-width: 930px) {
  .faqs h1 {
  font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .faqs h1 {
    font-size: 22px;
    }
  .faqBox {
    font-size: 18px;
    padding: 14px;
  }
}

@media screen and (max-width: 480px) {
  .faqs h1 {
    font-size: 18px;
    }
  .faqBox {
    font-size: 14px;
    }
  .faqBox svg {
    width: 20px;
    height: 20px;
  }
    .bottom-search h3 {
      font-size: 14px;
    }
}

.footer {
  padding: 4em 0;
  width: 70vw;
  margin: auto;
}

.question {
  font-size: 16px;
  color: rgb(181, 180, 180);
  font-family: "Poppins", sans-serif;
  padding: 16px 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px 0;
}

.footer-links a {
  color: rgb(181, 180, 180);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
