/*=========================
    MODERN GREEN FOOTER
==========================*/

.footer-area{
    position:relative;
    overflow:hidden;
    background:#061006;
}

/* Glow Shapes */

.footer-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    animation:float 10s ease-in-out infinite;
    z-index:0;
}

.shape-1{
    width:420px;
    height:420px;
    background:#22c55e33;
    top:-180px;
    left:-150px;
}

.shape-2{
    width:300px;
    height:300px;
    background:#10b98133;
    right:-100px;
    bottom:-120px;
}

.shape-3{
    width:220px;
    height:220px;
    background:#34d39922;
    top:40%;
    right:20%;
}

@keyframes float{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(25px);
}

100%{
transform:translateY(0px);
}

}

/*=========================
        Wave
==========================*/

.footer-wave{
    line-height:0;
}

.footer-wave svg{
    display:block;
    width:100%;
    height:120px;
}

/*=========================
      Footer Card
==========================*/

.footer-widget{

    position:relative;
    z-index:2;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    border-radius:25px;

    padding:40px;

    height:100%;

    transition:.45s;

}

.footer-widget:hover{

    transform:translateY(-12px);

    border-color:#22c55e;

    box-shadow:0 25px 50px rgba(34,197,94,.25);

}

/*=========================
        Logo
==========================*/

.footer-logo{

    max-height:70px;

    margin-bottom:25px;

}

.footer-about{

    color:#d7f5e8;

    font-size:17px;

    line-height:32px;

}

/*=========================
       Title
==========================*/

.footer-title{

    color:#fff;

    font-size:25px;

    font-weight:700;

    margin-bottom:28px;

}

/*=========================
      Menu
==========================*/

.footer-widget ul{

margin:0;

padding:0;

list-style:none;

}

.footer-widget ul li{

margin-bottom:15px;

}

.footer-widget ul li a{

color:#d1fae5;

font-size:17px;

text-decoration:none;

transition:.35s;

display:inline-block;

}

.footer-widget ul li a:hover{

color:#4ade80;

padding-left:10px;

}

/*=========================
     Contact
==========================*/

.footer-contact li{

display:flex;

align-items:flex-start;

gap:12px;

color:#d1fae5;

font-size:16px;

margin-bottom:18px;

line-height:28px;

}

.footer-contact i{

color:#4ade80;

font-size:18px;

margin-top:5px;

}

/*=========================
      Social
==========================*/

.footer-social{

display:flex;

gap:15px;

margin-top:30px;

}

.footer-social a{

width:48px;

height:48px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.08);

color:#fff;

font-size:18px;

transition:.4s;

text-decoration:none;

}

.footer-social a:hover{

background:#22c55e;

transform:translateY(-8px) rotate(360deg);

box-shadow:0 10px 30px rgba(34,197,94,.5);

}

/*=========================
      Newsletter
==========================*/

.newsletter-box{

margin-top:35px;

background:rgba(255,255,255,.05);

padding:28px;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

}

.newsletter-box h4{

color:#fff;

margin-bottom:18px;

}

.newsletter{

display:flex;

overflow:hidden;

border-radius:50px;

}

.newsletter input{

width:100%;

height:56px;

border:none;

outline:none;

padding:0 22px;

font-size:15px;

}

.newsletter button{

padding:0 28px;

border:none;

background:#22c55e;

color:#fff;

font-weight:600;

transition:.35s;

}

.newsletter button:hover{

background:#16a34a;

}

/*=========================
      Bottom
==========================*/

.footer-bottom{

margin-top:70px;

border-top:1px solid rgba(255,255,255,.08);

padding:28px 0;

position:relative;

z-index:2;

}

.footer-bottom p{

margin:0;

color:#d1fae5;

font-size:15px;

}

.footer-bottom a{

color:#d1fae5;

text-decoration:none;

margin-left:18px;

transition:.3s;

}

.footer-bottom a:hover{

color:#4ade80;

}

/*=========================
      Back To Top
==========================*/

.back-top{

position:fixed;

right:30px;

bottom:30px;

width:55px;

height:55px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#22c55e;

color:#fff;

font-size:20px;

text-decoration:none;

box-shadow:0 15px 35px rgba(34,197,94,.45);

transition:.4s;

z-index:999;

}

.back-top:hover{

background:#fff;

color:#16a34a;

transform:translateY(-8px);

}

/*=========================
     Responsive
==========================*/

@media(max-width:991px){

.footer-widget{

padding:30px;

margin-bottom:30px;

}

.footer-title{

font-size:22px;

}

.newsletter{

display:block;

}

.newsletter input{

border-radius:50px;

margin-bottom:15px;

}

.newsletter button{

width:100%;

height:55px;

border-radius:50px;

}

}
