* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.make-a-siftah {
    display: flex;
    max-width: 100%;
    margin: 3rem 0;
    box-shadow: 2px 2px 5rem rgba(3, 152, 199, 0.6);
    text-align: center;
}
.make-a-siftah img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: blur(5px);
}
.make-a-siftah img:nth-child(1) {
    object-position: center;
}
.make-a-siftah img:nth-child(3) {
    object-position: top;
}
.make-a-siftah .mid-text {
    width: 80%;
    display: flex;
    text-align: center;
    align-items: center;
}
.mid-text-in {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
.mid-text-in h1 {
    font-size: 4rem;
}
.mid-text-in h1 span {
    color: #0198CF;
    font-weight: 800;
}
.mid-text-in p {
    font-size: 1.5rem;
    margin-bottom: 0;
}
.mid-text-in a {
    background-color: #0198CF;
    padding: 0.7rem 1.5rem;
    width: 100%;
    border-radius: 12px;
    color: whitesmoke;
    text-decoration: none;
}
main {
    height: auto;
    background-color: rgba(243, 237, 237, 0.5);
    padding-bottom: 5rem;
}
.seller-product {
    display: flex;
    max-width: 70%;
    margin: 2rem auto;
    border-top: 1px solid #6F6666;
    padding: 2rem 0 0 0;
}
.seller-product .person-box {
    border-right: 1px solid #6F6666;
    padding: 0 1.5rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 20%;
}
.seller-product .personal-name-ticket {
    width: 100%;
}
.seller-product .personal-name-ticket i {
    font-size: 24px;
}
.seller-product .personal-name-ticket .name-stars {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.seller-product .personal-name-ticket .name-stars h4 {
    font-size: 20px;
}
.seller-product .personal-name-ticket .buyer-stars i {
    color: orange;
    font-size: 20px;
}
.person-brandImg {
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -40.21px 37.23px 78.94px rgba(12, 12, 12, 0.5);
    margin: 0.5rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.person-brandImg img {
    max-width: 100%;
    /* width: 20%; */
}

.owl-item .active{
    margin: 0;
}

.owl-theme .owl-nav{
    display: none;
}

.stars-siftah {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.stars-siftah .brand-name {
    width: 100%;
}
.stars-siftah .brand-name h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.stars {
    width: 100%;
}
.stars-siftah .stars i:nth-child(1) {
    color: #0099D2;
}
.stars-siftah .stars i:nth-child(2) {
    color: #AD00FF;
}
.stars-siftah .stars i:nth-child(3) {
    color: #76D200;
}
.stars-siftah .stars i:nth-child(4) {
    color: #D27100;
}
.stars-siftah .stars i:nth-child(5) {
    color: #D20000;
}
.seller-product .persons-product {
    display: flex;
    margin: auto;
    padding: 0 0 0 1rem;
    gap: 0;
    overflow-x: auto;
    width: 80%;
}
.seller-product .persons-product::-webkit-scrollbar {
    display: none;
}
.products {
    min-width: 140px;
    height: 400px;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}
.seller-product .persons-product .product {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    height: 400px;
    border-radius: 10px;
}
.special-card .product-blur {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.special-card .product-blur .blur-box{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(4px) brightness(0.6);
    transition: filter 0.3s ease;
}

.special-card .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    text-align: center;
}

.special-card .overlay-text h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.special-card .overlay-text .see-more-icon {
    width: 40px;
    border: 2px solid white;
    padding: 4px;
    border-radius: 50%;
}
.special-card .overlay-text .see-more-icon i{
    font-size: 18px;
}


.seller-product .persons-product .product .product-detail {
    width: 100%;
    padding: 0.5rem;
    overflow: hidden;
}

.seller-product .persons-product .product p {
    margin: 0;
    font-size: 14px;
    color: #000;
    width: 100%;
    padding: 0 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seller-product .persons-product img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
}
.line {
    border-right: 1px solid #6F6666;
}
.product h5 {
    color: black;
    font-size: 12px;
}
.product h5:nth-child(2) {
    margin: 0.2rem 0 0 0;
}
.product h5:nth-child(3) {
    margin: 0.2rem 0 0 0;
    color: grey;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1625px) {
    /* .person-brandImg {
        max-width: 200px;
    } */
    .stars-siftah .brand-name h1 {
        font-size: 16px;
    }
    .seller-product .personal-name-ticket .buyer-stars i {
        font-size: 16px;
    }
}
@media (max-width: 1400px) {
    /* .person-brandImg {
        max-width: 170px;
    } */
    .seller-product {
        max-width: 97%;
    }
}
@media (max-width: 1100px) {
    .mid-text-in h1 {
        font-size: 3rem;
    }
    .mid-text-in p {
        font-size: 1.2rem;
    }
    .stars-siftah .brand-name h1 {
        font-size: 13px;
    }
    .stars-siftah .stars i {
        font-size: 12px;
    }
    .seller-product .personal-name-ticket .name-stars h4 {
        font-size: 18px;
    }
    .seller-product .personal-name-ticket i {
        font-size: 18px;
    }
    .seller-product .personal-name-ticket .buyer-stars i {
        font-size: 12px;
    }
    .seller-product .persons-product {
        gap: 1rem;
        padding: 0 0 0 1rem;
    }
}
@media (max-width: 900px) {
    .make-a-siftah img {
        height: 260px;
    }
    .seller-product .persons-product img {
        height: 200px;
    }
    .products {
        height: 300px;
    }
    .person-brandImg,
    .person-brandImg img {
        height: 160px;
    }
    .mid-text-in h1 {
        font-size: 2.5rem;
    }
    .mid-text-in p {
        font-size: 1rem;
    }
    .seller-product .personal-name-ticket .name-stars h4 {
        font-size: 16px;
    }
    .seller-product .personal-name-ticket i {
        font-size: 16px;
    }
    .seller-product .persons-product .product{
        height: 300px;
    }
    .seller-product .persons-product .product{
        width: auto;
    }
}
@media (max-width: 810px) {
    .mid-text-in h1 {
        font-size: 2rem;
    }
    .seller-product .personal-name-ticket .name-stars h4 {
        font-size: 14px;
    }
    .seller-product .personal-name-ticket i {
        font-size: 14px;
    }
}
@media (max-width: 765px){
    .seller-product .persons-product{
        width: 75%;
    }
    .seller-product .person-box{
        width: 25%;
    }
    .seller-product .persons-product .product p{
        font-size: 12px;
    }
    .seller-product .persons-product .product{
        width: 180px;
    }
}
@media (max-width: 635px){
    .seller-product .person-box{
        padding: 0 0.5rem 0 0;
    }
    .owl-carousel .owl-item {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 575px) {
    .owl-item .active {
        margin: 0;
    }
    .seller-product .person-box {
        width: 30%;
    }
    .seller-product .persons-product {
        width: 70%;
        padding: 0;
    }
    .products {
        min-width: 120px;
        height: 350px;
    }
    .seller-product .persons-product{
        margin: 0 0.5rem;
    }
    
}

@media (max-width: 500px) {
    .seller-product .personal-name-ticket .buyer-stars i,
    .stars-siftah .stars i {
        font-size: 8px;
    }
    .seller-product .persons-product .product {
        height: 260px;
    }
    .seller-product .persons-product .product img {
        height: 160px;
        object-fit: cover;
    }
    .person-brandImg, .person-brandImg img {
        height: 120px;
    }
    .seller-product .persons-product .product {
        width: 150px;
    }
    .seller-product .persons-product .product p {
        font-size: 12px;
        padding: 0 0.3rem;
    }
}

@media (max-width: 400px) {
    .products {
        min-width: 100px;
        height: 300px;
    }
    .seller-product .persons-product .product {
        height: 240px;
        width: 120px;
    }
    .seller-product .persons-product img {
        height: 100px;
    }
    .seller-product .persons-product .product p {
        font-size: 11px;
        padding: 0 0.2rem;
    }
}


