* {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Inter", Arial, Helvetica, sans-serif;

}

:root {
  --color-white: #fff;
  --color3: #c2adad;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
}

.header div {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 27px 28px 0 34px;

}

.header {
  position: absolute;
  width: 100%;

  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.8000) 0.000%, rgba(0, 0, 0, 0.7889) 8.333%, rgba(0, 0, 0, 0.7556) 16.67%, rgba(0, 0, 0, 0.7000) 25.00%, rgba(0, 0, 0, 0.6222) 33.33%, rgba(0, 0, 0, 0.5222) 41.67%, rgba(0, 0, 0, 0.4000) 50.00%, rgba(0, 0, 0, 0.2778) 58.33%, rgba(0, 0, 0, 0.1778) 66.67%, rgba(0, 0, 0, 0.1000) 75.00%, rgba(0, 0, 0, 0.04444) 83.33%, rgba(0, 0, 0, 0.01111) 91.67%, rgba(0, 0, 0, 0.000) 100.0%);

  z-index: 2;

}

.main {
  position: relative;
  background: url('https://images.pexels.com/photos/36149529/pexels-photo-36149529.jpeg?_gl=1*e5cm4c*_ga*MTExNzc0NDc3Ny4xNzcxODk0MTk2*_ga_8JE65Q40S6*czE3NzQyMzUyMDEkbzMkZzEkdDE3NzQyMzUyMDMkajU4JGwwJGgw');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.primary-button {
  background-color: #e03030;
  color: hsl(0 0% 98%);
  font-weight: 700;
  text-align: center;
  border-radius: calc(0.5rem - 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;

  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;

  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.primary-button:hover {
  background-color: #e03030;
}

.header__div__logo {
  height: 105px;
}


.main__content {

  display: flex;
  justify-content: center;
  align-items: center;

  height: 635px;

  background-image: linear-gradient(12deg, rgba(0, 0, 0, 0.8500) 36.00%, rgba(0, 0, 0, 0.8465) 40.58%, rgba(0, 0, 0, 0.8361) 45.17%, rgba(0, 0, 0, 0.8187) 49.75%, rgba(0, 0, 0, 0.7944) 54.33%, rgba(0, 0, 0, 0.7632) 58.92%, rgba(0, 0, 0, 0.7250) 63.50%, rgba(0, 0, 0, 0.6868) 68.08%, rgba(0, 0, 0, 0.6556) 72.67%, rgba(0, 0, 0, 0.6313) 77.25%, rgba(0, 0, 0, 0.6139) 81.83%, rgba(0, 0, 0, 0.6035) 86.42%, rgba(0, 0, 0, 0.6000) 91.00%);



}

.main__content__info {
  width: 809px;
  z-index: 100;

  color: #fff;
}

.main__content__info * {
  text-align: center;
}

.main__content__info h1 {
  margin-top: 5px;
  font-size: 3.3rem;
  font-weight: 900;

}

.main__content__info__p1 {
  margin-top: 18px;
  font-size: 1.2rem;
font-weight: bold;
}

.main__content__info__p2 {
  margin-top: 4px;
  font-size: 1.2rem;

}

.main__content__send-msg {
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0.875rem 57px 0.875rem 1.2rem;
  background-color: #039be5;
  background-image: linear-gradient(to top right, #039be5, #29b6f6);
  color: #ffffff;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.5rem;
  gap: 0.75rem;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
  transition: all 0.6s ease;

  margin: 0 auto;
  margin-top: 21px;

  font-size: 1rem;
  width: fit-content;
  text-decoration: none;

}

.main__content__send-msg span {
  background-color: rgb(3 155 229);
  display: grid;
  position: absolute;
  right: 0;
  place-items: center;
  width: 3rem;
  height: 100%;
}

.main__content__send-msg span svg {
  width: 1.5rem;
  height: 1.5rem;
}

.main__content__send-msg:hover {
  box-shadow:
    0 4px 30px rgba(4, 175, 255, 0.1),
    0 2px 30px rgba(11, 158, 255, 0.06);
}

/*  Swiper */

.swiper-icons {}

/* This is the style only for the popular videos */

.popular-video {
  height: 100%;
}

.swiper-slide video {
  width: 100%;
  border-radius: 10px;
}

.videos,
.why-choose-us {
  background: #000;
  padding-top: 34px;
  color: #fff;
}

.videos__video {
  height: 100%;
}


.videos__subtitle {
  margin-bottom: 20px;

  font-size: 2rem;
  color: var(--color-white);
  font-weight: bold;
}

/* Powby */

.swiper-powby {
  padding: 20px 0;
}


.swiper-powby,
.swiper-slide-powby {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-powby img {
  width: 120px;
  opacity: 0.6;
  transition: 0.3s;
  height: 120px;
  border-radius: 50%;
}

.swiper-powby img:hover {
  opacity: 1;
  transform: scale(1.1);
}


/* Footer */

.footer {
  padding-top: 49px;
  padding-bottom: 22px;
  background-color: #000;
  color: #c5c2c2;

}

.footer__faq {
  font-size: 1.1rem;
  margin-bottom: 15px;


}

.footer__faq a {
  font-size: 1.1rem;
  text-decoration: underline;
}

.footer__copy span {
  font-size: 0.9rem;

}

.swiper-main-videos,
.swiper-main-videos-to-right {
  position: absolute;
  width: 100%;

}

.swiper-main-videos-wrapper {
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  z-index: -10;
  overflow: hidden;
}

.why-choose-us {
  padding-top: 52px;
}

.why-choose-us__card {
  background: linear-gradient(149deg,
      #9b2323 0%,
      #210e17 96.86%);
  position: relative;
  height: 203px;

}

.why-choose-us__card__icon-wrapper {
  position: absolute;
  bottom: 21px;
  right: 25px;
}

.why-choose-us__card__icon-wrapper>svg {
  height: 55px;
  width: 55px;
}

.videos__text1 {
  text-align: center;
  font-size: 1.9rem;
  margin-top: 26px;
  margin-bottom: 26px;
}

.powered-by {
  margin-top: 59px;
  margin-bottom: 43px;
}

@media (max-width: 768px) {

  .header div {
    padding-top: 22px;
    padding-left: 31px;
  }

  .header__div__logo {
    height: 97px;
  }

  .primary-button {
    font-size: 0.9rem;
  }

  .main__content__info {
    width: auto;
    padding: 0 26px;
  }

  .main__content__info h1 {
    font-size: 2.2rem;
  }

  .main__content__info__p1 {
    font-size: 1.1rem;
  }

  .main__content__info__p2 {
    font-size: 1.1rem;
  }

  .main__content__send-msg {
    font-size: 0.9rem;
    padding: 12px 51px 12px 12px;
  }

  .footer__faq {
    font-size: 1rem;
    margin-bottom: 12px;
  }

}

@media (max-width: 480px) {

  .header div {
    padding-left: 9px;
    padding-top: 19px;
  }

  .header__div__logo {
    height: 89px;
  }

  .primary-button {
    font-size: 1rem;
  }

  .main__content__info {
    width: auto;
    padding: 0 4px;
  }

  .main__content__info h1 {
    /* font-size: 2.1rem; */
  }

  .main__content__info__p1 {
    /* font-size: 1rem; */
  }

  .main__content__info__p2 {
    /* font-size: 1rem; */
  }

  .main__content__send-msg {
    /* font-size: 0.9rem; */
    padding: 12px 51px 12px 12px;

  }

  .footer__faq {
    margin-bottom: 7px;
  }

  .why-choose-us__card {
    height: 267px;
  }

}

/* Collapsible */

.collapsible {
  background-color: #2d2c2c;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.4rem;
  margin-bottom: 2px;
}

button.collapsible::after {
  content: '\2716';
  color: white;
  float: right;
  margin-left: 5px;
  transform: rotate(45deg);
}

button.collapsible.active:after {
  content: "\2716";
  transform: rotate(0deg);
}

.active,
.collapsible:hover {
  background-color: #2d2c2c;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  background-color: #2d2c2c;
  transition: max-height 0.2s ease-out;
}

.collapsible-content>p {
  font-size: 1.4rem;
  padding: 18px;
}