.home-section {
    height: 80vh;
    margin-top: 0px;
    background: url('../images/home1.jpeg') no-repeat center center/cover;
    color: white;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: start;
}


#trending-text {
    text-align: center;
    font-weight: 400;
    padding: 30px;
}

#trending-text h3 {
    font-family: sans-serif;
    letter-spacing: 2px !important;
}


#product a {
    text-decoration: none;
    width: 99.99vw;
}

#product {
    width: 99.99vw;
}

.main-space {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 10px 0;
}

.capitalize-first-letter::first-letter {
    text-transform: uppercase;
}

.decaration {
    color: #000000;
    text-decoration: none;
}

.track-btn {
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.track-btn a {
    background-color: #000000;
    border: 1px solid rgb(255, 255, 255);
    color: #ffffff;
    border-radius: 1px;
    padding: 12px 25px;
}

.track-btn a:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgb(0, 0, 0);
}

.trend-image {
    width: 450px;
}

.decaration {
    width: 450px;
}

@media (max-width :1700px) {
    .trend-image {
        width: 400px;
    }
    .decaration {
        width: 400px;
    }

}

@media (max-width :1300px) {
    .trend-image {
        width: 350px;
    }
    .decaration {
        width: 350px;
    }

}

@media (max-width :1200px) {
    .trend-image {
        width: 300px;
    }
    .decaration {
        width: 300px;
    }

}

@media (max-width :991px) {
    .trend-image {
        width: 350px;
    }
    .decaration {
        width: 350px;
    }

}

@media (max-width :344px) {
    .trend-image {
        width: 300px;
    }
    .decaration {
        width: 300px;
    }

}