.footer-section {
    background-image: url(../bg-images/brown-fabrics-background\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 372px;
    padding-top: 4%;
    justify-content: center;
    align-items: center;
}


.contact-section {
    background-image: url(../bg-images/brown-fabrics-background\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
    padding-top: 4%;
    justify-content: center;

}

.head-realative {
    position: relative;
}

.head-absolute {
    position: absolute;
    top: 64%;
    right: 19%;
}

.box {
    position: relative;
}

.box .hover-containt {
    position: absolute;
    top: 68%;
    left: 22%;
    opacity: 0;
    color: #fff;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.box:hover .hover-containt {
    opacity: 1;
}

.sp {
    font-size: 9px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* a */
.font-famly {
    font-family: "Playwrite HR Lijeva", serif;
}

.font-famly2 {
    font-family: "Playwrite HR Lijeva", cursive;
    font-optical-sizing: auto;
    font-weight: 150;
    font-style: normal;
}

.section-bg {
    background-image: url(../img/section-3\ bg1.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.back2 {
    background-image: url(../icon/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.back3 {
    background-image: url(../icon/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.back {
    background-image: url(../img/pop\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.back1 {
    background-image: url(../img/shoes2.png);
    background-repeat: no-repeat;
    background-size: cover;
}




@media (max-width:1244px) {
    .option {
        display: none;
    }

    .head-absolute {
        position: absolute;
        top: 84%;
        right: 12%;
    }

}

@media (max-width:992px) {
    .option {
        display: none;
    }

}

@media (max-width:440px) {
    .footer-section {
        height: 272px;
    }
}