* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #120837;
  background-image: url("../images/body-bg.webp");
  background-size: cover;
  background-position: top;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
/* 28-Aug-2025 mct **/

.main-logo-div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-top:30px;
    padding-bottom:30px;
    gap: 10px;
}
.cstm-logo-div img {
    width: 76px;
    height: 76px;
    top: 39px;
    left: 589px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 13px;
    border-width: 1px;
}
.cstm-text-div {
    width: 97px;
    height: 62px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 15px;
    line-height: 21px;
    color:#ffffff; 
}
.gradient-text {
  background: linear-gradient(90deg, #FF00FF, #8000FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
/***** end mct****/
a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

button {
  outline: none;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  width: 95%;
  max-width: 1280px;
}

/*.logo-wrapper {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  margin: 0 auto;*/
/*  padding-top: 60px;*/
/*  width: -moz-fit-content;*/
/*  width: fit-content;*/
/*  display: flex;*/
/*  margin-right:48%;*/
/*}*/
/*.logo-wrapper img {*/
/*  width: 200px;*/
/*}*/

/*.hero-section {*/
/*  margin-top: -50px;*/
/*}*/
.hero-section .container .img-box {
  position: relative;
}
.hero-section .container .img-box .img-1 {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20%;
     object-position: 20%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.hero-section .container .img-box h1 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  font-size: 96px;
  font-weight: 900;
  line-height: 96px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .img-box h1 {
    display: none;
  }
}
.hero-section .container .img-box h1 span {
  color: #fa259e;
  text-shadow: 0 10px 0 #8610a4;
}
.hero-section .container .content {
  position: relative;
  z-index: 2;
  margin-top: -350px;
  padding-left: 290px;
  padding-right: 80px;
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 1280px) {
  .hero-section .container .content {
    margin-top: -320px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content {
    margin-top: -100px;
    align-items: center;
  }
}
.hero-section .container .content .left-box {
  width: 100%;
  max-width: 445px;
  padding: 230px 25px 80px 25px;
  border: 1px solid #605a76;
  background-color: #1e1541;
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box {
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .container .content .left-box {
    padding: 25px 15px;
  }
}
.hero-section .container .content .left-box h1 {
  margin-bottom: 25px;
  display: none;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box h1 {
    display: block;
  }
}
.hero-section .container .content .left-box h1 span {
  color: #fa259e;
  text-shadow: 0 10px 0 #8610a4;
}
.hero-section .container .content .left-box .head-para {
  font-size: 17px;
}
.hero-section .container .content .left-box p {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box p {
    font-size: 16px;
    text-align: center;
  }
}
.hero-section .container .content .left-box .imgs-wrapper {
  margin: 40px 0 35px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box .imgs-wrapper {
    gap: 12px;
  }
}
.hero-section .container .content .left-box .imgs-wrapper video {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box .imgs-wrapper video {
    border-radius: 8px;
  }
}
.hero-section .container .content .left-box .texts-wrapper {
  position: relative;
}
.hero-section .container .content .left-box .texts-wrapper h3 {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box .texts-wrapper h3 {
    font-size: 32px;
  }
}
.hero-section .container .content .left-box .texts-wrapper h3 .bg-text {
  position: relative;
}
.hero-section .container .content .left-box .texts-wrapper h3 .bg-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: calc(100% + 16px);
  height: 24px;
  background-color: #fa259e;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box .texts-wrapper h3 .bg-text::after {
    height: 12px;
  }
}
.hero-section .container .content .left-box .texts-wrapper h3 .bg-text .text {
  position: relative;
  z-index: 2;
}
.hero-section .container .content .left-box .texts-wrapper p {
  position: absolute;
  top: 50%;
  left: calc(100% + 26px);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 46px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box .texts-wrapper p {
    position: static;
    transform: translate(0);
    margin-top: 20px;
    white-space: normal;
    font-size: 18px;
    line-height: 34px;
  }
  .hero-section .container .content .left-box .texts-wrapper p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .container .content .left-box .texts-wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
}
.hero-section .container .content .left-box .texts-wrapper p span {
  padding: 0 10px;
  background-color: rgba(250, 37, 158, 0.6);
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .hero-section .container .content .left-box .texts-wrapper p span {
    padding: 0 6px !important;
  }
}
.hero-section .container .content .left-box .texts-wrapper p span.last {
  padding-left: 15px;
  border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .left-box .texts-wrapper p span.last {
    padding-left: 10px;
    border-radius: 8px;
  }
}
.hero-section .container .content .right-box {
  position: relative;
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.hero-section .container .content .right-box .box-shadow {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 110px;
  border: 1px solid #605a76;
  background-color: #1e1541;
  border-radius: 30px;
}
.hero-section .container .content .right-box .right-box-inner {
  position: relative;
  z-index: 2;
  padding: 25px;
  border: 1px solid #605a76;
  background-color: #1e1541;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .hero-section .container .content .right-box .right-box-inner {
    padding: 15px;
  }
}
.hero-section .container .content .right-box .right-box-inner p {
  margin-bottom: 20px;
  padding-right: 15px;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .hero-section .container .content .right-box .right-box-inner p {
    font-size: 14px;
    line-height: 32px;
  }
}
.hero-section .container .content .right-box .right-box-inner img {
  width: 100%;
  border-radius: 20px;
}
.hero-section .container .content .right-box .right-box-inner video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

.length-section {
  margin-top: -40px;
  padding-bottom: 100px;
}
.length-section .container .text-box {
  padding: 100px 60px 200px 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(30, 21, 65, 0.4);
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .length-section .container .text-box {
    padding: 100px 25px 200px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .length-section .container .text-box {
    padding: 100px 15px 110px 15px;
  }
}
.length-section .container .text-box p {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .length-section .container .text-box p {
    font-size: 16px;
    line-height: 30px;
  }
}
.length-section .container .text-box p span {
  padding: 0 10px;
  background-color: rgba(250, 37, 158, 0.6);
  border-radius: 8px;
}
.length-section .container .text-box .highlighted-text-box {
  margin-top: 65px;
  margin-left: 230px;
  width: 445px;
  padding: 15px 0;
  border: 3px solid #fa259e;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .length-section .container .text-box .highlighted-text-box {
    margin: 35px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 35px;
    font-size: 16px;
  }
}
.length-section .container .text-box .highlighted-text-box span {
  margin-left: 16px;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  .length-section .container .text-box .highlighted-text-box span {
    font-size: 14px;
  }
}
.length-section .container .bottom-part {
  margin: -100px auto 0 auto;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 1024px) {
  .length-section .container .bottom-part {
    width: 90%;
  }
}
.length-section .container .bottom-part .part-labels-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.length-section .container .bottom-part .part-labels-wrapper div {
  display: flex;
  justify-content: center;
}
.length-section .container .bottom-part .part-labels-wrapper div p {
  padding: 10px 30px;
  background-color: #fa259e;
  border-radius: 15px 15px 0 0;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .length-section .container .bottom-part .part-labels-wrapper div p {
    font-size: 14px;
  }
}
.length-section .container .bottom-part .parts {
  padding: 12px;
  background-color: #fff;
  border-radius: 20px;
}
.length-section .container .bottom-part .parts .progress {
  position: relative;
  width: 100%;
  height: 18px;
  background-color: #44356c;
  border-radius: 100px;
}
.length-section .container .bottom-part .parts .progress .progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #44356c, #fa259e);
  border-radius: 100px;
}
.length-section .container .bottom-part .parts .progress .line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 30%;
  height: 18px;
  background: linear-gradient(90deg, #44356c, #fa259e);
  border-radius: 100px;
}
.length-section .container .bottom-part .parts .texts-wrapper {
  margin-top: 20px;
  padding-bottom: 15px;
}
.length-section .container .bottom-part .parts .texts-wrapper h2 {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .length-section .container .bottom-part .parts .texts-wrapper h2 {
    font-size: 12px;
  }
}
.length-section .container .bottom-part .parts .texts-wrapper p {
  font-size: 16px;
  text-align: center;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 2%;
}
.length-section .step-boxes-container {
  overflow-x: auto;
  pointer-events: none;
}
.length-section .step-boxes-container::-webkit-scrollbar {
  display: none;
}
.length-section .step-boxes-container .step-boxes-wrapper {
  margin-top: 50px;
  display: flex;
  gap: 50px;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1024px) {
  .length-section .step-boxes-container .step-boxes-wrapper {
    gap: 25px;
  }
}
.length-section .step-boxes-container .step-boxes-wrapper .step-box {
  width: 320px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .length-section .step-boxes-container .step-boxes-wrapper .step-box {
    width: 250px;
    min-width: 250px;
  }
}
.length-section .step-boxes-container .step-boxes-wrapper .step-box h2 {
  font-size: 128px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .length-section .step-boxes-container .step-boxes-wrapper .step-box h2 {
    font-size: 64px;
  }
}
.length-section .step-boxes-container .step-boxes-wrapper .step-box .card {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .length-section .step-boxes-container .step-boxes-wrapper .step-box .card {
    margin-top: -25px;
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .length-section .step-boxes-container .step-boxes-wrapper .step-box .card {
    padding: 15px;
  }
}
.length-section .step-boxes-container .step-boxes-wrapper .step-box .card h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .length-section .step-boxes-container .step-boxes-wrapper .step-box .card h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.length-section .step-boxes-container .step-boxes-wrapper .step-box .card p {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .length-section .step-boxes-container .step-boxes-wrapper .step-box .card p {
    font-size: 14px;
    line-height: 30px;
  }
}

.compare-1-section {
  padding-bottom: 100px;
}
.compare-1-section .container h2 {
  font-size: 128px;
  font-weight: 900;
  text-align: center;
  color: #261946;
  text-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1), 0.9239px 0.3827px 0 rgba(255, 255, 255, 0.1), 0.7071px 0.7071px 0 rgba(255, 255, 255, 0.1), 0.3827px 0.9239px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), -0.3827px 0.9239px 0 rgba(255, 255, 255, 0.1), -0.7071px 0.7071px 0 rgba(255, 255, 255, 0.1), -0.9239px 0.3827px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -0.9239px -0.3827px 0 rgba(255, 255, 255, 0.1), -0.7071px -0.7071px 0 rgba(255, 255, 255, 0.1), -0.3827px -0.9239px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 0.3827px -0.9239px 0 rgba(255, 255, 255, 0.1), 0.7071px -0.7071px 0 rgba(255, 255, 255, 0.1), 0.9239px -0.3827px 0 rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container h2 {
    font-size: 59px;
  }
}
.compare-1-section .container h3 {
  margin-top: -72px;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  color: #fa259e;
  text-shadow: 0 10px 0 #8610a4;
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container h3 {
    margin-top: -32px;
    font-size: 32px;
    text-shadow: 0 5px 0 #8610a4;
  }
}
.compare-1-section .container .shadow {
  margin: -50px auto 30px auto;
  width: calc(100% - 120px);
  height: 68px;
  background-color: #120837;
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container .shadow {
    margin: -35px auto 30px auto;
    height: 44px;
  }
}
.compare-1-section .container p {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container p {
    font-size: 16px;
    line-height: 30px;
  }
  .compare-1-section .container p br {
    display: none;
  }
}
.compare-1-section .container .cards-wrapper {
  margin: 50px auto 0 auto;
  width: calc(100% - 120px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container .cards-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container .cards-wrapper .card {
    max-width: 400px;
  }
}
.compare-1-section .container .cards-wrapper .card .video-wrap {
  background-color: white;
  border-radius: 20px;
  height: 100%;
}
.compare-1-section .container .cards-wrapper .card .video-wrap video {
  width: 100%;
  border-radius: 40px;
  padding: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.compare-1-section .container .cards-wrapper .card img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container .cards-wrapper .card img {
    margin-bottom: 25px;
  }
}
.compare-1-section .container .cards-wrapper .card iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container .cards-wrapper .card iframe {
    margin-bottom: 25px;
  }
}
.compare-1-section .container .cards-wrapper .card p {
  position: relative;
  margin: 35px 25px 0 25px;
  padding: 10px 0 10px 35px;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container .cards-wrapper .card p {
    padding: 10px 0 10px 25px;
    font-size: 14px;
  }
}
.compare-1-section .container .cards-wrapper .card p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: linear-gradient(#f137a1, #8568d2);
  border-radius: 100px;
}
@media only screen and (max-width: 1024px) {
  .compare-1-section .container .cards-wrapper .card p::after {
    width: 6px;
  }
}

