.mobileMenu {
    position: fixed;
    background: white;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    z-index: 10;
    transition: all .3s ease-in-out;
}

.mobileMenu nav ul {
    display: block;
    padding: 2rem;
}

.mobileMenu nav ul li a {
    display: block;
    font-size: 1.2rem;
    line-height: 2rem;
}

.mobileMenu nav ul li {
    display: block;
}

.mobileMenu:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(145deg, #b805ff, #0089ff);
    filter: blur(101px);
    opacity: .3;
    z-index: -1;
}

.mobileMenu nav {
    margin-top: 2rem;
}

@media(max-width:450px) {
    .content__container {
        padding: 0 13px;
        font-size: 19px;
    }

    .content__container__list {
        padding-left: 110px;
    }

    .getTouch {
        display: flow-root;
        width: 95%;
        border-radius: 10px;
    }

    .getTouch:before {
        display: none;
    }

    ul.callInformation li a {
        width: 100%;
    }

    .getTouch .p-5 {
        padding: 2rem !important;
    }

    .formData .inside p {
        display: flow-root;
    }

    .formData .inside label {
        margin-bottom: 1rem;
    }

    .aboutUs .image img {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .aboutUs .title {
        text-align: center;
    }

    .centerTitle {
        width: 100%;
    }

    .smartPhone .centerTitle h2 {
        font-size: 3rem;
        text-align: center;
        padding: 0;
    }

    .smartPhone h2 {
        font-size: 3rem;
    }

    .smartPhone .centerTitle p {
        text-align: center;
    }

    .homeData .paragraph,
    .homeData .paragraph p {
        width: 100%;
    }

    .mobilelist .item img {
        left: 0;
        bottom: 0;
        width: 90vw;
    }

    .boxProduct strong {
        font-size: 1.5rem;
    }

    .i-size img {
        width: 30%;
    }

    .desktop {
        display: none;
    }

    header.mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
    }

    /*burger > line*/
    .burger>div {
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 5px;
        transition: all 0.3s ease;
    }

    /*.line*/
    .line {
        width: 100%;
        height: 3px;
        background-color: #333;
        margin: 5px;
        transition: all 0.3s ease;
    }

    .gradientCenter {
        overflow-x: hidden;
    }


}





@media(max-width:768px) {
    .content__container {
        padding: 0 13px;
        font-size: 19px;
    }

    .content__container__list {
        padding-left: 110px;
    }

    .getTouch {
        display: flow-root;
        width: 95%;
        border-radius: 10px;
    }

    .getTouch:before {
        display: none;
    }

    ul.callInformation li a {
        width: 100%;
    }

    .getTouch .p-5 {
        padding: 2rem !important;
        width: 100%;
    }

    .formData .inside p {
        display: flow-root;
    }

    .formData .inside label {
        margin-bottom: 1rem;
    }

    .aboutUs .image img {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .aboutUs .title {
        text-align: center;
    }

    .centerTitle {
        width: 100%;
    }

    .smartPhone .centerTitle h2 {
        font-size: 2.5rem;
        text-align: center;
        padding: 0;
    }

    .smartPhone h2 {
        font-size: 3rem;
    }

    .smartPhone .centerTitle p {
        text-align: center;
    }

    .homeData .paragraph,
    .homeData .paragraph p {
        width: 100%;
    }

    .mobilelist .item img {
        left: -40px;
        bottom: -100px;
        width: 90vw;
    }

    .boxProduct strong {
        font-size: 1.5rem;
    }

    .i-size img {
        width: 30%;
    }

    .desktop {
        display: none;
    }

    header.mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
    }

    /*burger > line*/
    .burger>div {
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 5px;
        transition: all 0.3s ease;
    }

    /*.line*/
    .line {
        width: 100%;
        height: 3px;
        background-color: #333;
        margin: 5px;
        transition: all 0.3s ease;
    }

    .gradientCenter {
        overflow-x: hidden;
    }


}