@import url("fonts/fonts.css");
/*
    BODY STYLE
*/
body {
    font-family: "Averta Demo PE Cutted Demo", sans-serif;
    color: #000;
}
/* ---------------------------------------------------
  FONT SIZES
----------------------------------------------------- */
h1 {
    font-size: 89px;
    line-height: 1.15;
    letter-spacing: -4px;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
h6 {
    font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Averta", sans-serif;
    font-weight: 700;
}
p {
    font-size: 16px;
}
.p-md {
    font-size: 18px;
}
.p-lg {
    font-size: 24px;
}
.p-sm {
    font-size: 14px;
}
/* ---------------------------------------------------
  GLOBAL STYLES
----------------------------------------------------- */
a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
a:hover {
    color: #6c54fe;
}
:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
/* ---------------------------------------------------
  FONT WEIGHTS
----------------------------------------------------- */
.medium {
    font-weight: 500;
}
.semi-bold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
    font-family: "Averta", sans-serif !important;
}
/* ---------------------------------------------------
  COLORS
----------------------------------------------------- */
.yellow-text {
    color: #e2c400;
}
.grey-text {
    color: #666;
}
.red-text {
    color: #d40000;
}
.purple-text {
    color: #6e5cff;
}
.blue-text {
    color: #45c7fe;
}
.d-grey-text {
    color: #333333;
}
/* ---------------------------------------------------
  BUTTON STYLING
----------------------------------------------------- */
.site-btn {
    background: linear-gradient(96.4deg, #45c7fe -2.52%, #6c54fe 165%);
    border-radius: 10px;
    color: #fff;
    padding: 12px 30px;
    min-width: 160px;
    font-size: 14px;
    transition: ease-in-out 0.2s;
    border: 1px solid;
}
.site-btn:hover {
    background: transparent;
    color: #45c7fe;
    border: 1px solid #45c7fe;
}
.site-btn.p-md {
    font-size: 18px;
}
.border-btn {
    background: transparent;
    color: #45c7fe;
    border: 1px solid #45c7fe;
}
.border-btn:hover {
    background: linear-gradient(96.4deg, #45c7fe -2.52%, #6c54fe 165%);
    color: #fff;
    border: 1px solid;
}
.white-btn {
    color: #4cb0fd;
    background: white;
    border: 1px solid white;
}
.white-btn:hover {
    background: #4cb0fd;
    color: white;
    border: 1px solid #4cb0fd;
}
.black-btn {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.black-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.purple-btn {
    background: #6e5cff;
    border: 1px solid #6e5cff;
    color: white;
}
.purple-btn:hover {
    background: white;
    border: 1px solid #6e5cff;
    color: #6e5cff;
}
.transparent-btn {
    background: 0 0;
    padding: 0;
    border: 0;
}
.navbar-toggler.transparent-btn {
    color: black;
}
.site-checkbox input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
.site-checkbox input[type="checkbox"] + label:before {
    border: 1px solid #8b8585;
    background-color: transparent;
    content: "\00a0";
    display: inline-block;
    font: 12px/1em sans-serif;
    height: 16px;
    margin: 0 5px 3.5px 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    border-radius: 3px;
    line-height: 14px;
    text-align: center;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.site-checkbox input[type="checkbox"]:checked + label:before {
    background: #45c7fe;
    color: #fff;
    content: "\2713";
    text-align: center;
    border-color: #45c7fe;
}
.site-checkbox input[type="checkbox"]:checked + label:after {
    font-weight: 700;
}
.site-checkbox input[type="checkbox"]:focus + label::before {
    outline: #3b99fc auto 5px;
}
/* ---------------------------------------------------
  INPUT STYLING
----------------------------------------------------- */
.site-input {
    background: #fff;
    border-radius: 5px;
    color: #333;
    width: 100%;
    border: 0;
    padding: 14px 20px;
    resize: none;
}
.site-input::placeholder {
    color: #999;
}
.grey-input {
    background: #f7f8f8;
}
/* ---------------------------------------------------
  PRELOADER
----------------------------------------------------- */
.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}
.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}
/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: black;
    height: 18em;
    margin: 0 auto 3.5em auto;
    width: 18em;
}
/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
    font: bold 4em "Circular Std Book";
    text-align: center;
    user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: black;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}
