.footer .logo_brand img {
    width: 131.228px;
    height: 77.309px;
    object-fit: contain;
}

.social-media a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;

}

.soon-section .social-media a {
    width: 53px;
    height: 53px;
}

.social-media a svg {
    width: 70% !important;
    height: 70% !important;
    object-fit: contain;

}

.soon-section .social-media a svg {
    width: 60% !important;
    height: 60% !important;
}

.social-media a:hover {
    border: 1px solid rgba(255, 255, 255, 0.50);

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);

    backdrop-filter: blur(35px);
}

.social-media a:hover svg path {
    fill: #fff !important;
}

.footer p {
    color: #FFF;
    /* Body/Body */
    font-family: "Caviar Dreams";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer h6 {
    color: #FFF;

    /* Body/Body Large */
    font-family: "Caviar Dreams";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer ul {
    margin-top: 10px;
    padding-top: 0px;
}

.footer ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer ul li a,
.footer .input-group .form-select {
    color: #FFF;

    /* Body/Body */
    font-family: "Caviar Dreams";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.footer .input-group,
.footer .input-group span {
    background-color: transparent;
    border: none;
    width: fit-content;
    padding-left: 0px;
}

.footer .input-group .form-select {
    background-color: transparent;
    border: none;
    width: fit-content;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");

}

.footer .input-group span {
    padding-right: 0px;
}

.footer .input-group span i {
    font-size: 1rem;
    color: #fff;
}

@media(max-width:992px) {
    .footer .logo_brand img {
        width: 100.228px;
        height: 40.309px;
    }

    .footer h6 {
        font-size: 16px;
    }

    .footer ul li a,
    .footer .input-group .form-select,
    .footer .input-group span i,
    .footer p {
        font-size: 14px;
    }

    .soon-section .social-media a {
        width: 43px;
        height: 43px;
    }
}

@media(max-width:768px) {
    .footer .logo_brand img {
        width: 80.228px;
        height: 40.309px;
        margin-bottom: 15px !important;
    }

    .social-media {
        margin-bottom: 15px !important;
    }

    .footer h6 {
        font-size: 14px;
    }

    .footer ul li a,
    .footer .input-group .form-select,
    .footer .input-group span i,
    .footer p {
        font-size: 12px;
    }
    .soon-section .social-media a {
        width: 33px;
        height: 33px;
    }
}