:root {
    --grid-width: 20%;
    --color-primary: #5B0D76;
    --color-secondary: #F2F2F2;
    --color-border: #BDBDBD;
    --color-border-purple: #ce39ff;
    --color-orange: orange;
    --color-red: red;
  }

  body {
    margin: 0px !important;
    padding: 0px !important;
    font-family: "Ubuntu", sans-serif;
    background-color: #090F3F;
  }

  .row {
    width: 100% !important;
    margin-left: 0px !important;
  }

  p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 14px;
    }
  }

  img {
    max-width: 100%;
  }

  .form-group {
    margin-bottom: 0px;
  }

  .custom-control-label {
    padding-top: 2px;
  }

  .custom-control-label::after {
    cursor: pointer;
  }

  .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #7c0ae1;
    background-color: #7c0ae1;
    border-color: #7c0ae1;
  }

  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(145, 0, 255, 0.25);
    border-color: #7c0ae1;
  }

  .btn {
    min-width: 100px;
  }

  .btn-primary {
    border-color: #7c0ae1;
    border: unset;
    color: white;
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    border-radius: 30px;
    padding: 12px 30px;
  }

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    box-shadow: 0 0 5px rgb(250, 168, 250);
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    border-color: #7c0ae1 !important;
  }

  .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 245, 0.5);
  }

  .btn-outline-primary {
    color: white;
    border-color: white;
    border-radius: 30px;
    padding: 12px 30px;
  }

  .btn-outline-primary:hover,
  .btn-outline-primary:focus,
  .btn-outline-primary:active {
    background-color: transparent !important;
    border-color: white !important;
  }

  .btn-outline-primary:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 5px rgb(250, 168, 250);
    color: white;
  }

  .pointer {
    cursor: pointer;
  }

  .bold {
    font-weight: bold;
  }

  .tabular_view {
    height: 53vh;
    min-width: 800px;
    max-width: 100%;
    overflow: auto;
    border-radius: 12px;
    border: 2px solid var(--color-border);
  }
  .tabular_view .table_head {
    padding: 8px 24px;
    background-color: var(--color-secondary);
    position: sticky;
    top: 0px;
    z-index: 444;
    font-weight: 400;
    font-size: 14px;
  }
  .tabular_view .table_body {
    padding: 16px 16px;
  }
  .tabular_view .table_head,
  .tabular_view .table_item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .tabular_view .table_head .cell,
  .tabular_view .table_item .cell {
    width: 18%;
    padding: 0px 10px;
  }
  .tabular_view .table_head .cell:last-child,
  .tabular_view .table_item .cell:last-child {
    width: 10%;
  }
  .tabular_view .table_item {
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(185, 185, 185);
  }
  .tabular_view .table_item .add_file {
    display: flex;
    align-items: center;
  }
  .tabular_view .table_item .add_file .material-symbols-outlined {
    margin-right: 10px;
    color: rgb(66, 160, 255);
  }
  .tabular_view .table_item:nth-child(even) {
    background-color: rgba(92, 92, 92, 0.05) !important;
  }

  .tabular_view::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .tabular_view::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
    height: 7px;
  }
  .tabular_view::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(163, 163, 163);
  }

  .main-wrapper header {
    background-color: #10193B;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999;
  }
  @media only screen and (max-width: 1024px) {
    .main-wrapper header {
      position: fixed;
      width: 100%;
    }
  }
  .main-wrapper header .navbar {
    padding: 20px 50px;
    justify-content: space-between;
  }
  @media only screen and (max-width: 1024px) {
    .main-wrapper header .navbar {
      padding: 8px 15px;
      position: relative;
    }
  }
  .main-wrapper header .navbar .navbar-brand {
    padding: 0px;
    margin-right: 0px;
  }
  @media only screen and (max-width: 1024px) {
    .main-wrapper header .navbar .navbar-brand {
      margin-left: 30px;
    }
  }
  .main-wrapper header .navbar .navbar-brand img {
    height: 40px;
  }
  @media only screen and (max-width: 1024px) {
    .main-wrapper header .navbar .navbar-toggler {
      position: absolute;
      left: 0px;
      top: 12px;
    }
  }
  .main-wrapper header .navbar .navbar-toggler .navbar-toggler-icon {
    width: unset;
    height: unset;
  }
  .main-wrapper header .navbar .navbar-toggler .navbar-toggler-icon i {
    color: white;
  }
  .main-wrapper header .navbar .navbar-collapse {
    flex-grow: unset;
  }
  @media only screen and (max-width: 1024px) {
    .main-wrapper header .navbar .navbar-collapse .navbar-nav {
      overflow: unset;
      max-height: unset !important;
      margin-top: 20px;
    }
  }
  .main-wrapper header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 32px;
  }
  .main-wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: white;
  }
  .main-wrapper header .navbar .header-right .btn {
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    border-radius: 30px;
  }
  @media only screen and (max-width: 1024px) {
    .main-wrapper header .navbar .header-right .btn {
      padding: 6px 15px;
      position: absolute;
      top: 8px;
      right: 15px;
    }
  }
  .main-wrapper .content-wrapper .banner-section {
    padding: 70px 70px;
    background: url("../assets/images/bg-banner.png") center center no-repeat;
    background-size: cover;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .banner-section {
      padding: 40px 0px;
      padding-top: 90px;
    }
  }
  .main-wrapper .content-wrapper .banner-section .banner-text {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .main-wrapper .content-wrapper .banner-section .banner-text .heading {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 73.54px;
    margin-bottom: 30px;
    color: white;
    max-width: 950px;
    margin: 0px auto;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .banner-section .banner-text .heading {
      font-size: 40px;
      line-height: 1.3;
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .banner-section .banner-text .heading {
      font-size: 20px;
      line-height: unset;
      margin-bottom: 15px;
    }
  }
  .main-wrapper .content-wrapper .banner-section .banner-text .description {
    margin-bottom: 20px;
    color: white;
    font-size: 1.375rem;
    max-width: 750px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .banner-section .banner-text .description {
      font-size: 16px;
      font-weight: 400;
      max-width: unset;
    }
  }
  .main-wrapper .content-wrapper .banner-section .buttons-cont {
    justify-content: center;
  }
  .main-wrapper .content-wrapper .banner-section .buttons-cont .buttons {
    display: flex;
    justify-content: center;
  }
  .main-wrapper .content-wrapper .banner-section .buttons-cont .buttons .btn-outline-primary {
    margin-left: 30px;
  }
  .main-wrapper .content-wrapper .banner-section .banner-img {
    max-width: 100%;
    width: 1250px;
    margin: 0px auto;
    margin-top: 100px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .banner-section .banner-img {
      margin-top: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .banner-section .banner-img {
      margin-top: 20px;
      padding: 0px 15px;
    }
  }
  .main-wrapper .content-wrapper .marketers-section {
    padding: 70px 0px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .marketers-section {
      padding: 40px 0px;
    }
  }
  .main-wrapper .content-wrapper .marketers-section .description {
    color: white;
    font-size: 20px;
    text-align: center;
  }
  .main-wrapper .content-wrapper .marketers-section .owl-carousel {
    margin-top: 50px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .marketers-section .owl-carousel {
      margin-top: 20px;
    }
  }
  .main-wrapper .content-wrapper .marketers-section .owl-carousel .owl-stage .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-wrapper .content-wrapper .marketers-section .owl-carousel .owl-nav {
    text-align: center;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-wrapper .content-wrapper .marketers-section .owl-carousel .owl-nav .owl-prev,
  .main-wrapper .content-wrapper .marketers-section .owl-carousel .owl-nav .owl-next {
    color: #090F3F;
    background-color: white;
    width: 30px;
    height: 30px;
    margin: 0px 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .marketers-section .owl-carousel .owl-nav .owl-prev,
    .main-wrapper .content-wrapper .marketers-section .owl-carousel .owl-nav .owl-next {
      margin: 0px 10px;
    }
  }
  .main-wrapper .content-wrapper .marketers-section .owl-carousel .marketer {
    margin: 0px auto;
  }
  .main-wrapper .content-wrapper .marketers-section .owl-carousel .marketer img {
    width: 200px;
    max-width: 100%;
  }
  .main-wrapper .content-wrapper .skills-sections {
    padding: 70px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .skills-sections {
      padding: 40px 15px;
    }
  }
  .main-wrapper .content-wrapper .skills-sections .layer-cont {
    max-width: 1450px;
    margin: 0px auto;
    background-color: #26315B;
    padding: 100px 100px;
    text-align: center;
    border-radius: 60px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .skills-sections .layer-cont {
      padding: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .skills-sections .layer-cont {
      padding: 40px 15px;
      border-radius: 20px;
    }
  }
  .main-wrapper .content-wrapper .skills-sections .layer-cont h2 {
    max-width: 700px;
    margin: 0px auto;
    font-size: 45px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .skills-sections .layer-cont h2 {
      font-size: 35px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .skills-sections .layer-cont h2 {
      font-size: 20px;
    }
  }
  .main-wrapper .content-wrapper .skills-sections .layer-cont .nav {
    background: rgba(255, 255, 255, 0.38);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 19px;
    border: unset;
    margin: 0px auto;
  }
  .main-wrapper .content-wrapper .skills-sections .layer-cont .nav .nav-item .nav-link {
    padding: 9px 60px;
    border-radius: 0px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .skills-sections .layer-cont .nav .nav-item .nav-link {
      padding: 9px 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .skills-sections .layer-cont .nav .nav-item .nav-link {
      padding: 9px 15px;
      font-size: 12px;
    }
  }
  .main-wrapper .content-wrapper .skills-sections .layer-cont .nav .nav-item .nav-link.active {
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    border-radius: 19px;
  }
  .main-wrapper .content-wrapper .skills-sections .layer-cont .nav .nav-item .nav-link.active .nav-link {
    border-radius: 19px;
  }
  .main-wrapper .content-wrapper .skills-sections .layer-cont .tab-content {
    max-width: 1000px;
    margin: 0px auto;
  }
  .main-wrapper .content-wrapper .skills-sections .layer-cont .tab-content .tab-pane .text {
    max-width: 500px;
    margin: 24px auto;
    color: white;
  }
  .main-wrapper .content-wrapper .testimonials-section {
    background: url("../assets/images/bg-banner.png") center center no-repeat;
    background-size: cover;
    display: flex;
    padding: 0px 70px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1500px) {
    .main-wrapper .content-wrapper .testimonials-section {
      padding: 70px 0px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .testimonials-section {
      padding: 0px;
    }
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container {
    max-width: 1480px;
    margin: 0px auto;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .left-side {
    align-self: center;
  }
  @media only screen and (min-width: 768px) and (max-width: 1500px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container .left-side {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container h2 {
    max-width: 700px;
    margin: 0px auto;
    font-size: 45px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
    padding-right: 20px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1500px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container h2 {
      text-align: center;
      padding: 0px 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container h2 {
      padding: 0px;
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px;
    }
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .description {
    font-size: 20px;
    color: white;
  }
  @media only screen and (min-width: 768px) and (max-width: 1500px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container .description {
      text-align: center;
      padding: 0px 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container .description {
      text-align: center;
      font-size: 14px;
    }
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container h1 {
    font-size: 120px;
    font-weight: 900;
    color: rgba(216, 191, 255, 0.52);
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 0.8;
  }
  @media only screen and (min-width: 768px) and (max-width: 1500px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container h1 {
      text-align: center;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container h1 {
      text-align: center;
    }
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.6784313725);
    border-radius: 20px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1500px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container .rating {
      margin: 0px auto;
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container .rating {
      margin: 0px auto;
    }
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .rating i {
    color: #D89F0E;
    margin-right: 2px;
    font-size: 24px;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .rating i:last-child {
    margin-right: 0px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1500px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container .col-sm-7 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials {
    height: 800px;
    overflow-y: auto;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials::-webkit-scrollbar {
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials {
      margin-top: 40px;
      height: 390px;
    }
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item {
    padding: 20px;
    border-radius: 16px;
    background-color: white;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info .info {
    display: flex;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info .info img {
    border-radius: 50%;
    width: 50px;
    height: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 16px;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info .info .name {
    font-weight: 900;
    color: #10193B;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info .info .role {
    color: #787280;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info .user-rating {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info .user-rating i {
    color: #D89F0E;
    margin-right: 2px;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info .user-rating i:first-child {
    color: #CEC9C1;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .user-info .user-rating i:last-child {
    margin-right: 0px;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .title-date {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .title-date .title {
    color: #651D71;
    font-weight: 600;
    font-size: 18px;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .title-date .date {
    font-size: 12px;
    color: black;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .description {
    color: #332E3A;
    text-align: left;
    padding: 0px;
  }
  .main-wrapper .content-wrapper .testimonials-section .section-container .testimonials .card-item .commas {
    text-align: right;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections {
    background: url("../assets/images/bg-2.png") center center no-repeat;
    background-size: cover;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section {
    padding: 140px 70px 0px 70px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section {
      padding: 50px 15px 50px 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section {
      padding: 40px 15px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont {
    max-width: 1480px;
    margin: 0px auto;
    background: linear-gradient(to bottom, #26315B, rgba(38, 49, 91, 0), rgba(38, 49, 91, 0));
    padding: 100px 100px;
    border-radius: 60px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont {
      padding: 50px 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont {
      border-radius: 20px;
      padding: 40px 0px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont h2 {
    max-width: 700px;
    margin: 0px auto;
    font-size: 45px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    padding-right: 20px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont h2 {
      font-size: 20px;
      max-width: unset;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont p {
    color: white;
    font-size: 20px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont p {
      font-size: 14px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .col-sm-5.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages {
    max-width: 850px;
    margin: 0px auto;
    margin-top: 40px;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row {
    align-items: center;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free {
    background-color: white;
    border-radius: 30px;
    padding: 35px;
    max-width: 400px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free {
      padding: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free {
      padding: 20px;
      margin-bottom: 40px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .name {
    font-weight: 400;
    font-size: 40px;
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: -moz-fit-content;
    width: fit-content;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .name {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .name {
      font-size: 20px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .price {
    margin: 32px 0px;
    font-size: 90px;
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 900;
    line-height: 0.8;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .price {
      font-size: 40px;
      margin: 20px 0px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .price {
      font-size: 40px;
      margin: 15px 0px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .price span {
    font-size: 30px;
    font-weight: 400;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .price span {
      font-size: 16px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .description {
    color: #32343D;
    text-align: unset;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .benefits-list {
    margin-top: 16px;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .benefits-list .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .benefits-list .list-item i {
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .benefits-list .list-item i {
      margin-right: 8px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .benefits-list .list-item p {
    color: #32343D;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .free .btn {
    font-size: 24px;
    margin-top: 60px;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium {
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    background-color: white;
    border-radius: 30px;
    padding: 35px;
    max-width: 400px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium {
      padding: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium {
      padding: 20px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .tag {
    background-color: white;
    color: #5C2580;
    padding: 6px 20px;
    border-radius: 25px;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .tag {
      font-size: 12px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .name {
    font-weight: 400;
    font-size: 40px;
    color: white;
    width: -moz-fit-content;
    width: fit-content;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .name {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .name {
      font-size: 20px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .price {
    margin: 32px 0px;
    font-size: 90px;
    color: white;
    font-weight: 900;
    line-height: 0.8;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .price {
      font-size: 40px;
      margin: 20px 0px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .price {
      font-size: 40px;
      margin: 15px 0px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .price span {
    font-size: 30px;
    font-weight: 400;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .price span {
      font-size: 16px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .description {
    color: white;
    text-align: unset;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .benefits-list {
    margin-top: 16px;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .benefits-list .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .benefits-list .list-item i {
    background: white;
    color: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .benefits-list .list-item i {
      margin-right: 8px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .benefits-list .list-item p {
    color: white;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .pricing-section .layer-cont .packages .row .premium .btn {
    font-size: 24px;
    margin-top: 60px;
    background: white !important;
    color: #651D71;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section {
    padding: 70px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section {
      padding: 40px 0px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container {
    max-width: 1450px;
    margin: 0px auto;
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container h2 {
    max-width: 700px;
    margin: 0px auto;
    font-size: 45px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    padding-right: 20px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container h2 {
      padding-right: 0px;
      font-size: 20px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .description {
    color: white;
    font-size: 20px;
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .description {
      font-size: 14px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .col-sm-6.col-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq {
    display: flex;
    background: white;
    border-radius: 20px;
    padding: 25px 60px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 16px;
    align-items: center;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq {
      padding: 15px 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq {
      padding: 15px;
      height: unset;
      align-items: unset;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq h1 {
    font-size: 50px;
    font-weight: 900;
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq h1 {
      font-size: 20px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont {
    margin-left: 40px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont {
      margin-left: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont {
      margin-left: 15px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont .question {
    color: #10193B;
    font-weight: 600;
    max-width: 500px;
    font-size: 18px;
    margin-bottom: 8px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont .question {
      max-width: 400px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont .question {
      font-size: 14px;
      max-width: 250px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont .answer {
    color: #5A5365;
    max-width: 700px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont .answer {
      max-width: 400px;
    }
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .question-cont .answer {
      font-size: 14px;
      max-width: 250px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .icon-close {
    margin-left: auto;
    background: linear-gradient(141.48deg, #3C41AF 5.94%, #572986 51.05%, #651D71 91.4%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .icon-close {
      width: 25px;
      height: 25px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .icon-close i {
    transform: rotate(45deg);
    color: white;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .icon-close i {
      font-size: 14px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .icon-plus {
    margin-left: auto;
    background: Grey;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .icon-plus {
      width: 25px;
      height: 25px;
    }
  }
  .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .icon-plus i {
    color: white;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper .content-wrapper .pricing-faq-sections .faqs-section .section-container .faq .icon-plus i {
      font-size: 14px;
    }
  }
  .main-wrapper footer {
    padding: 20px 50px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper footer {
      padding: 20px 0px;
    }
  }
  .main-wrapper footer .footer-container .d-flex {
    justify-content: center;
    align-items: center;
  }
  .main-wrapper footer .footer-container .d-flex img {
    margin-right: 10px;
  }
  .main-wrapper footer .footer-container .d-flex p {
    font-weight: 900;
    color: white;
    font-size: 24px;
  }
  .main-wrapper footer .footer-container .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    border-bottom: 1px solid #EDEDED;
  }
  .main-wrapper footer .footer-container .nav-list a {
    text-decoration: none;
    color: white;
    margin-right: 45px;
  }
  @media only screen and (max-width: 767px) {
    .main-wrapper footer .footer-container .nav-list a {
      font-size: 14px;
      margin-right: 35px;
    }
    .main-wrapper footer .footer-container .nav-list a:last-child {
      display: none;
    }
    .main-wrapper footer .footer-container .nav-list a:nth-child(4) {
      margin-right: 0px;
    }
  }
  .main-wrapper footer .footer-container .copyright {
    text-align: center;
    color: white;
    padding-top: 15px;
    font-size: 14px;
  }/*# sourceMappingURL=index.css.map */
