@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800;900&display=swap");
* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
    padding: 0;
    margin: 0;
}

select:focus-within,
textarea:focus-within,
input:focus-within,
.form-control:focus-within,
button:focus-within {
    box-shadow: none !important;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

hr {
    border: none;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

h1,
h2 {
    font-size: 3.5rem;
    line-height: 130%;
}

h3,
h4 {
    font-size: 2.6rem;
    line-height: 120%;
}

h5,
h6 {
    font-size: 2rem;
    line-height: 120%;
}

p {
    font-size: 1rem;
    line-height: 120%;
}

body {
    background-color: #ffffff;
    font-family: "Lexend", sans-serif;
}

/* header css start */

.header-section {
    padding-top: 1rem;
}

.header-section .navbar-nav .nav-item .nav-link {
    font-size: 0.88rem;
    font-weight: 400;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin: 0 1rem;
    transition: all linear 0.3s;
    position: relative;
}

.header-section .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    content: "";
    left: 12%;
    bottom: 0.2rem;
    width: 0%;
    height: 2px;
    background: #4747FF;
    transition: all linear 0.3s;
}

.header-section .navbar-nav .nav-item .nav-link:hover {
    color: #4747FF;
}

.header-section .navbar-nav .nav-item .nav-link:hover:before {
    width: 76%;
}

.header-section .navbar-nav .nav-item .nav-link.active {
    color: #4747FF;
}

.header-section .navbar-nav .nav-item .nav-link.active:before {
    width: 76%;
}

.header-section .d-flex {
    align-items: center;
}

.header-section .d-flex a:first-child {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4747FF;
    line-height: 140%;
    background: transparent;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
    margin-right: 1rem;
}

.header-section .d-flex a:last-child {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    background: #4747FF;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
    display: inline-flex;
    align-items: center;
}

.header-section .d-flex a:last-child .img-fluid {
    margin-left: 0.6rem;
}

.header-section .d-flex a:last-child:hover {
    background: #333365;
}

.home-header .navbar-nav .nav-item .nav-link {
    color: #fff;
}

.home-header .navbar-nav .nav-item .nav-link:before {
    background: #fff;
}

.home-header .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.home-header .navbar-nav .nav-item .nav-link:hover:before {
    width: 76%;
}

.home-header .navbar-nav .nav-item .nav-link.active {
    color: #fff;
}

.home-header .d-flex {
    align-items: center;
}

.home-header .d-flex a:first-child {
    color: #fff;
}

.home-header .d-flex a:last-child {
    background: #fff;
    color: #4747FF;
}

.home-header .d-flex a:last-child:hover {
    color: #fff;
}

/* header css end */

/* hero css start */

.hero-section {
    background-image: url("../img/landing/all-hero-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 45rem;
}

.hero-txt-wrap {
    text-align: center;
    padding: 2.5rem 0;
}

.hero-txt-wrap h6 {
    background: rgba(255, 255, 255, 0.1);
    font-size: 1rem;
    font-weight: 400;
    color: rgba(4, 5, 3, 0.75);
    letter-spacing: -0.02em;
    line-height: 140%;
    color: #fff;
    border-radius: 0.8rem;
    display: inline-block;
    padding: 12px 20px;
}

.hero-txt-wrap h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin: 1rem 0;
}

.hero-txt-wrap h1 span {
    color: #FF7800;
    border-bottom: 0.26rem solid #FF7800;
}

.hero-txt-wrap p {
    font-size: 1.16rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
    opacity: 0.75;
}

.hero-txt-wrap .hero_btn {
    margin-top: 2rem;
}

.hero-txt-wrap .hero_btn a {
    font-size: 1.22rem;
    font-weight: 500;
    color: #4747FF;
    line-height: 140%;
    background: #fff;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
    padding: 0.8rem 2rem;
}

.hero-txt-wrap .hero_btn a:hover {
    background: #333365;
    color: #fff;
}

.hero-txt-wrap .hero_btn a i {
    margin-left: 0.4rem;
}

/* hero css end */

.common-heading {
    margin-bottom: 2rem;
}

.common-heading h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
}

.common-heading h2 span {
    color: #4747FF;
}

.common-heading p {
    font-size: 1rem;
    font-weight: 400;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
    opacity: 0.5;
}

.pa-y4 {
    padding: 4rem 0;
}

