* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

img {
  width: 30px;
}

body {
  background-color: rgb(15, 15, 15);
}

.header__nav-left,
.header__nav-center,
.header__nav-right {
  display: none;
}

.header {
  background-color: #0f0f0f;
  height: 50px;
}

.header__nav {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.header-mobile__nav-left {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.header-mobile__nav-left h2 {
  font-size: 15px;
  position: absolute;
  width: 200px;
  left: 50px;
  top: 14px;
}

.header-mobile__nav-right {
  display: flex;
  gap: 30px;
  font-weight: 100;
  font-size: 18px;
}

.main__container-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__img {
  margin-top: 50px;
  width: 220px;
}

.main__container-text {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
}

.main__title {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 700;
}

.main__description {
  margin-top: 50px;
}

.main__container-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__btn {
  border: none;
  padding: 10px;
  width: 250px;
  border-radius: 50px;
  background-color: #3ea6ff;
}

.main__container-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 35px;
  color: white;
  text-align: center;
}

.main__container-description a {
  text-decoration: none;
}

.main__description-policy {
  font-size: 12px;
  margin-top: 25px;
  color: grey;
}

.main__container-video {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__video {
  width: 100%;
  height: 750px;
  position: absolute;
  z-index: -5;
  top: 0px;
  opacity: 50%;
}

.features__container-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  padding: 25px;
}

.features__title {
  font-size: 35px;
  font-weight: 1000;
}

.features__description {
  margin-top: 15px;
  font-size: 16px;
}

.features__container-articles {
  color: white;
  padding: 25px;
}

.customiseimg {
  margin-left: 25px;
}
.move {
  display: flex;
  flex-direction: column-reverse;
}

.features__article-img {
  width: 300px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.features__article-title {
  font-size: 35px;
  font-weight: 1000;
}

.features__article-description {
  color: rgb(169, 169, 169);
  font-weight: 400;
  margin-top: 15px;
}

.accordion {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: rgb(45, 45, 45);
  border-radius: 30px;
  color: white;
  padding: 30px;
  margin-bottom: 70px;
}

.accordion__container-title h3 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 35px;
}

.accordion__question {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion__container-bottom {
  display: flex;
  flex-direction: column;
  text-align: start;
  font-size: 20px;
  font-weight: 700;
}

.accordion__container-bottom a {
  text-decoration: none;
  color: rgb(62, 123, 236);
}

.features1 {
  color:white;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.features1__title {
  width: 85%;
  text-align: center;
  font-weight: 950;
  font-size: 30px;
}

.features1__cards {
  width: 80%;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.features1__cards-card {
  display: flex;
  margin-bottom: 60px;
}

.features1__cards-card-image {
  width: 100%;
  height: auto;
}

.features1__cards-card-text {
  margin-left: 20px;
}

@media (min-width: 528px) {
  .features1__cards-card {
    width: 70%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .features1__cards-card-image {
    margin-bottom: 20px;
    width: 30%;
  }

  .features1__cards-card-text {
    text-align: center;
  }
  
}

@media (min-width: 768px) {
  .features1__title {
    font-size: 50px;
  }

  .features1__cards {
    width: 65%;
  }
}

@media (min-width: 1024px) {
  .header-mobile__nav-left,
  .header-mobile__nav-right {
    display: none;
  }

  .header__nav-left,
  .header__nav-center,
  .header__nav-right {
    display: flex;
  }

  .header {
    height: 60px;
  }

  .header__nav-left {
    width: 150px;
  }

  .header__youtube-logo {
    width: 110px;
    position: absolute;
    top: 0px;
    left: 55px;
  }

  .bi-list {
    font-size: 27px;
    position: absolute;
    top: 10px;
  }

  .searchbar {
    padding: 5px;
    background-color: rgb(19, 19, 19);
    border: none;
    border: 1px solid rgb(59, 59, 59);
    border-radius: 55px;
    width: 450px;
  }

  .searchbar::placeholder {
    position: absolute;
    left: 10px;
  }

  .bi-mic-fill {
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(49, 49, 49);
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
  }

  .header__nav-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
  }

  .bi-three-dots-vertical {
    position: absolute;
    right: 170px;
    font-size: 18px;
  }

  .header__nav-right__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(59, 59, 59);
    border-radius: 50px;
    padding: 1px;
    background-color: transparent;
    color: white;
    color: rgb(62, 123, 236);
    width: 110px;
    height: 40px;
    font-weight: 500;
  }

  .bi-person {
    border: 1px solid rgb(62, 123, 236);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    color: rgb(62, 123, 236);
    position: absolute;
    right: 100px;
    overflow: hidden;
  }

  .btn__text {
    text-align: center;
    position: absolute;
    top: 19px;
    right: 45px;
  }

  .main__img {
    margin-top: 100px;
    width: 200px;
  }

  .main__container-text {
    padding: 25px;
  }

  .main__title {
    font-size: 65px;
  }

  .main__description {
    font-size: 16px;
  }

  .main__btn {
    width: 200px;
    font-weight: 500;
  }

  /* Youtube Premium Features */

  .features__title {
    font-size: 70px;
    margin-bottom: -5px;
  }

  .features__article {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .move {
    display: flex;
    flex-direction: row;
  }

  .features__article-container__text {
    width: 450px;
  }

  .features__article-title {
    font-size: 50px;
    width: 400px;
  }

  .features__article-description {
    width: 500px;
  }

  .moveimg {
    width: 500px;
  }

  .customiseimg {
    width: 500px;
  }

  .accordion__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px;
  }

  .accordion {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
  }

  .accordion__container-title h3 {
    font-size: 50px;
  }

  .accordion__container-questions {
    width: 100%;
  }

  .accordion__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    text-align: left;
  }

  .features1__title {
    width: 90%;
    font-weight: 700;
    font-size: 56px;
  }

  .features1__cards {
    flex-direction: row;
    width: 95%;
  }

  .features1__cards-card {
    width: 30%;
  }

  .features1__cards-card-image{
    width: 27%;
  }
}
