/* navbar */
@media(max-width:680px) {
    nav {
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        max-width: 100vw;
    }

    .dont_show {
        display: none;
    }

    .menu {
        max-width: 100%;
        height: auto;
    }

    .top {
        justify-content: column;
    }

    .top,
    .Linfo,
    .rHelp {
        flex-direction: column;
        width: 100%;
    }

    .Linfo {
        border: none !important;
    }

    .top .Linfo,
    .top .rHelp {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        padding: 16px;
    }

    .rHelp {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .linkR,
    .linkL {
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: right;
    }

    .extra_container p {
        font-size: 32;
        line-height: 32px;
        font-weight: 700;
    }

    .inst {
        border-right: none;
        width: 30%;
    }
}



@media(min-width:760px) {

    .top .extra_container {
        display: none;
    }

    .top,
    .Linfo,
    .rHelp {
        flex-direction: column;
        width: 100%;
    }

    .Linfo {
        border: none !important;
        margin-top: 40px;
    }

    .top .Linfo,
    .top .rHelp {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        padding: 16px;
    }

    .rHelp {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .menu {
        max-width: 100%;
    }

    .top {
        justify-content: end;

    }

    .inst {
        border-right: none;
        width: 30%;
    }

    .linkR,
    .linkL {
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: right;
    }

    .linkL {
        font-weight: 400;
    }
}

@media(max-width:1024px) {
    .navigation {
        width: 100% !important;
    }
}

@media(min-width:1025px) {
    .menu {
        width: 73%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 !important;
    }
}



@media(min-width:1020px) {

    .menu {
        max-width: 100%;
    }

    .top,
    .Linfo,
    .rHelp {
        flex-direction: row;
        width: 100%;
    }

    .rHelp {
        border-left: 1px solid black;
    }

    .linkR {
        font-size: 56px;
        line-height: 56px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: right;
    }

    .linkL {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: right;
    }

    .inst {
        border-right: 1px solid black;
        width: 15%;
    }

    .no_bg img {
        width: 50%;
        object-fit: cover;
    }
}

/* content */

@media(max-width:1000px) and (min-width:767px) {
    .women {
        padding-top: 213px;
    }
}

@media(max-width:400px) {
    .women {
        padding-top: 80px;
    }
}

@media(max-width:1000px) {
    .women {
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .text a {
        width: 100%;
    }

    .text {
        box-sizing: border-box;
        width: 100%;
        border-top: 1px solid black;
        padding: 80px 60px;
    }

    .container h3 {
        font-size: 80px !important;
    }

    .text a {
        display: block;
    }

}

@media (max-width: 769px) and (min-width: 768px) {
    .jeansText {
        margin-top: 200px !important;
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .jeansText {
        margin-top: 200px;
    }
}


/* classes for breakpoint */
.onlyDesk {
    display: none;
}

.img-responsive {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .img-responsive {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        clear: both;
    }

    .container h3 {
        font-size: 60px !important;
    }

    .jeansText {
        margin-top: 80px;
    }

}

@media(min-width:1000px) {
    .onlyDesk {
        display: block;
    }

}

/* footer */
@media(min-width:768px){
    .help{
        margin-top: -25px;
    }
}

@media(max-width: 768px) {
    footer {
        padding: 16px !important;
    }

    footer .foot,
    .contact {
        align-items: center;
    }

    .foot {
        gap: 20px;
    }

    .contact_info .contact {
        width: 100%;
        text-align: center;
    }

    .contact {
        width: 100%;
        text-align: center;
    }

    .title {
        text-align: left;
    }

    .contact .info,
    .contact .help {
        text-align: left;
    }

    .foot .contact_info,
    .foot .input {
        width: 100%;
    }

    .instCopyr {
        flex-direction: column !important;
    }

}

@media(min-width: 768px) {
    footer {
        padding: 16px !important;
    }

    footer .foot,
    .contact {
        align-items: center;
    }

    .foot {
        gap: 20px;
    }

    .contact_info .contact {
        width: 100%;
        text-align: center;
    }

    .contact {
        width: 100%;
        text-align: center;
    }

    .title {
        text-align: left;
    }

    .contact .info,
    .contact .help {
        text-align: left;
    }

    .foot .contact_info,
    .foot .input {
        width: 100%;
    }

    .instCopyr {
        flex-direction: column !important;
    }

    .forJeans {
        height: 100vh;
        max-height: none;
    }

}


@media(max-width:1023px) {
    footer .foot {
        flex-direction: column !important;

    }
}

@media(min-width:344px) {
    footer .foot {
        width: 100%;
        box-sizing: content-box;

    }

    section {
        margin: 0;
        max-width: 100%;
    }

    .discription {
        padding: 16px;
        text-align: left;
        font-size: 30px;
        line-height: 32px;
    }


    .images img {
        width: 30%;
    }

    .forJeans {
        height: auto;
        max-height: 70vh;
    }

    .textJ {
        margin-top: -90%;
    }

    .slider img {
        width: 100%;
    }

}

@media(min-width:1020px) {
    .textJ {
        margin-top: -74%;

    }

    .instCopyr {
        flex-direction: row !important;
    }

}

@media(min-width:1025px) {
    .textJ {
        margin-top: -28%;
    }


    footer {
        padding: 16px 0 !important;
    }

    footer .foot {
        display: flex;
        justify-self: center;
        justify-content: space-around;
        flex-direction: row !important;
        gap: 40px;
    }

    .contact_info .contact {
        width: 100%;
    }

    section {
        max-width: 100%;
        margin: 0;
    }

    .discription {
        padding: 0;
        text-align: left;
        font-size: 30px;
        line-height: 40px;
    }

    .contact_info {
        width: 100%;
    }

    .input {
        width: 100%;
    }

}

@media(min-width: 900px) {
    .discription {
        padding: 60px 32px;
        text-align: none;
        font-size: 56px;
        line-height: 56px;
    }

}

@media(min-width:1000px) {
    .forJeans {
        height: 80vh;
    }
}

@media(min-width:1272px) {
    section {
        margin-left: auto;
        margin-right: auto;
        max-width: 73%;
    }

    .slider img {
        width: 33%;
    }
}