*,
*::after,
*::before {
    margin: 0;
    padding: 0
}

body {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    background-color: #fff;
    line-height: 1.86;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    position: relative;
    color: #222;
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320))) 15px 0 15px
}

body::-webkit-scrollbar {
    width: 0;
    background: transparent
}

ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

ul {
    list-style: none
}

li {
    font-size: 14px;
    color: #222
}

p {
    font-size: 14px;
    line-height: 1.5;
    color: #222
}

a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
    color: #222
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: currentColor
}

a:focus {
    outline: none
}

:focus {
    outline: none
}

.form-control {
    font-size: 14px;
    color: #222
}

[dir="rtl"] .form-control {
    text-align: right
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
    margin: 0;
    color: #222
}

h2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 22px;
    margin: 0;
    color: #222
}

h3 {
    font-size: 20px;
    line-height: 16px;
    margin: 0;
    color: #222
}

h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    color: #222
}

h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
    color: #222
}

h6 {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    margin: 0;
    color: #222
}

.title-color {
    color: #222
}

.text-theme-success {
    color: #34a853
}

.content-color {
    color: #777
}

.font-success {
    color: #34a853 !important
}

.font-danger {
    color: #e93939 !important
}

.section-p-t {
    padding-top: calc(45px + (72 - 45) * ((100vw - 320px) / (1920 - 320)))
}

.btn.btn-round {
    border-radius: 100px;
    background-image: linear-gradient(269.96deg, #2d2d2d .03%, #3e3e3e 99.96%);
    color: #f0f0f0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #222;
    padding: 11px 40px;
    font-weight: 700
}

.btn.btn-square {
    padding: 6px 12px;
    border-radius: 8px;
    background-image: linear-gradient(269.96deg, #2d2d2d .03%, #3e3e3e 99.96%);
    color: #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px 40px;
    font-weight: 700;
    border: 1px solid #222
}

.btn.btn-square:focus {
    outline: none
}

.wrap {
    z-index: 2;
    position: relative
}

@media only screen and (min-width: 1440px) {
    .wrap {
        max-width: 1440px;
        margin: 0 auto
    }
}

.live-preview canvas {
    display: block
}

.live-preview .particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #f8f8ff;
    z-index: 1
}

.live-preview .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.live-preview .main .pr-card {
    z-index: 5;
    background-color: #fff;
    position: fixed;
    top: 50%;
    margin: 0 auto;
    max-width: calc(290px + (400 - 290) * ((100vw - 320px) / (1920 - 320)));
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px 10px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    text-align: center
}

.live-preview .main .pr-card .pr-header {
    margin-bottom: 5px
}

.live-preview .main .pr-card .pr-header .heading {
    font-weight: 600;
    font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 4px
}

.live-preview .main .pr-card .pr-header span {
    font-size: 14px;
    color: #777
}

.live-preview .main .pr-card .pr-body {
    margin-bottom: 25px
}

.live-preview .main .pr-card .pr-body p {
    color: #777;
    margin-top: 20px;
    font-size: 16px
}

.live-preview .main .pr-card .pr-body span {
    font-size: 35px;
    color: #222;
    position: relative;
    font-weight: 600
}

.live-preview .main .pr-card .pr-body span span {
    font-size: 14px;
    color: #777;
    position: absolute;
    bottom: -16px;
    right: 3px;
    font-weight: 400
}

.live-preview .main .pr-card .pr-footer .btn {
    padding: 10px 20px;
    font-size: 16px
}

.live-preview .main .pr-card.pr-card-2 {
    padding: 60px 10px 60px 10px;
    overflow: hidden
}

.live-preview .main .pr-card.pr-card-2 .pr-body .banner {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    width: 120px;
    position: relative;
    margin: 0 auto 20px auto;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 100%;
    font-size: 32px;
    overflow: hidden;
    background-color: #d6fffa
}

.live-preview .main .pr-card.pr-card-2 .pr-body .banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.live-preview .main .pr-card.pr-card-2 .pr-body h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px
}

.live-preview .main .pr-card.pr-card-2 .pr-footer {
    position: relative
}

