@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

.footer-new {
    background-color: #121d3c;
    min-height: 260px;
    align-content: start;
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    position: relative;
    font-family: "Onest", serif;
    font-weight: 300;
    color: #fff;
}
.footer-new .footer-left-img {
    position: absolute;
    width: 14%;
    left: 0px;
    bottom: 0;
    clear: both;
    height: auto;
}
.footer-new .footer-container {
    display: flex;
    justify-content: space-between
}

.footer-new .applications-section{
    color: #fff;
}
.footer-new .applications-section h1{
    color: #fff;
    font-weight: 500;
    font-family: "Onest", serif;
    margin: 0 0 45px 0;
}
.footer-new .applications {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 21px;
    margin-top: 20px;
}
.footer-new .app {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
    position: relative;
}
.footer-new .app img {
    width: 60px;
    height: auto;
}
.footer-new .app p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: "Onest", serif;
    text-align: center;
}
.footer-left {
    flex-grow: 1;
}
.footer-info-section {
    text-align: center;
    max-width: 405px;
    margin: 0 0 0 0;
}
.footer-info-section h3{
    font-family: "Onest", serif;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}
.footer-info-section p{
    font-family: "Onest", serif !important;
    font-weight: 300;
    margin-bottom: 25px;
    color: #fff;
    margin: 0 0 15px 0;
}
.btn-theme button {
    font-family: "Onest", serif;
    font-weight: 300;
    background: #EED157;
    padding: 10px 30px;
    border-radius: 30px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content-wraper {
    flex: 1;
}
.content-wraper h1 {
    margin: 0;
}

@media (max-width: 1360px) {
    .footer-new .applications {
        gap: 7px;
    }
 }
 @media (max-width: 1280px) {
    .footer-new .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-right {
        margin:  10px 0 10px 0;
    }
    .main-wrapper {
        display: block !important;
        height: auto;
    }
    .content-wraper {
        flex: auto;
    }
 } 

@media (max-width: 991px) {
    .footer-new {
        min-height: auto;
        padding: 0;
    }
    .footer-info-section {
        margin: 0 auto;
        max-width: 100%;
        padding-top: 20px;
    }
    .footer-right {
        margin:  10px 0 19px 0;
    }  
    .footer-new .app p {
        font-size: 17px;
    }
    .footer-new .applications-section h1 {
        margin-top: 30px;
    }   
    .footer-new .applications {
        gap: 20px;
    } 
    .footer-new .app {
        min-width: 150px;
    }
}

@media (min-width: 768px) {
    .container {
        width: auto;
    }
}
@media (min-width: 1383px) {
    .container {
        width: 1383px;
    }
}