html {
    scroll-behavior: smooth;
}

.footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 5% var(--xxl-space);
    background-color: #000000;
}
.box1 {
    width: 30%;
    height: 100%;
    padding-top: 0.2%;
}
.box1 img {
    width: 60%;
}
.box2 {
    width: 20%;
}
.box2 a {
    text-decoration: none;
    color: #fff;
}
.box3 {
    width: 20%;
}
.box3 a {
    color: #fff;
}
.box4 {
    width: 28%;
}
.footer_heading {
    font-size: 26px;
    color: #797979;
    font-weight: 600;
}
.footer_desc {
    font-size: 28px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
}
.footer_desc a:hover {
    color: #fff;
}
.footer a:not(.text-decoration-none):hover,
.footer ul li a:not(.text-decoration-none):hover {
    text-decoration: none;
}
.footer a.hover-line::after {
    bottom: -5px;
}
.footer_heading #number {
    padding-top: 5%;
}
.footer_heading #company_name {
    padding-top: 33%;
}

@media (max-width: 767px) {
    .footer .cstm_footer_menu ul li a {
        font-size: 18px;
        line-height: 1.75;
    }
}
@media (max-width: 480px) {
    .box1 {
        padding-top: 3%;
        padding-bottom: 3%;
        width: 100%;
    }
    .box1 img {
        width: 45%;
    }
    .box2 {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .box3 {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .box4 {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .footer_heading {
        font-size: 17px;
    }
    .footer_heading .header {
        margin-bottom: 13px;
    }
    .footer_desc {
        font-size: 18px;
        line-height: 5px;
    }
    .footer_heading #company_name {
        padding-top: 10%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .box1 {
        width: 55%;
    }
    .box1 img {
        width: 55%;
    }
    .box2 {
        width: 45%;
        margin-bottom: 4%;
    }
    .box3 {
        width: 55%;
    }
    .box4 {
        width: 45%;
    }
    .footer_heading {
        font-size: 16px;
    }
    .footer_desc {
        font-size: 17px;
        line-height: 5px;
    }
    .footer_heading #company_name {
        padding-top: 10%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box1 {
        width: 60%;
    }
    .box1 img {
        width: 50%;
    }
    .box2 {
        width: 40%;
        margin-bottom: 3%;
    }
    .box3 {
        width: 60%;
    }
    .box4 {
        width: 40%;
    }
    .footer_heading {
        font-size: 18px;
    }
    .footer_desc {
        font-size: 19px;
        line-height: 7px;
    }
    .footer_heading #company_name {
        padding-top: 13%;
    }
}

@media (min-width: 992px) and (max-width: 1281px) {
    .footer_heading {
        font-size: 19px;
    }
    .footer_desc {
        font-size: 20px;
        line-height: 9px;
    }
    .box1 {
        width: 30%;
    }
    .box1 img {
        width: 80%;
    }
    .box2 {
        width: 25%;
    }
    .box3 {
        width: 15%;
    }
    .box4 {
        width: 28%;
    }
    .footer_heading #company_name {
        padding-top: 36%;
    }
}

@media (min-width: 1282px) and (max-width: 1481px) {
    .footer_heading {
        font-size: 21px;
    }
    .footer_desc {
        font-size: 22px;
        line-height: 12px;
    }
}

@media (min-width: 1482px) and (max-width: 1680px) {
    .footer_heading {
        font-size: 23px;
    }
    .footer_desc {
        font-size: 24px;
        line-height: 19px;
    }
}

@media (min-width: 1681px) and (max-width: 1799px) {
    .footer_heading {
        font-size: 24px;
    }
    .footer_desc {
        font-size: 26px;
        line-height: 19px;
    }
}
