
.footer-top{
    background-color: var(--color-ffff71);
    height: 350px;
}
.footer-bottom{
    background-color: var(--color-9c9c99);
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 0;
}
.footer-banner{
    background-color: var(--color-9c9c99);
    border-radius: 26px;
    height: 600px;
    position: relative;
    padding: 62px 32px;
    margin-bottom: 50px;
}

.footer-banner h4{
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-medium);
    color: var(--color-ffffff);
    letter-spacing: -1.92px;
}
.footer-banner p{
    font-size: var(--font-size-15);
    font-family: var(--font-family-dmsans);
    font-weight: 400;
    color: var(--color-ffffff);
    letter-spacing: 0.38px
}

.footer-banner-img{
    background: url('../../img/shape-footerBanner@2x.png') no-repeat center top transparent;
    background-size: contain;
    width: 100%;
    height: auto;
    position: relative;    
}

.footer-banner-img img{
    display: block;
    margin: 0 auto;
    width: 50%;
}

.footer-top-inner{
    position: relative;
    top: -510px;
}

.footer-top h5{
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-medium);
    color: var(--color-ffffff);
    letter-spacing: 0.38px;
    margin-bottom: 20px;
}

.footer-top-content h5{
    color: var(--color-353535)
}

.footer-top-content .input-group .form-control, .footer-top-content .input-group .form-control:focus{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    color: var(--color-353535);
    font-size: 12px;
    font-family: var(--font-family-dmsans);
}

.footer-top-content .input-group .form-control::placeholder{
    color: var(--color-353535);
    font-size: 12px;
    font-family: var(--font-family-dmsans);
}


.footer-bottom{
    padding: 50px 0 50px;
}

.footer-bottom-link{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
    color: var(--color-e7eeed);
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-family: var(--font-family-dmsans);
}

.footer-bottom-link:hover{    
    color: var(--color-ffffff);
    text-decoration: underline;
}

.footer-bottom-link.bold{
    font-family: var(--font-family-archia);
    font-weight: bold;
    font-size: var(--font-size-18);
    color: var(--color-ffffff);
}


.footer-bottom img{
    max-width: 205px;
}

.footer-bottom .copyright{
    text-align: left;
    margin-top: 20px;
    width: 100%;
}


.footer-bottom .copyright p{
    color: var(--color-e7eeed);
    font-size: 12px;
    font-family: var(--font-family-dmsans);
    margin-bottom: 0;
    line-height: 27px;
}

.footer-bottom .copyright p.small{
    font-size: 11px;
}

.footer-bottom .copyright p.small img{
    margin-left: 5px;
    max-width: 75px;
}

.footer-bottom .copyright p a{
    color: var(--color-e7eeed);
    text-decoration: underline;
}

.footer-top .input-group-text{
    width: 54px;
}


#button-submit {
    background-image: url("../../img/arrow@2x.png");
    width: 54px;
    background-size: cover;
    border: none;
    height: 12px;
    background-color: #ffff7100;
    position: absolute;
    right: 0px;
    top: 13px;
}

.footer-top-content .wpcf7-response-output {
    margin-top: -8px !important;
}

.footer-news-letter {
    width: 100%;
}



@media screen and (min-width: 768px) {

    .footer-banner{
        background-color: var(--color-9c9c99);
        border-radius: 26px;
        height: auto;
        position: relative;
        padding: 32px 32px;
        margin-bottom: 70px;
    }

    .footer-banner h4{
        font-size: 24px;
    }

    .footer-banner-content{ 
        padding: 80px 20px 0;
    }

    .footer-banner-img {
        width: 320px;
        bottom: -81px;
    }

    .footer-top{
        height: 350px;
    }

    .footer-top-inner{
        top: -330px;
    }
}

@media screen and (min-width: 1024px) { 

    .footer-top{
        height: 516px;
    }

    .footer-top-inner{
        position: relative;
        top: -320px;
    }
    .footer-banner{
        background-color: var(--color-9c9c99);
        border-radius: 26px;
        height: 561px;
        position: relative;
        padding: 62px 32px;
        margin-bottom: 100px;
    }

    .footer-banner-content{ 
        padding: 80px 20px 0;   
    }

    .footer-banner h4{
        font-size: 45px;
        color: var(--color-ffffff);
        line-height: 60px;
    }

    .footer-banner p{
        font-size: var(--font-size-22);
        color: var(--color-ffffff);
        letter-spacing: 0.88px;
        line-height: 36px;
        margin-bottom: 58px;
        letter-spacing: -0.88px;
    }

    .footer-banner .btn{
        width: 323px;
    }

    .footer-banner-img img{  
        width: 70%;      
        position: absolute;
        bottom: -28px;
        left: 5%;
    }

    .footer-banner-img{
        width: 480px;
        height: 561px;
        top: -90px;
    }

    .footer-top-content{
        position: relative;
    }

    .footer-top h5{
        font-size: var(--font-size-22);
        font-weight: 400;
        color: var(--color-353535);
        letter-spacing: -0.55px;
        margin-bottom: 20px;
        line-height: 36px;
    }

    .footer-top-content .input-group .form-control, .footer-top-content .input-group .form-control:focus{
        font-size: 17px;
    }

    .footer-top-content .input-group .form-control::placeholder{
        font-size: 17px;
    }

    .footer-bottom{
        background-color: var(--color-9c9c99);
        height: 646px;
        display: flex;
        align-items: center;
        padding-top: 0;
    }

    .footer-bottom .copyright{
        margin-top: 100px;
    }

    .footer-bottom .copyright p{
        font-size: var(--font-size-15);
    }
    .footer-bottom .copyright p.small img{
        max-width: 120px;
    }
}

.branded-by {
    text-decoration: none;
}

@media screen and (min-width: 1200px) { 
    .footer-banner-content{ 
        padding: 60px 70px 0;
    }

    .footer-banner-img{
        width: 543px;
        height: 561px;
        top: -90px;
    }
    
}