.how-to-box-wrap {
    transition: all linear 0.3s;
    border-radius: 1.25rem;
    padding: 2rem;
    height: 100%;
}

.how-to-box-wrap h6 {
    font-size: 1rem;
    font-weight: 500;
    color: #4747FF;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-top: 0.4rem;
}

.how-to-box-wrap h4 {
    font-size: 1.375rem;
    font-weight: 500;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin: 0.3rem 0;
}

.how-to-box-wrap p {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(4, 5, 3, 0.75);
    letter-spacing: -0.02em;
    line-height: 140%;
}

.how-to-box-wrap:hover {
    background: rgba(71, 71, 255, 0.1);
}

.pricing-section {
    background: #4747FF;
}

.pricing-box-wrap {
    background: rgba(255, 255, 255, 0.25);
    padding: 2rem 1.5rem;
    border-radius: 0.62rem;
}

.pricing-box-wrap a {
    display: inline-block;
}

.pricing-box-wrap a.flag-bttn {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    margin-left: 1rem;
    padding-left: 1rem;
}

.pricing-box-wrap table {
    width: 100%;
    margin-top: 1rem;
}

.pricing-box-wrap table tr td {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-box-wrap table tr td:last-child {
    font-size: 2.2rem;
    text-align: right;
}

.pricing-box-wrap table tr td:last-child span {
    font-size: 1rem;
}

.pricing-box-wrap table tr:last-child td {
    border-bottom: 0px;
    padding-bottom: 0;
}

.pricing-more-box {
    text-align: center;
    margin-top: 3rem;
}

.pricing-more-box .d-flex {
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pricing-more-box .d-flex h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-right: 1rem;
}

.pricing-more-box .d-flex a {
    font-size: 1.22rem;
    font-weight: 500;
    color: #4747FF;
    line-height: 140%;
    background: #fff;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
    padding: 0.8rem 2rem;
}

.pricing-more-box .d-flex a:hover {
    background: #333365;
    color: #fff;
}

.pricing-more-box .d-flex a i {
    margin-left: 0.4rem;
}

.pricing-more-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-more-box ul li span {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-right: 0.6rem;
}

.pricing-more-box ul li a {
    display: block;
}

.pricing-more-box ul li a img {
    margin-left: 0.6rem;
}

.faq-ask-wrap h6 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-bottom: 1rem;
}

.faq-ask-wrap .accordion .accordion-body {
    padding: 0;
    background: transparent !important;
}

.faq-ask-wrap .accordion .accordion-item {
    border: none;
    padding: 1.2rem 2rem;
    border-radius: 0.625rem;
    background-color: rgba(71, 71, 255, 0.02);
    margin-bottom: 1rem;
}

.faq-ask-wrap .accordion .accordion-item button {
    font-size: 1rem;
    font-weight: 500;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
    background-color: transparent;
    padding: 0;
}

.faq-ask-wrap .accordion .accordion-item p {
    font-size: 0.94rem;
    font-weight: 400;
    color: rgba(4, 5, 3, 0.75);
    letter-spacing: -0.02em;
    line-height: 140%;
    width: 96%;
    margin-top: 1.2rem;
}

.accordion-button::after {
    flex-shrink: 0;
    content: "^";
    background-image: none;
    transition: all linear 0.3s;
    font-size: 26px;
    color: #333365;
    transform: rotate(180deg);
}

.faq-ask-wrap .accordion-item.border-custom {
    border: 1px solid rgba(71, 71, 255, 0.25) !important;
}

.faq-ask-wrap .accordion-item.border-custom button {
    color: #4747FF;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
}

.faq-more {
    margin-top: 2rem;
    text-align: center;
}

.faq-more p {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
}

.faq-more p a {
    color: #4747FF;
}

/* faq css end */

/* feedback css start */

.feedback-wrap {
    margin-top: 2rem;
    border: 1px solid gba(71, 71, 255, 0.25);
    padding: 1.4rem;
    border-radius: 0.95rem;
    background-color: rgba(71, 71, 255, 0.05);
}

.feedback-wrap p {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(4, 5, 3, 0.75);
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-top: 0.6rem;
}

.feedback-wrap .media {
    align-items: center;
    margin-top: 1.2rem;
}

.feedback-wrap .media .media-body h5 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
}

.feedback-wrap .media .media-body h6 {
    font-size: 0.9rem;
    font-weight: 400;
    color: #4747FF;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-top: 0.2rem;
}