.ctn-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}
.ctn-preloader .loader-section.section-left {
    left: 0;
}
.ctn-preloader .loader-section.section-right {
    right: 0;
}
/* Efecto de fade en la animaciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸n de cargando */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}
/* Efecto de cortina */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.animation-preloader img {
    width: 155px;
    object-fit: contain;
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-45%);
}
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}
@keyframes letters-loading {
    0%,
    100%,
    75% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0);
    }
}
/* ---------------------------------------------------
  HEADER
----------------------------------------------------- */
header {
    position: absolute;
    width: 100%;
    z-index: 3;
    border-top: 8px solid #45c7fe;
}
header .navbar-nav a {
    color: black !important;
    font-size: 15px;
}
header .navbar-nav a:hover,
header .navbar-nav a.active {
    color: #45c7fe !important;
}
.site-logo {
    width: 185px;
    object-fit: contain;
}
/* ---------------------------------------------------
  BANNER
----------------------------------------------------- */
.banner {
    position: relative;
    min-height: 800px;
    text-align: center;
    padding: 150px 0 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../images/banner-top-left.png") no-repeat 0% 0%,
        url("../images/banner-top.png") no-repeat 100% 0%,
        url("../images/banner-right.png") no-repeat 100% 40%, #fff;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.banner-inner {
    position: relative;
    z-index: 1;
}
.banner-star-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
}
.banner-star-left {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    left: 60px;
}
.banner-search-wrapper {
    max-width: 690px;
    margin: 0 auto;
}
.banner-search-wrapper input {
    width: 100%;
    color: #999;
    background: #f7f8f8;
    border-radius: 10px;
    padding: 15px 160px 15px 50px;
    border: 0;
    font-size: 14px;
}
.banner-search-wrapper .left-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #aaabab;
    left: 20px;
}
.banner-search-wrapper input::placeholder {
    color: #aaabab;
}
.banner-search-wrapper select {
    position: absolute;
    top: 50%;
    right: 0;
    appearance: none;
    background: url("../images/select-arrow.png") no-repeat 92% 50%;
    border: 0;
    padding: 5px 30px 5px 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
    font-size: 14px;
    color: #6a6965;
}
.search-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.search-tags button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.09);
    color: #3a3a3a;
    font-size: 15px;
    transition: ease-in-out 0.2s;
}
.search-tags button:hover {
    background: #45c7fe;
    border: 1px solid #45c7fe;
    color: white;
}
.banner-carousel .owl-stage {
    transition-timing-function: linear !important;
}
.banner-card {
    background: #f7f8f8;
    border-radius: 5px;
    padding: 12px 12px 20px 12px;
}
.banner-card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.banner-card-inner a {
    font-size: 18px;
    font-family: "Averta", sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #3a3a3a;
}
.banner-card-inner a:hover {
    color: #45c7fe;
}
.banner-carousel .owl-stage .owl-item:nth-child(2n) {
    margin-top: 35px;
}
/* ---------------------------------------------------
  LAUNCH YOUR WEBSITE
----------------------------------------------------- */
.launch-your-website {
    padding: 90px 0;
    background: #e7e7fd;
    text-align: center;
    position: relative;
}
.launch-star {
    position: absolute;
    bottom: 30px;
    left: 10%;
    transform: translateX(-50%);
}
.launch-step-card {
    position: relative;
}
.launch-steps .col-md-4:not(:last-child) .launch-step-card::after {
    content: "";
    background: url("../images/step-arrow.png") no-repeat;
    background-size: contain;
    width: 168px;
    height: 16px;
    position: absolute;
    right: -101px;
    top: 35px;
}
.launch-step-icon {
    display: inline-block;
    position: relative;
}
.launch-step-icon::before {
    content: "";
    background: #45c7fe;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.launch-step-icon img {
    width: 95px;
    height: 81px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
/* ---------------------------------------------------
  FEATURED THEMES
----------------------------------------------------- */
.theme-wrapper {
    background: url("../images/theme-bg.png") no-repeat 100% 60%;
}
.featured-themes {
    padding: 70px 0;
}
.featured-theme-card {
    background: #f7f8f8;
    border-radius: 12px;
    transition: ease-in-out 0.3s;
}
.featured-theme-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}
.featured-theme-img {
    width: 100%;
    /* height: 290px; */
    aspect-ratio: 1.35/1;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}
