/* commone css  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.design_style_container {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    /* box-shadow: 0 0 1px black; */
}

/* design_style component css ----------------------------------------- */

section.design_style {
    margin-top: 40px;
}

.design_style__top_details {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 56px;
}

.design_style__sub_title__wrapper {
    max-width: 626px;
    width: 100%;
}

.design_style__sub_title {
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
    margin-bottom: 12px;
}

.design_style__title {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 16px;
}

.design_style__title h1 {
    font-family: BioRhyme;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 49.224px;
    color: #323232;
}

.design_style__styles {
    font-family: BioRhyme;
    font-size: 36px;
    font-weight: 700;
    line-height: 42.19px;
    color: #323232;
    margin-top: 8px;
    margin-bottom: 16px;
}

.design_style__title span {
    color: rgba(50, 50, 50, 0.40);
}

.design_style__title img {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.design_style__getInboxText__wrapper {
    max-width: 400px;
    width: 100%;
}

.design_style__getInboxText {
    color: #323232;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
}

.design_style__emailWrapper {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#email_me_btn {
    background-color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.198px;
    padding: 12px 37.35px;
    border: none;
    display: flex;
    gap: 7px;
    border-radius: 30px;
    cursor: pointer;
}

#email_me_btn p {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px;
}

#email_me_btn img {
    width: 24px;
    height: 24px;
}

#take_it_again {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

#take_it_again p {
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.198px;
}

#take_it_again img {
    width: 24px;
    height: 24px;
}

.design_style__description {
    color: #696969;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.design_style__description.mob {
    display: none;
}

.design_style__description.desk {
    margin-bottom: 40px;
}

.design_style__image {
    max-width: 1440px;
    width: 100%;
    height: 658px;
    margin: 0 auto;
    position: relative;
}

.design_style__image img {
    width: 100%;
    height: 100%;
}

.design_style__showALLBtn {
    border-radius: 30px;
    border: 1px solid #7345B2;
    padding: 12px 39px;
    color: #7345B2;
    background: none;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 150px;
    cursor: pointer;
}

.style-img-mob, .style-img2-mob {
    display: none;
}

/* for js css */
.design_style__image .style-img2 {
    display: none;
}

.design_style__image.active .style-img2 {
    display: block;
}

.design_style__image.active .style-img {
    display: none;
}





@media screen and (max-width : 992.9px) {

    section.design_style {
        margin-top: 30px;
    }

    .design_style__description.mob {
        display: block;
        font-size: 16px;
        line-height: 19px;
    }

    .design_style__sub_title {
        font-size: 16px;
        line-height: 22.4px;
        color: #26282B;
    }

    .design_style__title h1 {
        font-size: 24px;
        line-height: 30px;
        color: #26282B;
    }

    .design_style__styles {
        font-family: BioRhyme;
        font-size: 18px;
        line-height: 30px;
        color: #26282B;
        margin-top: 8px;
    }

    .design_style__getInboxText {
        font-size: 16px;
        line-height: 22.4px;
        color: #26282B;
    }

    .design_style__emailWrapper {
        justify-content: start;
    }

    .design_style__title img {
        width: 32px;
        height: 32px;
    }

    .design_style__title {
        align-items: flex-end;
        gap: 8px;
    }

    .style-img, .style-img2 {
        display: none;
    }

    .style-img-mob {
        display: block;
    }

    .design_style__image.active .style-img2-mob {
        display: block;
    }

    .design_style__image.active .style-img2 {
        display: none;
    }

    .design_style__image.active .style-img-mob {
        display: none;
    }

    .design_style__image {
        max-width: 700px;
        height: 80vh;
        padding: 0 20px;
    }

    .design_style__showALLBtn {
        border: none;
        font-size: 14px;
        line-height: 29px;
        padding: unset;
        margin-bottom: 64px;
    }
    #email_me_btn{
        padding: 12px 25px;
    }
    .design_style__sub_title__wrapper{
        margin-bottom: 24px;
    }
    .design_style__top_details{
        gap: unset;
    }
    .design_style__description{
        font-size: 16px;
        line-height: 19px;
    }
}

/* tabs css--------------------------------------------------------------   */

.design_style__tabs {
    /* max-width: 1280px;
    width: 100%; */
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 150px;


    /* border: 1px solid black;  for  me */
}

.product_actual-title {
    margin: 0px;
    padding: 0px;
    color: #202020;
    font-family: BioRhyme;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

#email_me_btn.disabled{
    background-color: #696969;
}