.feedback-wrap .media ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(58, 191, 124, 0.1);
    display: inline-flex;
    border-radius: 3rem;
    padding: 0.4rem 1.2rem;
}

.feedback-wrap .media ul li i {
    color: #3ABF7C;
    margin: 0 0.3rem;
    font-size: 1.2rem;
}

/* feedback css end */

.get-start-section .get-start-bg {
    background-image: url("../img/landing/get-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #4444A0;
    padding: 2rem;
    border-radius: 1rem;
}

.get-start-section .get-start-txt {
    text-align: center;
}

.get-start-section .get-start-txt h6 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
}

.get-start-section .get-start-txt h2 {
    font-size: 2.75rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin: 0.1rem 0;
}

.get-start-section .get-start-txt p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-bottom: 1.2rem;
}

.get-start-section .get-start-txt a {
    font-size: 1rem;
    font-weight: 500;
    color: #333365;
    line-height: 140%;
    background: #fff;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
}

/* footer css start */

.footer-section {
    padding-top: 3.2rem;
    padding-bottom: 2rem;
    background: #333365;
    margin-top: -2rem;
}

.footer-section .footer-center-txt,
.footer-section .ftr-social,
.footer-section .footer-left-txt {
    text-align: center;
    margin: 1.8rem 0;
}

.footer-left-txt ul li {
    display: inline-block;
}

.footer-left-txt a {
    font-size: 0.94rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
    display: block;
    margin: 0 1rem;
}

.ftr-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-social ul li a {
    color: #fff;
    display: block;
    margin: 0 1rem;
    font-size: 1.3rem;
}

.footer-copy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copy p {
    font-size: 0.95rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 140%;
    opacity: 0.5;
    text-align: center;
}

/* footer css end */

.main-pricing-section .common-heading h5 {
    background: rgba(71, 71, 255, 0.1);
    border-radius: 0.625rem;
    font-size: 1rem;
    font-weight: 500;
    color: #4747FF;
    letter-spacing: -0.02em;
    line-height: 140%;
    display: inline-block;
    padding: 0.4rem 2rem;
    margin-bottom: 0.6rem;
}

.main-pricing-section .common-heading h2 {
    font-size: 2.6rem;
}

.main-pricing-section .common-heading p {
    color: rgba(4, 5, 3, 0.75);
    opacity: 1;
}

.main-pricing-section .pricing-box-wrap {
    background: rgba(71, 71, 255, 0.1);
}

.main-pricing-section .pricing-box-wrap table tr td {
    color: #333365;
    border-color: rgba(71, 71, 255, 0.2);
}

.main-pricing-section .pricing-more-box .d-flex a {
    background: #4747FF;
    color: #fff;
}

/* tos css start */

.tos-main-box p {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(4, 5, 3, 0.75);
    letter-spacing: -0.02em;
    line-height: 140%;
    opacity: 0.6;
    margin-top: 1rem;
}

.tos-main-box h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.tos-main-box ul {
    margin-left: 1rem;
}

.tos-main-box ul li {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(4, 5, 3, 0.75);
    letter-spacing: -0.02em;
    line-height: 140%;
    opacity: 0.6;
    padding-bottom: 0.4rem;
}

.tos-main-box ul li .media {
    align-items: flex-start;
}

.tos-main-box ul li .media .fa-circle {
    font-size: 6px;
    margin-right: 8px;
    display: inline-block;
    margin-top: 12px;
    opacity: 1;
}

.error-main-txt {
    text-align: center;
}

.error-main-txt h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin: 0.5rem 0;
}

.error-main-txt p {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(4, 5, 3, 0.75);
    letter-spacing: -0.02em;
    line-height: 140%;
    margin-bottom: 1rem;
}

.error-main-txt img {
    display: inline-block;
}

.error-main-txt a {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    background: #4747FF;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
}

.error-main-txt a:hover {
    background: #333365;
}

/* tos css end */

.contact-box-wrap {
    background: rgba(140, 158, 255, 0.1);
    border-radius: 0.625rem;
    padding: 2rem;
}

.contact-box-wrap h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333365;
    letter-spacing: -0.02em;
    line-height: 140%;
    margin: 0.4rem 0;
}

.contact-box-wrap p {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(4, 5, 3, 0.75);
    letter-spacing: -0.02em;
    line-height: 140%;
}

.contact-box-wrap a {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    background: #4747FF;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
    background: #8C9EFF;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.contact-box-wrap a:hover {
    opacity: 0.7;
}

