@import "responsive1366/footer.css";
@import "responsive1024/footer.css";
@import "mobile/footer.css";

#footer-wrapper {
    background: #21c9d9;
    padding: 6% 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#footer-wrapper .left .title {
    font-size: 56px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #0f1935;
}

#footer-wrapper .left .description {
    width: fit-content;
}

#footer-wrapper .left .description p {
    font-size: 20px;
    margin: 20px 40% 20px 0;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #0f1935;
}

#footer-wrapper .left .buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
}


#footer-wrapper .left .buttons .contact-popup:active {
    background-color: #e5e5e5 !important;
    border: solid 2px black;
    transition: all .3s ease-in-out;

}

#footer-wrapper .left .buttons .contact-popup:hover {
    border: solid 2px black;
    transition: all .3s ease-in-out;
}

#footer-wrapper .left .buttons .contact-popup {
    padding: 6px 32px 10px;
    transition: all .3s ease-in-out;
    border: solid 2px transparent;

    cursor: pointer;
    border-radius: 28px;
    background-color: #fff;
}

#footer-wrapper .left .buttons .contact-popup span {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #0f1935;
}

#footer-wrapper .left .buttons .contact-popup a {
    text-decoration: none;
}

#footer-wrapper .left .buttons .social-icons {
    display: flex;
    align-items: center;
    align-items: start;
    flex-wrap: wrap;
}

#footer-wrapper .left .buttons .social-icons a {
    margin: 0 20px 0 0;
    border: 1px solid white;
    background: white;
    padding: 10px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-wrapper .left .buttons .social-icons a:first-child {
    margin: 0 20px 0 20px;
}

#footer-wrapper .left .buttons .social-icons a img {
    height: 24px;
    width: 24px;
}

#footer-wrapper .right {
    position: relative;
}

#footer-wrapper .right .nav {
    display: flex;
}

#footer-wrapper .right .nav .menu {
    padding: 0 10px
}

#footer-wrapper .right .nav .menu a {
    text-decoration: none;
    font-size: 20px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    padding-bottom: 5px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #0f1935;
    transition: all .1s ease-in-out;

}


#footer-wrapper .right .nav .menu a:hover {
    color: #0f1935;
    border-bottom: 2px solid #0f1935 !important;
    transition: all .1s ease-in-out;

}

#footer-wrapper .right .nav .menu a:active {
    color: #060a15;
    border-bottom: 2px solid #0f1935 !important;
    transition: all .3s ease-in-out;
}

#footer-wrapper .right .powered {
    float: right;
    font-weight: 500;
    padding: 0 10px;
    position: relative;
    top: 30px;
}


#footer-wrapper .right .nav .menu:not(:last-child):after {
    content: '|';
    padding-left: 10px;
}