* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

a, h1, h2, h3, h5, h5, h6 {
  font-family: 'Bebas Neue', cursive;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 9999999999999999;
}

.popup {
  border-radius: 5px;
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
}

.popup p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.popup .input-email {
  border: 3px solid var(--color-accent);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  width: 432px;
  height: 52px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  outline: none;
  border: 1px solid #000;
}

.popup .btn-email {
  background-color: #f7d61e;
  padding: 15px 25px;
  color: #000;
  border: none;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  width: 432px;
  height: 52px;
}

.popup a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  margin-top: -10px;
  display: block;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-popup:after {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}

.overlay-1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 9999999999999999;
}

.popup-1 {
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup-bg {
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 100px 70px;
}

.popup-bg img {
  margin-bottom: 65px;
}

.popup-bg h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.popup-bg span {
  font-size: 18px;
  font-weight: 400;
}

.close-popup-1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup-1:before {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-popup-1:after {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup-1 {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}

.js-overlay-campaign-1 img {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.header {
  padding: 20px 0;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo img {
  width: 100px;
}

.header .download img {
  width: 150px;
  border-radius: 20px;
}

.header-content {
  margin-top: 50px;
}

.header-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header-content .container .text {
  width: 40%;
}

.header-content .container .text h1 {
  font-size: 75px;
}

.header-content .container .img {
  width: 25%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.header-content .container .img img {
  border-radius: 15px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators {
  width: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  bottom: 20px;
}

.carousel-control-next img {
  width: 30px;
}

.carousel-control-prev img {
  width: 30px;
}

.text {
  padding: 50px 0;
}

.text h2 {
  text-align: center;
  font-size: 40px;
}

.text .items {
  margin-bottom: 50px;
  margin-top: 30px;
}

.text .items .item {
  font-size: 22px;
  margin: 10px 0;
}

.text .items .item img {
  width: 20px;
}

.text-i {
  padding: 50px 0;
}

.text-i h2 {
  text-align: center;
  font-size: 40px;
}

.text-i .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.text-i .items .item {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-i .items .item h3 {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  margin-right: 20px;
}

.text-i .items .item p {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.form {
  padding: 50px 0;
}

.form h2 {
  text-align: center;
  font-size: 40px;
}

.form p {
  text-align: center;
}

.form form {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
}

.form form .input-email {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
  outline: none;
}

.form form .btn-email {
  width: 100%;
  padding: 10px;
  background-color: black;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.footer {
  padding: 20px 0;
}

.footer .container {
  border-top: 1px solid lightgray;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .header-content .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-content .container .text {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .header-content .container .img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .text-i .items {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .form form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .header-content {
    margin-top: 0;
  }
  .header-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-content .container .img {
    width: 100%;
  }
  .header-content .container .text {
    width: 100%;
  }
  .text, .text-i, .form {
    padding: 30px 0;
  }
  .popup-bg {
    padding: 30px;
    width: 90%;
  }
}

@media (max-width: 400px) {
  .header .logo img {
    width: 60px;
  }
  .header .download img {
    width: 100px;
    border-radius: 10px;
  }
  .header-content .container .text h1 {
    font-size: 65px;
  }
}
/*# sourceMappingURL=style.css.map */