.live-preview .main .pr-card.pr-card-2 .pr-footer .circle {
    width: 221px;
    height: 221px;
    border-radius: 100%;
    position: absolute;
    left: -133px;
    z-index: -1;
    bottom: -196px;
    border: 1px solid #222;
    background-color: #d6fffa
}

.header {
    background-image: linear-gradient(269.96deg, #eee .03%, #eee 99.96%);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 9px;
    position: relative;
    z-index: 4
}

.header .logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo-wrap .logo {
    width: 50px;
    height: auto
}

.header .logo-wrap .menu {
    stroke: #fff;
    cursor: pointer;
    display: none
}

@media only screen and (max-width: 992px) {
    .header .logo-wrap .menu {
        display: block;
        font-size: 25px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .header .navigation {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(269.96deg, #eee .03%, #eee 99.96%);
        padding: 20px 20px 20px 20px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s
    }
}

.header .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(15px + (33 - 15) * ((100vw - 320px) / (1920 - 320)))
}

@media only screen and (max-width: 992px) {
    .header .navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.header .navigation ul li .nav-link {
    padding: 0;
    color: #070707;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)))
}

.header .btn {
    color: #fff;
    background-color: #0169da;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

@media only screen and (max-width: 992px) {
    .header.show .navigation {
        border-radius: 9px
    }
}

@media only screen and (max-width: 992px) and (max-width: 992px) {
    .header.show .navigation {
        top: 80px;
        opacity: 1;
        visibility: visible
    }
    .header.show .navigation ul {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.landing-main .top-box {
    text-align: center;
    max-width: 685px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.landing-main .top-box .heading {
    font-weight: 600;
    font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: 41px;
    color: #222;
    position: relative;
    display: inline-block;
    margin-bottom: 5px
}

.landing-main .top-box .heading img {
    width: 50px;
    position: absolute;
    left: -18px;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.landing-main .top-box p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 27px;
    color: #777
}

.landing-main .top-section {
    margin-top: -110px;
    background-color: #f0f0f0;
    border-radius: 0px 0px 40px 40px;
    margin-left: -15px;
    margin-right: -15px;
    padding: calc(138px + (174 - 138) * ((100vw - 320px) / (1920 - 320))) 15px calc(33px + (57 - 33) * ((100vw - 320px) / (1920 - 320))) 15px;
    position: relative;
    overflow: hidden
}

.landing-main .top-section canvas {
    display: block
}

.landing-main .top-section .particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #f8f8ff;
    z-index: 1
}

.landing-main .top-section .detail-box {
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1024px) {
    .landing-main .top-section .detail-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
}

@media only screen and (max-width: 767px) {
    .landing-main .top-section .detail-box {
        width: 100%;
        text-align: center
    }
}

.landing-main .top-section .detail-box h1 {
    font-weight: bold;
    font-size: calc(22px + (35 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(28px + (49 - 28) * ((100vw - 320px) / (1920 - 320)))
}

.landing-main .top-section .detail-box h1 span {
    color: #34a853
}

.landing-main .top-section .detail-box p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
    line-height: calc(23px + (27 - 23) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 10px;
    margin-bottom: 20px
}

.landing-main .top-section .detail-box .btn {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)))
}

.landing-main .top-section .detail-box .preview {
    display: none
}

@media only screen and (max-width: 1024px) {
    .landing-main .top-section .detail-box .buy {
        display: none
    }
    .landing-main .top-section .detail-box .preview {
        display: inline-block
    }
}

.landing-main .top-section .right-mobile {
    text-align: center
}

@media only screen and (max-width: 1024px) {
    .landing-main .top-section .right-mobile {
        display: none
    }
}

.landing-main .top-section .right-mobile iframe {
    width: 385px;
    height: 663px;
    border: 4px solid #222;
    border-radius: 17px;
    -webkit-box-shadow: 0 0 30px rgba(34, 34, 34, 0.25);
    box-shadow: 0 0 30px rgba(34, 34, 34, 0.25)
}

.landing-main .top-section .scan-section {
    max-width: 24%;
    margin: 0 auto;
    text-align: center;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .landing-main .top-section .scan-section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
}

@media only screen and (max-width: 767px) {
    .landing-main .top-section .scan-section {
        display: none
    }
}

.landing-main .top-section .scan-section .qcode-img {
    width: calc(120px + (160 - 120) * ((100vw - 320px) / (1920 - 320)))
}

.landing-main .top-section .scan-section h4 {
    font-weight: 600;
    font-size: calc(17px + (22 - 17) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    margin-top: 12px
}

@media only screen and (max-width: 375px) {
    .landing-main .feature-section .row>div {
        width: 100%
    }
}

.landing-main .feature-section .key-feature .theme-collection .image-contain {
    background-color: #f8f8ff;
    padding: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 15px
}

.landing-main .feature-section .key-feature .theme-collection .image-contain img {
    max-height: calc(48px + (75 - 48) * ((100vw - 320px) / (1920 - 320)));
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.landing-main .feature-section .key-feature .theme-collection .image-contain .set-image {
    text-align: center
}

.landing-main .feature-section .key-feature .theme-collection h5 {
    margin-top: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    color: #555;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700
}

.landing-main .feature-section .key-feature .theme-collection:hover .image-contain {
    -webkit-box-shadow: 0px 0px 26px 3px #e2e2e2;
    box-shadow: 0px 0px 26px 3px #e2e2e2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.landing-main .feature-section .key-feature .theme-collection:hover h5 {
    color: #222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.landing-main .feature-section .key-feature .theme-collection:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.landing-main .feature-section .fetuses-box {
    text-align: center;
    background-color: #f8f8ff;
    padding: 10px;
    border-radius: 15px
}

.landing-main .feature-section .fetuses-box em {
   font-size: 50px;
}

.landing-main .feature-section .fetuses-box span {
    margin-top: 17px;
    font-size: 15px;
    color: #777;
    font-weight: 200;
    display: block
}

.landing-main .feature-section .fetuses-box:hover {
    -webkit-box-shadow: 0px 0px 26px 3px #e2e2e2;
    box-shadow: 0px 0px 26px 3px #e2e2e2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.landing-main .feature-section .fetuses-box:hover span {
    color: #222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.landing-main .feature-section .fetuses-box:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.landing-main .ss-section {
    padding-top: calc(45px + (72 - 45) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(45px + (72 - 45) * ((100vw - 320px) / (1920 - 320)));
    padding-left: 15px;
    padding-right: 15px;
    margin-top: calc(45px + (72 - 45) * ((100vw - 320px) / (1920 - 320)));
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f8f8ff;
    border-radius: 40px
}

.landing-main .ss-section .center-slider {
    margin-top: calc(-17px + (-29 + 17) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(-17px + (-29 + 17) * ((100vw - 320px) / (1920 - 320)))
}

.landing-main .ss-section .center-slider .slick-slide {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.landing-main .ss-section .center-slider .slick-slide,
.landing-main .ss-section .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.landing-main .ss-section .center-slider .slick-center,
.landing-main .ss-section .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.landing-main .ss-section .center-slider .slick-current.slick-active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.landing-main .ss-section .center-slider .slick-next,
.landing-main .ss-section .center-slider .slick-prev {
    z-index: 5
}

.landing-main .ss-section .center-slider .slick-next {
    right: 15px
}

.landing-main .ss-section .center-slider .slick-prev {
    left: 15px
}

.landing-main .ss-section .center-slider .slick-next:before,
.landing-main .ss-section .center-slider .slick-prev:before {
    display: none
}

.landing-main .ss-section .center-slider .img-box {
    text-align: center
}

.landing-main .ss-section .center-slider .img-box img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 17px;
    border: 2px solid #222
}

.footer-wrap .footer {
    padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320))) 0;
    text-align: center;
    background-image: linear-gradient(269.96deg, #2d2d2d .03%, #3e3e3e 99.96%);
    border-radius: 40px 40px 0 0;
    margin-left: -15px;
    margin-right: -15px
}

.footer-wrap .footer img {
    width: 60px;
    height: auto;
    margin-bottom: calc(7px + (15 - 7) * ((100vw - 320px) / (1920 - 320)))
}

.footer-wrap .footer h6 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)))
}


/*# sourceMappingURL=style.css.map */