.home-about-group {
    background: #F9F4E8;
    padding: 30px 0;
}
.home-about-group h2.title {
    font-size: 28px;
    font-weight: 600;
    color: #720505;
    margin-bottom: 10px;
}
.home-about-group .content {
    font-size: 18px;
    color: #720505;
    line-height: inherit;
    margin-bottom: 30px;
}
.material-area .tea-item a {
    display: block;
    justify-content: center;
    align-items: center;
    height: 350px; 
    background: #111;       
    overflow: hidden;
    position: relative;
    transition: all 1s;
}
.material-area .tea-item a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    transition: all 0.5s;
}
.material-area .tea-item img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: all 0.5s;
}
.material-area .tea-content {
    position: relative;
    margin-top: 30px;
}
.material-area .tea-content .title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    line-height: inherit;
    font-size: 18px;
    font-weight: 500;
    transition: all 1s;
}
.material-area .tea-item:hover a::before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
.material-area .tea-item:hover img {
    transform: scale(1.1);
}
.material-area .tea-item:hover .title {
    font-size: 16px;
    transition: all 1s;
}

.home-product-about {
    position: relative;
}
.home-product-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.home-product-about .about-content {
    max-width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-style: italic;
    position: relative;
    z-index: 9;
    line-height: inherit;
}

.home-product-tech {
    background-color: #F9F4E8;
    padding: 50px 0;
}
.home-product-tech .box-content {
    color: #720606;
}
.home-product-tech .box-content .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px;
}
.home-product-tech .box-content .content {
    font-size: 18px;
    text-align: justify;
}
.home-product-tech .box-content .tech-items ul {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.home-product-tech .box-content .tech-items ul li {
    list-style: none;
    display: flex;
    width: 46%;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}
.home-product-tech .box-content .tech-items ul li img {
    width: 60px;
}
.home-product-tech .box-media .description {
    color: #720606;
    margin-top: 5px;
    font-style: italic;
}
.home-product-tech .box-media .bg-wrapper {
    position: relative;
    width: 100%;
    height: 500px; 
    overflow: hidden;
}
.home-product-tech .box-media .bg-video {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 15px;
}

@media (min-width: 1200px) {
    .home-product-tech .box-content {
        padding-right: 30px;
    }
    .home-product-tech .box-media {
        padding-left: 30px;
    }
}

.home-medical-certificate {
    position: relative;
}
.home-medical-certificate img {
    width: 100%;
}
.home-medical-certificate .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 18px;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.home-medical-certificate .content h2,
.home-medical-certificate .content h3,
.home-medical-certificate .content h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.home-medicinal-properties {
    background-color: #F9F4E8;
    padding: 50px 0;
}
.home-medicinal-properties .box-content {
    max-width: 75%;
    margin: 0 auto;
}
.home-medicinal-properties .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    max-width: 75%;
    margin: 0 auto 20px;
    color: #720606;
}
.home-medicinal-properties .description {
    text-align: center;
    max-width: 85%;
    margin: 0 auto 30px;
    color: #720606;
    font-size: 18px;
}
.home-medicinal-properties .medicinal-item {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.home-medicinal-properties .medicinal-item .item {

}
.home-medicinal-properties .medicinal-item img {

}

.home-product-specifications {
    background-color: #720606;
    padding: 50px 0;
    color: #F9F4E8;
} 
.home-product-specifications .box-content {
    max-width: 70%;
    margin: 0 auto;
}
.home-product-specifications .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    max-width: 75%;
    margin: 0 auto 30px;
    line-height: inherit;
}
.home-product-specifications .box-content {
    font-size: 18px;
}
.home-product-specifications .box-content h2,
.home-product-specifications .box-content h3,
.home-product-specifications .box-content h4 {
    font-size: 24px;
}

.home-tea-category,
.home-raw-material-area,
.home-press,
.home-achievements {
    background-image: url('../../assets/img/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.home-tea-category .content-title {
    max-width: 90%;
    margin: 0 auto;
}
.home-tea-category .title {
    font-size: 42px;
    color: #990000;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}
.home-tea-category .description {
    color: #990000;
    font-size: 20px;
    font-style: italic;
}

.home-certification {
    padding: 50px 0;
    position: relative;
}
.home-certification h2.title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #F9F4E8;
    margin-bottom: 30px;
}
.certification-content a {
    position: relative;
    display: block;
    overflow: hidden;
}
/* .certification-content a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
} */
.home-certification .material-area .certification-item img {
    object-fit: contain;
    height: 400px;
    width: 100%;
    background: #fff;
    text-align: center;
    transition: all 0.5s;
}
.certification-content h4.title {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
/* .certification-content:hover a::before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
.certification-content:hover img {
    transform: scale(1.1);
} */

.home-press {
    padding: 50px 0;
}
.home-press h2.title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #720606;
    margin-bottom: 30px;
}
.home-press .press-item img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    border: 2px solid #990000;
    padding: 15px;
    border-radius: 30px;
}