@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap");
.btn {
  border: 2px solid #194866;
  border-bottom-width: 5px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
}
.btn:hover {
  transform: translateY(-1px);
  border: 2px solid #194866;
  border-bottom: 5px solid #194866;
  color: #000;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 0.875rem !important;
}

.btn-outline-primary:hover {
  background-color: #e5b920;
  border-color: #c79e0e;
}

.btn-light {
  background-color: #fff;
}

.btn-outline-light {
  border-color: #fff !important;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  border-color: #194866;
}

body {
  font-family: "Outfit", sans-serif;
  color: #194866;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #194866;
}
a:hover {
  color: #e5b920;
}

p {
  font-size: 18px;
  line-height: 1.6;
}

.badge {
  font-weight: 500;
}

.text-yellow {
  color: #cbb643;
}

.btn-primary {
  background-color: #194866;
  border-color: #194866;
}
.btn-primary:hover {
  background-color: #e5b920;
  border-color: #c79e0e;
}

.btn-outline-primary {
  color: #194866;
  border-color: #194866;
}

.btn-outline-secondary {
  color: #194866;
  border-color: #194866;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #e5b920;
  border-color: #c79e0e;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  background-color: #e5b920;
  border-color: #c79e0e;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: #e5b920;
  border-color: #c79e0e;
  box-shadow: 0 0 0 0.25rem rgba(242, 192, 15, 0.3);
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 192, 15, 0.3);
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 192, 15, 0.3);
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 192, 15, 0.3);
}

.btn-secondary {
  color: #194866;
  background-color: #e5b920;
  border-color: #c79e0e;
}
.btn-secondary .badge {
  font-size: 14px;
  border: 1px solid;
  color: #194866;
}
.btn-secondary:hover {
  background-color: #c79e0e;
  border-color: #c79e0e;
}

.focus-outline {
  outline: none;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: var(--bs-gutter-x, 2.75rem);
  padding-left: var(--bs-gutter-x, 2.75rem);
}

.top-nav {
  background: #f3f7ff;
}

.site-header {
  background-image: url(https://assets.website-files.com/5baa44fa6bf0bedd67643641/61e07b0bb85d3c05c4bb5bd2_hero-bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.site-header h1 {
  max-width: 570px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Source Serif Pro", serif;
}
.site-header .btn .badge {
  background: #fff;
  color: #000;
  text-transform: capitalize;
}

.how-it-works {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.how-it-works p {
  margin-bottom: 30px;
  z-index: 2;
}
.how-it-works .step {
  background-color: #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 30px;
  transition: all 0.15s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 transparent;
  width: 100%;
}
.how-it-works .step:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
}
.how-it-works .step-1 {
  background-color: #cef7e3;
}
.how-it-works .step-2 {
  background-color: #fff3d1;
}
.how-it-works .step-3 {
  background-color: #e5f0ff;
}
.how-it-works .icon {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}
.how-it-works h2 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
}

.how-works h1 {
  max-width: 630px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Source Serif Pro", serif;
}
.how-works .lead {
  max-width: 560px;
}