.compare-2-section {
  position: relative;
  overflow: hidden;
}
.compare-2-section .img-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .img-2 {
    width: 450px;
  }
}
.compare-2-section .yt-icon {
  position: absolute;
  z-index: 3;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.compare-2-section .container {
  position: relative;
  z-index: 2;
  padding: 120px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: none;
  background-color: rgba(18, 8, 55, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 30px 30px 0 0;
  padding-bottom: 180px;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container {
    padding: 50px 15px;
  }
}
.compare-2-section .container h2 {
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 128px;
  font-weight: 900;
  text-align: center;
  color: #261946;
  text-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1), 0.9239px 0.3827px 0 rgba(255, 255, 255, 0.1), 0.7071px 0.7071px 0 rgba(255, 255, 255, 0.1), 0.3827px 0.9239px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), -0.3827px 0.9239px 0 rgba(255, 255, 255, 0.1), -0.7071px 0.7071px 0 rgba(255, 255, 255, 0.1), -0.9239px 0.3827px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -0.9239px -0.3827px 0 rgba(255, 255, 255, 0.1), -0.7071px -0.7071px 0 rgba(255, 255, 255, 0.1), -0.3827px -0.9239px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 0.3827px -0.9239px 0 rgba(255, 255, 255, 0.1), 0.7071px -0.7071px 0 rgba(255, 255, 255, 0.1), 0.9239px -0.3827px 0 rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container h2 {
    font-size: 52px;
  }
}
.compare-2-section .container h2 svg {
  position: absolute;
  top: 0;
  right: -30px;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container h2 svg {
    display: none;
  }
}
.compare-2-section .container h3 {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  color: #fa259e;
  text-shadow: 0 10px 0 #8610a4;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container h3 {
    margin-top: -32px;
    font-size: 32px;
    text-shadow: 0 5px 0 #8610a4;
  }
}
.compare-2-section .container .texts-wrapper {
  position: relative;
  margin-top: 100px;
  padding: 25px 0 25px 50px;
  display: grid;
  gap: 80px;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container .texts-wrapper {
    margin-top: 50px;
    gap: 35px;
    padding-left: 30px;
  }
}
.compare-2-section .container .texts-wrapper .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #44356c;
  border-radius: 100px;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container .texts-wrapper .line {
    width: 6px;
  }
}
.compare-2-section .container .texts-wrapper .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background-color: #f137a1;
  border-radius: 100px;
}
.compare-2-section .container .texts-wrapper .part {
  display: grid;
  gap: 20px;
}
.compare-2-section .container .texts-wrapper .part h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container .texts-wrapper .part h4 {
    font-size: 20px;
  }
}
.compare-2-section .container .texts-wrapper .part h4 img {
  width: 48px;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container .texts-wrapper .part h4 img {
    width: 32px;
  }
}
.compare-2-section .container .texts-wrapper .part p {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #a6a1bc;
}
@media only screen and (max-width: 1024px) {
  .compare-2-section .container .texts-wrapper .part p {
    font-size: 14px;
  }
}