.contact-box-wrap-2 {
    background: rgba(42, 171, 238, 0.1);
}

.contact-box-wrap-2 a {
    background: #2AABEE;
}

.contact-box-wrap-3 {
    background: rgba(58, 191, 124, 0.1);
}

.contact-box-wrap-3 a {
    background: #3ABF7C;
}

@media (min-width: 320px) and (max-width: 575px) {
    .header-section .navbar-toggler {
        background: #4747FF;
        padding: 0.5rem 0.6rem;
    }
    .header-section .navbar-toggler i {
        color: #fff;
    }
    .header-section .navbar-nav .nav-item .nav-link {
        text-align: center;
    }
    .header-section .d-flex {
        flex-direction: column;
    }
    .header-section .d-flex a:last-child,
    .header-section .d-flex a:first-child {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    br {
        display: none;
    }
    .common-heading {
        margin-bottom: 1.2rem;
    }
    .common-heading h2 {
        font-size: 1.5rem !important;
    }
    .common-heading p {
        font-size: 0.9rem !important;
    }
    .faq-ask-wrap .accordion .accordion-item {
        padding: 1rem;
    }
    .faq-ask-wrap .accordion .accordion-item button {
        font-size: 0.9rem;
    }
    .get-start-section .get-start-bg {
        padding: 1rem;
    }
    .hero-txt-wrap {
        text-align: center;
        padding: 2.5rem 0;
    }
    .hero-txt-wrap h6 {
        font-size: 0.9rem;
    }
    .hero-txt-wrap h1 {
        font-size: 1.6rem;
    }
    .hero-txt-wrap p {
        font-size: 0.9rem;
    }
    .hero-txt-wrap .hero_btn a {
        padding: 0.8rem 1.5rem !important;
        font-size: 1rem;
    }
    .header-section.home-header .navbar-toggler {
        background: #fff;
    }
    .header-section.home-header .navbar-toggler i {
        color: #4747FF;
    }
    .pricing-box-wrap {
        margin-bottom: 1rem;
    }
    .pricing-more-box {
        margin-top: 2rem;
    }
    .pricing-more-box .d-flex {
        flex-direction: column;
    }
    .pricing-more-box .d-flex h5 {
        margin-right: 0;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .pricing-more-box .d-flex a {
        padding: 0.8rem 1.8rem;
        font-size: 1rem;
    }
    .feedback-wrap .media {
        flex-direction: column;
        align-items: flex-start;
    }
    .feedback-wrap .media ul {
        margin-top: 1rem;
    }
    .pricing-box-wrap table tr td {
        font-size: 1.2rem !important;
    }
    .pricing-box-wrap table tr td span {
        font-size: 0.8rem !important;
    }
    .how-to-box-wrap {
        padding: 1rem;
    }
    .main-pricing-section .common-heading h5,
    .how-to-box-wrap p {
        font-size: 0.85rem;
    }
    .contact-box-wrap {
        margin-bottom: 1rem;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .header-section .navbar-toggler {
        background: #4747FF;
        padding: 0.5rem 0.6rem;
    }
    .header-section .navbar-toggler i {
        color: #fff;
    }
    .header-section .navbar-nav .nav-item .nav-link {
        text-align: center;
    }
    .header-section .d-flex {
        flex-direction: column;
    }
    .header-section .d-flex a:last-child,
    .header-section .d-flex a:first-child {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    br {
        display: none;
    }
    .common-heading {
        margin-bottom: 1.2rem;
    }
    .common-heading h2 {
        font-size: 1.5rem !important;
    }
    .common-heading p {
        font-size: 0.9rem !important;
    }
    .faq-ask-wrap .accordion .accordion-item {
        padding: 1rem;
    }
    .faq-ask-wrap .accordion .accordion-item button {
        font-size: 0.9rem;
    }
    .get-start-section .get-start-bg {
        padding: 1rem;
    }
    .hero-txt-wrap {
        text-align: center;
        padding: 2.5rem 0;
    }
    .hero-txt-wrap h6 {
        font-size: 0.9rem;
    }
    .hero-txt-wrap h1 {
        font-size: 1.6rem;
    }
    .hero-txt-wrap p {
        font-size: 0.9rem;
    }
    .hero-txt-wrap .hero_btn a {
        padding: 0.8rem 1.5rem !important;
        font-size: 1rem;
    }
    .header-section.home-header .navbar-toggler {
        background: #fff;
    }
    .header-section.home-header .navbar-toggler i {
        color: #4747FF;
    }
    .pricing-box-wrap {
        margin-bottom: 1rem;
    }
    .pricing-more-box {
        margin-top: 2rem;
    }
    .pricing-more-box .d-flex {
        flex-direction: column;
    }
    .pricing-more-box .d-flex h5 {
        margin-right: 0;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .pricing-more-box .d-flex a {
        padding: 0.8rem 1.8rem;
        font-size: 1rem;
    }
    .feedback-wrap .media {
        flex-direction: column;
        align-items: flex-start;
    }
    .feedback-wrap .media ul {
        margin-top: 1rem;
    }
    .pricing-box-wrap table tr td {
        font-size: 1.2rem !important;
    }
    .pricing-box-wrap table tr td span {
        font-size: 0.8rem !important;
    }
    .how-to-box-wrap {
        padding: 1rem;
    }
    .main-pricing-section .common-heading h5,
    .how-to-box-wrap p {
        font-size: 0.85rem;
    }
    .contact-box-wrap {
        margin-bottom: 1rem;
    }
}



/* snow css */

.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	z-index: 0;
	background: radial-gradient(
		circle,
		rgb(126, 223, 255) 0%,
		rgba(71, 196, 255, 1) 68%,
		rgba(0, 110, 239, 1) 100%
	);
}

.loader-icon-1 {
	font-size: 80px;
	color: rgb(200, 241, 255, 0.8);
	text-shadow: 1px 1px 1px rgba(71, 196, 255, 1), -1px -1px 1px white;
	animation: snow-loader 0.5s 9 linear alternate-reverse forwards,
		snow-loader-zoom 5s forwards;
	animation-delay: 0s, 4.5s;
}

@keyframes snow-loader {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(90deg);
	}
}

@keyframes snow-loader-zoom {
	from {
		transform: scale(1, 1) rotateZ(0deg);
		color: rgb(200, 241, 255, 0.8);
	}

	to {
		color: #123;
		transform: scale(200, 200) rotateZ(360deg);
	}
}

.loader-text {
	font-size: 25px;
	color: rgb(200, 241, 255);
}

.main {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(#123, #111); */
	opacity: 0;
	animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
	/* animation-delay: 7s, 8s; */
    pointer-events: none;
}

@keyframes main-loadup {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes main-loadup-bg {
	from {
		background-size: 100% 100%;
		background-position: 0% 0%;
	}

	to {
		background-size: 400% 400%;
		background-position: 0% 100%;
	}
}

.initial-snow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.initial-snow > * {
	font-size: 50px;
	color: white;
	position: absolute;
	top: -5vh;
}

@keyframes snowfall {
	0% {
		transform: translate3d(var(--left-ini), 0, 0);
	}

	100% {
		transform: translate3d(var(--left-end), 110vh, 0);
	}
}

.snow:nth-child(2n) {
	filter: blur(1px);
	font-size: 40px;
}

.snow:nth-child(6n) {
	filter: blur(2px);
	font-size: 30px;
}

.snow:nth-child(10n) {
	filter: blur(5px);
	font-size: 30px;
}

.snow:nth-child(1) {
	--size: 0.8vw;
	--left-ini: 0vw;
	--left-end: -1vw;
	left: 70vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(2) {
	--size: 0.2vw;
	--left-ini: -7vw;
	--left-end: 10vw;
	left: 65vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(3) {
	--size: 1vw;
	--left-ini: 6vw;
	--left-end: 6vw;
	left: 1vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(4) {
	--size: 0.2vw;
	--left-ini: -3vw;
	--left-end: 9vw;
	left: 88vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(5) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -9vw;
	left: 74vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(6) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: 1vw;
	left: 35vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(7) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 27vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(8) {
	--size: 1vw;
	--left-ini: -9vw;
	--left-end: -2vw;
	left: 69vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(9) {
	--size: 0.2vw;
	--left-ini: -1vw;
	--left-end: -5vw;
	left: 84vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(10) {
	--size: 0.2vw;
	--left-ini: 7vw;
	--left-end: -9vw;
	left: 82vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(11) {
	--size: 0.6vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 48vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(12) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: 6vw;
	left: 39vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(13) {
	--size: 0.2vw;
	--left-ini: 6vw;
	--left-end: 5vw;
	left: 3vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(14) {
	--size: 0.8vw;
	--left-ini: -5vw;
	--left-end: -2vw;
	left: 49vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(15) {
	--size: 0.6vw;
	--left-ini: 10vw;
	--left-end: 4vw;
	left: 77vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(16) {
	--size: 0.8vw;
	--left-ini: -3vw;
	--left-end: 1vw;
	left: 86vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(17) {
	--size: 1vw;
	--left-ini: 6vw;
	--left-end: -7vw;
	left: 18vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(18) {
	--size: 1vw;
	--left-ini: -9vw;
	--left-end: 4vw;
	left: 64vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(19) {
	--size: 1vw;
	--left-ini: 2vw;
	--left-end: -7vw;
	left: 52vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(20) {
	--size: 0.4vw;
	--left-ini: 0vw;
	--left-end: 8vw;
	left: 5vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(21) {
	--size: 0.6vw;
	--left-ini: -9vw;
	--left-end: -2vw;
	left: 10vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(22) {
	--size: 0.8vw;
	--left-ini: -3vw;
	--left-end: -8vw;
	left: 54vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(23) {
	--size: 0.6vw;
	--left-ini: -7vw;
	--left-end: -8vw;
	left: 20vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(24) {
	--size: 0.4vw;
	--left-ini: 10vw;
	--left-end: -4vw;
	left: 68vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(25) {
	--size: 1vw;
	--left-ini: 3vw;
	--left-end: 5vw;
	left: 90vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(26) {
	--size: 1vw;
	--left-ini: -7vw;
	--left-end: 5vw;
	left: 71vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(27) {
	--size: 0.6vw;
	--left-ini: 9vw;
	--left-end: 4vw;
	left: 2vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(28) {
	--size: 1vw;
	--left-ini: -5vw;
	--left-end: 3vw;
	left: 23vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(29) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 39vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(30) {
	--size: 0.6vw;
	--left-ini: -9vw;
	--left-end: -5vw;
	left: 76vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(31) {
	--size: 0.4vw;
	--left-ini: -5vw;
	--left-end: 3vw;
	left: 14vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(32) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: -1vw;
	left: 86vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(33) {
	--size: 0.4vw;
	--left-ini: -3vw;
	--left-end: 10vw;
	left: 66vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(34) {
	--size: 1vw;
	--left-ini: -3vw;
	--left-end: 6vw;
	left: 75vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(35) {
	--size: 1vw;
	--left-ini: -6vw;
	--left-end: 7vw;
	left: 22vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(36) {
	--size: 1vw;
	--left-ini: 3vw;
	--left-end: 4vw;
	left: 10vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(37) {
	--size: 0.6vw;
	--left-ini: 2vw;
	--left-end: 10vw;
	left: 95vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(38) {
	--size: 0.8vw;
	--left-ini: 5vw;
	--left-end: 8vw;
	left: 34vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(39) {
	--size: 0.8vw;
	--left-ini: 4vw;
	--left-end: 0vw;
	left: 80vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(40) {
	--size: 0.8vw;
	--left-ini: 1vw;
	--left-end: -7vw;
	left: 45vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(41) {
	--size: 0.2vw;
	--left-ini: 9vw;
	--left-end: 10vw;
	left: 82vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(42) {
	--size: 1vw;
	--left-ini: 9vw;
	--left-end: -9vw;
	left: 22vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(43) {
	--size: 0.6vw;
	--left-ini: 5vw;
	--left-end: 8vw;
	left: 66vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(44) {
	--size: 0.6vw;
	--left-ini: -5vw;
	--left-end: -2vw;
	left: 75vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(45) {
	--size: 0.2vw;
	--left-ini: 0vw;
	--left-end: 3vw;
	left: 2vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(46) {
	--size: 0.2vw;
	--left-ini: 8vw;
	--left-end: -3vw;
	left: 94vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(47) {
	--size: 0.6vw;
	--left-ini: -6vw;
	--left-end: -9vw;
	left: 95vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(48) {
	--size: 0.2vw;
	--left-ini: -5vw;
	--left-end: 6vw;
	left: 34vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(49) {
	--size: 0.8vw;
	--left-ini: 4vw;
	--left-end: 8vw;
	left: 22vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(50) {
	--size: 0.2vw;
	--left-ini: -4vw;
	--left-end: 4vw;
	left: 100vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}
