*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section {
    padding: 40px 0;
}
#new-collection{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.products {
    display: flex;
}

.collection-title {
    color: #2D2D2D;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 113.9%;
    /* 28.475px */
    letter-spacing: 0.75px;
}

.product img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
}

.clothes-img-one img{
    height: 649px;
    max-height: auto;
    object-fit: cover;
}

.product {
    padding: 30px 5px;
}

.clothes-title {
    padding-top: 8px;
    color: #2D2D2D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 113.9%
}

.clothes-title a {
    text-decoration: none;
    color: #2D2D2D;
}

.overlay {
    position: relative;
}

.overlay a i {
    position: absolute;
    top: 11px;
    right: 11px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

/* atlet start */
#atlet {
    padding: 40px 0;
}

.atlet-images img {
    padding: 10px 5px;
    width: 100%;
    height: 353px;
}

.atlet-header {
    display: flex;
}

.sub-brend a {
    color: #6F6F6F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-decoration-line: underline;
}
@media screen and (max-width:992px) {
    .atlet-header {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .clothes-img-one img{
        height: 600px;
    }
    .product img {
        height: 600px;
    }
}
