.slick-slider .slick-track, .slick-slider .slick-list { direction: ltr; }

.hero{
    background-image: url("../images/home_hero.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: fit-content;
    min-height:100vh;
    padding: 100px 0px;
}

.hero-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 63px;
    text-transform: uppercase;
    color: #ffffff;
}

.divider{
    height:5px;
    width:173px;
    border-radius:1px;
    background-color:#EF342F;
    margin-top:13px;
}

.hero-des{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26.1818px;
    line-height: 48px;
    text-transform: capitalize;
    color: #8C8B8B;
    margin-top:13px;
}

.sections-cta, .sections-cta:hover{
    width:fit-content;
    height:fit-content;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 182%;
    letter-spacing: 0.085em;
    text-transform: capitalize;
    color: #FFFFFF;
    gap: 15px;
    background: #EF342F;
    border-radius: 30px;
    text-decoration: none;
    padding:13px 52px;
}

.about-section{
    padding: 50px 0px;
 }

.about-us-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 145.02%;
    text-transform: uppercase;
    color: #8C8B8B;
}

.about-us-des{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 19.4399px;
    line-height: 182.02%;
    text-transform: capitalize;
    color: #8C8B8B;
}

.aboutus-img{
    background-image: url("../images/kitchen_aboutus.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; 
    height: 500px;
}

.our_services-section{
    background-image: url("../images/home_ourservice_bg.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:100px 0px;
}

.our_services-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 145.02%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.our-services-des{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.7481px;
    line-height: 182.02%;
    text-transform: capitalize;
    color: #8C8B8B;
}

.service_card img{
    width: 100%;
    height:363.43px;
    object-fit:cover;
    border-radius: 16px 16px 0px 0px;
}

.service_card div{
    border-radius: 0px 0px 16px 16px;
    background: #302F2F;
}

.service_card_red_lines{
    height:3px  !important;
    width:100% !important;
    background:none !important;
    margin: 0 5px;
}

.service_card:hover .service_card_red_lines{
    background:#EF342F !important;
    transition: background 0.3s;
}

.service_card:hover div {
    background:#000000;
    transition: background 0.5s;
}

.service_card div p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16.7481px;
    line-height: 145.02%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.our_products-section{
    padding:100px 0px;
}

.our_products-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 42.3131px;
    line-height: 145.02%;
    text-transform: uppercase;
    color: #000000;
}

.our_products-des{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.9252px;
    line-height: 182.02%;
    text-align: center;
    text-transform: capitalize;
    color: #8C8B8B;
}

.our_products-card{
    background:#41484E;
    height:340px;
    border-radius: 11px;
    width:70%;
    margin-left:10px;
    margin-right: auto; 
    /* done */
}

.our_products-card_product-name{
    transform-origin: center center;
    writing-mode: vertical-lr; /* Rotate the text 90 degrees */
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16.9252px;
    line-height: 145.02%;
    text-transform: uppercase;
    color: #FFFFFF;
    left: 5%;
    /* done */
    top: 50%;
    transform: translateY(-50%);
}

.our_product-card-image{
    height:340px;
    width:70% !important;
    object-fit:cover;
    border-radius: 11px;
    right: 10%;
    /* done */
    top: 8%;
}

.our_products-card:hover{
    background: rgba(65, 72, 78, 0.43);
    transition: background 0.3s;
}

.our_products-card:hover p{
    color: #000000;
    transition: color 0.3s;
}

.blog-section{
    padding: 50px 0px;
}

.blog-section-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}

.blog-card-img img{
    width: 100%;
    height: 264.07px;
    border-radius: 22.5px 22.5px 0px 0px;
    border-bottom: 6px solid #EF342F;
    object-fit: cover;
}

.blog-card-date{
    bottom: 0%;
    right: 0%;
    /* done */
    border-radius: 0px 7.5px 0px 0px;
    background: #EF342F;
    padding: 5px 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15.0418px;
    line-height: 182.02%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.blog-card-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16.7131px;
    line-height: 150%;   
    text-transform: capitalize;
    color: #000000;
}

.blog-card-short-des{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #8C8B8B;
}

.testimonials-section{
    background-image: url("../images/testimonials.webp");
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slick-arrow{
    background: rgba(255, 255, 255, 0.42);
    border-radius: 47.5px;
    width:47.5px;
    height: 47.5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.1px);
    -webkit-backdrop-filter: blur(8.1px);
    border: 1px solid rgba(255, 255, 255, 0.71);
}

[dir="rtl"] .slick-prev{
    right: 65% ;
    /* done */
    z-index: 5;
    transform: rotate(180deg);
    top: 40%;
}

[dir="rtl"] .slick-next{
    /* done */
    left: 65%;
    top: 40%;
    transform: rotate(180deg);
}

