:root {
    --footer--gradient:  linear-gradient(0deg, rgba(192, 220, 32, 0.20) 0%, rgba(192, 220, 32, 0.01) 100%);
    --secondary--color: #181818;
    --white--color: #ffffff;
    --primary--color: #C0DC20;
    --footer--text--color: #616161;
    --text--color: #343434;
}

/* FOOTER START  */
.footer-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

a {
    text-decoration: none;
}

.contact {
    margin-top: 32px;
}

.download, .quick-links{
    margin-top: 30px;
}
.footer-button:hover {
    color: var(--white--color);
    background-color: var(--secondary--color);

    .app-white {
        display: block;
    }

    .app-black {
        display: none;
    }
}

.app-white {
    display: none;
}

.footer-button {
    color: var(--secondary--color);
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid var(--black-secondary);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    padding: 10px 12px;
}

.button-sub-title {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.button-main-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: -5px;
}

.button-text {
    display: flex;
    align-items: flex-start;
    row-gap: 0px;
    flex-direction: column;
}

.footer {
    background: var(--footer--gradient);
    padding: 30px 0;
}

.footer h5 {
    color: var(--text--color);
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}

.footer-quick-links {
    margin-top: 20px;
}

.footer-quick-links a {
    color: var(--text--color);
    font-size: 20px;
   line-height: 33px;
    font-weight: 400;
}

.footer-quick-links a:hover,
.footer-quick-links a:active {
    color: var(--primary--color);
}

.footer-quick-links-2 {
    margin-top: 40px !important;
}

.footer-quick-links-2 a {
    line-height: normal !important;
}

.footer-right {
    padding-left: 60px;
}

.social-icons {
    gap: 20px;
}

.social-icon {
    background-color: var(--secondary--color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.social-icon:hover,
.social-icon:active {
    background-color: var(--primary--color);
}

.contact p {
    color: var(--text--color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
}

.whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.whatsapp img {
    width: 30px;
}

.whatsapp span {
    color: var(--footer--text--color);
    font-size: 20px;
    font-weight: 400;
}

.whatsapp span:hover {
    color: var(--primary--color);
}

.footer-copyright {
    margin-top: 30px !important;
}

.footer-copyright a {
    color: var(--footer--text--color);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

/* FOOTER END  */
@media only screen and (max-width: 1025px) and (min-width: 1000px) {
    .footer-button {
        padding: 5px 15px;
    }

    .button-main-title {
        font-size: 18px !important;
    }
}


@media only screen and (max-width: 992px) and (min-width: 768px) {
    .footer-right {
        padding-left: 10px !important;
        padding-top: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .button-main-title {
        font-size: 15px !important;
    }

    .footer-button {
        width: 32%;
        padding: 5px 5px;
    }

    .footer-buttons {
        align-items: start;
    }

    .footer h5 {
        font-size: 18px;
        line-height: 23px;
    }

    .footer-quick-links a {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-right {
        margin-top: 1rem;
        padding-left: 10px !important;
    }

    .social-icon {
        font-size: 12px;
        padding: 8px 12px;
    }

    .logo {
        max-height: 45px;
    }

    .contact p,
    .whatsapp a {
        font-size: 14px;
        line-height: 25px;
    }

    .footer-copyright {
        margin-top: 15px;
    }

    .footer-copyright a {
        font-size: 12px;
    }

    .whatsapp img {
        width: 30px;
    }

    .footer-copyright {
        margin-top: 15px !important;
    }

    .whatsapp span {
        font-size: 14px;
    }

    .whatsapp img {
        width: 25px;
    }

    .whatsapp {
        gap: 5px;
    }

    .contact p,
    .whatsapp a {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-quick-links a {
        font-size: 14px;
    }

    .footer h5 {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .footer {
        background: var(--footer--gradient);
        padding: 0;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 541px) {
    .footer-button {
        width: 34%;
    }
}


@media only screen and (max-width: 541px) and (min-width: 415px) {
    .footer-quick-links a {
        font-size: 12px !important;
        line-height: 25px !important;
    }

    .contact p,
    .whatsapp a {
        font-size: 14px !important;
        line-height: 25px !important;
    }

}

@media only screen and (max-width: 460px) {
    .footer-button {
        width: 38%;
    }
}

@media only screen and (max-width: 410px) {
    .footer-button {
        width: 42%;
    }
}

@media only screen and (max-width: 370px) {
    .footer-button {
        width: 47%;
    }
}

@media only screen and (max-width: 331px) {
    .footer-button {
        width: 50%;
    }
}

@media only screen and (max-width: 300px) {
    .footer h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-button {
        width: 56%;
    }

    .contact p,
    .whatsapp a {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-quick-links a {
        font-size: 10px;
    }
}
