/*---------------------Roots-----------------*/

:root {
    ---pink: #f2bbb5;
    ---white: #ffffff;
    ---black: #222222;
    ---border: #e5e5e5;
}

/*---------------------Roots-----------------*/
.collection{
    width: 100%;
    background-color: var(---white);
    position: absolute;
    top: 104%;
}
.collection .heading{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.collection h1{
    font-size: 60px;
    color: var(---black);
    font-weight: 600;
    line-height: 70px;
}
.collection h1 span{
    color: var(---pink);
    font-weight: 700;
}
.collection h1 b{
    color: var(---pink);
    font-family: 'Darling Coffee', sans-serif;
    font-size: 150px;
}
.collection .col-slider{
    margin-top: 50px;
}
.collection .col-slider .box{
    width: 100%;
}
.collection .col-slider .box img{
    width: 100%;
}
.collection .col-slider .box img:hover{
    transform: scale(1.04,1.04);
    transition: 0.3s all linear;
}






/* media quries */

@media (max-width:1772px) {
    section {
        padding: 20px 100px;
    }
    .collection{
        top: 126%;
    }
}
@media (max-width:1674px) {
    section {
        padding: 20px 80px;
    }

}
@media (max-width:1590px) {
    section {
        padding: 20px 60px;
    }
}

@media (max-width:1486px) {
}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }
}

@media (max-width:1280px) {

    html{
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }
    .collection{
        top: 123%;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }
    .collection h1{
        font-size: 50px;
        line-height: 50px;
    }
    .collection h1 b{
        color: var(---pink);
        font-family: 'Darling Coffee', sans-serif;
        font-size: 100px;
    }
    
}

@media (max-width:1024px) {
    .collection{
        top: 51%;
    }
    .collection .heading{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
}
@media (max-width:853px) {
    .collection{
        top: 77%;
    }
}

@media (max-width:820px) {
    .collection{
        top: 83%;
    }
}

@media (max-width:780px) {

    section {
        padding: 20px 10px;
    }
    .collection{
        top: 120%;
    }
}

@media (max-width:690px) {
}

@media (max-width:550px) {
    .collection h1{
        font-size: 40px;
        line-height: 50px;
    }
    .collection h1 b{
        color: var(---pink);
        font-family: 'Darling Coffee', sans-serif;
        font-size: 100px;
    }
    .collection .col-slider{
        margin-top: 30px;
    }
}

@media (max-width:500px) {
}

@media (max-width:430px) {
    .collection{
        top: 75%;
    }
    .collection .heading{
        margin-top: 50px;
    }
    .collection h1{
        font-size: 30px;
        line-height: 40px;
    }
    .collection h1 b{
        font-size: 70px;
    }
}
@media (max-width:415px) {
    .collection{
        top: 72%;
    }
}
@media (max-width:375px) {
    .collection{
        top: 84%;
    }
}
@media (max-width:360px) {
    .collection{
        top: 82%;
    }
}
@media (max-width:344px) {
    .collection{
        top: 63%;
    }
}
/* media quries */