.main_content {
    margin: 0 auto 20px auto;
}
/*
.rec_bdr{
    color:blue;
    border-style: solid;
    border-width: medium;
    padding-bottom:10px;
}
*/
@media screen and (min-width: 1922px) {
    .main_content {
        margin-top: 20px;
    }
}

.section_container {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
    margin: 15px auto 0 auto;
    padding: 20px 5px;
    max-width: var(--max-page-width);
}


/* ----------------------------------------------------- */

/* HERO slider */
@media screen and (max-width: 1300px) {

    .hero_main_slider .slider_outside_div {
        border-radius: 0px;
    }
}

/* ----------------------------------------------------- */


/* Product Types Container */
.products_types_ {
    padding: 0 15px;
}

.product_types_container_ {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}


.product_type {
    width: 100%;
    /* height: 250px; */
    height: 350px;
    padding: 10px;
    /* border-radius: 12px; */
    text-decoration: none;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.product_type_div {
    width: 33.33%;
    padding: 1px;
}

.product_type::after {
    content: "";
    height: 100%;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.04); */
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.product_type:hover::after {
    background-color: rgba(0, 0, 0, 0.0);
}

.product_type:nth-of-type(1) {
    background-color: #fff;
}

.product_type:nth-of-type(2) {
    background-color: #ECB8AB;
}

.product_type:nth-of-type(3) {
    background-color: #DFC8F2;
}

.product_type:nth-of-type(4) {
    background-color: #FBE385;
}

.product_type:nth-of-type(5) {
    background-color: #F8CADA;
}

.product_type > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.product_type:hover > .product_type_img {
    transform: scale(1.3);
}

.product_type > p {
    /* background-color: rgba(0, 0, 0, 0.25); */
    background-color: rgba(255, 255, 255, 0.80);
    color: var(--dark-blue);
    /* background-color: rgba(255, 255, 255, 1);
    color: var(--gray-made-color); */
    padding: 6px 40px;
    /* border-radius: 6px; */
    font-size: 18px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.30); */
}

.product_type > p:hover {
    color: #FFFFFF;
}

.product_type > p::after {
    content: "";
    background: var(--dark-blue);
    border-radius: 25px;
    position: absolute;
    z-index: -1;
    display: inline-block;
    /* ----------------------- */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform 0.3s ease;

    /* transform: translateX(-102%); */
    transform: scale(0, 0);
}

.product_type > p:hover::after {
    /* transform: translateX(0%); */
    transform: scale(1.1, 1.1);
}

/* Responsive */

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

    .product_type > p {
        padding: 5px 25px;
        font-size: 16px;
    }
}

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

    .product_type {
        height: 200px;
    }

    .product_type_div {
        width: 50%;
        /* padding: 4px; */
    }

    .product_type > p {
        padding: 6px 30px;
        border-radius: 2px;
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .products_types_ {
        padding: 0;
    }

    .product_type > p {
        padding: 6px 25px;
        /* border-radius: 5px; */
        font-size: 14px;
    }
}

/* / Product Types Container */


/* ----------------------------------------------------- */


/* Newsletter Container */
.nlatessc1_container {
    position: relative;
    margin: 40px;
}

.nlatessc1_part {
    background-color: var(--second-color);
    color: var(--white);
    padding: 20px;
    border-radius: 10px 0 0 10px;
    width: 50%;
}

.nlatessc1_holdings {
    text-align: center;
    width: fit-content;
    padding: 10px 20px;
}

.nlatessc1_3_star {
    margin-bottom: 10px;
}

.nlatessc1_3_star span {
    height: 60px;
    width: 85px;
    background-size: 80px;
}

.nlatessc1_texts {
    line-height: 32px;
    font-size: 18px;
}

.nlatessc1_offer_text {
    /* font-family: 'Marcellus', serif; */
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0 20px 0;
}

.nlatessc1_form {
    width: 300px;
}


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

    .nlatessc1_holdings {
        padding: 20px 5px;
    }

    .nlatessc1_offer_text {
        font-size: 22px;
    }
}

@media screen and (max-width: 340px) {
    .nlatessc1_form {
        width: 90vw;
    }

}

