/*======================== Footer ======================*/

.footer {
    background: #e6ecf7;
    padding: 70px 0px 24px 0px;
}

.foot-main {
    padding: 0px 70px;
}

/* top section: two columns */

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-top-left {
    flex: 0 0 520px;
}

.footer-heading h2 {
    color: #282828;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 54px;
    text-transform: capitalize;
}

.footer-heading h2 span {
    font-weight: 600;
}

.footer-heading p {
    max-width: 485px;
    padding-top: 10px;
}

.footer-top-left .footer-logo {
    display: block;
    margin-top: 30px;
    max-width: 480px;
    width: 100%;
}

.footer-top-left .footer-social {
    margin-top: 20px;
}

.footer-top-right {
    flex: 1;
    text-align: right;
}

.footer-subscribe {
    display: flex;
    justify-content: flex-end;
}

.footer-subscribe input {
    padding: 20px 100px 20px 26px;
    border-radius: 20px 0 0 20px;
    border: 2px solid #D9D9D9;
    max-width: 387px;
    outline: none;
    width: 360px;
}

.footer-subscribe button {
    background: #0d2b6e;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-desc p {
    color: #3F3F3F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 30px 0 20px;
}

.footer-desc p span {
    font-weight: 600;
}

.footer-nav {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav a {
    text-decoration: none;
    color: #3F3F3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-nav a:hover {
    font-weight: 500;
}

.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.footer-social a:hover img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(90%) saturate(600%) hue-rotate(220deg);
}

/* divider */

.footer-divider {
    height: 1px;
    background: #b0b8cc;
    margin-bottom: 30px;
}

/* bottom section: two columns */

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-left a {
    margin-right: 24px;
    color: #3F3F3F;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

.footer-bottom-left a:hover {
    font-weight: 500;
}

.footer-bottom-right {
    color: #3F3F3F;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

.in-air-icons {
    position: fixed;
    bottom: 10px;
    right: 5%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.footer-mobile {
    display: none;
}
