@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
body{
    font-family:  "Epilogue", serif;
  }
footer {
    background-color: rgba(250, 241, 255, 1)!important;
    padding: 20px 0 0;
    font-family:Epilogue;
    backdrop-filter: blur(100px);
    overflow: hidden;
    /* background-size: cover !important; */
    /* background-repeat: no-repeat !important; */
    /* background-position: top right !important;  */
    /* background-image: url('/ezDriveAssets/') !important; */
    background-image: url("../images/footer_background.png");
    background-size: auto 268px;
    background-repeat: no-repeat;
    background-position: right top;
}

.footer-div{
    margin: 0px 120px;
}

.footer-container { 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}
.footer-left-header{
   width: 200px;
}
.footer-left-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: rgba(94, 98, 130, 1);
    
}
.footer-links {
    display: flex;
    gap: 50px;
}
.footer-nav{
    margin: 5px 0; 
    color: rgba(94, 98, 130, 1);
    cursor: pointer;
    h4{
        font-size: 16px;
        line-height: 19.92px;
        font-weight: 600;
        font-family:Epilogue ;
    }
}
.circle-div{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: conic-gradient(from 180deg at 50% 50%, #B8D2F1 0deg, #F289AA 60deg, #C68BF0 106.09deg, #D164DA 153.75deg, #C963E8 221.25deg, #BFC2E8 258.75deg, #FFC999 288.75deg, #D0D8C9 315deg, #BAD0F1 334.13deg, #CED8CB 358.97deg, rgba(255, 255, 255, 0) 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    /* img{
        height: 18.14px;
        width: 18.14px;
    } */
}
.circle-div-white{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    .twitter-black{
        height: 14.62px;
    width: 18.14px;
    }
    .fb-black{
        height: 14.39px;
        width: 6.6px;
    }
}
.footer-right {
    .social-div {
        display: flex;
        gap: 10px;
    }
}
.discover-label{
    font-weight:500;
    font-size:14.64px;
    line-height:18.22px;
    font-family:Epilogue;
    color:rgba(94, 98, 130, 1);
    
}
.button-div{
    margin-top: 45px;
}

.footer-bottom {
    color: #666;
    border-top: 1px solid #ddd;
}
.bottom-div {
    color: rgba(94, 98, 130, 0.83);
    max-width: 950px; 
    display: flex;
    gap: 364px;
    align-items: flex-start;
    padding: 20px;
    font-family: Epilogue;
    font-size: 14px;
    line-height: 17.43px;
   
}
.bottom-links{
    display: flex;
    gap: 20px;
    a{ 
        color: rgba(94, 98, 130, 0.83);
        font-family: Epilogue;
        font-size: 14px;
        line-height: 17.43px;
        font-weight: 500;
    }
}

.app-button{
    img{
        width: 110px;
        height: 35.98px;
    }
   
    
}

/* Responsiveness */
@media(max-width:990px){
    .footer-container {
        flex-wrap: wrap;
    }
    .bottom-div{
        gap: 146px;
    }
}