.newsletter_form .form_input_wrapper {
    overflow: hidden;
    border-radius: 24px;
}

.nlatessc1_form input {
    border-radius: 4px;
    border: none;
    color: var(--header-text-brown);
    padding: 20px 55px 3px 15px;
}

.nlatessc1_form label {
    left: 15px;
}

.nlatessc1_form input:focus {
    border: none;
}

.newsletter_form_submit_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55px;
    background-color: var(--white);
}

.newsletter_form_submit_btn > i {
    font-size: 24px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.newsletter_form_submit_btn:hover > i {
    transform: rotate(0deg) translateX(0px);
    color: var(--header-text-brown);
}

/*  Newsletter Offers Part  */

.nlatessc1__part2 {
    background-color: #282C2D;
    height: 450px;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.nlatessc1__part2 > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


@media screen and (max-width: 1100px) {
    .nlatessc1_container {
        margin: 20px;
    }

    .nlatessc1_part {
        border-radius: 10px;
        width: 100%;
    }

    .nlatessc1__part2 {
        display: none;
    }

    .nlatessc1_holdings {
        margin: 0 auto;
    }
}

@media screen and (max-width: 650px) {
    .nlatessc1_container {
        margin: 0px;
    }
}

/* / Newsletter Container */

/* ----------------------------------------------------- */

/* Values Our Customer Loves Section */


.values_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.values_div {
    flex: 1 1 100px;
    text-align: center;
    /* border: 1px solid var(--hover-highlight); */
    border-radius: 10px;
    padding: 20px;
    background-color: var(--white);
}

.values_div > h3 {
    color: var(--header-text-brown);
    font-weight: 500;
    font-size: 18px;
}

.values_div > p {
    color: var(--main-black);
    font-size: 14px;
    margin-top: 15px;
}

.values_icon {
    width: 100px;
}

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

    .values_icon {
        width: 90px;
    }

    .values_div > h3 {
        font-size: 16px;
    }

    .values_div > p {
        font-size: 12px;
    }
}

/* / Values Our Customer Loves Section */


/* ----------------------------------------------------- */

/* Testimonial Section */
.testimonial_container {
    width: 100%;
    position: relative;
}

.nlatessc1_holdings > .sign_up_btn {
    margin-top: 10px;
    margin-bottom: 30px;
}

.testimonial_slider {
    height: 100%;
    width: 100%;
    margin-top: 0px;
}

.testimonial_slider .slider_outside_div {
    height: 100%;
}

.testimonial_slider .slider_inner_div {
    height: 100%;
}

.testimonial_slider .slide {
    height: 100%;
    position: relative;
    background-color: var(--main-black);
}

.testimonial_slider .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/*  One Single Testimonial */
.a__testimonial {
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    padding: 15px;
    position: relative;
    bottom: 25px;
}

.quote_icon {
    height: 50px;
    width: 50px;
    background-size: 50px;
    position: absolute;
}

.quote_icon_left {
    top: 5px;
    left: 15px;
    transform: rotate(180deg);
}

.quote_icon_right {
    bottom: 5px;
    right: 15px;
}

.testim_product_img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    transition: none;
    margin-bottom: 40px;
}

.testim_product_img:hover {
    transform: none;
}

.testim_msg_div {
    max-width: 80%;
    margin-bottom: 35px;
}

.testim_msg {
    font-size: 20px;
}

/* .testim_user__date {} */

.testim_user {
    font-size: 18px;
}

.testim_date {
    color: #888888;
}

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

    .testimonial_container .nlatessc1__part2 {
        display: block;
        width: 100%;
        height: 450px;
        margin-top: 10px;
    }

}

@media screen and (max-width: 650px) {
    .testim_product_img {
        height: 100px;
        width: 100px;
    }

    .testim_msg_div {
        max-width: 85%;
    }

    .testim_msg {
        font-size: 18px;
    }

    .testim_user {
        font-size: 16px;
    }

    .testim_date {
        font-size: 14px;
    }

    .quote_icon {
        height: 30px;
        width: 30px;
        background-size: 30px;
    }
}

/* / Testimonial Section */