.new-footer-container{
    width: 100%;
    height: 100%;
    background-color:#000000 ;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 4.5rem;
    padding-right: 4.5rem
}

.new-footer-wrapper{
    position: relative;
    display: flex;
    /* justify-content: space-evenly; */
    /* gap: 10px; */
}

.new-footer-7-wrapper{
    /* width: 95%; */
    overflow: hidden;
}

.new-footer-wrapper-section-2{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.new-footer-text-container{
    margin: 50px 0px;
}
.new-footer-text-container-section1{
    padding-bottom: 80px;
}
.new-footer-text-container-section2{
    margin: 50px 0px;
}

.new-footer-title{
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-family: poppinsmedium;
    font-size: 28px;
}

.new-footer-text{
    font-size: 18px;
    color: #fff;
    font-family: poppinsextralight;
}

.footer-text-container{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.new-footer-icon-text-container{
    display: flex;
    gap:10px;
}
.new-footer-container-section-2{
    width: 100%;
}
.new-footer-container-section-1{
    width: 100%;
}
.new-footer-icon-text-section1 img{
    width: 1vw;
}

.new-footer-icon-text-section2{
    font-size: 18px;
    color: #fff;
    font-family: poppinsextralight;
}

.new-footer-menu-text{
    color: #fff;
    font-family: poppinslight;
    font-size: 18px;
}

.footer-menu-text:hover{
    color: #f1b90c;
}

.footer-icon{
    /* flex: 1; */
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-footer-icon-wrapper{
    margin-top: 5px;
    display: flex;
    gap: 8px;
}

.new-footer-icon-wrapper a img{
    width: 2vw;
}

.footer-card-container{
    display: flex;
    justify-content: space-between;
}

.footer-card-jcb{
    width: 80px;
}

.footer-card-container-section1{
    display: flex;
    gap: 10px;
    height: 50px;
}
.footer-icon-container{
    /* height: 40px;
    width: 55px; */
}
.footer-img{
    object-fit: cover;
    width: 100%;
}

.new-footer-7-title{
    font-family: poppinsmedium;
    color: #fff;
    font-size: 28px;
}
.new-footer-7-slash{
    font-family: poppinsmedium;
    color: #fff;
    font-size: 22px;
}

.new-footer-7-text{
    font-family: poppinsextralight!important;
    text-align: start!important;
    font-size: 18px;
    color: #fff;
    padding: 3px 0px;
}

.new-7-footer-container{
    margin-bottom: 40px;
    /* height: 100%; */
}

.new-footer-img-container{
    max-width: 1600px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.new-footer-7-title:hover{
    color: #ebb826;
}
.new-footer-7-text:hover{
    color: #ebb826;
}

.mpg-block-chain-footer-logo{
    display: none;
}