* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar-brand img{
  width: 200px;
}
.stripe{
  width: 30px;
}
.side-img{
  width: 100%;
}
.hero-section {
  margin-top: 5px;
  height: 100%;
  background: #0d0fc6;
  padding: 80px 0;
}
.hero-head-text {
  font-size: 70px;
  color: white;
}
.sub-hero-text {
  font-size: 18px;
  color: #f5f5f5;
  font-weight: 100 !important;
  padding: 20px 0;
}
.image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.big-text {
  color: #0d0fc6;
  text-align: center;
  font-size: 45px;
  letter-spacing: -3px;
}
.color-photos {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.first-child {
  position: absolute;
  bottom: 0;
  width: 25%;
}
.second-child-img {
  position: absolute;
  bottom: 0;
  width: 25%;
}
.access-section {
  background: linear-gradient(
    256.04deg,
    rgba(255, 64, 0, 0.05) -1.66%,
    rgba(218, 56, 30, 0.05) 18.18%,
    rgba(82, 29, 142, 0.05) 69.32%,
    rgba(46, 22, 171, 0.05) 84.17%,
    rgba(13, 15, 198, 0.05) 97.56%
  );
  height: 100%;
  margin: 20px 0;
  padding: 50px 0;
}
.access-section h1 {
  color: #000;
  font-size: 45px;
  letter-spacing: -3px;
}
.access-section p {
  color: #000000cc;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 20px 0;
}
.btn-explore {
  background: linear-gradient(
    257.87deg,
    #ff4000 0.07%,
    #be2f31 43.5%,
    #0400be 128.48%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 13px !important;
  border: 1px solid transparent !important;
  border-image: linear-gradient(
    257.87deg,
    #ff4000 0.07%,
    #be2f31 43.5%,
    #0400be 128.48%
  ) !important;
  border-image-slice: 1 !important;
  padding: 8px 50px !important;
}
.radient {
  width: 100%;
  display: flex;
  justify-content: center;
}
.top-box {
  background: white;
  text-align: center;
  padding: 10px !important;
  border: 1px solid transparent !important;
  border-image: linear-gradient(
    257.87deg,
    #ff4000 0.07%,
    #be2f31 43.5%,
    #0400be 128.48%
  ) !important;
  border-image-slice: 1 !important;
}
.down-box {
  background: white;
  text-align: center;
  padding: 10px !important;
  margin-top: 20px;
  border: 1px solid transparent !important;
  border-image: linear-gradient(
    257.87deg,
    #ff4000 0.07%,
    #be2f31 43.5%,
    #0400be 128.48%
  ) !important;
  border-image-slice: 1 !important;
}
.box {
  background: white;
  text-align: center;
  padding: 10px !important;
  border: 1px solid transparent !important;
  border-image: linear-gradient(
    257.87deg,
    #ff4000 0.07%,
    #be2f31 43.5%,
    #0400be 128.48%
  ) !important;
  border-image-slice: 1 !important;
}
.radient-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.card img {
  width: 20%;
  margin: auto;
  margin-bottom: 15px;
}
.card span {
  line-height: normal;
  letter-spacing: normal;
  font-size: 11px !important;
}
.card h6{
  font-size: 13px !important;
}
.access-row {
  align-items: center !important;
}
.testimonials-section {
  padding: 20px 0;
}
.testimonials-section h4 {
  background: linear-gradient(
    257.87deg,
    #ff4000 0.07%,
    #be2f31 43.5%,
    #0400be 128.48%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
}
.testimonials-section h1 {
  font-size: 60px;
  letter-spacing: -3px;
}
.testimonial-box {
  background: white;
  padding: 50px !important;
  border: 2px solid transparent !important;
  border-image: linear-gradient(
    257.87deg,
    #ff4000 0.07%,
    #be2f31 43.5%,
    #0400be 128.48%
  ) !important;
  border-image-slice: 1 !important;
  height: 100% !important;
}
.testimonial-box p{
  font-size: 13px;
}
.ngozi-box {
  color: white;
  background: black;
  padding: 0 10px;
  font-size: 12px;
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 5px;
}
.ngozi span{
  font-size: 13px !important;
  font-weight: 500;
}
.ngozi-box i {
  color: yellow;
}
.ngozi {
  display: flex;
  justify-content: space-between;
}
.faq-text {
  color: #000;
  text-align: center;
  font-size: 45px;
  letter-spacing: -3px;
  padding-bottom: 5px;
}
.faq-section {
  overflow-x: hidden;
}
.accordion-button,
.accordion-item,
.accordion-header,
.accordion {
  border: none !important;
}
.accordion-item {
  border-bottom: 1px solid gray !important;
}
.red-child {
  position: absolute;
  bottom: 0;
  right: -12px;
}
.red-image-inner-box {
  height: 100px;
  width: 90px;
  background: white;
  position: absolute;
  border-radius: 10px;
  top: 22%;
  right: 160px;
  text-align: center;
}
.inner-image {
  margin: auto;
  padding: 5px 0;
}
.premium-section {
  padding: 40px 0 !important;
}


@media screen and (max-width: 576px) {
  .navbar-brand {
    margin-right: auto !important;
    margin-left: 20px !important;
  }
  .accordion-button h5{
    font-size: 15px !important;
  }
  .accordion-body{
    font-size: 13px !important;
  }
  .hero-section {
    margin-top: 0;
    padding: 20px 0;
  }
  .hero-head-text {
    font-size: 30px;
    color: white;
  }
  .hero-head-text br {
    display: none;
  }
  .sub-hero-text {
    font-size: 16px;
    padding: 15px 0;
  }
  .image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
  }
  .image img {
    width: 90% !important;
  }
  .big-text {
    font-size: 20px !important;
    letter-spacing: -2px;
  }
  .premium-section {
    padding-top: 20px !important;
  }
  .color-photos {
    display: block !important;
    justify-content: space-between !important;
    position: relative !important;
  }
  .first-child {
    position: relative !important;
    bottom: 0 !important;
    width: 85% !important;
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
  }
  .second-child-img {
    position: relative !important;
    bottom: 0 !important;
    width: 85% !important;
    margin: auto !important;
    display: flex !important;
    justify-content: center;
    margin-top: 20px !important;
  }
  .inner-image {
    width: 40% !important;
    margin: 5px 0 !important;
  }
  .copy{
    text-align: center !important;
  }
  .rules{
    text-align: center !important;
    justify-content: center;
    justify-self: center;
    margin-inline: auto;
  }
  .second-child {
    position: relative !important;
  }
  .red-image-inner-box {
    position: absolute !important;
    top: 5% !important;
    left: 45px !important;
    height: 100px !important;
    width: 90px !important;
  }
  .red-child {
    position: absolute !important;
    bottom: 0 !important;
    right: 38px !important;
    width: 13% !important;
  }
  .mobile {
    position: relative !important;
  }
  .access-section h1 {
    font-size: 30px;
    letter-spacing: -2px;
  }
  .access-section h1 br {
    display: none;
  }
  .access-section p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 15px 0;
  }
  .access-section p br {
    display: none;
  }
  .access-section {
    padding: 20px 0;
  }
  .btn-explore {
    margin-bottom: 20px;
  }
  .top-box {
    margin: 30px 0 !important;
  }
  .testimonials-section h1 {
    font-size: 30px;
    letter-spacing: normal;
  }
  .faq-text {
    font-size: 30px;
    letter-spacing: normal;
  }
  .accordion {
    margin: 0 10px !important;
  }
  .wrapper {
    display: flex;
    overflow-x: scroll;
  }
  .wrapper::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .wrapper .item {
    height: 30vh !important;
    text-align: left !important;
    margin: 10px;
    background: white;
    padding: 30px !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(
      257.87deg,
      #ff4000 0.07%,
      #be2f31 43.5%,
      #0400be 128.48%
    ) !important;
    border-image-slice: 1 !important;
  }
  .item p{
    font-size: 11px !important;
  }
  .ngozi span{
    font-size: 11px !important;
    font-weight: bold !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar-brand {
    margin-right: auto !important;
    margin-left: 20px !important;
  }
  .hero-section {
    margin-top: 0;
    padding: 20px 0;
  }
  .hero-head-text {
    font-size: 30px;
    color: white;
  }
  .hero-head-text br {
    display: none;
  }
  .sub-hero-text {
    font-size: 16px;
    padding: 15px 0;
  }
  .image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
  }
  .image img {
    width: 90% !important;
  }
  .big-text {
    font-size: 30px;
    letter-spacing: -2px;
  }
  .premium-section {
    padding-top: 20px !important;
  }
  .color-photos {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .first-child {
    position: absolute;
    bottom: 0;
    width: 25%;
  }
  .second-child-img {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .red-image-inner-box {
    position: absolute;
    top: 17%;
    left: 20px;
    height: 70px;
    width: 60px;
    background: white;
    border-radius: 10px;
    text-align: center;
  }
  .inner-image {
    width: 30%;
    padding: 0 !important;
  }
  .red-child {
    position: absolute;
    bottom: 0;
    right: 38px;
    width: 13%;
  }
  .mobile {
    position: relative;
  }
  .access-section h1 {
    font-size: 30px;
    letter-spacing: -2px;
  }
  .access-section h1 br {
    display: none;
  }
  .access-section p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 15px 0;
  }
  .access-section p br {
    display: none;
  }
  .access-section {
    padding: 20px 0;
  }
  .btn-explore {
    margin-bottom: 20px;
  }
  .top-box {
    margin: 30px 0 !important;
  }
  .testimonials-section h1 {
    font-size: 30px;
    letter-spacing: normal;
  }
  .faq-text {
    font-size: 30px;
    letter-spacing: normal;
  }
  .accordion {
    margin: 0 10px !important;
  }
  .wrapper {
    display: flex;
    overflow-x: scroll;
  }
  .wrapper::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .wrapper .item {
    min-width: 80%;
    height: 100%;
    text-align: center;
    margin: 10px;
    background: white;
    padding: 30px !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(
      257.87deg,
      #ff4000 0.07%,
      #be2f31 43.5%,
      #0400be 128.48%
    ) !important;
    border-image-slice: 1 !important;
  }
}
