.main_section{
    flex-direction: column;
    justify-self: center;
    margin: 0 auto;
    width: 85%;
    max-width: 1280px;
}
@media screen and (max-width:750px) {
    .main_section{
        justify-self: center;
        width: 100%;
    }
}






/*! Hero banner area start here -----------------------------------------------------*/

.hero_banner_wrapper{
    /* border: 1px solid; */
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5rem;
    width: 100%;
}

.hero_banner_textarea_wrapper{
    flex-direction: column;
    align-self: self-end;
    justify-content: left;
    /* border: 1px solid; */
    width: 50%;
    margin-bottom: 1rem;
}


.hero_banner_titleTxt{
    font-family: var(--font_family_Noto_Serif);
    font-size: 3.7rem;
    font-weight: bold;
    color: #000000;
    text-align: left;
    /* border: 1px solid; */
}

.hero_banner_titleTxt > span{
    font-family: var(--font_family_Noto_Serif);
    color: var(--text_color_orange_level_1)
    
}

.hero_banner_detailsTxt{
    color: var(--text_color_dark_level_2);
    font-family: var(--font_family_Inter);
    margin-top: 1rem;
    font-size: 1.2rem;
}

.hero_banner_img_wrapper{
    width: 50%;
    align-self: self-end;
}

.hero_banner_img{
    width: 100%;
    height: auto;
}



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

    .hero_banner_wrapper{
        /* border: 1px solid; */
        flex-direction: column-reverse;
        width: 100%;
        margin-top: .5rem;
    }

    .hero_banner_textarea_wrapper{
        flex-direction: column;
        /* border: 1px solid; */
        width: 95%;
        align-self: center;
        margin-bottom: 1rem;
    }

    .hero_banner_titleTxt{
        font-size: 3rem;
        text-align: left;
        /* border: 1px solid; */
    }
    .hero_banner_img_wrapper{
        width: 100%;
        margin-bottom: 2rem;
    }

    .hero_banner_img{
        width: 100%;
        height: auto;
    }
}

/* Hero banner area end here */



























/*! Product card area start here -----------------------------------------------------*/
.product_card_area_wrapper{
    flex-direction: column;
    margin: 7rem 0;
    /* border: 1px solid; */
}

.product_card_header_wrapper{
    flex-direction: column;
    /* border: 1px solid; */
    margin-bottom: 2rem;
}

.product_card_header_title{
    color: #000000;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    /* border: 1px solid; */
    font-family: var(--font_family_Noto_Serif);
}

.product_card_header_title > span{
    font-family: var(--font_family_Noto_Serif);
    color: var(--text_color_orange_level_1);
}

.product_card_header_discription{
    color: var(--text_color_dark_level_2);
    font-size: 1.2rem;
    text-align: center;
    /* border: 1px solid; */
    font-family: var(--font_family_Inter);
    max-width: 90%;
    margin: 0 auto;
    margin-top: .4rem;
}

.product_card_cardBody_wrapper{
    /* grid-template-columns: repeat(4,1fr); */
    /* border: 1px solid; */
    gap: 1.5rem;
    justify-self: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
}

.product_card_cardBody_card{
    flex-direction: column;
    gap: 1rem;
    border: 2px solid #00000009;
    width: 16rem;
    /* padding: 2px; */
    transition: .4s ease-in-out;
}

.product_card_cardBody_card:hover{
    border: 2px solid var(--text_color_orange_level_1);
    /* border-radius: 5px; */
}

/* .product_card_cardBody_card:hover .product_card_cardBody_card_cardImg > img{
    border-radius: 2px;
} */


.product_card_cardBody_card_cardImg{
    flex-direction: column;
}


.product_card_cardBody_card_cardImg > img{
    width: 100%;
    /* border-radius: 5px; */
    /* transition: .4s ease-in-out; */

}

.product_card_cardBody_card_cardDetails{
    flex-direction: column;
    gap: .4rem;
}

.product_card_cardBody_card_cardDetails > p{
    text-align: center;
    font-size: 1.2rem;
}

.product_card_cardBody_card_cardDetails_price{
    font-weight: bold;
}

.product_card_cardBody_card_cardBtn > button{
    width: 100%;
    border: none;
    padding: .7rem 0rem;
    background-color: var(--text_color_orange_level_1);
    color: aliceblue;
    font-size: 1rem;
    cursor: pointer;
    transition: .2s ;
}

.product_card_cardBody_card_cardBtn > button:hover{
    background-color: var(--text_color_orange_level_2);
}


@media screen and (max-width:750px) {
    .product_card_cardBody_wrapper{
        width: 95%;
        justify-self: center;
    }
}

/* Product card area end here -*/























/*! About seller area start here -----------------------------------------------------*/
.aboutSeller_area_wrapper{
    flex-direction: row;
    margin: 8rem 0 0rem;
    /* border: 1px solid; */
    gap: 1rem;
    width: 100%;
    justify-self: center;
    justify-content: space-between;

}

.aboutSeller_area_img_banner{
    width: 50%;
    margin: 0 auto;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: 1rem;
}

.aboutSeller_area_img_banner > .img_1{
    width: 90%;
    max-width: 30rem;
}

.aboutSeller_area_img_banner > .img_2{
    width: 40%;
    position: absolute;
    top: -5.5rem;
    right: -2.5rem;
}