.testimonial img{
    width: 175px;
    height: 175px;
    border-radius: 175px;

}

.testimonial .h4{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 24px;
}

.testimonial p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .hero-title{
        font-size: 30px;
        line-height: 150%;
    }

    .divider{
        height:4px;
    }

    .hero-des{
        font-size: 20px;
        line-height: 150%;
    }

    .sections-cta, .sections-cta:hover{
        padding: 7px 26px;
        font-size: 20px;
        line-height: 150%;
    }

    .about-us-title{
        font-size: 25px;
        line-height: 150%;
    }
    .about-us-des{
        font-size: 18px;
        line-height: 150%;
    }
    .aboutus-img{
        height: 404px;
        background-size: 100% 80%;
    }

    .our_services-section{
        padding: 60px 0px;
    }

    .our_services-title{
        font-size: 25px;
        line-height: 150%;
    }

    .our-services-des{
        font-size: 14px;
        line-height: 150%;
    }

    .service_card img{
        height:250px;
    }
    
    .service_card_red_lines{
        height:2px  !important;
    }

    .service_card div p{
        font-size: 14px;
        line-height: 150%;
    }

    .our_products-section{
        padding:60px 0px;
    }

    .our_products-title{
        font-size: 28px;
        line-height: 150%;
    }

    .our_products-des{
        font-size: 14px;
        line-height: 150%;
    }

    .our_products-card{
        height:250px;
        width:80%;
        margin-left:5px;
        /* done */
    }
    
    .our_products-card_product-name{
        font-size:14px;
    }

    .our_product-card-image{
        height:250px;
        right: 8%;
        /* done */
    }

    .blog-section{
        padding: 40px 0px;
    }

    .blog-section-title{
        font-size: 32px;
        line-height: 150%;
    }

    .blog-card-img img{
        height: 170px;
        border-bottom: 4px solid #EF342F;
    }

    .blog-card-date{
        padding: 2px 5px;
        font-size: 12px;
        line-height: 150%;
        font-weight: 500;
    }

    .blog-card-title{
        font-size: 14px;
    }

    .blog-card-short-des{
        font-size: 14px;
    }

    .testimonials-section{
        min-height: 300px;
    }

    .slick-arrow{
        border-radius: 35px;
        width:35px;
        height: 35px;
    }

    .slick-prev{
        /* done */
        right: 25%;
        z-index: 5;
        top: 40%
    }
    
    .slick-next{
        /* done */
        left: 25%;
        top: 40%
    }

    .testimonial img{
        width: 90px;
        height: 90px;
        border-radius: 90px;
    
    }

    .testimonial .h4{
        font-size: 16px;
        margin-top: 18px;
    }

    .testimonial p{
        font-size: 16px;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .hero-title{
        font-size: 24px;
    }
    
    .divider{
        height:3px;
    }

    .hero-des{
        font-size: 18px;
    }

    .sections-cta, .sections-cta:hover{
        padding: 5px 22px;
        font-size: 18px;
    }

    .about-us-title{
        font-size: 20px;
    }
    .about-us-des{
        font-size: 16px;
        text-align: center;
    }
    .aboutus-img{
        height: 350px;
        background-size: 100% 80%;
    }

    .our_services-section{
        padding: 40px 0px;
    }

    .our_services-title{
        font-size: 20px;
    }

    .our-services-des{
        font-size: 14px;
        text-align: center;
    }

    .service_card img{
        height:200px;
    }
    
    .service_card_red_lines{
        height:1px  !important;
    }

    .our_products-section{
        padding:40px 0px;
    }

    .our_products-title{
        font-size: 20px;
    }

    .our_products-des{
        font-size: 14px;
        text-align: center;
    }

    .our_products-card{
        height:200px;
    }
    
    .our_products-card_product-name{
        font-size:14px;
    }

    .our_product-card-image{
        height:200px;
        right: 8%;
        /* done */
    }

    .blog-section{
        padding: 40px 0px;
    }

    .blog-section-title{
        font-size: 20px;
    }

    .blog-card-img img{
        height: 120px;
        border-bottom: 2px solid #EF342F;
    }

    .blog-card-title{
        font-size: 14px;
    }

    .blog-card-short-des{
        font-size: 14px;
    }

    .testimonials-section{
        min-height: 300px;
    }

    .slick-prev{
        top: 30%
    }
    
    .slick-next{
        top: 30%;
        right: 40%;
    }

    .testimonial img{
        width: 75px;
        height: 75px;
        border-radius: 75px;
    
    }

    .testimonial .h4{
        font-size: 14px;
        margin-top: 16px;
    }

    .testimonial p{
        font-size: 14px;
    }
}


