/**************************/
/******** Footer CSS ******/
/**************************/
.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area #js-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-area p {
    color: #A5A5A5;
}

.footer-area .navbar-brand img {
    max-width: 180px;
}

.footer-area .title {
    color: #000;
}

.footer-area .footer-widget-item a {
    text-decoration: none;
    color: #A5A5A5;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
}

.footer-area .footer-widget-item a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.footer-area .footer-widget-item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: var(--bs-primary);
    bottom: 0px;
    left: 0px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.footer-area .footer-widget-item a i {
    color: var(--bs-primary);
    margin-inline-end: 7px;
}

.footer-area .info-list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-area .info-list li i {
    --size: 36px;
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    line-height: var(--size);
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 16px;
}

.footer-area .info-list li .mail-address,
.footer-area .info-list li .phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-area .info-list li .location,
.footer-area .info-list li a {
    color: #635658;
    transition: all 0.3s ease;
}

.footer-area .info-list li .location:hover,
.footer-area .info-list li a:hover {
    color: var(--bs-primary);
}

.footer-area .footer-widget-item a:hover {
    color: var(--bs-primary);
}

.footer-area .subscribe-group-btn {
    display: flex;
    justify-content: space-between;
    background: #363636;
    overflow: hidden;
    backdrop-filter: blur(2px);
    position: relative;
    border-radius: 10px;
}

.footer-area .subscribe-group-btn input {
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: 15px;
    background: #363636;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    padding: 15px 14px 15px 20px;
    width: calc(100% - 120px);
    border: 0;
}

.footer-area .subscribe-group-btn input:focus-visible {
    border: 0;
    outline: 0;
    background-color: #363636;
}

.footer-area .subscribe-group-btn input:-webkit-autofill {
    -webkit-text-fill-color: var(--bs-body-color) !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

.footer-area .subscribe-group-btn .subscribe-btn {
    border-radius: 8px;
    background: var(--bs-primary);
    font-family: var(--bs-body-font-family);
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 8px;
    outline: 0;
    transition: all 0.3s ease;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 120px;
    text-transform: capitalize;
    border-radius: 10px;
}

.footer-area .socials {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-area .socials a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #E9E9EA;
    background: rgba(var(--bs-primary-rgb), 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    color: var(--bs-primary);
}

.footer-area .socials a:hover {
    background: rgba(var(--bs-primary-rgb), 1);
    color: var(--bs-white);
    transform: translateY(-5px);
}

.footer-area .footer-copyright {
    border-top: 2px solid #1F2021;
}

/*============================
  footer-copyright
==============================*/

/*# sourceMappingURL=footer.css.map */
