/* 
-------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------- 
*/
.footer-button {
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 500;
    color: white;
    background-color: #00A2DB;
    border-style: none;
    font-size: 14px;
    transition-duration: 0.5s;
    text-decoration: none;
}

.footer-button:hover, .footer-button-mobile:hover {
    background-color: #00a1dbad;
}

.footer-button-mobile {
    display: none;
}

#cyanrotate3 {
    position: absolute;
    rotate: -70deg;
    height: 120%;
    top: -10%;
    transition-duration: 7s;
    transition-timing-function: linear;
}

#cyanrotate4 {
    position: absolute;
    rotate: 250deg;
    height: 110%;
    top: -5%;
    transform: scaleX(-1);
    transition-duration: 7s;
    transition-timing-function: linear;
}

.footer-section-1 {
    background-image: url("../images/ctasection.webp");
    height: 400px;
    width: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    background-size: cover;
    background-position: right;
    background-color: #E9ECF1;
}

.footer-section-1 .heading-1 h1 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 50px;
}

.footer-section-1 .heading-1 {
    padding-top: 100px;
    padding-left: 80px;
    width: 50%
}

.footer-section-1 .heading-2 {
    width: 50%;
    text-align: right;
}

.footer-section-1 .heading-2 .cyanrotate {
    position: relative;
    right: -180px;
    opacity: 0.8;
    mix-blend-mode: plus-lighter;
    border-radius: 100%;
}


.footer-section-2 {
    background: #E9ECF1;
    height: auto;
    z-index: 1;
    position: relative;
}

.footer-section-2-2 {
    display: flex;
    margin-left: 80px;
    margin-right: 80px;
    border-top-style: solid;
    border-color: #B9B9B9;
    border-width: 2px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-section-2-2 p {
    font-size: 13px;
}

.footer-navigation {
    width: 100%;
    text-align: center;
}

.footer-navigation li {
    display: inline-block;
    padding: 10px;
}

.footer-navigation ul {
    margin-bottom: 50px;
}

.footer-navigation a {
    color: #353535;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.footer-navigation img {
    margin-top: 100px;
    margin-bottom: 32px;
}

.footer-socialicons {
    width: 50%;
    text-align: right;
}

.footer-socialicons li {
    display: inline-block;
    margin-left: 10px;
}

.footer-socialicons img {
    height: 24px;
}

.footer-copyright {
    width: 50%;
}

.mobile-menu {
    display: none;
}

.footer-earth {
    position: absolute;
    top: 20px;
    right: -200px;
    rotate: -80deg;
    border-radius: 100%;
    height: 350px;
    mix-blend-mode: lighten;
}