@import url("https://fonts.googleapis.com/css2?family=Nova+Round&display=swap");
/*-- Variables --*/
:root {
  --font-default: "Nova Round", system-ui;
  --font-heading: "Nova Round", system-ui;
  --white: #ffffff;
  --color-primary: #6403bf;
  --color-secondary: #d58c2e;
  --color-paragraph: #1b1b1b;
  --btn-bg: #141414;
}

/*=========================*/
/*  Responsive breakpoints
/*=========================*/
/* ============================================================== 
     # Reset Browsers
=================================================================== */
* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--color-paragraph);
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  font-weight: 800;
  line-height: 1.2;
  font-family: var(--font-heading);
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img,
iframe {
  border: none;
}

p {
  color: var(--color-paragraph);
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  font-family: var(--font-default);
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
}
ul li {
  margin-bottom: 5px;
}
ul li:last-child {
  margin-bottom: 0;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a:hover {
  color: var(--color-heading);
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  border-radius: 40px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  min-height: 50px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}

.customBbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 25px;
  line-height: 1;
  font-size: 18px;
  border-radius: 100px;
  background-color: var(--btn-bg);
  border-color: var(--btn-bg);
  color: var(--white);
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.customBbtn:hover {
  background-color: var(--color-primary);
}
@media (min-width: 768px) {
  .customBbtn {
    padding: 20px 50px;
  }
}
.customBbtn .image_area img {
  width: 18px;
}

.withGradient {
  background: linear-gradient(135deg, #7415cd 10%, #edb301 31%, #7415cd 78%);
  background-size: 200% 200%;
  background-position: left center;
  color: #000;
  font-weight: 700;
  -webkit-transition: background-position 0.8s ease;
  transition: background-position 0.8s ease;
}
.withGradient:hover {
  background-position: right center;
}

.icon_star {
  position: relative;
  width: 25px;
  height: 25px;
}
.icon_star img {
  position: absolute;
  left: -5px;
  top: 5px;
  width: 100% !important;
}
.icon_star .star_1 {
  -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
          transform: translate(0, 0) scale(1) rotate(0deg);
  -webkit-animation: swapStar1 5s ease-in-out infinite;
          animation: swapStar1 5s ease-in-out infinite;
}
.icon_star .star_2 {
  -webkit-transform: translate(12px, -12px) scale(0.4) rotate(0deg);
          transform: translate(12px, -12px) scale(0.4) rotate(0deg);
  -webkit-animation: swapStar2 5s ease-in-out infinite;
          animation: swapStar2 5s ease-in-out infinite;
}

@-webkit-keyframes swapStar1 {
  0%, 25% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  /* stay longer at start */
  50% {
    -webkit-transform: translate(12px, -12px) scale(0.45) rotate(180deg);
            transform: translate(12px, -12px) scale(0.45) rotate(180deg);
  }
  /* slow swap */
  60%, 85% {
    -webkit-transform: translate(12px, -12px) scale(0.4) rotate(180deg);
            transform: translate(12px, -12px) scale(0.4) rotate(180deg);
  }
  /* hold longer */
  95% {
    -webkit-transform: translate(0, 0) scale(1.05) rotate(360deg);
            transform: translate(0, 0) scale(1.05) rotate(360deg);
  }
  /* bounce */
  100% {
    -webkit-transform: translate(0, 0) scale(1) rotate(360deg);
            transform: translate(0, 0) scale(1) rotate(360deg);
  }
}

@keyframes swapStar1 {
  0%, 25% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  /* stay longer at start */
  50% {
    -webkit-transform: translate(12px, -12px) scale(0.45) rotate(180deg);
            transform: translate(12px, -12px) scale(0.45) rotate(180deg);
  }
  /* slow swap */
  60%, 85% {
    -webkit-transform: translate(12px, -12px) scale(0.4) rotate(180deg);
            transform: translate(12px, -12px) scale(0.4) rotate(180deg);
  }
  /* hold longer */
  95% {
    -webkit-transform: translate(0, 0) scale(1.05) rotate(360deg);
            transform: translate(0, 0) scale(1.05) rotate(360deg);
  }
  /* bounce */
  100% {
    -webkit-transform: translate(0, 0) scale(1) rotate(360deg);
            transform: translate(0, 0) scale(1) rotate(360deg);
  }
}
@-webkit-keyframes swapStar2 {
  0%, 25% {
    -webkit-transform: translate(12px, -12px) scale(0.4) rotate(0deg);
            transform: translate(12px, -12px) scale(0.4) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) scale(1.1) rotate(180deg);
            transform: translate(0, 0) scale(1.1) rotate(180deg);
  }
  60%, 85% {
    -webkit-transform: translate(0, 0) scale(1) rotate(180deg);
            transform: translate(0, 0) scale(1) rotate(180deg);
  }
  95% {
    -webkit-transform: translate(12px, -12px) scale(0.35) rotate(360deg);
            transform: translate(12px, -12px) scale(0.35) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(12px, -12px) scale(0.4) rotate(360deg);
            transform: translate(12px, -12px) scale(0.4) rotate(360deg);
  }
}
@keyframes swapStar2 {
  0%, 25% {
    -webkit-transform: translate(12px, -12px) scale(0.4) rotate(0deg);
            transform: translate(12px, -12px) scale(0.4) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) scale(1.1) rotate(180deg);
            transform: translate(0, 0) scale(1.1) rotate(180deg);
  }
  60%, 85% {
    -webkit-transform: translate(0, 0) scale(1) rotate(180deg);
            transform: translate(0, 0) scale(1) rotate(180deg);
  }
  95% {
    -webkit-transform: translate(12px, -12px) scale(0.35) rotate(360deg);
            transform: translate(12px, -12px) scale(0.35) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(12px, -12px) scale(0.4) rotate(360deg);
            transform: translate(12px, -12px) scale(0.4) rotate(360deg);
  }
}
.navbar {
  background: #2b2b2b;
}
.navbar .nav-link {
  color: var(--white);
}
.navbar .navbar-toggler {
  color: var(--white);
  border-color: var(--white);
  line-height: 1.5;
  padding: 5px 10px;
}
.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .nav-item {
  margin: 0;
}
@media (min-width: 992px) {
  .navbar .nav-item:last-child {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item:last-child {
    margin-left: 50px;
  }
}
.navbar .nav-item .nav-link {
  margin: 0 10px;
  font-size: 20px;
}
.navbar .nav-item .nav-link:hover {
  color: var(--color-primary);
}
@media (max-width: 768px) {
  .navbar .navbar-nav {
    padding: 15px 0;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0;
  }
  .navbar .navbar-nav .nav-link {
    color: var(--white);
    padding: 15px 5px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 18px;
    line-height: 1.5;
  }
}
.navbar .btn {
  background: #6B0BB7;
  background: radial-gradient(circle, rgb(107, 11, 183) 0%, rgb(193, 116, 75) 100%);
  border-color: transparent;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
}
.navbar .btn:active, .navbar .btn:focus-visible, .navbar .btn:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important;
  color: var(--white) !important;
  background-color: #6B0BB7;
  background: radial-gradient(circle, rgb(107, 11, 183) 0%, rgb(193, 116, 75) 100%) !important;
}
.navbar .mobileIconBtn {
  padding: 8px 10px;
}

