@import url('https://fonts.googleapis.com/css2?family=Titan+One');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Titan+One&display=swap');


/* ------------------------ Hero section ------------------------- */

.sec2_product_heading {
    font-family: Titan One;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #E65E5C;
    text-transform: uppercase;
}

.sec2_product_des {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #666666;
    width: 55%;
}

@media screen and (max-width:768px) {
    .sec2_product_heading {
        font-family: Titan One;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }

    .sec2_product_des {
        font-family: Outfit;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }
}



.sec1_mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .sec1_mobile {
        display: block;
    }

    .sec1_desktop {
        display: none;
    }
}

.sec2_list {
    padding: 40px;
}

@media screen and (max-width:768px) {
    .sec2_list {
        padding: 20px;
    }
}

.sec2_heading {
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #E65E5C;
    text-transform: uppercase;
}

.sec2_desc {
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #666666;
}

.sec2_desc2 {
    display: none;
}

@media screen and (max-width:768px) {
    .sec2_heading {
        font-family: Titan One;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }

    .sec2_desc2 {
        display: block;
        font-family: Outfit;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }

    .sec2_desc {
        display: none;
    }

}

.sec2_headline {
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #E65E5C;
}

.sec2_headline_money {
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #E65E5C;
}

@media screen and (max-width:768px) {
    .sec2_headline {
        font-family: Titan One;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #E65E5C;
    }

    .sec2_headline_money {
        font-family: Titan One;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #E65E5C;
    }
}

.sec2_desc {
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #666666;
}

.sec2_desc2 {
    display: none;
}

@media screen and (max-width:768px) {
    .sec2_desc2 {
        display: block;
        font-family: Outfit;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #666666;
    }

    .sec2_desc {
        display: none;
    }
}

.sec2_headline_desktop {
    font-size: 30px;
    margin-top: -20px;
}

.sec2_headline_mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .sec2_headline_desktop {
        display: none;
    }

    .sec2_headline_mobile {
        display: block;
    }
}




/* ------------- new created ------------------ */

.Product_list {
    padding: 40px 40px 0px 40px;
}

@media screen and (max-width:768px) {
    .Product_list {
        padding: 10px;
    }
}

.Product_list_list1 {
    padding: 0px 0px 30px 0px;
}

@media screen and (max-width:768px) {
    .Product_list_list1 {
        padding: 0px 0px 15px 0px;
    }
}

.Product_list_list1_img_div {
    width: 100px;
    height: 100px;
}

.Product_list_img1 {
    background-color: #FBE8EC;
    padding: 15px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width:768px) {
    .Product_list_img1 {
        background-color: #FBE8EC;
        padding: 5px;
        width: 55px;
        height: 70px;
        border-radius: 10px;
    }

    .Product_list_list1_img_div {
        width: 70px;
        height: 100px;
    }
}

.Product_list_list1_heading {
    padding: 0px 0px 0px 20px;
    font-family: Titan One;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #E65E5C;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .Product_list_list1_heading {
        padding: 0px 0px 0px 10px;
        font-family: Titan One;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #E65E5C;
        display: flex;
    }
}

.Product_list_list1_desc {
    padding: 0px 0px 24px 20px;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #666666;
}

@media screen and (max-width:768px) {
    .Product_list_list1_desc {
        padding: 0px 0px 0px 10px;
        font-family: Outfit;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #666666;

        display: -webkit-box;
        -webkit-box-orient: block-axis;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

.list_line {
    color: #666666;
}

.Product_list_list2 {
    margin-left: 20px;
}

@media screen and (max-width:768px) {
    .list_line {
        color: #666666;
        font-size: 10px;
    }

    .Product_list_list2 {
        margin-left: -15px;
    }

}