* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  padding-right: 0 !important;
}

body {
  background-color: #281549;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ul li {
  list-style: none;
}

input,
textarea,
button,
select {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

input::-ms-clear {
  display: none;
}

button.navbar-toggler {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button.btn-close {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

img {
  max-width: 100%;
}

.navbar-toggler:hover {
  text-decoration: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal-open {
  padding-right: 0 !important;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.logo img {
  width: 70px;
}

.btn-gradient {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#8a30fe), to(#f74df3));
  background: -o-linear-gradient(left, #8a30fe, #f74df3);
  background: linear-gradient(90deg, #8a30fe, #f74df3);
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  padding: 25px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-gradient:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero-start h1 {
  font-family: 'Times New Roman';
  color: #FFF;
  font-size: 120px;
  text-transform: uppercase;
  letter-spacing: -0.075em;
  line-height: 100%;
  -webkit-filter: drop-shadow(0em 0em 0.01257511em rgba(255, 242, 242, 0.950000)) drop-shadow(0em 0em 0.06287556em rgba(255, 255, 255, 0.750000)) drop-shadow(0em 0em 0.18862669em rgba(255, 255, 255, 0.440000));
          filter: drop-shadow(0em 0em 0.01257511em rgba(255, 242, 242, 0.950000)) drop-shadow(0em 0em 0.06287556em rgba(255, 255, 255, 0.750000)) drop-shadow(0em 0em 0.18862669em rgba(255, 255, 255, 0.440000));
}

.hero-start p {
  font-size: 29px;
  color: #ff4ff3;
  letter-spacing: -0.075em;
  -webkit-filter: drop-shadow(0em 0em 0.01257511em rgba(255, 21, 239, 0.950000)) drop-shadow(0em 0em 0.06287556em rgba(255, 63, 242, 0.750000)) drop-shadow(0em 0em 0.18862669em rgba(255, 63, 242, 0.440000));
          filter: drop-shadow(0em 0em 0.01257511em rgba(255, 21, 239, 0.950000)) drop-shadow(0em 0em 0.06287556em rgba(255, 63, 242, 0.750000)) drop-shadow(0em 0em 0.18862669em rgba(255, 63, 242, 0.440000));
}

.nav-link {
  font-weight: 500;
  text-transform: uppercase;
}

.divider-gradient {
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#8a30fe), to(#f74df3));
  background: -o-linear-gradient(left, #8a30fe, #f74df3);
  background: linear-gradient(90deg, #8a30fe, #f74df3);
}

.section-title h2 {
  font-family: 'Times New Roman';
  color: #FFF;
  font-size: 75px;
  letter-spacing: -0.075em;
  line-height: 100%;
  -webkit-filter: drop-shadow(0em 0em 0.01257511em rgba(255, 242, 242, 0.950000)) drop-shadow(0em 0em 0.06287556em rgba(255, 255, 255, 0.750000)) drop-shadow(0em 0em 0.18862669em rgba(255, 255, 255, 0.440000));
          filter: drop-shadow(0em 0em 0.01257511em rgba(255, 242, 242, 0.950000)) drop-shadow(0em 0em 0.06287556em rgba(255, 255, 255, 0.750000)) drop-shadow(0em 0em 0.18862669em rgba(255, 255, 255, 0.440000));
}

.section-title h2 span {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.section-title p {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
}

.box-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 15%;
     object-position: 100% 15%;
  border-radius: 70px;
  max-height: 420px;
  max-width: 590px;
}

.box-end {
  color: #FFF;
  font-size: 18.563px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 177.778% */
}

.box-end h2 {
  color: #FF4FF3;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.box-end .description {
  margin-top: 15px;
}

.box-end ul, .box-end li, .box-end ol {
  list-style-type: circle;
  margin: 10px 0 0 20px;
  padding: 0;
}

.sl-block {
  text-align: left;
}

.sl-block img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 70px;
  width: 100%;
  height: 270px;
}

.sl-block h3 {
  color: #FF4FF3;
  font-size: 29.286px;
  font-style: normal;
  font-weight: 700;
}

.sl-block p {
  color: #FFF;
  font-size: 19.125px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.sl-block .btn-gradient {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq-qn img {
  width: 57px;
  margin-bottom: 20px;
}

.faq-qn h3 {
  color: #FFF;
  font-size: 22.641px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}

.faq {
  position: relative;
  padding: 100px 0;
}

.video-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}

.video-bg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact {
  position: relative;
  padding: 100px 0;
}

.contact .video-bg {
  opacity: 0.2;
}

.contact-end svg {
  height: 40px;
  width: 40px;
}

.social-link {
  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;
  gap: 20px;
  width: 200px;
  margin: 20px 0;
  margin-left: auto;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.social-link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-header, .offcanvas-body {
  background-color: #281549;
}

.modal-content {
  background-color: #ebe0ff;
  border-radius: 28px;
}

.modal-title {
  color: #000;
}

.modal-header, .modal-body, .modal-footer {
  border: none;
  color: #000;
}

.form-control {
  background: #ebe0ff;
  border-radius: 1rem;
  border: none;
  padding: 9px 12px;
  color: #000;
  border: 1px solid #d1c5e7;
  max-height: 400px;
}

.form-control, .form-control:focus {
  background: #ebe0ff;
  color: #000;
  border-color: #d1c5e7;;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* XL MAX */
@media(max-width: 1399px) {}

/* LG MAX */
@media(max-width: 1199px) {
  .hero-start h1 {
    font-size: 100px;
  }
  .section-title h2 {
    font-size: 70px;
  }
}

/* MD MAX */
@media(max-width: 991px) {
  .hero-start h1 {
    font-size: 85px;
  }

  .section-title h2 {
    font-size: 55px;
  }

  .box-end, .box-image {
    margin-top: 2rem;
  }

  .hero-end img {
    max-width: 250px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

/* SM MAX */
@media(max-width: 767px) {
  .hero-start {
    text-align: center;
  }

  .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .section-title {
    text-align: center;
  }

  .section-title h2 {
    font-size: 45px;
  }

  .social-link {
    margin-right: auto;
  }

  .contact-end ul {
    margin: 0;
    padding: 0;
  }
}

/* XS MAX */
@media(max-width: 575px) {
  .hero-start h1 {
    font-size: 70px;
  }
  .section-title h2 {
    font-size: 40px;
  }
}

/* XS MIN */
@media(min-width: 576px) {}

/* SM MIN */
@media(min-width: 768px) {}

/* MD MIN */
@media(min-width: 992px) {}

/* LG MIN */
@media(min-width: 1200px) {}

/* XL MIN */
@media(min-width: 1400px) {}