.hero_section {
  background: var(--color-primary);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-secondary)), to(var(--color-primary)));
  background: linear-gradient(0deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  padding: 50px 0 300px;
}
@media (min-width: 768px) {
  .hero_section {
    padding: 50px 0 330px;
  }
}
@media (min-width: 992px) {
  .hero_section {
    padding: 80px 0 400px;
  }
}
.hero_section .title {
  font-weight: 800;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .hero_section .title {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .hero_section .title {
    font-size: 70px;
  }
}
.hero_section .subtitle {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .hero_section .subtitle {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .hero_section .subtitle {
    font-size: 52px;
  }
}
.hero_section p {
  color: var(--white);
}
@media (min-width: 768px) {
  .hero_section p {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 992px) {
  .hero_section p {
    max-width: 600px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .hero_section p {
    max-width: 695px;
  }
}
.hero_section .action {
  margin-top: 10px;
}

.features_audienc {
  background: var(--white);
  background: -webkit-gradient(linear, left bottom, left top, from(#893dd0), color-stop(50%, #FFF));
  background: linear-gradient(0deg, #893dd0 0%, #FFF 50%);
}

.features_section {
  margin-top: -170px;
}
.features_section .block {
  background: var(--white);
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 15px 30px -2px rgba(237, 180, 66, 0.25);
          box-shadow: 0px 15px 30px -2px rgba(237, 180, 66, 0.25);
}
@media (min-width: 768px) {
  .features_section .block {
    padding: 50px 150px;
  }
}
.features_section .image_area {
  margin-top: -190px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .features_section .image_area {
    margin-top: -240px;
  }
}
@media (min-width: 992px) {
  .features_section .image_area {
    margin-top: -340px;
  }
}
.features_section .image_area .img_1 {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.features_section .image_area .img_2 {
  position: absolute;
  width: 220px;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: hero_floatImg 6s ease-in-out infinite;
          animation: hero_floatImg 6s ease-in-out infinite;
}
@media (min-width: 768px) {
  .features_section .image_area .img_2 {
    width: 330px;
    left: 80px;
  }
}
@media (min-width: 992px) {
  .features_section .image_area .img_2 {
    width: 550px;
    left: 150px;
  }
}
@-webkit-keyframes hero_floatImg {
  0%, 100% {
    -webkit-transform: translate(0, -50%) translateY(0);
            transform: translate(0, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(0, -50%) translateY(-8px);
            transform: translate(0, -50%) translateY(-8px);
    @media (min-width: 768px) {
      .features_section {
        -webkit-transform: translate(0, -50%) translateY(-10px);
                transform: translate(0, -50%) translateY(-10px);
      }
    }
  }
}
@keyframes hero_floatImg {
  0%, 100% {
    -webkit-transform: translate(0, -50%) translateY(0);
            transform: translate(0, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(0, -50%) translateY(-8px);
            transform: translate(0, -50%) translateY(-8px);
    @media (min-width: 768px) {
      .features_section {
        -webkit-transform: translate(0, -50%) translateY(-10px);
                transform: translate(0, -50%) translateY(-10px);
      }
    }
  }
}
.features_section .title {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(135deg, #7415cd, #edb301, #6403bf, #7415cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .features_section .title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .features_section .title {
    font-size: 40px;
  }
}
.features_section .content {
  margin-bottom: 15px;
}
.features_section ul li {
  margin: 0;
}
.features_section ul li .icon_area {
  color: var(--color-primary);
  line-height: 1.3;
  font-size: 20px;
}

.target_audience {
  margin-top: 50px;
  padding: 0;
}
.target_audience .block {
  background: #7415CD;
  background: linear-gradient(135deg, var(--color-primary) 0%, #edb301 50%, var(--color-primary) 100%);
  color: var(--white);
  padding: 30px 15px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .target_audience .block {
    padding: 60px 30px;
  }
}
.target_audience .block .content {
  color: var(--white);
  max-width: 300px;
  margin: 15px auto 0;
}
.target_audience .block .action {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .target_audience .block .action {
    margin: 30px 0 40px;
  }
}
@media (min-width: 768px) {
  .target_audience .title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .target_audience .title {
    font-size: 40px;
  }
}
.target_audience .review_area {
  margin-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .target_audience .review_area {
    margin-top: 60px;
    margin-left: 125px;
  }
}
@media (min-width: 1200px) {
  .target_audience .review_area {
    max-width: 625px;
    margin: 60px auto 0;
    -webkit-transform: translate(47px, 0);
            transform: translate(47px, 0);
  }
}
.target_audience .review_area .review_card {
  margin: 0 3px;
  padding: 30px;
  background-color: #1c1e22;
  border-radius: 10px;
}
.target_audience .review_area .image_area {
  width: 80px;
  border-radius: 100px;
  overflow: hidden;
}
.target_audience .review_area .content {
  margin: 0 0 15px;
  color: var(--white);
}
.target_audience .review_area i {
  color: #746c7a;
}
.target_audience .review_area i.active {
  color: var(--color-primary);
}
.target_audience .review_area .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.target_audience .review_area .slick-dots {
  bottom: -35px;
}
@media (min-width: 768px) {
  .target_audience .review_area .slick-dots {
    left: 50px;
  }
}
.target_audience .review_area .slick-dots li {
  background: #b8686c;
  border-radius: 50px;
}
.target_audience .review_area .slick-dots .slick-active {
  background: var(--color-secondary);
}
.target_audience .review_area .subtext {
  color: var(--white);
  margin: 0;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .target_audience .review_area .subtext {
    font-size: 23px;
  }
}
.target_audience .review_area .slick-prev {
  display: none !important;
}
.target_audience .review_area .slick-next {
  width: 100px;
  height: 100px;
  border: 0;
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-size: 20px;
  right: auto;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.target_audience .review_area .slick-next::before {
  display: none;
}
.target_audience .review_area .slick-next:hover {
  background: #6909b8;
}
@media (min-width: 768px) {
  .target_audience .review_area .slick-next {
    left: -120px;
  }
}
.target_audience .review_area .bottom_text {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .target_audience .review_area .bottom_text {
    position: absolute;
    left: 15px;
    bottom: -37px;
  }
}
@media (min-width: 1200px) {
  .target_audience .review_area .bottom_text {
    bottom: -41px;
  }
}
.target_audience .big_image_area {
  position: relative;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .target_audience .big_image_area {
    padding-right: 80px;
  }
}
.target_audience .big_image_area .img_2 {
  position: absolute;
  right: 0;
  top: 50%;
  width: 110px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: target_audience_floatImg 6s ease-in-out infinite;
          animation: target_audience_floatImg 6s ease-in-out infinite;
}
@media (min-width: 768px) {
  .target_audience .big_image_area .img_2 {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .target_audience .big_image_area .img_2 {
    width: 300px;
  }
}
@-webkit-keyframes target_audience_floatImg {
  0%, 100% {
    -webkit-transform: translate(0, -50%) translateY(0);
            transform: translate(0, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(0, -50%) translateY(-8px);
            transform: translate(0, -50%) translateY(-8px);
    @media (min-width: 768px) {
      .target_audience {
        -webkit-transform: translate(0, -50%) translateY(-10px);
                transform: translate(0, -50%) translateY(-10px);
      }
    }
  }
}
@keyframes target_audience_floatImg {
  0%, 100% {
    -webkit-transform: translate(0, -50%) translateY(0);
            transform: translate(0, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(0, -50%) translateY(-8px);
            transform: translate(0, -50%) translateY(-8px);
    @media (min-width: 768px) {
      .target_audience {
        -webkit-transform: translate(0, -50%) translateY(-10px);
                transform: translate(0, -50%) translateY(-10px);
      }
    }
  }
}

#advanced_design .bottom_image_area {
  margin-top: 50px;
}

.common_section {
  color: var(--white);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  background-color: #000;
}
.common_section .title {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(135deg, #7415cd, #edb301, #6403bf, #7415cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .common_section .title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .common_section .title {
    font-size: 40px;
  }
}
.common_section .block {
  padding: 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .common_section .block {
    padding: 0 150px 0;
  }
}
@media (min-width: 1200px) {
  .common_section .block {
    padding: 0px 150px 0;
  }
}
.common_section .content {
  margin: 0;
  color: var(--white);
}
.common_section .action {
  margin-top: 25px;
}
.common_section .bottom_image_area {
  margin-top: 30px;
}

.image_library_bg {
  background: var(--white);
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(75%, #741bc7), to(#741bc7));
  background: linear-gradient(0deg, #FFF 0%, #741bc7 75%, #741bc7 100%);
}
.image_library_bg .title {
  color: var(--color-secondary);
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  background: transparent !important;
}
.image_library_bg .action .image_area {
  margin: 0;
}
.image_library_bg .withGradient {
  background: linear-gradient(135deg, #ba81ef 20%, #edb301 40%, #ffffff 75%);
  background-size: 200% 200%;
  background-position: left center;
  color: #000;
  font-weight: 700;
  -webkit-transition: background-position 0.8s ease;
  transition: background-position 0.8s ease;
}
.image_library_bg .withGradient:hover {
  color: #000;
  background-position: right center;
}
.image_library_bg .image_area {
  margin-top: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .image_library_bg .image_area .img_1 {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .image_library_bg .image_area .img_1 {
    max-width: 750px;
  }
}
.image_library_bg .image_area .img_2 {
  position: absolute;
  right: 0;
  top: 58%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: floatImg 6s ease-in-out infinite;
          animation: floatImg 6s ease-in-out infinite;
}
@-webkit-keyframes floatImg {
  0%, 100% {
    -webkit-transform: translate(0, -50%) translateY(0);
            transform: translate(0, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(0, -50%) translateY(-20px);
            transform: translate(0, -50%) translateY(-20px);
  }
}
@keyframes floatImg {
  0%, 100% {
    -webkit-transform: translate(0, -50%) translateY(0);
            transform: translate(0, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(0, -50%) translateY(-20px);
            transform: translate(0, -50%) translateY(-20px);
  }
}

#seo_section {
  min-height: 500px;
}
@media (min-width: 768px) {
  #seo_section {
    min-height: 700px;
  }
}
@media (min-width: 1200px) {
  #seo_section {
    min-height: 900px;
    background-size: contain;
  }
}

#advanced_design .bottom_image_area {
  margin-top: 10px;
  position: relative;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  #advanced_design .bottom_image_area {
    margin-top: 50px;
  }
}
#advanced_design .bottom_image_area .img_1 {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}
@media (min-width: 768px) {
  #advanced_design .bottom_image_area .img_1 {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media (min-width: 992px) {
  #advanced_design .bottom_image_area .img_1 {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media (min-width: 1200px) {
  #advanced_design .bottom_image_area .img_1 {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
  }
}
#advanced_design .bottom_image_area .img_2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: advanced_floatImg 6s ease-in-out infinite;
          animation: advanced_floatImg 6s ease-in-out infinite;
}
@-webkit-keyframes advanced_floatImg {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
  }
}
@keyframes advanced_floatImg {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
  }
}

#pricing {
  color: var(--white);
  background: var(--white);
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(75%, #741bc7), to(#741bc7));
  background: linear-gradient(0deg, #FFF 0%, #741bc7 75%, #741bc7 100%);
}
#pricing .app_area {
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  #pricing .app_area {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#pricing .app_area p {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
  color: var(--text-color);
  font-size: 20px;
}
#pricing .app_area a {
  margin: 0 5px;
}
#pricing .title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-secondary);
}
@media (min-width: 768px) {
  #pricing .title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #pricing .title {
    font-size: 40px;
  }
}
#pricing .section_title h6 {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #pricing .section_title h6 {
    font-size: 21px;
  }
}
#pricing .subtitle {
  font-weight: 400;
  max-width: 550px;
  margin: 0 auto 15px;
}
@media (max-width: 1024px) {
  #pricing .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  #pricing .subtitle {
    font-size: 20px;
  }
}
#pricing .setup_fees p {
  font-size: 18px;
}
#pricing .setup_fees strong {
  font-weight: 600;
}
#pricing .price_table {
  background: var(--color-primary);
  background: linear-gradient(320deg, var(--color-secondary) 0%, var(--color-primary) 60%, rgba(213, 140, 46, 0.6509803922) 100%);
  border: 0px solid transparent;
  padding: 15px;
  border-radius: 15px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #pricing .price_table {
    padding: 10px 10px 30px;
  }
}
#pricing .price_table p {
  color: var(--white);
}
#pricing .price_table .listing-badges {
  position: absolute;
  top: 10px;
  right: 10px;
}
#pricing .price_table .featured {
  float: left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  right: -57px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: var(--text-color);
  background: -webkit-gradient(linear, left top, right top, color-stop(23%, #5239af), color-stop(75%, #ac4dbe));
  background: rgb(139, 90, 181);
}
#pricing .price_table .price_head {
  text-align: center;
  padding: 18px 0;
}
#pricing .price_table .price_head h4 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  #pricing .price_table .price_head h4 {
    font-size: 30px;
  }
}
#pricing .price_table .price_head h5 {
  color: var(--white);
  font-size: 26px;
}
@media (max-width: 1024px) {
  #pricing .price_table .price_head h5 {
    font-size: 24px;
  }
}
#pricing .price_table ul {
  margin: 0;
  padding: 0;
}
#pricing .price_table ul li {
  list-style: none;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  border-bottom: 1px dashed rgba(242, 195, 77, 0.1803921569);
}
@media (max-width: 1024px) {
  #pricing .price_table ul li {
    padding: 15px 30px;
  }
}
#pricing .price_table ul li i {
  margin-top: 3px;
  margin-right: 10px;
  font-size: 18px;
}
#pricing .price_table ul li .close {
  color: #ff8282;
}
#pricing .price_table ul li .check {
  color: var(--white);
}
#pricing .price_table.active {
  background: var(--theme-color);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(79, 19, 175)), to(rgb(139, 90, 181)));
  background: linear-gradient(180deg, rgb(79, 19, 175) 0%, rgb(139, 90, 181) 100%);
}
#pricing .price_table.active .price_head h4 {
  color: var(--white);
}
#pricing .price_table.active .price_head h5 {
  color: var(--white);
}
#pricing .price_table.active ul li {
  color: var(--white);
}
#pricing .ct_button {
  font-size: 18px;
  font-weight: 600;
}
#pricing .package_switcher {
  margin-top: 20px;
  margin-bottom: 0;
}
#pricing .package_switcher span {
  color: var(--white);
  font-weight: 600;
}
@media (min-width: 768px) {
  #pricing .package_switcher {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
#pricing .switcher {
  margin: 0 15px;
}
#pricing .switcher .switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #FFF;
  border: 3px solid transparent;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