.featured-theme-card-inner {
    padding: 25px 15px;
}
.add-to-cart-btn {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
    color: #707070;
    transition: ease-in-out 0.2s;
}
.add-to-cart-btn:hover {
    background: #3a67ff;
    border-color: #3a67ff;
    color: white;
}
/* ---------------------------------------------------
MIGRATE WEBSITE
----------------------------------------------------- */
.migrate-website {
    position: relative;
    background: url("../images/migrate-bg.png") no-repeat 0% 100%;
    background-size: contain;
}
.migrate-website h2 {
    font-size: 48px;
}
.migrate-arrow {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.migrate-star {
    position: absolute;
    right: 50px;
    top: -30px;
}
.migrate-website-inner {
    position: relative;
    z-index: 1;
}
/* ---------------------------------------------------
  SMART PLANS
----------------------------------------------------- */
.smart-plans {
    background: rgb(200, 206, 246, 0.19);
    padding: 70px 0;
    position: relative;
}
.smart-plan-star {
    position: absolute;
    top: -17px;
    left: 30px;
}
.plan-card {
    background: #ffffff;
    box-shadow: 0px 5.35469px 273.089px rgba(0, 0, 0, 0.03);
    padding: 50px 50px 0 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/* ---------------------------------------------------
  CHOOSE BLITZ
----------------------------------------------------- */
.choose-blitz {
    padding: 90px 0;
    background: url("../images/choose-blitz-bg.png") no-repeat 0% -200px;
    background-size: contain;
}
.launch-steps .col-md-4:nth-child(2n) .launch-step-icon::before,
.choose-cards .col-md-4:nth-child(2n) .launch-step-icon::before {
    background: #6e5cff;
    top: 30px;
}
.choose-cards .launch-step-icon img {
    width: 82px;
    height: 77px;
    object-fit: contain;
    object-position: center;
}
/* ---------------------------------------------------
  TESTIMONIALS
----------------------------------------------------- */
.testimonials {
    padding-bottom: 230px;
    text-align: center;
    position: relative;
    background: url("../images/testimonial-bg.png") no-repeat 100% -100px;
    background-size: contain;
}
.testimonial-star {
    position: absolute;
    left: 50px;
    top: 40%;
    transform: translateY(-50%);
}
.testimonial-inner {
    position: relative;
    z-index: 1;
}
.testimonial-carousel .item {
    padding: 50px 0;
}
.testimonial-card {
    padding: 50px 20px 30px 20px;
    background: #ffffff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 9px;
    transform: rotate(0.13deg);
}
.testimonial-carousel .slick-center .testimonial-card {
    transform: scale(1.2);
}
.testimonial-card-wrapper {
    padding: 60px 30px;
}
.testimonial-card-img-wrapper {
    padding: 8px 50px 4px 50px;
    border: 1px solid rgb(27, 27, 40, 0.08);
    border-radius: 13px;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fbfbfb;
}
.testimonial-card-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
}
.testimonial-card-img::after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: -3.5px;
    right: 3px;
    background: transparent;
    border-radius: 0 100% 100% 0 / 50%;
    border: 2px solid #2358e7;
    border-left: 0;
}
.testimonial-card-img img {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    object-position: center;
}
.testimonial-card-inner {
    opacity: 0.5;
}
.testimonial-carousel .slick-center .testimonial-card-inner {
    opacity: 1;
}
.testimonial-carousel .slick-dots li button,
.testimonial-carousel .slick-dots li {
    width: 12px;
    height: 12px;
    padding: 0;
}
.testimonial-carousel .slick-dots li.slick-active button,
.testimonial-carousel .slick-dots li.slick-active {
    width: 23px;
    height: 12px;
}
.testimonial-carousel .slick-dots li button:before {
    content: "";
    background: #3a67ff;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.testimonial-carousel .slick-dots li.slick-active button:before {
    width: 23px;
    height: 9px;
    border-radius: 12px;
    background: #002140;
    margin-top: 1.1px;
}
/* ---------------------------------------------------
  FOOTER
----------------------------------------------------- */
.footer-card {
    background: #ffffff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
    border-radius: 9px;
    padding: 50px;
    text-align: center;
    margin-top: -160px;
    position: relative;
}
.footer-star {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.footer-card-inner {
    position: relative;
    z-index: 1;
}
.footer-card h2 {
    font-size: 45px;
    letter-spacing: -2px;
}
footer {
    background: rgb(200, 206, 246, 0.19);
}
footer ul {
    padding-left: 0 !important;
    list-style: none;
}
.footer-inner a {
    color: #646464;
}
.footer-inner a:hover {
    color: #6e5cff;
}
footer h2 {
    font-size: 44px;
}
.newsletter-wrapper {
    position: relative;
}
.newsletter-wrapper input.site-input {
    padding-right: 130px;
    font-size: 14px;
    border-radius: 10px;
}
.newsletter-wrapper input.site-input::placeholder {
    color: #b5b5b5;
}
.newsletter-wrapper .site-btn {
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    min-width: 0;
}
.footer-line {
    background: #ebebeb;
    border: 1px solid #d8d6d6;
}
.copyright-wrapper {
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
}
/* ---------------------------------------------------
  INNER PAGES
----------------------------------------------------- */
.inner-banner {
    min-height: 400px !important;
    background: url(../images/banner-top-left.png) no-repeat 0% 0%,
        url(../images/banner-top.png) no-repeat 100% 0%,
        url(../images/banner-right.png) no-repeat 100% 40% / 100px 70px, #fff;
}
.inner-banner-star-left {
    top: 50%;
}
.filter-card {
    background: #ffffff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 20px 10px;
}
.filter-card-header {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.filter-card-inner .accordion-item {
    border: 0 !important;
}
.filter-card-inner .accordion-header {
    border: 0 !important;
}
.filter-card-inner .accordion-button {
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
    color: black !important;
    font-size: 18px !important;
}
.filter-card-inner .accordion-button::after {
    background-image: url("../images/caret-down.png") !important;
    /* transform: none !important; */
    width: 12px !important;
    height: 7px;
    background-size: contain !important;
    margin-top: 1.6px;
}
.filter-card-inner .accordion-body {
    background: #f7f8f8;
    border-radius: 10px;
    margin-top: 10px;
}
.wordpress-themes {
    padding-bottom: 150px;
}
.pagination .page-link {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    color: #333;
    border: 1px solid transparent;
    background: transparent !important;
    font-weight: 700;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border: 1px solid #e4e4e4;
}
.pagination li.active .page-link,
.pagination .page-link:hover {
    background: #6e5cff !important;
    color: white;
    border: 1px solid #6e5cff;
}
.pb-150 {
    padding-bottom: 150px !important;
}
.about-choose-blitz {
    background: transparent;
}
.request-theme-card {
    background: #ffffff;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.06);
    border-radius: 7px;
    padding: 40px 30px;
}
#msform {
    position: relative;
}
#progressbar {
    margin-bottom: 30px;
    counter-reset: step;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
#progressbar li {
    list-style-type: none;
    position: relative;
    padding: 0;
    border-bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}