.packages-section {
  position: relative;
  margin-bottom: 300px;
  background-color: #120837;
}
.packages-section .img-3 {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
}
@media only screen and (max-width: 1400px) {
  .packages-section .img-3 {
    display: none;
  }
}
.packages-section .container {
  position: relative;
  z-index: 2;
}
.packages-section .container .top-head-wrapper {
  position: absolute;
  margin-top: -95px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .top-head-wrapper {
    margin-top: -40px;
  }
}
.packages-section .container h2 {
  font-size: 128px;
  font-weight: 900;
  text-align: center;
  color: #261946;
  text-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1), 0.9239px 0.3827px 0 rgba(255, 255, 255, 0.1), 0.7071px 0.7071px 0 rgba(255, 255, 255, 0.1), 0.3827px 0.9239px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), -0.3827px 0.9239px 0 rgba(255, 255, 255, 0.1), -0.7071px 0.7071px 0 rgba(255, 255, 255, 0.1), -0.9239px 0.3827px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -0.9239px -0.3827px 0 rgba(255, 255, 255, 0.1), -0.7071px -0.7071px 0 rgba(255, 255, 255, 0.1), -0.3827px -0.9239px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 0.3827px -0.9239px 0 rgba(255, 255, 255, 0.1), 0.7071px -0.7071px 0 rgba(255, 255, 255, 0.1), 0.9239px -0.3827px 0 rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1024px) {
  .packages-section .container h2 {
    font-size: 52px;
  }
}
.packages-section .container h3 {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  color: #fa259e;
  text-shadow: 0 10px 0 #8610a4;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container h3 {
    margin-top: -32px;
    font-size: 32px;
    text-shadow: 0 5px 0 #8610a4;
  }
}
.packages-section .container .top-desc {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .top-desc {
    font-size: 16px;
    line-height: 30px;
    padding-top: 60px;
  }
}
.packages-section .container .top-desc span {
  padding: 0 10px;
  background-color: rgba(250, 37, 158, 0.6);
  border-radius: 8px;
}
.packages-section .container .ai-card-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 80px;
  position: relative;
}
.packages-section .container .ai-card-wrap svg {
  position: absolute;
  top: -7%;
  right: -2%;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .ai-card-wrap svg {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .ai-card-wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .packages-section .container .ai-card-wrap {
    padding: 15px;
    margin-top: 60px;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content {
  display: flex;
  justify-content: space-between;
  border: 3px solid #fa259e;
  border-radius: 20px;
  gap: 100px;
  padding: 40px 60px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .ai-card-wrap .ai-card-content svg {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .ai-card-wrap .ai-card-content {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .packages-section .container .ai-card-wrap .ai-card-content {
    padding: 20px;
    gap: 30px;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content .content-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-left {
    width: 100%;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content .content-left h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 2%;
  color: #000000;
  text-align: right;
  word-spacing: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 12px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-left h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-left h2 {
    font-size: 28px;
    line-height: 36px;
    gap: 10px;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content .content-left h2 .only {
  background: #fa259e;
  padding-top: 37px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-left h2 .only {
    padding-top: 12px;
    margin-top: -20px;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content .content-left h2 .currency {
  font-size: 20px;
  color: #ffffff;
  background-color: #ff0095;
  padding: 0px 12px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 4px;
}
@media only screen and (max-width: 768px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-left h2 .currency {
    font-size: 16px;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content .content-left p {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2%;
  background: linear-gradient(90deg, #fa259e 0%, #9f6ac3 100%);
  padding: 12px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: 100px;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-left p {
    font-size: 14px;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content .content-left .content-table .content-table-row {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2%;
  margin-bottom: 15px;
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-left .content-table .content-table-row {
    font-size: 14px;
    line-height: 18px;
    padding-left: 0;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content .content-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.packages-section .container .ai-card-wrap .ai-card-content .content-right .cta-btn {
  box-shadow: 0 4px 4px 3px rgba(225, 69, 186, 0.25);
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-right {
    width: 100%;
  }
}
.packages-section .container .ai-card-wrap .ai-card-content .content-right .img-box video {
  width: 100%;
  border-radius: 20px;
}
.packages-section .container .ai-card-wrap .ai-card-content .content-right a {
  background-color: #fa259e;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 2%;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .packages-section .container .ai-card-wrap .ai-card-content .content-right a {
    font-size: 16px;
    line-height: 30px;
    padding: 12px 0;
  }
}
.packages-section .container .cards-wrapper {
  margin-top: 50px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 1180px) {
  .packages-section .container .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.packages-section .container .cards-wrapper .card {
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 25px 25px 25px;
  background: linear-gradient(180deg, #2b224c 0%, #1b1239 100%);
  border-radius: 30px;
}
.packages-section .container .cards-wrapper .card:nth-child(1) {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cards-wrapper .card:nth-child(1) {
    margin-top: 0;
  }
}
.packages-section .container .cards-wrapper .card:nth-child(2) {
  margin-top: 50px;
  border: 2px solid #fa2550;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cards-wrapper .card:nth-child(2) {
    margin: 0;
  }
}
.packages-section .container .cards-wrapper .card h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 42px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cards-wrapper .card h4 {
    font-size: 32px;
  }
}
.packages-section .container .cards-wrapper .card h4 span {
  padding: 5px 15px;
  background-color: #d82163;
  border-radius: 14px;
  font-size: 28px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cards-wrapper .card h4 span {
    padding: 5px 10px;
    font-size: 24px;
  }
}
.packages-section .container .cards-wrapper .card .sub-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cards-wrapper .card .sub-title {
    font-size: 16px;
  }
}
.packages-section .container .cards-wrapper .card .content-wrapper {
  padding: 25px;
  background-color: #2f264f;
  border-radius: 18px;
  display: grid;
  grid-gap: 15px;
}
.packages-section .container .cards-wrapper .card .content-wrapper .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.packages-section .container .cards-wrapper .card .content-wrapper .row p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cards-wrapper .card .content-wrapper .row p {
    font-size: 12px;
  }
}
.packages-section .container .cards-wrapper .card .content-wrapper .row p.placeholder {
  color: #7f7798;
}
.packages-section .container .cards-wrapper .card a {
  margin-top: 25px;
  width: 100%;
  padding: 18px 0;
  border: 1px solid #fa2550;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fa2550;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cards-wrapper .card a {
    padding: 15px 0;
    font-size: 16px;
  }
}
.packages-section .container .cards-wrapper .card a:hover {
  background: #fa2550;
  color: #fff;
}
.packages-section .container .bottom-part-titles {
  position: relative;
}
.packages-section .container .bottom-part-titles::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  height: 68px;
  background: linear-gradient(90deg, rgba(223, 48, 194, 0.16) 0%, rgba(51, 23, 157, 0.16) 100%);
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .bottom-part-titles::after {
    display: none;
  }
}
.packages-section .container .bottom-part-titles h3 {
  margin-top: 0;
}
.packages-section .container .bottom-part-titles p {
  position: relative;
  z-index: 2;
}
.packages-section .container .smm-cards-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  grid-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .smm-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.packages-section .container .smm-cards-wrapper .card {
  width: 400px;
  min-width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px;
  background: linear-gradient(180deg, #2b224c 0%, #1b1239 100%);
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .smm-cards-wrapper .card {
    width: 100%;
    min-width: 100%;
  }
}
.packages-section .container .smm-cards-wrapper .card:nth-child(1) {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .smm-cards-wrapper .card:nth-child(1) {
    margin-top: 0;
  }
}
.packages-section .container .smm-cards-wrapper .card.tiktok-card {
  background-image: url("../images/packages-section-1.webp");
  background-size: cover;
}
.packages-section .container .smm-cards-wrapper .card.instagram-card {
  background-image: url("../images/packages-section-2.webp");
  background-size: cover;
}
.packages-section .container .smm-cards-wrapper .card .card-inner {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 20px;
}
.packages-section .container .smm-cards-wrapper .card .card-inner h5 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 46px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .smm-cards-wrapper .card .card-inner h5 {
    font-size: 32px;
  }
}
.packages-section .container .smm-cards-wrapper .card .card-inner h4 {
  padding: 7px 10px;
  background: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 42px;
  font-weight: 900;
  color: #1d153c;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .smm-cards-wrapper .card .card-inner h4 {
    font-size: 32px;
  }
}
.packages-section .container .smm-cards-wrapper .card .card-inner h4 span {
  padding: 5px 15px;
  background-color: #d82163;
  border-radius: 14px;
  font-size: 28px;
  color: #fff;
}
.packages-section .container .smm-cards-wrapper .card .card-inner .sub-title {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 12px;
  background: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #1d153c;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .smm-cards-wrapper .card .card-inner .sub-title {
    font-size: 14px;
  }
}
.packages-section .container .smm-cards-wrapper .card .card-inner .content-wrapper {
  padding: 25px;
  background-color: #fff;
  border-radius: 18px;
  display: grid;
  grid-gap: 15px;
}
.packages-section .container .smm-cards-wrapper .card .card-inner .content-wrapper .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.packages-section .container .smm-cards-wrapper .card .card-inner .content-wrapper .row p {
  font-size: 16px;
  font-weight: 500;
  color: #1d153c;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .smm-cards-wrapper .card .card-inner .content-wrapper .row p {
    font-size: 12px;
  }
}
.packages-section .container .smm-cards-wrapper .card .card-inner .content-wrapper .row p.placeholder {
  color: #7f7798;
}
.packages-section .container .smm-cards-wrapper .card .card-inner a {
  margin-top: 20px;
  width: 100%;
  padding: 18px 0;
  border: 1px solid transparent;
  background: linear-gradient(88deg, #ff3a3a 1.09%, #562cff 107.58%);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .smm-cards-wrapper .card .card-inner a {
    padding: 15px 0;
    font-size: 16px;
  }
}
.packages-section .container .smm-cards-wrapper .card .card-inner a:hover {
  border-color: #fff;
  background: rgba(0, 0, 0, 0.25) !important;
}
.packages-section .container .smm-cards-wrapper .card.instagram-card .card-inner h4 span {
  background-color: #2b26ff;
}
.packages-section .container .smm-cards-wrapper .card.instagram-card .card-inner button {
  background: linear-gradient(88deg, #6845ff 1.09%, #5f37ff 107.58%);
}
.packages-section .container .cta-box {
  position: relative;
  bottom: -130px;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  background-color: #fff;
  border-radius: 30px;
  display: grid;
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box {
    grid-template-columns: 1fr;
  }
}
.packages-section .container .cta-box .left-part {
  padding: 25px;
  display: flex;
  align-items: start;
  gap: 45px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .left-part {
    flex-direction: column;
  }
}
.packages-section .container .cta-box .left-part .ceo {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .left-part .ceo {
    width: 140px;
    border-radius: 20px;
  }
}
.packages-section .container .cta-box .left-part .content {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .left-part .content {
    width: 100%;
  }
}
.packages-section .container .cta-box .left-part .content h5 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 400;
  color: #1a1a1a;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .left-part .content h5 {
    font-size: 24px;
  }
}
.packages-section .container .cta-box .left-part .content h5 img {
  width: 34px;
}
.packages-section .container .cta-box .left-part .content h5 span {
  font-size: 14px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .left-part .content h5 span {
    font-size: 12px;
  }
}
.packages-section .container .cta-box .left-part .content p {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .left-part .content p {
    font-size: 14px;
  }
}
.packages-section .container .cta-box .left-part .content .bottom {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #f3f3f3;
  border-radius: 14px;
  display: flex;
  gap: 25px;
}
.packages-section .container .cta-box .left-part .content .bottom p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .left-part .content .bottom p {
    font-size: 14px;
  }
}
.packages-section .container .cta-box .left-part .content .bottom p.placeholder {
  font-weight: 700;
  color: #3f3954;
}
.packages-section .container .cta-box .left-part .content .bottom p.title {
  font-weight: 800;
  color: #181818;
}
.packages-section .container .cta-box .right-part {
  padding: 35px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.packages-section .container .cta-box .right-part h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #1a1a1a;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .right-part h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.packages-section .container .cta-box .right-part p {
  margin: 20px 0 25px 0;
  font-family: 16px;
  font-weight: 500;
  color: #1a1a1a;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .right-part p {
    font-size: 14px;
  }
}
.packages-section .container .cta-box .right-part p span {
  font-weight: 700;
}
.packages-section .container .cta-box .right-part button {
  width: 100%;
  padding: 18px 0;
  border: 1px solid transparent;
  background: linear-gradient(88deg, #fa259e 1.09%, #8610a4 107.58%);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .cta-box .right-part button {
    padding: 15px 0;
    font-size: 16px;
  }
}
.packages-section .container .cta-box .right-part button:hover {
  border-color: #120837;
  background: transparent;
  color: #120837;
}
@media only screen and (max-width: 1024px) {
  .packages-section .container .calendly-inline-widget {
    height: 450px !important;
  }
}

.faqs-section .container {
  padding: 80px 120px;
  padding-top: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-color: #120837;
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container {
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .faqs-section .container {
    padding: 15px;
  }
}
.faqs-section .container h2 {
  margin: -100px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 128px;
  font-weight: 900;
  text-align: center;
  color: #261946;
  text-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1), 0.9239px 0.3827px 0 rgba(255, 255, 255, 0.1), 0.7071px 0.7071px 0 rgba(255, 255, 255, 0.1), 0.3827px 0.9239px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), -0.3827px 0.9239px 0 rgba(255, 255, 255, 0.1), -0.7071px 0.7071px 0 rgba(255, 255, 255, 0.1), -0.9239px 0.3827px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -0.9239px -0.3827px 0 rgba(255, 255, 255, 0.1), -0.7071px -0.7071px 0 rgba(255, 255, 255, 0.1), -0.3827px -0.9239px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 0.3827px -0.9239px 0 rgba(255, 255, 255, 0.1), 0.7071px -0.7071px 0 rgba(255, 255, 255, 0.1), 0.9239px -0.3827px 0 rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container h2 {
    margin: -50px auto 0 auto;
    font-size: 64px;
  }
}
.faqs-section .container h3 {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  color: #fa259e;
  text-shadow: 0 10px 0 #8610a4;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container h3 {
    margin-top: -32px;
    font-size: 32px;
    text-shadow: 0 5px 0 #8610a4;
  }
}
.faqs-section .container .faqs-wrapper {
  margin-top: 75px;
  display: grid;
  grid-template-columns: auto 180px;
  grid-gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container .faqs-wrapper {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
}
.faqs-section .container .faqs-wrapper .faqs {
  display: grid;
  grid-gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container .faqs-wrapper .faqs {
    grid-gap: 25px;
  }
}
.faqs-section .container .faqs-wrapper .faqs .faq .question {
  padding: 25px 40px;
  border: 1px solid #fff;
  background: linear-gradient(87deg, #1a0e47 43.12%, #b12eab 351.66%);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container .faqs-wrapper .faqs .faq .question {
    padding: 20px;
  }
}
.faqs-section .container .faqs-wrapper .faqs .faq .question p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container .faqs-wrapper .faqs .faq .question p {
    font-size: 16px;
    line-height: 24px;
  }
}
.faqs-section .container .faqs-wrapper .faqs .faq .question svg {
  width: 14px;
  min-width: 14px;
  transition: all 0.3s ease;
}
.faqs-section .container .faqs-wrapper .faqs .faq.active .question svg {
  transform: rotate(180deg);
}
.faqs-section .container .faqs-wrapper .faqs .faq .answer {
  height: 0;
  padding: 0 40px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container .faqs-wrapper .faqs .faq .answer {
    padding: 0 20px;
  }
}
.faqs-section .container .faqs-wrapper .faqs .faq .answer p {
  padding-top: 25px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container .faqs-wrapper .faqs .faq .answer p {
    font-size: 16px;
    line-height: 30px;
  }
}
.faqs-section .container .faqs-wrapper .shape {
  background: linear-gradient(180deg, #fa259e 0%, #8610a4 100%);
  box-shadow: 0px 0px 82.1px -6px rgba(202, 29, 160, 0.56);
  border-radius: 18px;
}
@media only screen and (max-width: 1024px) {
  .faqs-section .container .faqs-wrapper .shape {
    display: none;
  }
}

.footer-component .container {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .footer-component .container .img {
    width: 100%;
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-component .container .img {
    max-width: 200px;
  }
}
.footer-component .container .box {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: none;
  background-color: #120837;
  border-radius: 30px 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-component .container .box .links-wrapper {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-component .container .box .links-wrapper a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .footer-component .container .box .links-wrapper a {
    font-size: 14px;
  }
}
.footer-component .container .box .links-wrapper a:hover {
  color: #fa259e;
}
.footer-component .container .box .links-wrapper img {
  box-shadow: -13px 13px 4px 0px rgba(251, 34, 158, 0.25);
  border-radius: 13px;
}
@media only screen and (max-width: 1024px) {
  .footer-component .container .box .links-wrapper img {
    width: 65px;
    border-radius: 11px;
    box-shadow: -8px 8px 4px 0px rgba(251, 34, 158, 0.25);
  }
}
.footer-component .container .box .shape {
  width: 100%;
  max-width: 600px;
  height: 10px;
  background-color: #f137a1;
  border-radius: 100px 100px 0 0;
}
@media only screen and (max-width: 1024px) {
  .footer-component .container .box .shape {
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-component .container .box .shape {
    max-width: 200px;
    height: 8px;
  }
}/*# sourceMappingURL=index.css.map */