.lead {
  color: #001632;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.step-1 .shape-top {
  position: absolute;
  top: 0;
  right: 0;
}
.step-1 .shape-bottom {
  line-height: 1em;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

.step-2 .shape-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.step-2 .shape-bottom-right {
  line-height: 1em;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: auto;
  right: -2px;
}

.step-3 .shape-top {
  position: absolute;
  top: 0;
  right: 0;
}
.step-3 .shape-bottom {
  line-height: 1em;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

@media screen and (max-width: 768px) {
  .how-it-works {
    flex-direction: column;
  }
}
.pulse-animation {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(25, 72, 102, 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(25, 72, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(25, 72, 102, 0);
  }
}
.start-now {
  background-image: url("../img/bg-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
  border-radius: 16px;
}
.start-now .col-md-12 {
  z-index: 2;
}
.start-now .floating-bg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.start-now .floating-bg .right-bg {
  position: absolute;
  width: 390px;
  right: 0;
  top: -40px;
}
.start-now .floating-bg .left-bg {
  position: absolute;
  width: 400px;
  left: 0;
  bottom: -40px;
}

.features .left-col {
  padding-top: 7em;
}
.features .left-col h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Source Serif Pro", serif;
  max-width: 430px;
  margin-bottom: 20px;
}
.features .left-col small {
  font-size: 16px;
  color: #54545a;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.features .left-col p {
  max-width: 530px;
  color: #545454;
}
.features .left-col .btn .badge {
  font-size: 14px;
  border: 1px solid;
}
.features .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.features .cards .card-1 .card-inner {
  background: linear-gradient(45deg, #EFD3CE 0%, #FBF0E0 50%, #FEE8BD 100%);
}
.features .cards .card-2 {
  margin-top: 70px;
}
.features .cards .card-2 .card-inner {
  background: linear-gradient(45deg, #fbf8f8 0%, #fdeded 50%, #edd6ef 100%);
}
.features .cards .card-3 {
  margin-top: -70px;
}
.features .cards .card-3 .card-inner {
  background: linear-gradient(52deg, #f1f7f9 0%, #f1f7f9 48%, #c9f2ff 100%);
}
.features .cards .card-3 img {
  margin-top: -40px;
}
.features .cards .card-4 img {
  margin-top: -40px;
}
.features .cards .card-4 .card-inner {
  background: linear-gradient(45deg, #CBE5FF 0%, #EBF5FF 50%, #f2ffd8 100%);
}
.features .cards .card-4 .card-content {
  margin-top: 35px;
}
.features .cards .card {
  flex: 0 0 50%;
  padding-bottom: 5px;
  padding-top: 5px;
  min-width: 0;
  max-width: none;
  padding: 15px;
  border: none;
}
.features .cards .card .card-inner {
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: auto;
  overflow: visible;
  border-radius: 16px;
  position: relative;
  transition: all 0.15s;
}
.features .cards .card .card-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
}
.features .cards .card .card-inner .image {
  height: 180px;
  align-items: flex-end;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.features .cards .card .card-inner .image img {
  width: 160px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.features .cards .card .card-inner .card-content {
  padding: 0 25px 25px;
}
.features .cards .card .card-inner .card-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.features .cards .card .card-inner .card-content p {
  color: #545454;
}

.c-subscibe__desc p {
  font-size: 25px;
}

.c-subscibe--inner {
  background-color: #083156;
  padding: 120px 70px;
  border-radius: 16px;
  transition: all 0.4s ease;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.c-subscibe--inner:before {
  position: absolute;
  content: "";
  left: -70px;
  bottom: -23px;
  background: url(https://churn360.com/wp-content/themes/churn360/images/shapes/shape-line2.svg) no-repeat left bottom;
  width: 578px;
  height: 206px;
  opacity: 0.2;
}
.c-subscibe--inner:after {
  position: absolute;
  content: "";
  right: -14px;
  top: -3px;
  background: url(https://churn360.com/wp-content/themes/churn360/images/shapes/shape-line1.svg) no-repeat right top;
  width: 150px;
  height: 150px;
  opacity: 0.2;
}
.c-subscibe--inner .theme-shape-3 {
  position: absolute;
  right: 375px;
  bottom: 26px;
  top: auto;
  z-index: 0;
}
.c-subscibe--inner .theme-shape-3 img {
  width: 45px;
  height: 45px;
}
.c-subscibe--inner .theme-shape-4 {
  position: absolute;
  left: 43px;
  top: 30px;
  z-index: 0;
}
.c-subscibe--inner .theme-shape-4 img {
  width: 45px;
  height: 45px;
}
.c-subscibe--inner .btn {
  padding: 12px 40px;
  font-size: 18px;
}
.c-subscibe--inner .container {
  max-width: 1140px;
  margin: auto;
}

.c-subscibe {
  color: #fff;
  padding-bottom: 0;
  position: relative;
}

@media (max-width: 768px) {
  .c-subscibe--inner {
    padding: 60px 40px;
  }
  .c-subscibe--inner .theme-shape-3 {
    right: 15px;
  }
}
@media (min-width: 768px) {
  .c-subscibe__img {
    position: relative;
  }
  .c-subscibe__img img {
    bottom: -2px;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 42%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .c-subscibe__img img {
    top: auto;
    transform: none;
  }
}
@media (max-width: 640px) {
  .c-subscibe--inner {
    padding: 50px 30px;
  }
}
.new_footer_area {
  background: #f9f9f9;
  margin-top: 3em;
}

.new_footer_top {
  padding: 60px 0px 40px;
  position: relative;
  overflow-x: hidden;
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}

.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}

.btn_get_two:hover {
  background: transparent;
  color: #194866;
}

.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  box-shadow: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #194866;
}

.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  transition: all 0.2s linear;
}

.ti-facebook:before {
  content: "\e741";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-pinterest:before {
  content: "\e731";
}

.btn_get_two {
  box-shadow: none;
  background: #194866;
  border-color: #194866;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #194866;
}

.new_footer_top .f_social_icon a:hover {
  background: #194866;
  border-color: #194866;
  color: white;
}

.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}

.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}

.f_600 {
  font-weight: 600;
}

.f_size_18 {
  font-size: 18px;
}

.new_footer_top .f_widget.about-widget .f_list li a {
  color: #6a7695;
}

/*************footer End*****************/
.sign-up {
  position: relative;
  padding: 3em 0;
}

.sign-up .card-box {
  box-shadow: rgba(107, 107, 114, 0.2) 0px 7px 29px 0px;
  transition: all 0.5s ease;
  border-radius: 10px;
  width: 500px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.9px);
  -webkit-backdrop-filter: blur(2.9px);
}

.sign-up .card-box .price {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
  width: 80px;
  border-radius: 30px;
  margin: 0 auto;
}

.sign-up .custom-nav {
  background: transparent;
  display: inline-flex;
  padding: 7px;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 30px;
}

.nav-item .nav-link {
  color: #194866;
  font-weight: 600;
}

.custom-nav .nav-item .nav-link.active {
  background-color: #e5b920;
  color: #ffffff;
  box-shadow: rgba(107, 107, 114, 0.2) 0px 7px 29px 0px;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.custom-nav .nav-item .nav-link:hover {
  border: none !important;
  transform: none;
}

.select2-container {
  z-index: 1055;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px !important;
  right: 5px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #c0d2e2 !important;
  box-shadow: 0 2px 0 rgba(231, 232, 237, 0.5) !important;
  border-radius: 7px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #c0d2e2 !important;
  border-radius: 5px;
}

.select2-dropdown {
  border: 1px solid #c0d2e2 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ddd !important;
  color: #194866 !important;
}

.select2-container--default .select2-results__option--selected:hover {
  background-color: rgb(25, 72, 102) !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #194866 !important;
  color: #fff;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  top: 4px;
}

.select2-container--open .select2-dropdown--above {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.select2-results__option {
  font-size: 14px;
}

input.select2-search__field:focus {
  outline: unset;
}

.form-control, .form-select {
  line-height: 2;
  border: 1px solid #C0D2E2;
  box-shadow: 0px 2px 0px rgba(231, 232, 237, 0.5);
  border-radius: 7px;
}

.form-control:hover, .form-select:hover {
  box-shadow: 0 0 0 0.1rem rgba(27, 104, 179, 0.3);
}

.form-control:focus, .form-select:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.1rem #1b68b3;
}

.form-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.form-control {
  font-size: 14px;
}

.cta {
  position: relative;
  z-index: 10;
  padding: 90px 70px 30px;
  background-image: url(https://html.bdexpert.net/applounch/assets/images/cta-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content-box {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content-box {
    margin-bottom: 30px;
    text-align: center;
  }
}
.cta__content-box .title {
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__content-box .title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content-box .title {
    font-size: 36px;
    line-height: 38px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content-box .title {
    font-size: 32px;
    line-height: 42px;
    padding-right: 0;
  }
}
.cta__content-box p {
  font-size: 20px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #000000;
}

img.chatgpt {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.cta__content-box .download-box span {
  font-size: 16px;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__content-box .download-box .list {
    display: flex;
  }
}
.cta__content-box .download-box .list .item {
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content-box .download-box .list .item {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content-box .download-box .list .item {
    margin-bottom: 15px;
  }
}
.cta.cta2 {
  background: #07003B;
  background-image: url(../images/cta-bg-2.jpg);
}

.cta.cta2 .cta__content-box .title {
  color: #FFFFFF;
  font-size: 52px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .cta.cta2 .cta__content-box .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta.cta2 .cta__content-box .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta.cta2 .cta__content-box .title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .cta.cta2 .cta__content-box .title {
    font-size: 38px;
    line-height: 46px;
  }
}
.cta.cta2 .cta__content-box p {
  color: #BBB9C9;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
}

.cta.cta2 .cta__content-box .download-box span {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.cta.cta3 {
  background-image: url(../images/cta-bg-3.png);
  margin-top: 120px;
}

.cta.cta3 .cta__content-box .title {
  font-family: "Syne", sans-serif;
  font-size: 52px;
  line-height: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .cta.cta3 .cta__content-box .title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta.cta3 .cta__content-box .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta.cta3 .cta__content-box .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .cta.cta3 .cta__content-box .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.cta.cta3 .cta__content-box .title span {
  color: #FF8181;
  position: relative;
}

.cta.cta3 .cta__content-box .title span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #ff8181;
}

.body-bg-2 {
  width: 100%;
  height: 100%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://themexriver.com/appilo-theme/app-showcase/wp-content/uploads/sites/4/2023/03/tbg.png);
  background-image: url(https://static.vecteezy.com/system/resources/previews/006/413/047/non_2x/gradient-soft-beautiful-abstract-background-you-can-use-this-background-for-your-content-like-as-technology-video-gaming-promotion-card-banner-sports-education-presentation-website-anymore-vector.jpg);
  background-image: url(https://static.vecteezy.com/system/resources/previews/001/984/892/original/banner-design-geometric-hexagon-colorful-overlapping-with-background-free-vector.jpg);
  background-image: url(https://img.freepik.com/free-vector/gradient-white-monochrome-background_23-2149001594.jpg?w=740&t=st=1685320733~exp=1685321333~hmac=fd95cfa4900a3a384c58452dc6fb0c2c03c950b0b734f8ee148748067bf5f414);
  justify-content: center;
  background-attachment: fixed;
}

.body-bg-2 {
  overflow: scroll;
  overflow-x: hidden;
}

.body-bg-2::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.body-bg-2::-webkit-scrollbar-thumb {
  background: #FF0000;
}

.sign-up .info-side {
  position: fixed;
  left: 70px;
  padding-right: 4em;
  padding-top: 4em;
  padding-left: 8em;
}
.sign-up .info-side .logo {
  width: 180px;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-side {
    position: static;
    left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
.form-side {
  display: flex;
}
.form-side .card--2 {
  margin-top: 2em;
}

.floating-sigunp-img-1 {
  width: 400px;
  position: fixed;
  left: -210px;
  top: 130px;
}

.floating-sigunp-img-2 {
  width: 310px;
  position: fixed;
  left: -140px;
  top: 130px;
  display: none;
}

.pattern-dots-1 {
  bottom: 90px;
  left: -60px;
  width: 150px;
  height: 50%;
  transform: translate3d(0, 50%, 0);
  background-color: transparent;
  background-image: radial-gradient(hsla(46.6, 79.12%, 51.18%, 0.4) 3px, transparent 3px);
  background-size: 30px 30px;
  position: fixed;
}/*# sourceMappingURL=main.css.map */