.events-wrap1 {
    background: url(../res/about/aboutbanner1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 379px;
}

.events-text1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.events-text1 h1 {
    text-align: center;
    font: normal normal bold 43px/45px Copperplate;
    /* letter-spacing: -4.3px; */
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 20px;
}

.events-text1 p {
    text-align: center;
    font: normal normal normal 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 432px;
}

#sec01 {
    margin-top: 66px;
    margin-bottom: 56px;
}

.buttons-abt {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 106px;

}

.buttons-abt a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font: normal normal 400 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    padding: 0px 38px;
    border: 1px solid #000000;
    border-radius: 100px;
    opacity: 1;
    height: 50px;
    transition: 0.5s;

}

.buttons-abt a:hover {
    background: transparent linear-gradient(101deg, #000000 0%, #808080 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    opacity: 1;
    text-align: center;
    font: normal normal medium 14px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.events-wrap2 {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 90px;
}

.ev-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 365px;
    height: 482px;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    opacity: 1;
    transition: 0.4s;
}

.ev-img1 {
    width: 298px;
    height: 209px;
    margin-bottom: 23px;
}

.ev-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line-ev {
    width: 40px;
    height: 2px;
    background: #000000;
    margin-bottom: 30px;
}

.ev-box1 h1 {
    text-align: center;
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 1px;
}

.ev-box1 h3 {
    text-align: center;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 15px;
}

.ev-box1 p {
    text-align: center;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 10px;
}

.ev-box1:hover {
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #FFFFFF;
}

.ev-box1:hover>h1,
.ev-box1:hover>h3,
.ev-box1:hover>p {
    color: #FFFFFF;
}
.ev-box1:hover>.line-ev{
    background: #FFFFFF;
}
.step-indicator-box {
    margin-bottom: 70px;
}
@media(max-width:760px){
    .events-text1 p {
        width: 96%;
    }
    .ev-box1{
        width: 100%;
    }
}