#progressbar li h3 {
    font-size: 18px;
}
.step-counter {
    width: 21px;
    height: 21px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #d3d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#progressbar li.active .step-counter {
    background: black;
    color: white !important;
}
#progressbar li {
    color: #c6c6c6 !important;
}
#progressbar li.active {
    color: #000000 !important;
}
#progressbar li.active i {
    opacity: 1;
}
#progressbar li:after {
    content: ">";
    position: absolute;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    color: #c6c6c6;
}

#progressbar li:first-child:after {
    content: none;
}

fieldset {
    position: relative !important;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}
#progressbar li.active::after {
    color: #000000 !important;
    background: transparent !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    background: transparent;
    border: 0;
}
.custom-radio .form-check-input:checked[type="radio"] {
    filter: contrast(0.5);
}
.custom-radio .form-check-input:checked {
    background-color: transparent;
    border-color: rgb(0 0 0 / 17%);
}
.iti {
    display: block;
}
.underline {
    text-decoration: underline !important;
}
.auth-bg {
    min-height: calc(100vh - 56px) !important;
    padding-bottom: 200px;
}
.login-left {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    max-width: 625px;
}
.login-left::before {
    content: "";
    background: url("../images/login-spiral.png") no-repeat;
    background-size: contain;
    max-width: 500px;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -40px;
    right: -20px;
}
.login-img-1 {
    width: 60%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
    aspect-ratio: 1.35/1;
    height: 225px;
    position: relative;
    z-index: 1;
}
.login-img-2 {
    position: absolute;
    right: 30px;
    width: 60%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
    top: 0;
    aspect-ratio: 1.35/1;
    height: 225px;
    z-index: 1;
}
.login-img-3 {
    position: absolute;
    right: 0;
    width: 60%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
    bottom: 0;
    aspect-ratio: 1.35/1;
    height: 225px;
    z-index: 1;
}
.right-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: rgb(0, 0, 0, 0.69);
}
.auth-inner {
    position: relative;
    z-index: 1;
}
.bg-modal {
    max-width: 566px;
}
.site-modal {
    position: relative;
    padding: 30px;
    border: 0 !important;
    background: #ffffff;
    box-shadow: 0px 4px 114px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    padding: 0;
    border: 0;
}
.modal {
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(10px);
}
.cursor-pointer {
    cursor: pointer;
}
.register-img {
    position: relative;
}
.register-img,
.register-img img {
    width: 122px;
    height: 122px;
    border-radius: 100%;
}
.register-img img {
    object-fit: cover;
    object-position: center;
}
.noti-canvas {
    width: 100% !important;
    max-width: 800px !important;
}
.noti-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.noti-tag {
    align-items: center;
    background: #000;
    border-radius: 100%;
    color: #fff !important;
    display: flex;
    font-size: 10px;
    height: 17px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
}
.user-header-dropdown .dropdown-menu {
    min-width: 221px;
    padding: 20px;
    text-align: center;
}
.header-user-icon {
    width: 22px;
}
.dropdown-menu {
    background: white;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}
