#sp-header:not(.header-sticky) .sp-megamenu-parent>li:not(.active)>*:not(:hover){
    color: white;
}
#sp-header:not(.header-sticky) .burger-icon>span {
    background-color: white;
}
.section-space{
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-space .section-space{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-space-top{
    padding-top: 100px !important;
}
.section-space-bottom{
    padding-bottom: 100px !important;
}
#sp-main-body{
    padding-top: 0;
    margin-top: -100px;
}
/*----- Banner -----*/
#banner{
    background: url("../images/home/banner.webp") no-repeat center top;
    background-size: cover;
}
#banner .row{
    min-height: 850px;
}
#banner h1>span{
    font-size: 2.9rem;
}
#banner h1{
    line-height: 70px;
}
/*----- Products -----*/
#brandsButton{
    position: absolute;
    width: 100%;
    max-width: 60%;
    top: -43px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding: 15px 15px 0;
}
#brandsButton>div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 13px 15px;
    border-radius: 8px;
    background-color: black;
    gap: 15px;
}
#brandsButton span{
    width: 1px;
    height: 30px;
    background-color: white;
    opacity: 25%;
}

#products{
    background: url("../images/home/product-bg.webp") no-repeat center top;
    background-size: cover;
}
#products #tonlyProducts{
    margin-top: -50px;
}
#products #xgmaProducts{
    margin-top: -73px;
}
.product-category,
.product-category>img{
    transition: all .3s ease-in-out;
}
.product-category:hover{
    box-shadow: 0 2px 15px 0 #00000021;
}
.product-category>img{
    filter: drop-shadow(0 20px 9px rgba(0, 0, 0, 0.2));
}
.product-category:hover>img{
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
/*----- Services -----*/
#services{
    position: relative;
    background: url("../images/home/services-bg.webp") no-repeat center top;
    background-size: cover;
    z-index: 0;
}
#services:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000ed;
    opacity: .8;
}
/*----- Contact -----*/
#contact{
    background: #4d4d4d url("../images/home/contact-bg.webp") no-repeat 75% center;
    margin-top: 200px;
}
#contact img{
    margin-top: -150px;
    margin-bottom: -20px;
}
/*----- Rent -----*/
#rent{
    background: url("../images/home/rent-bg.webp") no-repeat center 65%;
}
.rent-icon-wrapper{
    margin:0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    color: var(--orange-200);
}

@media (max-width: 1399px) {
    #contact {
        margin-top: 100px;
    }
    #contact img {
        margin-top: -70px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    #contact {
        margin-top: 50px;
    }
    #contact img {
        position: absolute;
        left: -50px;
        bottom: -180px;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 469px;
    }
}

@media (max-width: 991px) {
    #banner{
        position: relative;
        z-index: 0;
    }
    #banner:before{
        content: "";
        position: absolute;
        z-index: -1;
        background-color: black;
        opacity: .5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #banner .row {
        min-height: 600px;
    }
    #brandsButton {
        max-width: 80%;
    }
    #contact img{
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    #xgmaCat{
        margin-top: 90px;
    }
    #contact img{
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #banner {
        background-position-x: 29%;
    }
    #banner:before {
        opacity: .7;
    }
    #banner h1 {
        line-height: 58px;
    }
    #brandsButton {
        max-width: 90%;
    }
    #brandsButton {
        padding: 10px 10px 0;
    }
    #services img{
        max-width: 57px;
    }
}

@media (max-width: 475px){

}
