@media (max-width: 500px) {
    .section-content .section-desc {
        font-size: 16px;
        line-height: 24px;   
        width: 320px;
        margin: 10px auto 20px;
    }
    .main-header {
        padding-bottom: 90px;
        background-image: url(../images/svg/mobile_header_bg.svg);
        background-position: 54% 27%;
    }
    .main-header .navbar {
        padding: 20px 17px;
        margin-bottom: 55px;
    }
    .main-header .logo {
        width: 64px;
    }
    .main-header .navbar .custom-btn {
        height: auto;
        width: auto;
        border-radius: 48px;
        padding: 12px 24px 12px 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .main-header .header-content .header-title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .btn-bg-prim-color {
        width: 260px;
        height: auto;
        border-radius: 48px;
        padding: 12px 24px 12px 24px;
        margin-bottom: 52px;
    }
    .header-video-content {
        margin: 0;
    }
    .header-video-content .header-video {
        height: 193px;
        width: 360px;
    }
    .header-video-content .bubble {
        height: 35px;
        width: 35px;
    }
    .header-video-content .bubble.red-bubble {
        left: -3%;
        top: auto;
        bottom: -5%;
    }
    @keyframes red-bubble {
        50% {
            bottom: -3%;
        }
    }
    .header-video-content .bubble.blue-bubble {
        right: -3%;
        bottom: auto;
        top: -7%;
        animation-duration: 2s;
    }
    @keyframes blue-bubble {
        50% {
            top: -1%;
            right: -3%;
        }
    }
    .header-video-content .v-play-btn {
        width: 35px;
        height: 35px;
    }
    .header-video-content .stuff-1 {
        height: 30px;
        width: 30px;
        right: -5%;
        top: -30%;
        animation-duration: 3s;
    }
    @keyframes stuff-animate-1 {
        50% {
            top: -25%;
        }
    }
    .header-video-content .stuff-2 {
        height: 30px;
        width: 30px;
        right: 6%;
        top: -27%;
        animation-duration: 2s;
    }
    @keyframes stuff-animate-2 {
        50% {
            top: -23%;
        }
    }
    .header-video-content .stuff-3 {
        height: 36px;
        width: 36px;
        top: -55%;
        right: -3%;
    }
    @keyframes stuff-animate-3 {
        50% {
            top: -50%;
            right: -2%;
        }
    }
    .header-video-content .stuff-4 {
        height: 40px;
        width: 40px;
        left: 15%;
        bottom: -15%;
    }
    @keyframes stuff-animate-4 {
        50% {
            bottom: -13%;
        }
    }
    .header-video-content .stuff-5 {
        height: 30px;
        width: 30px;
        left: 0;
        bottom: -30%;
        animation-duration: 2s;
    }
    @keyframes stuff-animate-5 {
        50% {
            bottom: -25%;
            left: -1%;
        }
    }
    .header-video-content .stuff-6 {
        height: 30px;
        width: 30px;
        left: 11%;
        bottom: -43%;
    }
    @keyframes stuff-animate-6 {
        50% {
            bottom: -47%;
        }
    }

    .features {
        margin: 60px auto;
    }
    .features-content .title-with-icon {
        width: 350px;
    }
    .features-content .title-with-icon .icon {
        width: 65px;
        height: 65px;
    }
    .features-content .title-with-icon .icon img {
        width: 100%;
    }
    .features-content .title-with-icon .title {
        font-size: 20px;
        line-height: 46px;
        margin-bottom: 0;
    }
    .features-content .part-desc {
        font-size: 14px;
        line-height: 21px;
        width: 350px;
    }

    .cursor {
        padding: 0;
        justify-content: space-evenly;
        height: 650px;
        margin: 135px auto;
    }
    .cursor .red-circle {
        top: -65%;
        left: -80%;
    }
    .cursor .blue-circle {
        bottom: -65%;
        right: -80%;
    }
    .cursor .cursor-amount {
        font-size: 32px;
        line-height: 32px; 
        margin-bottom: 20px;    
    }
    .cursor .cursor-title {
        font-size: 16px;
        line-height: 24px;
    }

    .linking-steps .link-controller .cards {
        height: 495px;
    }
    .linking-steps .link-controller .cards .linking-card {
        max-width: 100%;
        margin: 0 auto;
        left: 5%;
        width: 358px;
    }
    .linking-steps .link-controller .cards .linking-card .icon-content {
        height: 55px;
        width: 55px;
        margin-bottom: 15px;
    }
    .linking-steps .link-controller .cards .linking-card .icon-content .icon {
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .linking-steps .link-controller .cards .linking-card .icon-content .icon img {
        width: 100%;
    }
    .linking-steps .link-controller .cards .linking-card .title {
        font-size: 16px;
        line-height: 16px;      
    }
    .linking-steps .link-controller .cards .linking-card .desc {
        font-size: 14px;
        line-height: 21px;
    }
    .linking-steps .link-controller .cards .linking-card .img-content {
        margin: 20px -15px -15px 0;
    }
    .stores {
        margin-top: 185px;
    }
    .stores .liner-bg.show-img {
        display: block;
        top: -855px;
        left: -1080px;
    }
    .stores .liner-bg.hide-img {
        display: none;
    }
    .stores .swiper {
        padding: 15px 0;
    }
    .stores .store-carousel {
        top: 56%;
        width: 600px;
    }
    .stores .section-content .section-title {
        font-size: 24px;
        line-height: 50px;
        width: 250px;
    }
    .stores .card-content {
        margin-top: 54px;
    }
    .stores .back-card-content {
        height: 325px;
    }
    .stores .back-card {
        height: 370px;
        width: 221px;
        border-radius: 22px;
        padding: 19px 8px 9px;
    }
    .stores .product-img {
        width: 156px;
        border-radius: 11px;
        transition: all 1.5s ease;
    }
    .stores .back-card .card-title .store-name {
        font-size: 16px;
        line-height: 24px;
    }
    .stores .back-card .card-title .icons {
        width: 45px;
    }
    .stores .back-card .card-title .store-link {
        height: 15px;
        width: 15px;
    }
    .stores .back-card .card-title .store-share {
        width: 12px;
        height: 12px;
    }
    .stores .back-card .card-title .store-share img {
        width: 100%;
        display: flex;
    }
    .stores .back-card .product-name {
        font-size: 10px;
        line-height: 15px;
    }
    .stores .back-card .store-logo {
        height: 35px;
        width: 98px;  
        margin: 17px auto 0;   
    }
    .stores .back-card .store-logo img {
        width: 100%;
    }
    .stores .swiper-slide-active .product-img {
        transform: scale(1.2);
    }

    .testimon {
        padding: 72px 0;
    }
    .faq-section {
        margin-bottom: 87px;
    }

    .logo-dots {
        margin-bottom: 87px;
        max-width: 180px;
    }

    .faq-section .accordion-header .accordion-button {
        font-size: 14px;
        line-height: 21px;     
    }
    .faq-section .accordion-item .card-body p {
        font-size: 14px;
        line-height: 21px;       
    }
    .logo-dots {
        max-width: 180px;
    }
    .logo-dots .logo-dot {
        height: 52px;
        width: 52px;
    }

    .logo-dots .logo-dot.purple-dot.isExtended {
        width: 180px;
        height: 54px;
    }
    .logo-dots .logo-dot.purple-dot .logo-dots-text {
        font-size: 14px;
        line-height: 17.5px;
        bottom: -100%;
    }
    footer .tax {
        margin-bottom: 56px;
    }
    footer .tax .footer-list{
        margin-bottom: 0;
    }
    footer .footer-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
    footer .footer-list .footer-item {
        margin-bottom: 0;
    }
    footer {
        padding: 62px 15px 30px;
    }
    footer .copy-right {
        margin-top: 46px;
    }
}