@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap");

/* Left Content Styles */
.left-content {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.left-content .thumb {
    width: 100%;
    height: 100%;
}

.left-content .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-content .thumb .inner-content {
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.7) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    color: white;
}

.left-content h4 {
    font-family: "EB Garamond", serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-content span {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

/* .main-border-button {
    text-align: center;
} */

.main-border-button a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Right Content Styles */
.right-content .right-first-image {
    position: relative;
    margin-bottom: 15px;
}

.right-content .thumb {
    position: relative;
    height: 285px;
    overflow: hidden;
}

.right-content .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-content .thumb .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    color: white;
    padding-bottom: 100px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Exlplore */
.explore-item {
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #232946; /* Sesuaikan dengan warna background container */
    margin-bottom: 20px;
    overflow: hidden;
}

.explore-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-item.leather,
.explore-item.types {
    background-color: #ffffff; /* Untuk item teks, tetap gunakan background putih */
    color: #232946; /* Sesuaikan warna teks jika perlu */
}

.explore-item h4 {
    margin-bottom: 10px;
    text-align: center;
}

.explore-item span {
    text-align: center;
}

/* Exotic Leather */
#men .owl-carousel .thumb {
    width: 100%;
    height: 300px; /* Anda bisa menyesuaikan tinggi ini sesuai kebutuhan */
    overflow: hidden;
}

#men .owl-carousel .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
