* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


/* banner section css */

.mith-banner-container {
    width: 100%;
    height: 400px;
    position: relative;
}

.mith-banner-image {
    width: 100%;
    height: 100%;
}

.mith-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181D31;
    opacity: 0.3;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 14px 32px;
    background: #000000;
    opacity: 0.7;
}


.banner-text>h1 {

    font-size: 50px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* banner section responsive */
@media(max-width:992px) {
    .banner-text>h1 {
        font-size: 32px;
    }

}

@media(max-width:768px) {
    .banner-text>h1 {
        font-size: 24px;
    }
}

@media(max-width:567px) {
    .banner-text>h1 {
        font-size: 18px;
    }
}

/* end of the banner section reponsive */

/* end of banner section */


/* Know about section */

.know-abt-mith-denim-container {
    margin-top: 54px;
}

.know-abt-mith-denim {
    width: 50%;
    margin: auto;

}

.know-abt-mith-denim>h1 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    color: #181D31;
    margin-bottom: 24px;
}

.know-abt-mith-denim>p {

    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #000000;
    text-align: justify;

}





.js-raw-denim-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    margin-top: 54px;
    margin-bottom: 54px;

}


.js-raw-denim-image {
    width: 532px;
    height: 470px;
    border: 3px solid #ffffff;
    margin-top: auto;
    margin-bottom: auto;
}

.js-raw-denim-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.js-raw-denim-description-container {
    background: #181D31;
    width: 70%;
    height: auto;
    /* z-index: -100; 
    margin-left: -92px;*/
    margin-top: auto;
    margin-bottom: auto;
}

.js-raw-denim-description {

    width: 80%;
    margin: auto;
    padding-bottom: 24px;
    /* max-width: 726px; */

    /* padding: 24px 54px 36px 24px; */
}


.js-raw-denim-description>h1 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    text-transform: uppercase;

    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 24px;
}

.js-raw-denim-description>p {
    width: 80%;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    text-align: justify;
}


.js-raw-denim-background-image-container {
    max-width: 1366px;
    margin: auto;
    height: auto;

    margin-bottom: 36px;
}

.js-raw-denim-background-image-wrapper {
    width: 100%;
    min-height: 498px;
    background-image: url('../images/Japanese\ Selvedge.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    padding: 54px;

}

.js-raw-denim-background-image-wrapper>h1 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: start;
    color: #ffffff;
    margin-bottom: 24px;
}

.js-raw-denim-background-image-wrapper>p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    text-align: justify;
}


/* end of know about section */

/* responsive section  */


@media(max-width:1200px) {
    .js-raw-denim-description>p {
        width: 95%;
    }
}


@media(max-width:992px) {


    .js-raw-denim-wrapper {
        flex-direction: column;
    }

    .know-abt-mith-denim {
        width: 93%;
    }

    .js-raw-denim-image {
        width: 100%;
    }

    .js-raw-denim-description-container {
        width: 100%;
    }


    .js-raw-denim-description {

        width: 85%;

    }

    .js-raw-denim-description>p {
        width: 100%;
    }

    .js-raw-denim-description {
        margin-bottom: 36px;
    }


}

@media(max-width:768px) {
    .js-raw-denim-background-image-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .know-abt-mith-denim-container {
        margin-top: 36px;
    }

    .js-raw-denim-wrapper {
        margin-top: 36px;
    }

    .js-raw-denim-background-image-wrapper{
        padding-top: 36px;
        padding-bottom: 24px;
    }
}


@media(max-width:576px) {
    .know-abt-mith-denim>h1 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .know-abt-mith-denim>p {
        font-size: 16px;
    }

    .js-raw-denim-description>h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .js-raw-denim-description>p {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .js-raw-denim-background-image-wrapper>h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }


    .js-raw-denim-background-image-wrapper>p {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 16;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}

/* end of the responsive section */