
.event-wrappper {
    padding-block: 2rem;
    background: #d9d8dd;
} 
.event-img img {
    border-radius: 10px 0px 0px 10px;
    height: 100%;
}
.event-img {
    width: 300px;
}
.event-container {
    display: flex; 
}
.event-detail-wrap {
    border: 2px solid #025d8a;
    padding: 13px;
    height: 100%;
    display: flex;
    align-items: center;
}
.event-detail-wrapper {
    gap: 10px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 300px);
    height: auto;
    margin-left: 10px;
} 
.event-detail-wrap:first-child{
    border-radius: 0px 10px 0px 0px;
}
.event-detail-wrap:last-child{
    border-radius: 0px 0px 10px 0px;
}   
.event-date{
    width: 42.333%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; 
    border-right: 2px solid #025984;
    gap: 4px;
}
.event-title {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    border-right: 2px solid #025984;
}
.event-title h4 {
    font-weight: 400 !important;
    color: #025b87;
}
.event-register-btn {
    width: 35.3333%;
    margin-left: 10px;
    height: 100%;
}
.event-register-btn button {
    background: #01608e;
    background: linear-gradient(180deg, rgb(1 96 142) 0%, rgb(1 84 126) 35%, rgb(0 71 107) 100%);
    color: white;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 25px;
    text-transform: uppercase;
}
.event-date img {
    width: 30px;
    min-width: 30px;
    margin-right: 10px;
}
.event-date-title h5 {
    font-size: 26px;
    margin-bottom: 0px;
    color: #055377;
}
figure.event-date-title h3 {
    font-size: 16px;
    color: #01547e;
    margin-bottom: 0px;
}
.red-tag {
    color: #953439;
    margin-left: 30px;
    font-size: 15px;
}

figure.event-date-title {
    width: 150px;
}


@media(max-width:576px) {
    .event-container { 
        flex-direction: column;
    }
    .event-img img {
        border-radius: 10px 10px 0px 0px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .event-img { 
        width: 100%;
    }
    .event-detail-wrapper { 
        width: 100%; 
    }
    .event-detail-wrapper { 
        margin-left: 0;
    }
    .event-detail-wrap { 
        flex-direction: column;
        width: 100%;
    }
    .event-title , .event-date, .event-register-btn {
        width: 100%; 
    }
    .event-date, .event-title{
        border: none;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .event-container { 
        flex-direction: column;
    }
    .event-img img {
        border-radius: 10px 10px 0px 0px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .event-img { 
        width: 100%;
    }
    .event-detail-wrapper { 
        width: 100%; 
    }
    .event-detail-wrapper { 
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .event-container { 
        flex-direction: column;
    }
    .event-img img {
        border-radius: 10px 10px 0px 0px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .event-img { 
        width: 100%;
    }
    .event-detail-wrapper { 
        width: 100%; 
    }
    .event-detail-wrapper { 
        margin-left: 0;
    }
}

/*@media (min-width: 1200px) {
    .event-wrappper .container {
        max-width: 900px;
    }
}*/
/*
footer {
    background: url(../image/footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    margin-top: -10px;
}
.footer-middle {
    padding-top: 2em;
    padding-bottom: 4rem;
    color: white;
}
.text-white {
    color: #fff !important;
}
.footer-pad {
    text-align: center;
}
.footer-middle .col-md-4.col-sm-4:after {
    content: '';
    background: url(../image/logo/h-divider.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    display: block;
    transform: rotate(90deg);
    bottom: 0;
    right: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.text-center {
    text-align: center !important;
}
ul.address1 {
    padding-left: 0px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 4px 0px;
    line-height: 26px;
    font-weight: 600;
    font-size: 18px !important;
}
.footer-middle .col-md-4.col-sm-4:after {
    content: '';
    background: url(../image/logo/h-divider.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    display: block;
    transform: rotate(90deg);
    bottom: 0;
    right: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-network a.icoInstagram:hover {
    background-color: #fa7e1e;
}
.social-network a.icoYoutube:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoInstagram:hover i {
    color: #fff;
}
.social-circle li a:hover i, .triggeredHover {
    transform: rotate(360deg);
    transition: 0.2s;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin: 0px auto;
    border-radius: 50%;
}
.social-network a {
    background-color: rgb(249, 249, 249);
}
footer a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    transition-duration: 0.2s;
}
.social-circle li i {
    line-height: 30px;
    text-align: center;
    margin: 0px;
}
.social-circle i {
    color: rgb(89, 89, 89);
    transition: 0.8s;
}
.social-network a.icoTwitter:hover {
    background-color: #1d9bf0;
}
.social-network a.icoYoutube:hover {
    background-color: #ff0000;
}
.social-network a.icoFacebook:hover {
    background-color: rgb(59, 89, 152);
}
@media (max-width: 575px) {
    .mob-line {
        display: block !important;
        margin: auto !important;
        padding-bottom: 10px !important;
    }
}*/