#pricing .switcher .switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  background: var(--color-primary);
  border-radius: 50%;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
}
#pricing .switcher .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}
#pricing .switcher .switch::after {
  border: none !important;
}
#pricing .switcher input:checked + .switch {
  background: var(--color-secondary);
  border: 3px solid transparent;
}
#pricing .switcher input:checked + .switch::before {
  left: 27px;
  background: #fff;
}
#pricing .switcher input:checked + .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}
#pricing .customBbtn {
  background: linear-gradient(320deg, rgb(0, 0, 0) 0%, #561593 50%, rgb(0, 0, 0) 100%);
  background-size: 200% 200%;
  background-position: left center;
}
#pricing .customBbtn:hover {
  background-position: right center;
}

.faq {
  color: var(--white);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-secondary)), to(var(--color-primary)));
  background: linear-gradient(0deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}
.faq .sectionTitle button {
  margin-top: 30px;
}
.faq .sectionTitle {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .faq .sectionTitle {
    margin-bottom: 80px;
  }
  .faq .sectionTitle .subtitle {
    max-width: 765px;
  }
}
.faq .title {
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
}
@media (min-width: 768px) {
  .faq .title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .faq .title {
    font-size: 40px;
  }
}
.faq .subtitle {
  font-weight: 400;
  max-width: 550px;
  margin: 0 auto 15px;
  color: var(--white);
}
@media (max-width: 1024px) {
  .faq .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .faq .subtitle {
    font-size: 20px;
  }
}
.faq .accordion {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .faq .accordion {
    max-width: 800px;
    margin: 40px auto 0;
  }
}
.faq .accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}
.faq .accordion .accordion-button {
  font-weight: 600;
  background: transparent;
  color: var(--white);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 rgba(255, 255, 255, 0.2);
}
.faq .accordion .accordion-body {
  color: var(--white);
}
.faq .accordion .accordion-body p {
  color: var(--white);
}
.faq .accordion .accordion-body a {
  color: #ff8885;
}

#footer {
  padding: 15px 0;
  background: #000;
}
#footer p {
  color: var(--white);
}

section {
  padding: 50px 0;
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 100px 0;
  }
}
/*# sourceMappingURL=style.css.map */