/* Media queryes 320px min */
@media (min-width: 320px){
    body{
        transform: scale(1);
        transform-origin: 0 0;
        width: 100%;
        height: auto;
    }
    .container{
        padding: 0 30px;
    }
    .top-pad-130{
        padding-top: 60px;
    }
    .slide-correct{
        padding: 0 10px;
    }
    header{
        background-image: var(--main-bgm);
        background-position: center 0px;
        background-size: contain;
    }
    .signUp-box, .signIn-box{
        width: 95%;
        padding: 20px;
        top: 100px;
        right: 10px;
        animation: mobfadeformphone .3s ease-in-out;
    }
    .pretitle{
        font-size: 18px;
    }
    .title{
        font-size: 36px;
    }
    .subtitle{
        font-size: 24px;
        padding: 0 60px;
    }
    .started{
        font-size: 18px;
        margin-top: 152px;
    }
    .header__inner .header__item{
        padding: 30px 0 60px 0;
    }
    .header__inner .header__item:nth-child(1){
        width: 50px;
    }
    .header__inner .header__item:nth-child(2){
        display: none;
    }
    .header__inner .header__item:nth-child(3){
        display: none;
    }
    .header__inner .header__item:nth-child(4){
        display: flex;
    }
    .main{
        margin-top: -1360px;
    }
    .mvno-box{
        margin-top: 59px;
        background-image: var(--mvno01m);
        background-position: 30px 496px;
        background-size: 300px 500px;
        height: 980px;
    }
    .section-title{
        width: 100%;
        font-size: 32px;
    }
    .correct-subtitle{
        margin: 30px 0 0 30px;
    }
    .inline-box{
        flex-direction: column;
        padding: 0 30px;
    }
    .section-text{
        font-size: 18px;
        width: 100%;
    }
    .slide-a{
        display: none;
    }
    .slide-b{
        top: 460px;
        left: 170px;
        width: 220px;
        height: 330px;
        background-image: var(--mvno03m);
    }
    .business{
        background-position: center 2000px;
        background-size: 1500px 1300px;
    }
    .box-a, .box-b, .box-c, .box-d{
        .box-title{
            font-size: 24px;
        }
        .box-text{
            font-size: 20px;
        }
    }
    .box-f{
        height: auto;
        .box-title{
            font-size: 24px;
        }
        .box-text{
            font-size: 20px;
        }
    }
    .protect-box{
        padding: 0px 10px 30px 20px;
    }
    .protect-card{
        height: 240px;
        padding-left: 10px;
    }
    summary{
        span{
            margin-right: 20px;
        }
    }
    summary::before {
        top: 15px;
        right: 0px;
    }
    details{
        font-size: 18px;
    }
    .details-text{
        margin-left: 0px;
        font-size: 16px;
    }
    .contact-box{
        margin-top: 100px;
        padding: 40px 20px;
    }
    .contact-title{
        font-size: 32px;
    }
    .contact-text{
        font-size: 24px;
    }
    .users{
        flex-direction: column;
        gap: 10px;
    }
    .feedback-form{
        input[type=text]{
            width: 100%;
            font-size: 24px;
        }
        input[type=email]{
            font-size: 24px;
        }
        textarea{
            font-size: 24px;
        }
        input::placeholder{
            font-size: 24px;
        }
        textarea::placeholder{
            font-size: 24px;
        }
    }
    .box-totop{
        width: 100%;
    }
    .footer-flex{
        flex-direction: column;
    }
    .footer-left-flex{
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-right-flex{
        flex-direction: column;
        width: 100%;
    }
    .footer-box-a{
        width: 100%;
    }
}

/* Media queryes 576px min */
@media (min-width: 576px){
    body{
        transform: scale(1);
        transform-origin: 0 0;
        width: 100%;
        height: auto;
    }
    .container{
        padding: 0 30px;
    }
    .top-pad-130{
        padding-top: 60px;
    }
    .slide-correct{
        padding: 0 10px;
    }
    header{
        background-image: var(--main-bgm);
        background-position: center 0px;
        background-size: contain;
    }
    .signUp-box, .signIn-box{
        width: 420px;
        padding: 20px;
        top: 100px;
        right: 10px;
        animation: mobfadeform .3s ease-in-out;
    }
    .pretitle{
        font-size: 18px;
    }
    .title{
        font-size: 36px;
    }
    .subtitle{
        font-size: 24px;
        padding: 0 20px;
    }
    .started{
        font-size: 18px;
        margin-top: 152px;
    }
    .header__inner .header__item{
        padding: 30px 0 60px 0;
    }
    .header__inner .header__item:nth-child(1){
        width: 50px;
    }
    .header__inner .header__item:nth-child(2){
        display: none;
    }
    .header__inner .header__item:nth-child(3){
        display: none;
    }
    .header__inner .header__item:nth-child(4){
        display: flex;
    }
    .main{
        margin-top: -1360px;
    }
    .mvno-box{
        margin-top: 59px;
        background-image: var(--mvno01m);
        background-position: 30px 496px;
        background-size: 360px 610px;
        height: 980px;
    }
    .section-title{
        width: 100%;
        font-size: 32px;
    }
    .correct-subtitle{
        margin: 30px 0 0 30px;
    }
    .inline-box{
        flex-direction: column;
        padding: 0 30px;
    }
    .section-text{
        font-size: 18px;
        width: 100%;
    }
    .slide-a{
        display: none;
    }
    .slide-b{
        top: 440px;
        left: 200px;
        width: 220px;
        height: 330px;
        background-image: var(--mvno03m);
    }
    .business{
        background-position: center 2000px;
        background-size: 1500px 1300px;
    }
    .box-a, .box-b, .box-c, .box-d{
        .box-title{
            font-size: 24px;
        }
        .box-text{
            font-size: 20px;
        }
    }
    .box-f{
        height: auto;
        .box-title{
            font-size: 24px;
        }
        .box-text{
            font-size: 20px;
        }
    }
    .protect-box{
        padding: 0px 10px 30px 20px;
    }
    summary{
        span{
            margin-right: 20px;
        }
    }
    summary::before {
        top: 15px;
        right: 0px;
    }
    details{
        font-size: 18px;
    }
    .details-text{
        margin-left: 0px;
        font-size: 16px;
    }
    .contact-box{
        margin-top: 100px;
        padding: 40px 20px;
    }
    .contact-title{
        font-size: 32px;
    }
    .contact-text{
        font-size: 24px;
    }
    .users{
        flex-direction: column;
        gap: 10px;
    }
    .feedback-form{
        input[type=text]{
            width: 100%;
            font-size: 24px;
        }
        input[type=email]{
            font-size: 24px;
        }
        textarea{
            font-size: 24px;
        }
        input::placeholder{
            font-size: 24px;
        }
        textarea::placeholder{
            font-size: 24px;
        }
    }
    .box-totop{
        width: 100%;
    }
    .footer-flex{
        flex-direction: column;
    }
    .footer-left-flex{
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-right-flex{
        flex-direction: column;
        width: 100%;
    }
    .footer-box-a{
        width: 100%;
    }
}

/* Media queryes 768px min */
@media (min-width: 768px){
    body{
        transform: scale(1);
        transform-origin: 0 0;
        width: 100%;
        height: auto;
    }
    .container{
        padding: 0 30px;
    }
    .top-pad-130{
        padding-top: 60px;
    }
    .slide-correct{
        padding: 0 60px;
    }
    header{
        background-image: var(--main-bg);
        background-position: center top;
        background-size: cover;
    }
    .signUp-box, .signIn-box{
        width: 420px;
        padding: 20px;
        top: 100px;
        right: 10px;
        animation: mobfadeform .3s ease-in-out;
    }
    .pretitle{
        font-size: 18px;
    }
    .title{
        font-size: 36px;
    }
    .subtitle{
        font-size: 24px;
        padding: 0;
    }
    .started{
        font-size: 18px;
        margin-top: 100px;
    }
    .header__inner .header__item{
        padding: 60px 0 60px 0;
    }
    .header__inner .header__item:nth-child(1){
        width: 50px;
    }
    .header__inner .header__item:nth-child(2){
        display: none;
    }
    .header__inner .header__item:nth-child(3){
        display: none;
    }
    .header__inner .header__item:nth-child(4){
        display: flex;
    }
    .main{
        margin-top: -1280px;
    }
    .mvno-box{
        margin-top: 250px;
        background-image: var(--mvno01);
        background-position: center bottom;
        background-size: 1440px 700px;
        height: 1100px;
    }
    .section-title{
        width: auto;
        font-size: 64px;
    }
    .correct-subtitle{
        margin: 60px 0 0 60px;
    }
    .inline-box{
        flex-direction: row;
        padding: 0 60px;
    }
    .section-text{
        font-size: 24px;
        width: 375px;
    }
    .slide-a{
        display: block;
    }
    .slide-b{
        top: 400px;
        left: 640px;
        width: 1084px;
        height: 400px;
        background-image: var(--mvno03);
    }
    .business{
        background-position: center;
        background-size: contain;
    }
    .box-a, .box-b, .box-c, .box-d{
        .box-title{
            font-size: 32px;
        }
        .box-text{
            font-size: 24px;
        }
    }
    .box-f{
        height: auto;
        .box-title{
            font-size: 32px;
        }
        .box-text{
            font-size: 24px;
        }
    }
    .protect-box{
        padding: 30px 90px 90px 90px;
    }
    summary{
        span{
            margin-right: 30px;
        }
    }
    summary::before {
        top: 15px;
        right: 0px;
    }
    details{
        font-size: 18px;
    }
    .details-text{
        margin-left: 0px;
        font-size: 16px;
    }
    .contact-box{
        margin-top: 100px;
        padding: 40px 20px;
    }
    .contact-title{
        font-size: 64px;
    }
    .contact-text{
        font-size: 24px;
    }.users{
        flex-direction: row;
        gap: 20px;
    }
    .feedback-form{
        input[type=text]{
            width: 50%;
            font-size: 32px;
        }
        input[type=email]{
            font-size: 32px;
        }
        textarea{
            font-size: 32px;
        }
        input::placeholder{
            font-size: 32px;
        }
        textarea::placeholder{
            font-size: 32px;
        }
    }
    .box-totop{
        width: 100%;
    }
    .footer-flex{
        flex-direction: column;
    }
    .footer-left-flex{
        flex-direction: column;
        width: 100%;
        margin-bottom: 0px;
    }
    .footer-right-flex{
        flex-direction: column;
        width: 100%;
    }
    .footer-box-a{
        width: 100%;
    }
}

/* Media queryes 992px min */
@media (min-width: 992px){
    body{
        transform: scale(1);
        transform-origin: 0 0;
        width: 100%;
        height: auto;
    }
    .container{
        padding: 0 60px;
    }
    .top-pad-130{
        padding-top: 130px;
    }
    .pretitle{
        font-size: 32px;
    }
    .title{
        font-size: 96px;
    }
    .subtitle{
        font-size: 40px;
    }
    .started{
        font-size: 24px;
    }
    .signUp-box, .signIn-box{
        width: 780px;
        padding: 40px;
        top: 150px;
        right: 60px;
        animation: fadeform .5s ease-in-out;
    }
    .header__inner .header__item:nth-child(1){
        width: 50px;
    }
    .header__inner .header__item:nth-child(2){
        display: flex;
    }
    .header__inner .header__item:nth-child(3){
        display: flex;
    }
    .header__inner .header__item:nth-child(4){
        display: none;
    }
    .box-f{
        height: 274px;
    }
    summary{
        span{
            margin-right: 80px;
        }
    }
    summary::before {
        top: 6px;
        right: 30px;
    }
    details{
        font-size: 32px;
    }
    .details-text{
        margin-left: 102px;
        font-size: 24px;
    }
    .contact-box{
        margin-top: 160px;
        padding: 90px 90px;
    }
    .contact-text{
        font-size: 32px;
    }
    .box-totop{
        width: 100%;
    }
    .footer-flex{
        flex-direction: row;
    }
    .footer-left-flex{
        width: 60%;
        flex-direction: row;
    }
    .footer-right-flex{
        flex-direction: row;
        width: 40%;
    }
    .footer-box-a{
        width: 50%;
    }
}

/* Media queryes 1028px min */
@media (min-width: 1000px){
    body{
        transform: scale(0.6);
        transform-origin: 0 0;
        width: 167%;
        height: 6500px;
    }
    .box-totop{
        width: 167%;
    }
}
/* Media queryes 1200px min */
@media (min-width: 1200px){
    body{
        transform: scale(0.6);
        transform-origin: 0 0;
        width: 167%;
        height: 4548px;
    }
    .header__inner .header__item:nth-child(1){
        width: 370px;
    }
    .box-totop{
        width: 167%;
    }
}

/* Media queryes 1440px min */
@media (min-width: 1440px){
    body{
        transform: scale(0.7);
        transform-origin: 0 0;
        width: 143%;
        height: 5305px;
    }
    .box-totop{
        width: 143%;
    }
}
/* Media queryes 1525px min */
@media (min-width: 1525px){
    body{
        transform: scale(0.8);
        transform-origin: 0 0;
        width: 125%;
        height: 6000px;
    }
    .box-totop{
        width: 125%;
    }
}
/* Media queryes 1680px min */
@media (min-width: 1680px){
    body{
        transform: scale(0.9);
        transform-origin: 0 0;
        width: 111%;
        height: 6000px;
    }
    .box-totop{
        width: 111%;
    }
}

/* Media queryes 1910px min */
@media (min-width: 1910px){
    body{
        transform: scale(1);
        transform-origin: 0 0;
        width: 100%;
        height: auto;
    }
    .box-totop{
        width: 100%;
    }
}