/*======================== Footer ======================*/

.footer {
    background: #EBF8F1;
    padding: 70px 0px 24px 0px;
}

.foot-main {
    padding: 0px 70px;
}

/* top */

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 59px;
}

.footer-new h2 {
    color: #282828;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 54px;
    text-transform: capitalize;
}

.footer-new h2 span {
    font-weight: 600;
}

.footer-new p {
    max-width: 485px;
    padding-top: 10px;
}

.footer-subscribe {
    display: flex;
}

.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: #019444;
    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;
}

/* middle */

.footer-middle {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 43px;
}

.footer-social a:hover img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(80%) saturate(500%) hue-rotate(90deg);
}

.footer-right p {
    color: #3F3F3F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
    max-width: 760px;
}

.footer-right p span {
    font-weight: 600;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-top: 40px;
    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;
}

/* bottom */

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c8d5ce;
    padding-top: 50px;
    font-size: 12px;
    color: #666;
}

.footer-links a {
    margin-right: 24px;
    color: #3F3F3F;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.footer-copy {
    text-align: right;
    color: #3F3F3F;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.in-air-icons {
    position: fixed;
    bottom: 10px;
    right: 5%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.footer-mobile {
    display: none;
}