#footer:after{content:"";background: var(--primary);position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0.9;z-index: 0;}
#footer .container{
    position: relative;
    z-index: 2;
}
#footer{
    color: #fff;
    padding-top: 40px;
    margin-top: 40px;
    position: relative;
    background-size: cover;
    background-position: bottom center;
}
#footer .newsletter-footer{
    margin-top: -75px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 40px;
    margin-bottom: 30px;
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
#footer .newsletter-footer .gl-title{
    background: var(--second);
    border-radius: 30px;
    padding: 5px 25px;
    font-weight: 500;
    font-size: 1.5rem;
}
#footer .newsletter-footer form{
    position: relative;
    border: 2px solid #DC8E8A;
    border-radius: 30px;
    /* overflow: hidden; */
    margin: 0;
}
#footer .newsletter-footer form input{
    width: 100%;
    border: 0;
    border-radius: 30px;
    padding: 10px 10px;
}
#footer .newsletter-footer form button{
    position: absolute;
    right: -2px;
    top: -2px;
    background: var(--primary);
    color: #fff;
    height: calc(100% + 4px);
    border-radius: 30px;
    padding: 0 40px;
    font-weight: 600;
    text-transform: uppercase;
}
#footer .title:after{content:"";background: #fff;height: 2px;width: 70px;position: absolute;bottom: 0;left: 0;}
#footer .title{
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#footer .content{
    font-size: 16px;
}
#footer .content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .content ul li{
    margin-bottom: 5px;
}
#footer .content ul li a:hover{color:#fff}
#footer .content ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
}
#footer .form-newsletter{

}
#footer .form-newsletter input{
   
}
#footer .form-newsletter button{
    position: absolute;
    top: 4px;
    right: 4px;
    height: calc(100% - 8px);
    padding: 0 18px;
    background: var(--primary);
}
#footer .xbd{
    border-left: 1px solid #000
}
@media(max-width:767px){
    #footer .title{font-size: 1.1rem;}
    #footer .xbd{border-left: 0;}
}
.copyright{
position: relative;
z-index: 2;
}

.link-copyright{}
.link-copyright a:first-child{border-right:0}
.link-copyright a{
    font-weight: 300;
    color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0px 37px;
    text-decoration: none;
    height: 41px;
    line-height: 40px;
}
.link-copyright a:hover{}
.link-copyright button{
    background: #3B3B3B;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
    border: 0;
}

@media(max-width:768px){
    #footer .newsletter-footer .gl-title{
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 10px 5px;
}
    #footer .content ul li{
    margin-bottom: 1px;
}
    #footer .content ul li a{
    font-size: 0.8rem;
}
}