.aboutSeller_area_textarea{
    width: 50%;
    align-items: center;

}

.aboutSeller_area_textarea_textBox_heading{
    font-family: var(--font_family_Noto_Serif);
    font-size: 2.3rem;
    font-weight: bold;
}

.aboutSeller_area_textarea_textBox_ol{
    margin-top: 1rem;
    margin-left: 1.5rem;
    
}

.aboutSeller_area_textarea_textBox_ol > li{
    margin-top: .7rem;
    color: var(--text_color_dark_level_2);
    font-size: 1.2rem;
}


@media screen and (max-width:880px) {
    .aboutSeller_area_wrapper{
        flex-direction: column;
    }

    .aboutSeller_area_img_banner{
        width: 100%;
    }

    .aboutSeller_area_img_banner > .img_1{
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .aboutSeller_area_img_banner > .img_2{
        display: none; 
    }

    .aboutSeller_area_textarea{
        width: 95%;
        align-self: center;
    }
}
    
@media screen and (min-width:750px) and (max-width:920px) {
    .aboutSeller_area_img_banner > .img_2{
        width: 40%;
        position: absolute;
        top: -2.5rem;
        right: -1.9rem;
    }
}

/* About seller area end here -*/























/*! Offer area start here -----------------------------------------------------*/
.offer_card_area_wrapper{
    flex-direction: column;
    /* border: 1px solid; */
    width: 85%;
    margin: 8rem auto 5rem;

}

.offer_card_header_wrapper{
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.5rem;
}

.offer_card_header_title{
    color: #000000;
    font-family: var(--font_family_Noto_Serif);
    font-size: 3rem;
    font-weight: bold;
}

.offer_card_header_title > span{
    color: var(--text_color_orange_level_1);
    font-family: var(--font_family_Noto_Serif);
    
}

.offer_card_header_discription{
    color: var(--text_color_dark_level_2);
    font-size: 1.2rem;
    max-width: 95%;
    margin: 0 auto;
    margin-top: .4rem;
}

.offer_card_imgCard_wrapper {
    gap: 20px;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    flex-direction: row;
}

.offer_card_imgCard_1 {
    flex-direction: column;
    gap: 1rem;
    width: 35%;
}

.offer_card_imgCard_1_img1,
.offer_card_imgCard_1_img2 {
    position: relative;
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
}

.offer_card_imgCard_1_img1_imgWrapper,
.offer_card_imgCard_1_img2_imgWrapper,
.offer_card_imgCard_2_img1_imgWrapper{
    width: 100%;
}

.offer_card_imgCard_1_img1_imgWrapper > img,
.offer_card_imgCard_1_img2_imgWrapper > img,
.offer_card_imgCard_2_img1_imgWrapper > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  /* display: block; */
}

.offer_card_imgCard_1_img1_imgInnerTxt,
.offer_card_imgCard_1_img2_imgInnerTxt,
.offer_card_imgCard_2_img1_imgInnerTxt {
    position: absolute;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.596);
}

.offer_card_imgCard_1_img1_imgInnerTxt > p,
.offer_card_imgCard_1_img2_imgInnerTxt > p,
.offer_card_imgCard_2_img1_imgInnerTxt > p{
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

.offer_card_imgCard_1_img1_imgInnerTxt > p:first-child,
.offer_card_imgCard_1_img2_imgInnerTxt > p:first-child,
.offer_card_imgCard_2_img1_imgInnerTxt > p:first-child{
    font-family: var(--font_family_Noto_Serif);
    margin-bottom: .5em;
    font-size: 1.2em;
}

.offer_card_imgCard_1_img1_imgInnerTxt > p:last-child,
.offer_card_imgCard_1_img2_imgInnerTxt > p:last-child,
.offer_card_imgCard_2_img1_imgInnerTxt > p:last-child{
    font-family: var(--font_family_Inter);
    font-size: 1em;
    text-decoration: underline;
    cursor: pointer;
}

.offer_card_imgCard_2_img1_imgInnerTxt > p:first-child{
    font-size: 1.7em;
}

.offer_card_imgCard_2_img1_imgInnerTxt > p:last-child{
    font-size: 1.4em;
}


.offer_card_imgCard_1_img1_imgInnerTxt > p:last-child:hover,
.offer_card_imgCard_1_img2_imgInnerTxt > p:last-child:hover,
.offer_card_imgCard_2_img1_imgInnerTxt > p:last-child:hover {
    color: var(--text_color_orange_level_1);
}

.offer_card_imgCard_2 {
    width: calc(65% - 1rem);
    display: flex;
    flex-direction: column;
}

.offer_card_imgCard_2_img1 {
    position: relative;
    flex: 1;
    border-radius: 20px;
    overflow: hidden; 
}






@media screen and (max-width:920px) {
    .offer_card_imgCard_wrapper {
        gap: 20px;
        border-radius: 12px;
        width: 95%;
        height: 100%;
        flex-direction: column;
        justify-self: center;
        margin: 0 auto;
    }

    .offer_card_imgCard_1,
    .offer_card_imgCard_2{
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .offer_card_imgCard_1_img1_imgWrapper,
    .offer_card_imgCard_1_img2_imgWrapper,
    .offer_card_imgCard_2_img1_imgWrapper{
        width: 100%;
    }

}

/* Offer area end here -*/