.dropdown-menu a.dropdown-item {
    color: #646464 !important;
}
.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:focus,
.dropdown-menu a.dropdown-item:active {
    background: #45c7fe !important;
    color: white !important;
}
.theme-packages .plan-card {
    background: #f5f6fe;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 273px rgba(0, 0, 0, 0.03);
}
.pricing-table table,
.packages-table table,
.checkout-plan-table {
    white-space: nowrap;
}
.pricing-table tbody td,
.packages-table tbody td {
    width: 25%;
    vertical-align: middle;
    padding: 40px 0;
}
.pricing-table tbody tr td:not(:first-child),
.packages-table tbody tr td:not(:first-child) {
    text-align: center;
}
.pricing-table tbody tr td:nth-child(3),
.packages-table tbody tr td:nth-child(3) {
    background: #f1f3ff;
}
.pricing-table tbody tr td:nth-child(4),
.packages-table tbody tr td:nth-child(4) {
    background: #6c54fe;
    color: white;
}
.packages-top tr,
.packages-top td {
    border: 0;
}
.packages-top {
    position: sticky;
    top: 0;
    transition: ease-in-out 0.2s;
}
.form-check.form-switch input[type="checkbox"] {
    visibility: visible;
    display: block;
}
.form-check.form-switch label::before {
    display: none;
}
.form-check-input:checked {
    background-color: #6e5cff;
    border-color: #6e5cff;
}
.checkbox-buttons label {
    background: #ffffff !important;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.06) !important;
    border-radius: 7px !important;
    border: 1px solid white !important;
    color: #070707 !important;
    padding: 12px 35px !important;
}
.checkbox-buttons .btn-check:checked + .btn,
.checkbox-buttons .btn.active,
.checkbox-buttons .btn.show,
.checkbox-buttons .btn:first-child:active,
.checkbox-buttons :not(.btn-check) + .btn:active {
    border: 1px solid #6e5cff !important;
    background: #6e5cff !important;
    color: white !important;
}
.checkout-plan-table table {
    border-collapse: separate;
    border-spacing: 20px 0;
}
.checkout-plan-table tbody tr td:nth-child(2),
.checkout-plan-table tbody tr td:nth-child(3) {
    background: #f7f8f8;
    text-align: center;
}
.checkout-plan-table tbody td {
    width: 25%;
    vertical-align: middle;
    padding: 40px 20px;
}
.checkout-plan-table button.transparent-btn.underline {
    transition: ease-in-out 0.2s;
}
.checkout-plan-table button.transparent-btn.underline:hover {
    color: #45c7fe;
}
.site-table table {
    white-space: nowrap;
    border-spacing: 0 10px;
    border-collapse: separate;
}
.site-table thead th {
    color: #3a3a3a;
    font-size: 17px;
    background: transparent;
    border: 0;
    padding: 0 15px;
}
.site-table tbody td {
    color: #646464;
    font-size: 15px;
    background: #f7f8f8;
    border: 0;
    padding: 15px;
}
.site-table tbody td:first-child {
    border-radius: 5px 0 0 5px;
}
.site-table tbody td:last-child {
    border-radius: 0 5px 5px 0;
}
.active-text {
    color: #00d27a !important;
}
.expired-text {
    color: #ff0000 !important;
}
.search-barr {
    max-width: 388px;
    position: relative;
}
.left-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #aaabab;
}
.search-barr input {
    background: #f7f8f8;
    color: #646464;
}
.search-barr input::placeholder {
    color: #aaabab;
}
.filter-btn {
    width: 45px;
    height: 45px;
    background: linear-gradient(96.4deg, #45c7fe -2.52%, #6c54fe 165%);
    border-radius: 50px;
    color: white;
    border: 1px solid;
    transition: ease-in-out 0.2s;
}
.filter-btn:hover {
    background: transparent;
    color: #45c7fe;
    border: 1px solid #45c7fe;
}
.filter-dropdown .dropdown-menu {
    min-width: 290px;
    padding: 20px 20px 30px;
}
.theme-pills .nav-link {
    background: transparent !important;
    color: #c6c6c6 !important;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 5px;
}
.theme-pills .nav-link.active {
    color: #000000 !important;
}
.theme-pills .nav-link.active .step-counter {
    background: #000000 !important;
    color: #fff !important;
}
.theme-grey-card {
    background: #f7f8f8;
    padding: 30px;
    border-radius: 5px;
}
.industry-tag {
    background: rgba(110, 92, 255, 0.14);
    border: 1px solid #6e5cff;
    border-radius: 8px;
    padding: 5px 15px;
    color: #6e5cff;
}
.mnw-0 {
    min-width: 0;
}
.notification-card {
    opacity: 0.67;
}
.notification-card.unread-card {
    opacity: 1;
}
.notification-count {
    background: #6e5cff;
    width: 16px;
    height: 16px;
    color: white;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -5px;
    border-radius: 100%;
}
.footer-card {
    z-index: 0;
}
.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: transparent;
    font-size: 25px;
    border: 1px solid #45c7fe;
    color: #45c7fe;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.social-icon:hover {
    background: #45c7fe;
    border: 1px solid #45c7fe;
    color: white;
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow-y: auto !important;
}

.cursor_pointer {
    cursor: pointer;
}
.checkout-plan-table tbody td{
    padding: 25px 20px;
}
.checkout-plan-table .p-lg{font-size: 20px;}
.subscription-details-card{
    position: sticky;
    top: 0;
}
.register-auth-left{
    position: sticky;
    top: 0;
}