.footer_wrapper {
    padding: 50px 0;
 /*background-image: url('../images/footer.png');*/
 background-position: bottom;
 /*background-size: cover;*/
 background-repeat: no-repeat;
 background-color: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    position: relative;
}
.footer_img img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133px;
    opacity: .3;
    object-fit: cover;
}
.footer_icon{
    display: flex;
}

.footer_box h3 {
    text-transform: uppercase;
    font-weight: 700;
    /* text-align: center; */
    color: var(--orange-color);
}

.confex_footer__logo {
    margin-top: 2rem;
}

.confex_footer__logo img {
    /* width: 100%; */
    animation: popup .41s infinite;
}
/*.event_date{*/
/*     animation: mypopup 3s infinite;*/
/*}*/
@keyframes mypopup {
    0% {
        transform: scale(.5);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(.5);
    }
}
@keyframes popup {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.footer_logo img {
   
    aspect-ratio: 3 / 2;
    object-fit: contain;
    background-color: var(--white-color);
    max-width: 219px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.footer_icon img{
    width: 42px;
    aspect-ratio: 3/2;
    transition: .3s ease;
    object-fit: contain;
}
.footer_icon img:hover{
    transform: scale(1.3);
    transition: .3s ease;
}
.footer_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer_icon a{
    z-index: 1;
}

.footer_box {
    padding-left: 3rem;
}

.footer_box h6 {
    margin-top: 1rem;
    color: var(--black-color);
    font-size: 14px;

}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.social_icon {
    display: flex;
    gap: 10px;
    align-items: center;
}

/*.social_icon a {*/
/*    font-size: 21px;*/
/*    height: 36px;*/
/*    width: 36px;*/
/*    background-color: var(--black-color);*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 100%;*/
/*    transition: .3s ease all;*/
/*    color: var(--white-color);*/
/*}*/

.social_icon a:hover {
    background-color: var(--white-color);
    color: var(--orange-color);
    transition: .3s ease all;
}

.footer_links a {
    text-transform: capitalize;
    color: var(--black-color);
    font-weight: 500;
    display: flex;
    gap: 5px;
    z-index: 1;
}

.footer_links a i {
    margin-top: 4px;
    color: var(--orange-color);
}

.footer_logo p {
    font-size: 14px;
    margin-top: 1rem;
    color: var(--white-color);
}

.footer_links a:hover {
    color: var(--orange-color);
}

.footer_icon {
    margin-top: 1rem;
}


.copyright p {
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--blue-color);
}
@media(max-width:1440px) {
    .footer_box h6{
        font-size: 13px;
    }
    .footer_box{
        padding-left: 2rem;
    }
    .footer_icon img{
        width: 40px !important; 
    }
}
@media(max-width:1200px) {
    .footer_logo img {
        width: 200px;
    }

    .footer_logo {
        justify-content: start;
        align-items: start;
        text-align: left;
    }

    .footer_box h3 {
        text-align: left;
    }

    .footer_box {
        margin-top: 3rem;
        padding-left: 0;
    }

}

@media(max-width:576px) {
    .footer_links a {
        font-size: 14px;
    }

    .footer_box h3 {
        font-size: 20px;
    }

    .confex_footer__logo img {
        width: 150px;
    }

    .footer_links {
        margin-top: 1.5rem;
        gap: 14px;
    }

    .copyright p {
        font-size: 12px;
        padding: 5px 0;
    }

    .footer_logo p {
        font-size: 14px;
    }

    .footer_logo img {
        width: 145px;
        height: auto;
    }

    .social_icon a {
        height: 26px;
        width: 26px;
        font-size: 16px;
    }

    .attend_wrapper__content ul li,
    .keytopics_wrapper__content ul li {
        margin-bottom: 5px;
    }

    .footer_box {
        margin-top: 2rem;
    }
}