
.aae-footer-wrapper {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .aae-footer-wrapper {
        flex-direction: column;
        gap: 50px;
    }
}

.aae-footer-wrapper .aae-primary-btn-wrapper {
    padding: 8px 8px;
}

@media only screen and (max-width: 767px) {
    .aae-footer-wrapper .aae-primary-btn-wrapper {
        width: 100%;
    }
}

.aae-footer-wrapper .aae-primary-btn {
    padding: 14px 38px;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .aae-footer-wrapper .aae-primary-btn {
        width: 100%;
    }
}

.aae-footer-left {
    display: flex;
    gap: 180px;
    flex-basis: 900px;
    position: relative;
    padding-bottom: 85px;
}

@media only screen and (max-width: 1500px) {
    .aae-footer-left {
        gap: 100px;
    }
}

@media only screen and (max-width: 1399px) {
    .aae-footer-left {
        gap: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-footer-left {
        flex-basis: 100%;
        gap: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .aae-footer-left {
        padding-bottom: 0;
    }

    .aae-primary-btn-wrapper .aae-primary-btn {
        padding: 8px 20px !important;
    }

}

@media only screen and (max-width: 767px) {
    .aae-footer-left {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.aae-footer-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1199px) {
    .aae-footer-left::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .aae-footer-item {
        flex-basis: 100%;
    }
}

.aae-footer-right {
    padding-inline-start: 173px;
    flex-basis: 701px;
}

@media only screen and (max-width: 1500px) {
    .aae-footer-right {
        padding-inline-start: 100px;
    }
}

@media only screen and (max-width: 1399px) {
    .aae-footer-right {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-footer-right {
        flex-basis: 70%;
        padding-inline-start: 0;
    }
}

@media only screen and (max-width: 991px) {
    .aae-footer-right {
        padding-inline-start: 0;
    }
}

.footer-menu-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .footer-menu-title {
        margin-bottom: 15px;
    }
}

.aae-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aae-footer-menu li a {
    font-size: 16px;
    line-height: 1;
    color: #999;
    text-transform: capitalize;
}

.aae-footer-menu li a:hover {
    color: var(--white);
}

.aae-footer-mail input {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    padding: 17px 15px 17px 50px;
    border-radius: 35px;
    font-size: 16px;
    line-height: 1;
    width: 310px;
}

@media only screen and (max-width: 767px) {
    .aae-footer-mail input {
        width: 100%;
    }
}

.aae-footer-mail input::-moz-placeholder {
    color: 999999;
    font-size: 18px;
}

.aae-footer-mail input::placeholder {
    color: 999999;
    font-size: 18px;
}

.aae-footer-mail .aae-footer-mail-desc {
    color: #999;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 43px;
}

@media only screen and (max-width: 991px) {
    .aae-footer-mail .aae-footer-mail-desc {
        margin-bottom: 25px;
    }
}

.aae-footer-mail .aae-input-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .aae-footer-mail .aae-input-wrapper {
        flex-basis: 100%;
    }
}

.aae-footer-mail .mail-icon {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.aae-footer-form {
    display: flex;
    gap: 10px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .aae-footer-form {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.aae-copyright-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .aae-copyright-area {
        margin-top: 40px;
        flex-direction: column-reverse;
        gap: 15px;
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    .aae-copyright-area {
        padding-top: 0;
    }
}

.aae-copyright-area .aae-copyright-text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
}

.aae-copyright-area .aae-copyright-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .aae-copyright-area .aae-copyright-left {
        flex-direction: column;
        padding-top: 30px;
    }
}

.aae-copyright-area .aae-copyright-left a {
    text-decoration: underline;
}

.aae-copyright-area .aae-copyright-menu {
    display: flex;
    gap: 48px;
}

@media only screen and (max-width: 1199px) {
    .aae-copyright-area .aae-copyright-menu {
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-copyright-area .aae-copyright-menu {
        gap: 15px;
    }
}

.aae-copyright-area .aae-copyright-menu li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aae-copyright-area .aae-copyright-menu li a {
    background-color: #363636;
    padding: 20px;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .aae-copyright-area .aae-copyright-menu li a {
        padding: 12px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-copyright-area .aae-copyright-menu li span {
        display: none;
    }
}

/* update footer style  */
