@font-face {
  font-family: "Taruno_Wide_Med";
  src: url("../font/TarunoWideMedRegular.eot");
  src: url("../font/TarunoWideMedRegular.eot?#iefix") format("embedded-opentype"), url("../font/TarunoWideMedRegular.woff") format("woff"), url("../font/TarunoWideMedRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* fonts*/
/*  html,body{
     height: 100%;
 } */
body {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background-color: #0D0D0D;
}

.landing-page {
  background-image: url(../images/bg-what-our-customers-say.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-page {
  /* background-image: url(../images/bg-home-page.png); */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #0A080D;
}

.solo-page {
  /* background-image: url(../images/bg-home-page.png); */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000;
}

.all-event-tools {
  background-image: url(../images/bg-all-event-tools-left.png), url(../images/bg-all-event-tools-right.png);
  background-position: left top, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1 {
  font-size: 52px;
  font-family: "Inter", sans-serif;
}

h2 {
  font-size: 42px;
  font-family: "Inter", sans-serif;
}

h3 {
  font-size: 28px;
  font-family: "Inter", sans-serif;
}

h4 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 21px;
  text-transform: none;
  font-family: "Inter", sans-serif;
}

h6 {
  font-size: 18px;
  text-transform: none;
  font-family: "Inter", sans-serif;
}

p {
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  margin: 0;
}

a {
  font-weight: 700;
}
a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  min-height: 45px;
  background-color: #f5f5f5;
  padding: 12px 16px;
  color: #a0a0a0;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.btn-blue {
  background-color: #841CED;
  padding: 8px 20px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  border: 0;
}
.btn-blue:hover {
  background-color: #FFFFFF;
  color: #841CED;
}

.main-bg {
  position: relative;
  /* max-width: 1440px; */
  margin: 0 auto;
  background: radial-gradient(50% 395.21% at 50% 50%, rgba(255, 255, 255, 0.09) 0%, rgba(133, 90, 254, 0.16) 0.01%, rgba(133, 90, 254, 0.01) 100%);
}
.main-bg:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-banner-vector.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  z-index: -1;
}
.main-bg .side-effect {
  position: relative;
}
.main-bg .side-effect::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 425px;
  height: 999px;
  background-image: url(../images/bg-banner-right.svg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.main-bg .side-effect:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 676px;
  height: 816px;
  background-image: url(../images/bg-banner-left.svg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.main_header {
  position: relative;
  z-index: 99;
  width: 100%;
  top: 0px;
  padding-top: 22px;
  /* background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
  backdrop-filter: blur(20px);
  padding-bottom: 22px;
}
.main_header a {
  text-decoration: none;
  font-weight: 700;
}
.main_header .navbar .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 0px 0 0;
  font-weight: 500;
}
.main_header .navbar .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.main_header .navbar .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.main_header .navbar .navbar-nav .nav-item {
  padding: 0 56px 0 0;
}
.main_header .navbar .navbar-nav .nav-item:first-child {
  padding: 0 56px 0 30px;
}
.main_header .navbar .navbar-nav .nav-item:last-child {
  padding: 0 30px 0 0;
}
.main_header .navbar-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 10px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.06);
  border-radius: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-positive: 0;
      flex-grow: 0;
  z-index: 2;
}
.main_header .navbar-brand {
  margin-right: 0px;
  margin-top: -10px;
}
.main_header .btn-sign-in {
  border-radius: 66px;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
}
.main_header .btn-sign-in:hover {
  background-color: #FFFFFF;
  color: #0D0D0D;
}

.main_banner {
  text-align: center;
  padding-bottom: 45px;
  padding: 0 15px;
}
.main_banner .home-page-banner {
  padding-bottom: 175px;
  background-image: url(../images/home-banner-bg.svg);
  background-repeat: no-repeat;
  /* margin: 0 25px; */
  background-size: 100%;
  height: 828px;
}
.main_banner .home-page-banner .sub-banner-txt {
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  font-weight: 400;
  padding: 0 315px 32px;
}
.main_banner .home-page-banner .sub-banner-txt-telegram {
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  font-weight: 400;
  padding: 0 50px 32px;
  text-align: left;
}
.main_banner .home-page-banner .btn-get-start {
  padding: 8px 20px 8px 20px;
  background: #fff;
  border-radius: 40px;
  border: 0;
  color: #000;
  font-size: 14px;
  width: 170px;
  height: 40px;
  line-height: 28px;
}
.main_banner .home-page-banner .btn-get-start:hover {
  background-color: #FFFFFF;
  color: #841CED;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main_banner .home-page-banner .btn-get-start-telegram {
  padding: 8px 20px 8px 20px;
  background: #fff;
  border-radius: 40px;
  border: 0;
  color: #000;
  font-size: 14px;
  width: 217px;
  height: 40px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}
.main_banner .home-page-banner .btn-get-start-telegram:hover {
  background-color: #FFFFFF;
  color: #841CED;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main_banner .home-page-banner .six_pillar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 34px;
}
.main_banner .home-page-banner .six_pillar .col-01 {
  width: 208px;
  height: 288px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
  -webkit-transform: rotate(0deg) translateY(-70px);
          transform: rotate(0deg) translateY(-70px);
}
.main_banner .home-page-banner .six_pillar .col-01 .icon {
  background-image: url(../images/icon-telegram.png);
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
}
.main_banner .home-page-banner .six_pillar .col-01 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .six_pillar .col-01 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .six_pillar .col-02 {
  width: 208px;
  height: 288px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
  -webkit-transform: rotate(0deg) translateY(30px);
          transform: rotate(0deg) translateY(30px);
}
.main_banner .home-page-banner .six_pillar .col-02 .icon {
  background-image: url(../images/icon-whatsapp.png);
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
}
.main_banner .home-page-banner .six_pillar .col-02 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .six_pillar .col-02 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .six_pillar .col-03 {
  width: 218px;
  height: 288px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
  -webkit-transform: rotate(0deg) translateY(111px);
          transform: rotate(0deg) translateY(111px);
}
.main_banner .home-page-banner .six_pillar .col-03 .icon {
  background-image: url(../images/icon-discord.png);
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
}
.main_banner .home-page-banner .six_pillar .col-03 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .six_pillar .col-03 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .six_pillar .col-04 {
  width: 208px;
  height: 288px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
  -webkit-transform: rotate(0deg) translateY(111px);
          transform: rotate(0deg) translateY(111px);
}
.main_banner .home-page-banner .six_pillar .col-04 .icon {
  background-image: url(../images/icon-twitter-x.png);
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
}
.main_banner .home-page-banner .six_pillar .col-04 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .six_pillar .col-04 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .six_pillar .col-05 {
  width: 208px;
  height: 288px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
  -webkit-transform: rotate(0deg) translateY(30px);
          transform: rotate(0deg) translateY(30px);
}
.main_banner .home-page-banner .six_pillar .col-05 .icon {
  background-image: url(../images/icons-farcaster.png);
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
}
.main_banner .home-page-banner .six_pillar .col-05 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .six_pillar .col-05 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .six_pillar .col-06 {
  width: 208px;
  height: 288px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  -webkit-transform: rotate(0deg) translateY(-70px);
          transform: rotate(0deg) translateY(-70px);
}
.main_banner .home-page-banner .six_pillar .col-06 .icon {
  background-image: url(../images/icon-facebook01.png);
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
}
.main_banner .home-page-banner .six_pillar .col-06 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .six_pillar .col-06 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .four_pillar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 34px;
}
.main_banner .home-page-banner .four_pillar .col-01 {
  width: 25%;
  height: 250px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .four_pillar .col-01 .icon {
  background-image: url(../images/icon-member_01.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .four_pillar .col-01 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .four_pillar .col-01 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .four_pillar .col-02 {
  width: 25%;
  height: 250px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .four_pillar .col-02 .icon {
  background-image: url(../images/icon-member_02.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .four_pillar .col-02 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .four_pillar .col-02 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .four_pillar .col-03 {
  width: 25%;
  height: 250px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .four_pillar .col-03 .icon {
  background-image: url(../images/icon-member_03.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .four_pillar .col-03 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .four_pillar .col-03 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .four_pillar .col-04 {
  width: 25%;
  height: 250px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .four_pillar .col-04 .icon {
  background-image: url(../images/icon-member_04.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .four_pillar .col-04 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .four_pillar .col-04 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .five_pillar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 34px;
}
.main_banner .home-page-banner .five_pillar .col-01 {
  width: 25%;
  height: 180px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .five_pillar .col-01 .icon {
  background-image: url(../images/icon-telegram_01.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .five_pillar .col-01 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .five_pillar .col-01 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .five_pillar .col-02 {
  width: 25%;
  height: 180px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .five_pillar .col-02 .icon {
  background-image: url(../images/icon-telegram_02.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .five_pillar .col-02 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .five_pillar .col-02 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .five_pillar .col-03 {
  width: 25%;
  height: 180px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .five_pillar .col-03 .icon {
  background-image: url(../images/icon-telegram_03.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .five_pillar .col-03 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .five_pillar .col-03 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .five_pillar .col-04 {
  width: 25%;
  height: 180px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .five_pillar .col-04 .icon {
  background-image: url(../images/icon-telegram_04.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .five_pillar .col-04 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .five_pillar .col-04 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .five_pillar .col-05 {
  width: 25%;
  height: 180px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
}
.main_banner .home-page-banner .five_pillar .col-05 .icon {
  background-image: url(../images/icon-telegram_05.png);
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.main_banner .home-page-banner .five_pillar .col-05 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
}
.main_banner .home-page-banner .five_pillar .col-05 .content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.main_banner .home-page-banner .membership-txt {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 40px;
  padding-top: 50px;
}
.main_banner.home-pg-bottom-txt {
  padding-bottom: 48px !important;
  padding-top: 88px !important;
}
.main_banner.bottom-main {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 142px;
}
.main_banner.bottom-main .bottom-txt {
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  padding: 50px 0 32px 0;
  margin: 0;
}
.main_banner.bottom-main .bottom-txt span {
  font-family: "Times New Roman", Times, serif;
}
.main_banner.bottom-main .sub-banner-txt {
  font-size: 20px;
  line-height: 36px;
  color: #E6E6E6;
  font-weight: 500;
  padding-bottom: 56px;
}
.main_banner .banner-txt {
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
  padding: 80px 200px 28px 200px;
}
.main_banner .banner-txt span {
  font-family: "Times New Roman", Times, serif;
}
.main_banner .banner-txt-telegram {
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
  padding: 80px 20px 28px 53px;
  text-align: left;
}
.main_banner .banner-txt-telegram span {
  font-family: "Times New Roman", Times, serif;
}

.center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.center-box .head-txt {
  font-size: 40px;
  padding-bottom: 24px;
  line-height: 45px;
}
.center-box .sub-txt {
  font-size: 20px;
  line-height: 30px;
}

.center-box-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.center-box-accordion .head-txt {
  font-size: 40px;
  padding-bottom: 24px;
}
.center-box-accordion .sub-txt {
  font-size: 20px;
  line-height: 30px;
}

@-webkit-keyframes text {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes text {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.img-dashboard {
  margin-bottom: 95px;
  text-align: center;
}

.event-platfrom {
  padding-bottom: 190px;
}
.event-platfrom .banner-txt {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 56px;
  padding: 0 0 89px 0;
  margin: 0;
  text-align: center;
}
.event-platfrom .card_col {
  padding-left: 4px;
  padding-right: 4px;
}
.event-platfrom .card-1 {
  background-image: url(../images/card-1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 570px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.event-platfrom .card-1 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.event-platfrom .card-1 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.event-platfrom .card-2 {
  background-image: url(../images/card-2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 280px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.event-platfrom .card-2 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.event-platfrom .card-2 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.event-platfrom .card-3 {
  background-image: url(../images/card-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 280px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.event-platfrom .card-3 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.event-platfrom .card-3 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.event-platfrom .card-4 {
  background-image: url(../images/card-4.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 570px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.event-platfrom .card-4 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.event-platfrom .card-4 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.event-platfrom .card-5 {
  background-image: url(../images/card-5.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 280px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.event-platfrom .card-5 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  width: 56%;
}
.event-platfrom .card-5 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.event-platfrom .card-6 {
  background-image: url(../images/card-6.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 280px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.event-platfrom .card-6 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  width: 56%;
}
.event-platfrom .card-6 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.event-platfrom .card-bot-txt {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  padding-top: 54px;
  text-align: center;
  line-height: 40px;
}

.powerful-apps {
  padding-bottom: 208px;
}
.powerful-apps.homeusing_expl_apps {
  padding-bottom: 0;
}
.powerful-apps .powerful-apps-main {
  background-image: url(../images/card-big.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 580px;
  position: relative;
  padding: 32px;
}
.powerful-apps .powerful-apps-main.homeusing_expl {
  background-image: none;
  height: auto;
}
.powerful-apps .powerful-apps-main .rapper-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.powerful-apps .powerful-apps-main .powerful-title {
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}
.powerful-apps .powerful-apps-main .powerful-subtxt {
  color: #CCCCCC;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.powerful-apps .powerful-apps-main .paddtopbottom {
  padding: 36px 0 59px 0;
}
.powerful-apps .powerful-apps-main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.powerful-apps .powerful-apps-main .row .icon-txt {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #161519;
  border-radius: 16px;
}
.powerful-apps .powerful-apps-main .row .icon-txt .colum-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.powerful-apps .powerful-apps-main .row .icon-txt .colum-main .icon-aws {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.powerful-apps .powerful-apps-main .row .icon-txt .colum-main .icon-aws img {
  height: 25px;
}
.powerful-apps .powerful-apps-main .row .icon-txt .colum-main p {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 0 15px;
}

.build_chat {
  padding-bottom: 75px;
}
.build_chat .main_build_chat .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.build_chat .main_build_chat .row .rapper-main {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.build_chat .col-01 {
  width: auto;
  height: 250px;
  position: relative;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  margin-right: 12px;
  text-align: center;
  margin-bottom: 15px;
}
.build_chat .col-01 p {
  padding-top: 20px;
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
}

.what-our-cust {
  /* &:before{
      content: "";
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 100%;
      background-image: url(../images/bg-what-our-customers-say.svg);
      background-repeat: no-repeat;
      background-position:center 60px;

      z-index: -1;
  } */
  position: relative;
  text-align: center;
  padding-bottom: 200px;
}
.what-our-cust .what-our-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
}
.what-our-cust .cont-pos {
  z-index: 2;
  position: relative;
}
.what-our-cust .box-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.what-our-cust .banner-txt {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 56px;
  padding: 0 0 104px 0;
  margin: 0;
}
.what-our-cust .colum-quotes {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4), inset 0px 0px 32px rgba(255, 255, 255, 0.04);
          box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4), inset 0px 0px 32px rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: 40px 24px;
  margin-bottom: 24px;
  position: relative;
  min-height: 309px;
  background-image: url(../images/icon-double-quotes.svg);
  background-repeat: no-repeat;
  background-position: 32px 45px;
}
.what-our-cust .colum-quotes .q-txt-top {
  padding-bottom: 40px;
}
.what-our-cust .colum-quotes .q-txt-top p {
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
  line-height: 28px;
}
.what-our-cust .colum-quotes .q-txt-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-our-cust .colum-quotes .q-txt-bottom .avtar-name {
  padding-left: 16px;
}
.what-our-cust .colum-quotes .q-txt-bottom .avtar-name .name {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 600;
}
.what-our-cust .colum-quotes .q-txt-bottom .avtar-name .name-desi {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 500;
  opacity: 0.6;
  text-align: left;
}
.what-our-cust .colum-quotes .q-txt-bottom .avtar-name p {
  margin: 0;
  padding: 0;
}

.footer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 56px 113px 203px 56px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  background-image: url(../images/ExplaraX.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(100px);
}
.footer .footer-top-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footerlogo {
  padding-bottom: 24px;
}
.footer .footertxt {
  color: #E0E0E0;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 40px;
  width: 73%;
}
.footer .copyright {
  font-size: 14px;
  color: #D6D6D6;
  /* color: #858585; landing page color*/
}
.footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.footer .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .social-icon ul li {
  margin-right: 16px;
}
.footer .social-icon a {
  display: block;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .social-icon a img {
  max-width: 24px;
  max-height: 24px;
}
.footer .social-icon a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(86deg) brightness(100%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(86deg) brightness(100%) contrast(105%);
}
.footer .foo_col1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .foo_col1 h4 {
  color: #BE8AFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
  margin: 0;
}
.footer .foo_col1 ul {
  list-style: none;
  padding: 0px;
}
.footer .foo_col1 ul li {
  margin-bottom: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .foo_col1 ul li a {
  color: #E0E0E0;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.footer .foo_col1 ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.login-bg {
  background-image: url(../images/bg-login.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.login-bg .nopdd-margin {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.login-bg .left-log {
  margin: 110px auto 50px;
  width: 434px;
  position: relative;
}
.login-bg .left-log .logo {
  position: absolute;
  top: -65px;
  left: -60px;
}
.login-bg .left-log .login-box {
  max-width: 434px;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.login-bg .left-log .login-box .headtxt-main {
  padding-bottom: 56px;
}
.login-bg .left-log .login-box .headtxt-main .hed-text {
  font-size: 40px;
  font-weight: 500;
  color: #841CED;
  padding-bottom: 16px;
  line-height: 48px;
}
.login-bg .left-log .login-box .headtxt-main .sign-text {
  color: #B7B7B7;
  font-size: 20px;
  font-weight: 500;
}
.login-bg .left-log .login-box .form-outline {
  padding-bottom: 24px;
}
.login-bg .left-log .login-box .form-outline .form-label {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.login-bg .left-log .login-box .rem-cont {
  padding-bottom: 70px;
  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;
}
.login-bg .left-log .login-box .form-check {
  color: #7A7A7A;
}
.login-bg .left-log .login-box .form-check .form-check-label {
  font-size: 14px;
}
.login-bg .left-log .login-box .forgot-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.login-bg .left-log .login-box .forgot-txt a {
  color: #841CED;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.login-bg .left-log .login-box .forgot-txt a:hover {
  text-decoration: underline;
}
.login-bg .left-log .login-box .form-check-input:checked {
  background-color: #841CED;
  border-color: #841CED;
}
.login-bg .left-log .login-box .btn-get-start {
  padding: 14px 20px 14px 22px;
  background: #841CED;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px #480075, inset 0px 4px 16px rgba(141, 87, 255, 0.4), inset 0px -1px 3px rgba(75, 2, 193, 0.62);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px #480075, inset 0px 4px 16px rgba(141, 87, 255, 0.4), inset 0px -1px 3px rgba(75, 2, 193, 0.62);
  border-radius: 8px;
  border: 1px solid transparent;
  color: #FFFFFF;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 32px;
}
.login-bg .left-log .login-box .btn-get-start:hover {
  background-color: #FFFFFF;
  color: #841CED;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #841CED;
}
.login-bg .left-log .login-box .dont-hv-txt p {
  color: #7A7A7A;
}
.login-bg .left-log .login-box .dont-hv-txt p a {
  color: #841CED;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.login-bg .left-log .login-box .dont-hv-txt p a:hover {
  text-decoration: none;
}
.login-bg .left-log .copyright-login {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  padding-top: 60px;
  text-align: center;
}
.login-bg .right-log img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.home-bg {
  position: relative;
  margin: 0 auto;
}
.home-bg .side-effect {
  position: relative;
}
.home-bg .side-effect::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 425px;
  height: 999px;
  background-image: url(../images/bg-banner-right.svg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.home-bg .side-effect:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 676px;
  height: 816px;
  background-image: url(../images/bg-banner-left.svg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.tool-content {
  padding-bottom: 190px;
}
.tool-content .banner-txt {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 56px;
  padding: 0 0 40px 0;
  margin: 0;
  text-align: center;
}
.tool-content .sub-banner-txt {
  font-size: 20px;
  line-height: 36px;
  color: #E6E6E6;
  font-weight: 500;
  padding-bottom: 96px;
  text-align: center;
}
.tool-content .tool-main {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 165px;
}
.tool-content .tool-main .rapper-main {
  width: 50%;
}
.tool-content .tool-main .img-cont-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.tool-content .tool-main .img-cont-center img {
  width: 100%;
}

.main_banner.tool-bottom {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 332px;
  position: relative;
}
.main_banner.tool-bottom .bottom-txt {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 56px;
  padding: 0 0 32px 0;
  margin: 0;
}
.main_banner.tool-bottom .sub-banner-txt {
  font-size: 20px;
  line-height: 36px;
  color: #E6E6E6;
  font-weight: 500;
  padding-bottom: 56px;
}
.main_banner.tool-bottom .img-bottom {
  position: absolute;
  bottom: -270px;
  left: 0;
  right: 0;
  margin: auto;
}

.two-column {
  padding-bottom: 208px;
}
.two-column .plus-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 122px;
}
.two-column .plus-more .plusColumn {
  width: 30%;
  padding: 0px 62px;
  margin-bottom: 24px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.two-column .plus-more .plusColumn .img-fiat {
  width: 207px;
  height: 140px;
  background-image: url(../images/img-host-fiat.png);
  background-size: 100%;
}
.two-column .plus-more .plusColumn .img-RSVP {
  width: 207px;
  height: 140px;
  background-image: url(../images/img-host-RSVP.png);
  background-size: 100%;
}
.two-column .plus-more .plusColumn .title {
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  padding: 0px 0 20px 0;
  text-align: left;
}
.two-column .plus-more .plusColumn .text {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 22px;
  text-align: left;
}

.rsvp-content {
  padding-bottom: 190px;
}
.rsvp-content .banner-txt {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 56px;
  padding: 0 0 89px 0;
  margin: 0;
  text-align: center;
}
.rsvp-content .card_col {
  padding-left: 4px;
  padding-right: 4px;
}
.rsvp-content .card-1 {
  background-image: url(../images/card-1-rsvp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 570px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.rsvp-content .card-1 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.rsvp-content .card-1 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.rsvp-content .card-2 {
  background-image: url(../images/card-2-rsvp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 280px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.rsvp-content .card-2 .card-main {
  position: relative;
  width: 70%;
}
.rsvp-content .card-2 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.rsvp-content .card-3 {
  background-image: url(../images/card-3-rsvp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 280px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.rsvp-content .card-3 .card-main {
  position: relative;
}
.rsvp-content .card-3 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.rsvp-content .card-4 {
  background-image: url(../images/card-4-rsvp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 570px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.rsvp-content .card-4 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.rsvp-content .card-4 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.rsvp-content .card-5 {
  background-image: url(../images/card-5-rsvp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 280px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.rsvp-content .card-5 .card-main {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.rsvp-content .card-5 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.rsvp-content .card-6 {
  background-image: url(../images/card-6-rsvp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 280px;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.rsvp-content .card-6 .card-main {
  position: relative;
  width: 40%;
}
.rsvp-content .card-6 .card-main .card-text .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 15px;
}
.rsvp-content .card-bot-txt {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  padding-top: 54px;
  text-align: center;
  line-height: 40px;
}

.plus-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plus-more .plusColumn {
  width: 33.3%;
  padding: 0px 62px;
  margin-bottom: 114px;
  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;
}
.plus-more .plusColumn .title {
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  padding: 20px 0;
  text-align: center;
}
.plus-more .plusColumn .text {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 22px;
  text-align: center;
}

/* .banner-txt{
    font-size: 48px;
    @include texteffect; 
    @include bold;
    line-height: 56px;
    padding: 0 0 89px 0;
    margin: 0;
    text-align: center;
} */
.host-all-kinds {
  padding-bottom: 200px;
}
.host-all-kinds .bg-host {
  background-image: url(../images/bg-host.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 105px 100px;
  height: 1312px;
  position: relative;
}
.host-all-kinds .bg-host .bottom-txt {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#C488FF));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #C488FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 56px;
  padding: 0 0 32px 0;
  margin: 0;
  text-align: center;
}
.host-all-kinds .bg-host .sub-banner-txt {
  font-size: 20px;
  line-height: 36px;
  color: #E6E6E6;
  font-weight: 500;
  padding-bottom: 56px;
  text-align: center;
}
.host-all-kinds .bg-host .icon-box-1 {
  left: 339px;
  top: 369px;
  width: 253px;
  height: 257px;
  backdrop-filter: blur(14px);
  background-color: rgba(106, 201, 255, 0.08);
  --border-color: rgba(106, 201, 255, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 2px 1px, rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset;
          box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 2px 1px, rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.host-all-kinds .bg-host .icon-box-1 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-1 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 78px;
  position: relative;
  width: 78px;
}
.host-all-kinds .bg-host .icon-box-1 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-1 .icon-container-txt {
  color: #6AC9FF;
  font-weight: 600;
  font-size: 16px;
}
.host-all-kinds .bg-host .icon-box-2 {
  left: 168px;
  top: 599px;
  width: 215px;
  height: 214px;
  --border-bottom-width: 1px;
  --border-color: rgba(248, 195, 59, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(248, 195, 59, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
}
.host-all-kinds .bg-host .icon-box-2 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-2 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 78px;
  position: relative;
  width: 78px;
}
.host-all-kinds .bg-host .icon-box-2 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-2 .icon-container-txt {
  color: #F8C33B;
  font-weight: 600;
  font-size: 16px;
}
.host-all-kinds .bg-host .icon-box-3 {
  left: 671px;
  top: 340px;
  width: 221px;
  height: 219px;
  --border-bottom-width: 1px;
  --border-color: rgba(65, 255, 49, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(65, 255, 49, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.host-all-kinds .bg-host .icon-box-3 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-3 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 78px;
  position: relative;
  width: 78px;
}
.host-all-kinds .bg-host .icon-box-3 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-3 .icon-container-txt {
  color: #41FF31;
  font-weight: 600;
  font-size: 16px;
}
.host-all-kinds .bg-host .icon-box-4 {
  left: 941px;
  top: 414px;
  width: 214px;
  height: 212px;
  --border-bottom-width: 1px;
  --border-color: rgba(254, 193, 255, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(254, 193, 255, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.host-all-kinds .bg-host .icon-box-4 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-4 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 62px;
  position: relative;
  width: 83px;
}
.host-all-kinds .bg-host .icon-box-4 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-4 .icon-container-txt {
  color: #FEC1FF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.host-all-kinds .bg-host .icon-box-5 {
  left: 561px;
  top: 615px;
  width: 198px;
  height: 197px;
  --border-bottom-width: 1px;
  --border-color: rgba(255, 255, 255, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.host-all-kinds .bg-host .icon-box-5 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-5 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 78px;
  position: relative;
  width: 78px;
}
.host-all-kinds .bg-host .icon-box-5 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-5 .icon-container-txt {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.host-all-kinds .bg-host .icon-box-6 {
  left: 791px;
  top: 687px;
  width: 207px;
  height: 206px;
  --border-bottom-width: 1px;
  --border-color: rgba(106, 201, 255, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(106, 201, 255, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.host-all-kinds .bg-host .icon-box-6 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-6 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 78px;
  position: relative;
  width: 78px;
}
.host-all-kinds .bg-host .icon-box-6 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-6 .icon-container-txt {
  color: #6AC9FF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.host-all-kinds .bg-host .icon-box-7 {
  left: 374px;
  top: 777px;
  width: 215px;
  height: 213px;
  --border-bottom-width: 1px;
  --border-color: rgba(96, 255, 179, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(96, 255, 178, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.host-all-kinds .bg-host .icon-box-7 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-7 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 120px;
  position: relative;
  width: 120px;
}
.host-all-kinds .bg-host .icon-box-7 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-7 .icon-container-txt {
  color: #60FFB3;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.host-all-kinds .bg-host .icon-box-8 {
  left: 121px;
  top: 907px;
  width: 198px;
  height: 198px;
  --border-bottom-width: 1px;
  --border-color: rgba(255, 255, 255, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.host-all-kinds .bg-host .icon-box-8 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-8 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 78px;
  position: relative;
  width: 78px;
}
.host-all-kinds .bg-host .icon-box-8 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-8 .icon-container-txt {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.host-all-kinds .bg-host .icon-box-9 {
  left: 551px;
  top: 917px;
  width: 265px;
  height: 265px;
  --border-bottom-width: 1px;
  --border-color: rgba(255, 147, 49, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 147, 49, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.host-all-kinds .bg-host .icon-box-9 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-9 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 90px;
  position: relative;
  width: 138px;
}
.host-all-kinds .bg-host .icon-box-9 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-9 .icon-container-txt {
  color: #FF9331;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.host-all-kinds .bg-host .icon-box-10 {
  left: 979px;
  top: 841px;
  width: 199px;
  height: 198px;
  --border-bottom-width: 1px;
  --border-color: rgba(255, 255, 255, 0.32);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
          box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 52px 8px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 1px;
  opacity: 1;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.host-all-kinds .bg-host .icon-box-10 .box-main {
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: 50%;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.host-all-kinds .bg-host .icon-box-10 .box-main .icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 88px;
  position: relative;
  width: 88px;
}
.host-all-kinds .bg-host .icon-box-10 .box-main .icon-container-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}
.host-all-kinds .bg-host .icon-box-10 .icon-container-txt {
  color: #FF2424;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.three-col {
  padding: 130px 0;
}
.three-col .three-col-box-1 {
  padding: 24px;
  background: rgb(26, 12, 44);
  background: linear-gradient(305deg, rgb(26, 12, 44) 0%, rgb(28, 10, 52) 33%, rgb(32, 10, 61) 100%);
  border-radius: 20px;
  border: 1px solid #25133d;
  margin-bottom: 34px;
  padding-left: 28px;
  background-position: 0px 5px;
}
.three-col .three-col-box-1 p {
  padding-bottom: 28px;
  margin: 0;
}
.three-col .three-col-box-1 .event-sub {
  padding: 2px 10px;
  border: 1px solid #FFFFFF;
  border-radius: 33px;
  color: #FFFFFF;
  font-weight: 500;
}
.three-col .three-col-box-1 .pricing-main {
  height: 150px;
}
.three-col .three-col-box-1 .pricing-main .event-txt {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
}
.three-col .three-col-box-1 .pricing-main .event-txt .prize-txt {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 42px;
}
.three-col .three-col-box-1 .pricing-main .event-txt-sub {
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.three-col .three-col-box-1 .btn-get-start {
  padding: 10px 20px;
  background: rgba(49, 0, 111, 0.24);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px #292929, inset 0px 4px 16px rgba(49, 0, 111, 0.2), inset 0px -1px 3px rgba(49, 0, 111, 0.52);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px #292929, inset 0px 4px 16px rgba(49, 0, 111, 0.2), inset 0px -1px 3px rgba(49, 0, 111, 0.52);
  border-radius: 8px;
  border: 1px solid #252525;
  color: #FFFFFF;
  width: 100%;
  font-size: 18px;
}
.three-col .three-col-box-1 .btn-get-start:hover {
  background: #841CED;
  color: #FFFFFF;
}
.three-col .three-col-box-2 {
  padding: 24px;
  background: rgb(32, 12, 59);
  background: linear-gradient(52deg, rgb(32, 12, 59) 0%, rgb(37, 10, 72) 33%, rgb(72, 39, 115) 100%);
  border-radius: 20px;
  border: 1px solid #30115a;
  min-height: 780px;
  margin-bottom: 20px;
}
.three-col .three-col-box-2 p {
  padding-bottom: 28px;
  margin: 0;
  color: #D4B2FF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.three-col .three-col-box-2 ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
.three-col .three-col-box-2 ul li {
  color: #CCCCCC;
  font-size: 18px;
  font-weight: 500;
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  padding-bottom: 7px;
  margin: 0;
  padding-left: 27px;
  background-position: 0 5px;
}

.list-button {
  padding: 110px 0;
}
.list-button .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 53px;
}
.list-button .row .list-txt {
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 88px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 24px;
}
.list-button .row .list-txt .num1 {
  padding: 0px 4px;
  background: rgba(212, 178, 255, 0.32);
  border-radius: 8px;
  color: #D5B5FF;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
}
.list-button .row .list-txt .num2 {
  padding: 0px 4px;
  background: rgba(255, 178, 178, 0.32);
  border-radius: 8px;
  color: #FFB5B5;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
}
.list-button .row .list-txt .num3 {
  padding: 0px 4px;
  background: rgba(188, 255, 178, 0.32);
  border-radius: 8px;
  color: #BFFFB5;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
}
.list-button .row .list-txt .num4 {
  padding: 0px 4px;
  background: rgba(178, 209, 255, 0.32);
  border-radius: 8px;
  color: #B5D2FF;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
}
.list-button .row .list-txt .num5 {
  padding: 0px 4px;
  background: rgba(178, 255, 241, 0.32);
  border-radius: 8px;
  color: #B5FFF1;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
}
.list-button .row .list-txt .num6 {
  padding: 0px 4px;
  background: rgba(255, 252, 178, 0.32);
  border-radius: 8px;
  color: #FFFDB5;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
}
.list-button .row .list-txt .num7 {
  padding: 0px 4px;
  background: rgba(255, 178, 247, 0.32);
  border-radius: 8px;
  color: #FFB5F8;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
}
.list-button .row .box-container {
  background-color: #252525;
  height: 632px;
  width: 100%;
  border-radius: 15px;
}

.dropdown-menu {
  padding: 15px;
  font-size: 18px;
  color: #212529;
  background-color: #3f3e41;
  border: none;
  border-radius: 10px;
  width: 320px;
}
.dropdown-menu .foo_col1 {
  padding: 10px 15px;
}
.dropdown-menu .foo_col1 h4 {
  color: #BE8AFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
  margin: 0;
}
.dropdown-menu .foo_col1 ul {
  list-style: none;
  padding: 0px;
}
.dropdown-menu .foo_col1 ul li {
  margin-bottom: 10px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.dropdown-menu .foo_col1 ul li a {
  color: #E0E0E0;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}
.dropdown-menu .foo_col1 ul li a:hover {
  font-weight: 600;
}

.dropdown-item {
  padding: 10px;
  white-space: normal;
  margin-bottom: 10px;
}
.dropdown-item p {
  color: #9c9c9c;
}
.dropdown-item P:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 7px;
}
.dropdown-item P:nth-child(2) {
  font-size: 16px;
  color: #fff;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #646267;
  border-radius: 10px;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 10px;
}

.landing-bg {
  margin: 0 auto;
  position: relative;
  background-image: url(../images/bg-square.png);
  background-repeat: repeat-y;
}
.landing-bg .side-effect {
  position: relative;
}
.landing-bg .side-effect::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 425px;
  height: 999px;
  background-image: url(../images/bg-banner-right.svg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.landing-bg .side-effect:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 676px;
  height: 816px;
  background-image: url(../images/bg-banner-left.svg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.landing-bg .banner-txt {
  font-size: 60px;
  font-weight: 500;
  line-height: 74px;
  padding: 80px 200px 28px 200px;
}
.landing-bg .banner-txt span {
  color: #747474;
  font-family: "Inter", sans-serif;
}
.landing-bg p {
  font-size: 20px;
}
.landing-bg .bottom-main .bottom-txt {
  font-size: 48px;
  font-weight: 500;
  line-height: 51px;
  padding: 50px 0 32px 0;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.landing-bg .bottom-main .bottom-txt span {
  color: #747474;
  font-family: "Inter", sans-serif;
}
.landing-bg .button-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 48px 0;
}
.landing-bg .button-main .btn-exp-now {
  width: 250px;
  margin: 0 15px;
  padding: 12px 20px;
  background: #841CED;
  border-radius: 30px;
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96%, #622CD5), color-stop(100.96%, #33176F));
  background: linear-gradient(180deg, #622CD5 0.96%, #33176F 100.96%);
}
.landing-bg .button-main .btn-exp-now:hover {
  background: #FFFFFF;
  color: #841CED;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.landing-bg .button-main .btn-book-demo {
  width: 250px;
  margin: 0 15px;
  padding: 12px 20px;
  background: transparent;
  border-radius: 30px;
  border: 1px solid #714EBD;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.landing-bg .button-main .btn-book-demo:hover {
  background: #FFFFFF;
  color: #841CED;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
}
.landing-bg .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-bg .center-box .head-txt {
  font-size: 32px;
  padding-bottom: 7px;
  line-height: 45px;
}
.landing-bg .center-box .sub-txt {
  font-size: 16px;
  line-height: 25px;
  opacity: 0.6;
}
.landing-bg .center-box.maginbottom {
  margin-bottom: 80px;
}
.landing-bg .comparison-table-main {
  background-color: #161519;
  border-radius: 40px;
}
.landing-bg .comparison-table-main .comparison-table {
  padding: 20px;
}
.landing-bg .comparison-table-main .comparison-table .header {
  font-weight: bold;
  text-align: center;
  padding: 15px;
}
.landing-bg .comparison-table-main .comparison-table .others {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000;
}
.landing-bg .comparison-table-main .comparison-table .explarax {
  background-color: #5f4dee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.landing-bg .comparison-table-main .comparison-table .row-item {
  border-top: 1px solid #333;
  padding: 20px 15px;
}
.landing-bg .comparison-table-main .comparison-table .row-item.rowcolor {
  background-color: #222124;
}
.landing-bg .comparison-table-main .comparison-table .row-item.textcenter {
  text-align: center;
  background-image: url(../images/bg-box-col.png), url(../images/bg-box-col-right.png);
  background-repeat: repeat-y;
  background-position: left 0, right 0;
}
.landing-bg .comparison-table-main .comparison-table .row-item.bottomline {
  border-bottom: 1px solid #454447;
}
.landing-bg .comparison-table-main .comparison-table .checkmark {
  color: #00d97e;
  font-weight: bold;
  background-image: url(../images/tick.png);
  background-position: center;
  background-repeat: no-repeat;
}
.landing-bg .meet-community .testimonial-card {
  background-color: #1c1c1c;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
  /* width: 350px; */
}
.landing-bg .meet-community .testimonial-card .testimonial-text {
  font-size: 0.95rem;
  margin-bottom: 15px;
}
.landing-bg .meet-community .testimonial-card .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.landing-bg .meet-community .testimonial-card .profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.landing-bg .meet-community .testimonial-card .profile .profile-info {
  font-size: 0.9rem;
}
.landing-bg .meet-community .testimonial-card .profile .stars {
  color: gold;
  font-size: 1rem;
}
.landing-bg .build_chat01 {
  padding-bottom: 75px;
}
.landing-bg .build_chat01 .main_build_chat .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-bg .build_chat01 .main_build_chat .row .card-1 {
  background: -webkit-gradient(linear, left top, right top, from(#0d0524), to(#7a7586));
  background: linear-gradient(to right, #0d0524, #7a7586);
  padding: 2px;
  border-radius: 20px;
  border: 0;
}
.landing-bg .build_chat01 .main_build_chat .row .card-1 .rapper-main {
  height: 400px;
  position: relative;
  /* background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: repeat; */
  background-color: #121111;
  border-radius: 20px;
  padding: 16px;
  text-align: left;
  text-align: center;
}
.landing-bg .build_chat01 .main_build_chat .row .card-1 .rapper-main .top-logo {
  width: auto;
  padding: 45px 0;
  background: #19112E;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 17, 46, 0.71)), to(rgb(22, 21, 25)));
  background: linear-gradient(180deg, rgba(25, 17, 46, 0.71) 0%, rgb(22, 21, 25) 100%);
  margin-bottom: 20px;
}
.landing-bg .build_chat01 .main_build_chat .row .card-1 .rapper-main .top-logo img {
  width: 140px;
}
.landing-bg .build_chat01 .main_build_chat .row .card-1 .rapper-main .logo-cont .title01 {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  padding-bottom: 7px;
  margin: 0;
  text-align: left;
}
.landing-bg .build_chat01 .main_build_chat .row .card-1 .rapper-main .logo-cont .title02 {
  font-size: 15px;
  font-weight: 400;
  color: #938787;
  margin: 0;
  text-align: left;
}

.choose-your-plan .form-range {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(98, 44, 213)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(98, 44, 213) 100%);
  height: 5px;
}
.choose-your-plan .tophead span {
  width: 65px;
  text-align: center;
}

.below_your_plan .bg_main {
  background: #4A494C;
  background: radial-gradient(circle, rgb(74, 73, 76) 0%, rgb(22, 21, 25) 100%);
  border-radius: 15px;
}
.below_your_plan .bg_main .boxmain {
  border-radius: 10px;
  padding: 32px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 10px, transparent 10px, transparent 14px, #ffffff 14px), repeating-linear-gradient(90deg, #ffffff, #ffffff 10px, transparent 10px, transparent 14px, #ffffff 14px), repeating-linear-gradient(180deg, #ffffff, #ffffff 10px, transparent 10px, transparent 14px, #ffffff 14px), repeating-linear-gradient(270deg, #ffffff, #ffffff 10px, transparent 10px, transparent 14px, #ffffff 14px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
.below_your_plan .bg_main .boxmain .title_01 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 27px;
  text-align: center;
}
.below_your_plan .bg_main .boxmain .title_02 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 10px;
  text-align: center;
}
.below_your_plan .bg_main .boxmain .title_02 span {
  font-size: 34px;
  font-weight: 600;
}
.below_your_plan .bg_main .boxmain .title_03 {
  font-size: 16px;
  padding-bottom: 27px;
  text-align: center;
}
.below_your_plan .bg_main .boxmain .two-col {
  padding: 0 5%;
}
.below_your_plan .bg_main .boxmain .two-col p {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
}
.below_your_plan .bg_main .boxmain .two-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.below_your_plan .bg_main .boxmain .two-col ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background-image: url(../images/tick_to_small.png);
  background-repeat: no-repeat;
  padding-bottom: 9px;
  margin: 0;
  padding-left: 31px;
  background-position: 0 0px;
}
.below_your_plan .bg_main .boxmain .two-col .light_bulp {
  border: 1px solid #FFC300;
  background-color: #2d2616;
  border-radius: 20px;
  padding: 15px 15px 15px 50px;
  color: #ffffff;
  margin-top: 25px;
  background-image: url(../images/light_bulb.png);
  background-repeat: no-repeat;
  background-position: 10px;
}
.below_your_plan .btn-button {
  background: #FFFFFF;
  color: #841CED;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  margin: 55px auto;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
}
.below_your_plan .btn-button:hover {
  color: #ffffff;
  background: #841CED;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96%, #622CD5), color-stop(100.96%, #33176F));
  background: linear-gradient(180deg, #622CD5 0.96%, #33176F 100.96%);
}

.four-col {
  padding: 80px 0;
}
.four-col .three-col-box-1 {
  padding: 24px 18px;
  background: #161519;
  border-radius: 20px;
  border: 1px solid #29282a;
  margin-bottom: 34px;
}
.four-col .three-col-box-1 p {
  padding-bottom: 16px;
  margin: 0;
}
.four-col .three-col-box-1 .event-sub {
  padding: 2px 10px;
  border: 1px solid #FFFFFF;
  border-radius: 33px;
  color: #FFFFFF;
  font-weight: 500;
}
.four-col .three-col-box-1 .pricing-main .event-txt {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
}
.four-col .three-col-box-1 .pricing-main .event-txt .prize-txt {
  color: #622CD5;
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
}
.four-col .three-col-box-1 .pricing-main .event-txt-sub {
  color: #908f92;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 10px;
}
.four-col .three-col-box-1 .btn-get-start {
  width: 100%;
  padding: 9px 20px;
  background: #841CED;
  border-radius: 30px;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96%, #622CD5), color-stop(100.96%, #33176F));
  background: linear-gradient(180deg, #622CD5 0.96%, #33176F 100.96%);
}
.four-col .three-col-box-1 .btn-get-start:hover {
  background: #FFFFFF;
  color: #841CED;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.four-col .three-col-box-2 {
  padding: 24px;
  background: rgb(32, 12, 59);
  background: linear-gradient(52deg, rgb(32, 12, 59) 0%, rgb(37, 10, 72) 33%, rgb(72, 39, 115) 100%);
  border-radius: 20px;
  border: 1px solid #30115a;
  min-height: 780px;
  margin-bottom: 20px;
}
.four-col .three-col-box-2 p {
  padding-bottom: 28px;
  margin: 0;
  color: #D4B2FF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.four-col .three-col-box-2 ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
.four-col .three-col-box-2 ul li {
  color: #CCCCCC;
  font-size: 18px;
  font-weight: 500;
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  padding-bottom: 7px;
  margin: 0;
  padding-left: 27px;
  background-position: 0 5px;
}

.py-8 {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important;
}

.bsb-timeline-4 {
  --bsb-tl-color: var(--bs-primary-bg-subtle);
  --bsb-tl-circle-color: var(--bs-light);
  --bsb-tl-circle-border-color: var(--bs-primary);
  --bsb-tl-circle-size: 16px;
  --bsb-tl-circle-border-size: 2px;
  --bsb-tl-circle-offset: 8px;
  --bsb-tl-indicator-color: var(--bs-white) ;
}

.bsb-timeline-4 .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.bsb-timeline-4 .timeline:after {
  background-color: #622CD5;
  bottom: 0;
  content: "";
  left: 0;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 1px;
}

@media (min-width: 768px) {
  .bsb-timeline-4 .timeline:after {
    left: 50%;
  }
}
.bsb-timeline-4 .timeline > .timeline-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.bsb-timeline-4 .timeline > .timeline-item:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96%, #622CD5), color-stop(100.96%, #33176F));
  background: linear-gradient(180deg, #622CD5 0.96%, #33176F 100.96%);
  border-radius: 50%;
  content: "";
  height: 30px;
  left: -15px;
  position: absolute;
  top: calc(50% - var(--bsb-tl-circle-offset));
  width: 30px;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bsb-timeline-4 .timeline > .timeline-item.one:after {
  content: "1";
}

.bsb-timeline-4 .timeline > .timeline-item.two:after {
  content: "2";
}

.bsb-timeline-4 .timeline > .timeline-item.three:after {
  content: "3";
}

.bsb-timeline-4 .timeline > .timeline-item.four:after {
  content: "4";
}

.bsb-timeline-4 .timeline > .timeline-item .timeline-body {
  margin: 0;
  padding: 0;
  position: relative;
}

.bsb-timeline-4 .timeline > .timeline-item .timeline-body .card {
  background: #161519;
  border-radius: 20px;
  border: 1px solid #29282a;
}

.bsb-timeline-4 .timeline > .timeline-item .timeline-body .card .card-text {
  font-size: 16px;
}

.bsb-timeline-4 .timeline > .timeline-item .timeline-body .card .card-text span {
  color: #622CD5;
}

.bsb-timeline-4 .timeline > .timeline-item .timeline-meta {
  padding: 2.5rem 0 1rem 2.5rem;
}

.bsb-timeline-4 .timeline > .timeline-item .timeline-content {
  padding: 0 0 2.5rem 2.5rem;
  position: relative;
}

.title_box p {
  font-size: 26px;
  padding-bottom: 7px;
  line-height: 55px;
}
.title_box .two-col-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title_box .two-col-box-2 ul {
  list-style: none;
  padding: 0 10px 20px;
  margin: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title_box .two-col-box-2 ul li {
  color: #747474;
  font-size: 16px;
  font-weight: 500;
  background-image: url(../images/tick_small.png);
  background-repeat: no-repeat;
  padding-bottom: 7px;
  margin: 0;
  padding-left: 27px;
  background-position: 0 2px;
}

.solo_page {
  padding: 60px 0;
}
.solo_page .banner-txt {
  font-family: "Taruno_Wide_Med";
  font-size: 260px;
  text-align: center;
  text-transform: uppercase;
  padding: 100px 200px 68px 200px;
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.solo_page .banner-txt_3 {
  font-family: "Taruno_Wide_Med";
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
  padding: 100px 110px 68px 100px;
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.solo_page .banner-txt_3 span {
  color: #ffffff;
  font-size: 80px;
}
.solo_page .banner-txt_2 {
  font-family: "Taruno_Wide_Med";
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #ffffff;
}
.solo_page .banner-txt_2 span {
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.solo_page .sub-banner-img {
  width: 100%;
  padding: 35px 0;
  font-family: "Taruno_Wide_Med";
  font-size: 20px;
  text-align: center;
}
.solo_page .sub-banner-txt {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding: 20px 18%;
  line-height: 34px;
}
.solo_page .btn-main {
  width: 300px;
  border-radius: 30px;
  height: 50px;
  border: 0;
  background-color: #ffffff;
  text-align: center;
  background: linear-gradient(91.41deg, #3545A0 0.93%, #D4C2FF 54.65%, #57336C 82.01%, #463B62 104.42%);
  padding: 5px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.solo_page .btn-main::before {
  background-image: url(../images/img-own-now.png);
  position: absolute;
  top: 0;
  left: -13px;
  width: 342px;
  content: "";
  height: 266px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.solo_page .btn-main .btn-own-now {
  width: 100%;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  border: 3px transparent;
  border-radius: 30px;
  height: 40px;
}
.solo_page .btn-main .btn-own-now:hover {
  background: linear-gradient(91.41deg, #3545A0 0.93%, #D4C2FF 54.65%, #57336C 82.01%, #463B62 104.42%);
}
.solo_page .sub-banner-txt_2 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  padding: 60px 0 10px;
  line-height: 34px;
}
.solo_page .sub-banner-txt_3 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  padding: 5px 0;
  line-height: 34px;
}
.solo_page .sub-txt-main {
  padding-top: 60px;
  margin: 0;
}
.solo_page .sub-txt-main .sub-txt_1 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  padding: 5px 0;
  line-height: 34px;
}
.solo_page .sub-txt-main .sub-txt_2 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  padding: 20px 0 10px;
  line-height: 26px;
}

.solo_page_2 {
  padding: 60px 0 0;
}
.solo_page_2 .banner-txt_2 {
  font-family: "Taruno_Wide_Med";
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #ffffff;
}
.solo_page_2 .banner-txt_2 span {
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-transform: capitalize;
}
.solo_page_2 .banner-txt_3 {
  font-family: "Taruno_Wide_Med";
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #ffffff;
  position: relative;
}
.solo_page_2 .banner-txt_3 span {
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.solo_page_2 .banner-txt_3::before {
  background-image: url(../images/img-spot.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
  content: "";
  height: 295px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.solo_page_2 .sub-banner-txt {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding: 20px 20%;
  line-height: 34px;
}
.solo_page_2 .btn-main {
  width: 300px;
  border-radius: 30px;
  height: 50px;
  border: 0;
  background-color: #ffffff;
  text-align: center;
  background: linear-gradient(91.41deg, #3545A0 0.93%, #D4C2FF 54.65%, #57336C 82.01%, #463B62 104.42%);
  padding: 5px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.solo_page_2 .btn-main::before {
  background-image: url(../images/img-own-now.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 342px;
  content: "";
  height: 266px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.solo_page_2 .btn-main .btn-own-now {
  width: 100%;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  border: 3px transparent;
  border-radius: 30px;
  height: 40px;
}
.solo_page_2 .btn-main .btn-own-now:hover {
  background: linear-gradient(91.41deg, #3545A0 0.93%, #D4C2FF 54.65%, #57336C 82.01%, #463B62 104.42%);
}

.solo_page_2_main {
  padding-bottom: 70px;
}
.solo_page_2_main .solo_page_2_main_under {
  width: auto;
  position: relative;
  padding: 0 32px 32px;
}
.solo_page_2_main .solo_page_2_main_under .rapper-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
}
.solo_page_2_main .solo_page_2_main_under .paddtopbottom {
  padding: 36px 0 59px 0;
}
.solo_page_2_main .solo_page_2_main_under .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solo_page_2_main .solo_page_2_main_under .row .icon-txt {
  background-color: #161519;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  padding: 3px;
}
.solo_page_2_main .solo_page_2_main_under .row .icon-txt .colum-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #000;
  border-radius: 50px;
  padding: 15px 25px;
}
.solo_page_2_main .solo_page_2_main_under .row .icon-txt .colum-main p {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
}

.solo_page_3 {
  padding: 310px 0 0;
}
.solo_page_3 .banner-txt_2 {
  font-family: "Taruno_Wide_Med";
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #ffffff;
}
.solo_page_3 .banner-txt_2 span {
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.solo_page_3 .banner-txt_3 {
  font-family: "Taruno_Wide_Med";
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #ffffff;
  position: relative;
}
.solo_page_3 .banner-txt_3 span {
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.solo_page_3 .banner-txt_3::before {
  background-image: url(../images/img-spot.png);
  position: absolute;
  top: -360px;
  left: 0;
  width: 395px;
  content: "";
  height: 295px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.solo_page_3 .sub-banner-txt {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding: 20px 20%;
  line-height: 34px;
}
.solo_page_3 .btn-main {
  width: 300px;
  border-radius: 30px;
  height: 50px;
  border: 0;
  background-color: #ffffff;
  text-align: center;
  background: linear-gradient(91.41deg, #3545A0 0.93%, #D4C2FF 54.65%, #57336C 82.01%, #463B62 104.42%);
  padding: 5px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.solo_page_3 .btn-main::before {
  background-image: url(../images/img-analyse-my-profile.png);
  position: absolute;
  top: 12px;
  left: -66px;
  width: 443px;
  content: "";
  height: 236px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.solo_page_3 .btn-main .btn-own-now {
  width: 100%;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  border: 3px transparent;
  border-radius: 30px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.solo_page_3 .btn-main .btn-own-now:hover {
  background: linear-gradient(91.41deg, #3545A0 0.93%, #D4C2FF 54.65%, #57336C 82.01%, #463B62 104.42%);
}

.solo_page_4 {
  padding: 180px 0 0;
}
.solo_page_4 .banner-txt_3 {
  font-family: "Taruno_Wide_Med";
  font-size: 54px;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
  color: #ffffff;
  position: relative;
}

.btn-start-main {
  width: 160px;
  border-radius: 30px;
  height: 50px;
  border: 0;
  background-color: #ffffff;
  text-align: center;
  background: linear-gradient(91.41deg, #3545A0 0.93%, #D4C2FF 54.65%, #57336C 82.01%, #463B62 104.42%);
  padding: 5px;
  margin: 0 auto;
  position: relative;
}
.btn-start-main::before {
  background-image: url(../images/img-analyse-my-profile.png);
  position: absolute;
  top: 10px;
  left: -36px;
  width: 243px;
  content: "";
  height: 136px;
  bottom: 0;
  right: 0;
  background-size: 100%;
  margin: auto;
  background-repeat: no-repeat;
}
.btn-start-main .btn-start-now {
  width: 100%;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  border: 3px transparent;
  border-radius: 30px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.btn-start-main .btn-start-now:hover {
  background: linear-gradient(91.41deg, #3545A0 0.93%, #D4C2FF 54.65%, #57336C 82.01%, #463B62 104.42%);
}

.three-col_2 .col-two {
  border-radius: 40px;
  background: #C9B7F7;
  background: linear-gradient(148deg, rgb(201, 183, 247) 0%, rgba(46, 39, 64, 0.95) 45%);
  padding: 3px;
}
.three-col_2 .col-two .col-box {
  background: #2D2441;
  background: linear-gradient(146deg, rgb(45, 36, 65) 0%, rgb(27, 22, 35) 35%, rgb(45, 36, 65) 100%);
  padding: 50px 28px;
  border-radius: 40px;
}
.three-col_2 .col-two .col-box .mb-3 img {
  margin-right: 10px;
}
.three-col_2 .col-two .col-box .mb-3.tick {
  position: relative;
  padding-left: 40px;
}
.three-col_2 .col-two .col-box .mb-3.tick::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 10px;
  background-image: url(../images/icon-tick.png);
  width: 21px;
  height: 15px;
}
.three-col_2 .col-three {
  padding: 50px 28px;
  border-radius: 40px;
  background-color: #1b1623;
  border: 4px solid #372d48;
}
.three-col_2 .col-three .others-txt {
  font-family: "Taruno_Wide_Med";
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #ffffff;
}
.three-col_2 .top-margin {
  margin-top: 110px;
}
.three-col_2 .mb4 {
  min-height: 110px;
}
.three-col_2 .mb4.tick {
  position: relative;
  padding-left: 40px;
}
.three-col_2 .mb4.tick::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 10px;
  background-image: url(../images/icon-tick.png);
  width: 21px;
  height: 15px;
}
.three-col_2 .mb-3 {
  min-height: 40px;
}

.solo_page_4 {
  padding: 120px 0 0;
}
.solo_page_4 .banner-txt_3 {
  font-family: "Taruno_Wide_Med";
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
  color: #ffffff;
  position: relative;
  line-height: 63px;
}
.solo_page_4 .banner-txt_3 span {
  background: -webkit-gradient(linear, left top, right top, from(#200A59), to(#ede7ff));
  background: linear-gradient(to right, #200A59, #ede7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.solo_page_4 .sub-banner-txt {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding: 20px 20%;
  line-height: 34px;
}

.accordion_main {
  padding-top: 30px;
}
.accordion_main .accordion-box {
  background-color: #141216;
  border: 1px solid #372d48;
  padding: 50px;
  border-radius: 50px;
}
.accordion_main .accordion-item {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  border: 0;
  margin-bottom: 0;
}
.accordion_main .accordion-item .accordion-button {
  padding: 15px 0;
}
.accordion_main .accordion-item:last-child {
  border-bottom: 0 !important;
}
.accordion_main .card-body {
  padding: 0 60px 20px 20px;
}
.accordion_main .card-body p {
  color: #C3B9DD;
  font-size: 15px;
}

.carousel-three {
  padding: 0 0 60px 0;
}
.carousel-three .owl-item .card {
  background: -webkit-gradient(linear, left top, right top, from(#0d0524), to(#7a7586));
  background: linear-gradient(to right, #0d0524, #7a7586);
  padding: 2px;
  border-radius: 20px;
  border: 0;
}
.carousel-three .owl-item .card .card-box {
  padding: 30px 20px;
  position: relative;
  background-color: #141216;
  border-radius: 20px;
  /* width: 330px; */
}
.carousel-three .owl-item .card .card-box.card-2 {
  background-image: url(../images/card_2.png);
  background-repeat: no-repeat;
  background-size: 92%;
  width: 100%;
  height: 275px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
}
.carousel-three .owl-item .card .card-box.card-3 {
  background-image: url(../images/card_3.png);
  background-repeat: no-repeat;
  background-size: 92%;
  width: 100%;
  height: 275px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
}

.box-three {
  padding: 60px 0 80px 0;
}
.box-three .card-1 {
  background: -webkit-gradient(linear, left top, right top, from(#0d0524), to(#7a7586));
  background: linear-gradient(to right, #0d0524, #7a7586);
  padding: 2px;
  border-radius: 20px;
  border: 0;
}
.box-three .card-1 .card-main {
  padding: 30px 20px;
  background-color: #0a080d;
  border-radius: 20px;
  background-image: url(../images/img_01.png);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-repeat: no-repeat;
}
.box-three .card-1 .card-main .card-txt {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.box-three .card-1 .card-main .card-txt .card-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
}
.box-three .card-2 {
  background: -webkit-gradient(linear, left top, right top, from(#0d0524), to(#7a7586));
  background: linear-gradient(to right, #0d0524, #7a7586);
  padding: 2px;
  border-radius: 20px;
  border: 0;
}
.box-three .card-2 .card-main {
  padding: 30px 20px;
  background-color: #0a080d;
  border-radius: 20px;
  background-image: url(../images/img_02.png);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-repeat: no-repeat;
}
.box-three .card-2 .card-main .card-txt {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.box-three .card-2 .card-main .card-txt .card-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
}
.box-three .card-3 {
  background: -webkit-gradient(linear, left top, right top, from(#0d0524), to(#7a7586));
  background: linear-gradient(to right, #0d0524, #7a7586);
  padding: 2px;
  border-radius: 20px;
  border: 0;
}
.box-three .card-3 .card-main {
  padding: 30px 20px;
  background-color: #0a080d;
  border-radius: 20px;
  background-image: url(../images/img_03.png);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-repeat: no-repeat;
}
.box-three .card-3 .card-main .card-txt {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.box-three .card-3 .card-main .card-txt .card-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
}
.box-three .card-4 {
  background: -webkit-gradient(linear, left top, right top, from(#0d0524), to(#7a7586));
  background: linear-gradient(to right, #0d0524, #7a7586);
  padding: 2px;
  border-radius: 20px;
  border: 0;
}
.box-three .card-4 .card-main {
  padding: 30px 20px;
  background-color: #0a080d;
  border-radius: 20px;
  background-image: url(../images/img_04.png);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-repeat: no-repeat;
}
.box-three .card-4 .card-main .card-txt {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.box-three .card-4 .card-main .card-txt .card-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
}
.box-three .card-5 {
  background: -webkit-gradient(linear, left top, right top, from(#0d0524), to(#7a7586));
  background: linear-gradient(to right, #0d0524, #7a7586);
  padding: 2px;
  border-radius: 20px;
  border: 0;
}
.box-three .card-5 .card-main {
  padding: 30px 20px;
  background-color: #0a080d;
  border-radius: 20px;
  background-image: url(../images/img_05.png);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-repeat: no-repeat;
}
.box-three .card-5 .card-main .card-txt {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.box-three .card-5 .card-main .card-txt .card-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
}
.box-three .card-6 {
  background: -webkit-gradient(linear, left top, right top, from(#0d0524), to(#7a7586));
  background: linear-gradient(to right, #0d0524, #7a7586);
  padding: 2px;
  border-radius: 20px;
  border: 0;
}
.box-three .card-6 .card-main {
  padding: 30px 20px;
  background-color: #0a080d;
  border-radius: 20px;
  background-image: url(../images/img_06.png);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-repeat: no-repeat;
}
.box-three .card-6 .card-main .card-txt {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.box-three .card-6 .card-main .card-txt .card-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
}