.footer-wrapper {
    width: 100%;
    height: 100%;
    background-color: #0C111D;
}

.footer-conatiner{
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 4%;
    padding-bottom: 2%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.footer-above{
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.footer-right-conatiner{
    display: flex;
    flex-direction: column;
}

.logo-text{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EAECF0;
    padding-top: 30px;
}

.footer-left-conatiner{
    /* padding-left: 50px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.left-items{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.left-items>a{
    font-family: 'Inter';
    color: #D0D5DD;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.left-items>a:hover{
    text-decoration: underline;
}

.left-items>span{
    cursor: pointer;
    font-family: 'Inter';
    color: #D0D5DD;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.left-items>span:hover{
    text-decoration: underline;
}

.hozizontal-line {
    padding-top: 50px;
    width: 100%;
    border-bottom: 1px solid #182230;
    margin-top: 20px; 
    margin-bottom: 20px; 
  }

  .footer-below{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-below-tag{
    font-family: 'Inter';
    color: #D0D5DD;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-icons-conatiner{
    display: flex;
    flex-direction: row;
     gap: 10px;
  }

  .social_icons-item{
    width: 20px;
    height: 20px;
  }


  @media only screen and (max-width: 767px){

    .footer-wrapper{
        height: 100%;
    }
    .logo-text{
        padding-top: 5%;
        font-size: 14px;
    }
    .footer-above{
        grid-template-columns: 1fr;
    }

    .footer-left-conatiner{
        padding-top: 15%;
        gap: 5%;
    }

    .left-items>span{
        font-size: 14px;
    }
    .left-items>a{
        font-size: 14px;
    }

    .footer-below-tag>span{
        font-size: 14px;
    }

    .social_icons{
        width: 20px;
        height: 20px;
    }
  }


  
  @media (min-width: 768px) {
    .modal-fullwidth .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
    .modal-fullwidth .modal-content {
        height: auto;
        border: 0;
        border-radius: 0;
    }
}
