.bi-banner-section {
    overflow: hidden;
    /* background-color: #3e2b44; */
    animation: animateBg 3s linear infinite;
    /* background-image: linear-gradient(90deg, #452c4c, #2f2034, #452c4c, #2f2034); */
    background-size: cover;
    position: relative;
    background-color: rgba(86, 0, 112, 1);
}

.bi-banner-section video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 70px;
}

.bi-banner-content.position-relative {
    position: relative;
    z-index: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 120px 0 120px;
}

.bi-banner-text img {
    width: 600px;
}

.bi-banner-text {
    /* margin: 0 auto; */
    max-width: 700px;
    /* padding: 85px 0 40px; */
    display: flex;
    min-height: 500px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(86, 0, 112, 0.6); */
}

.login,
.register {
    padding: 5px 25px;
    margin: 25px 10px;
    border-radius: 10px;
    font-size: 20px;
    color: #560070 !important;
    text-decoration: none;
    background-color: #c7a748;
    border: 2px solid #f7ab41;
    color: #fff;
    font-weight: bolder;
    transition: cubic-bezier(0.68, -.55, .265, 1.55) .4s;
    box-shadow: -5px 5px 0 0 #e6982c;
}

/* .navbar {
    background: linear-gradient(337deg, #5034e7, #9e5408);
} */

.about_wrapper h2 {
    font-family: "Merriweather", serif;
    font-size: 31px;
    font-weight: 800;
    color: #f7d8a8;
    font-weight: 900;
    line-height: 50px;
}


.about_left p span {
    color: #f7d8a8;
}

.awards_categories h2 {
    font-family: "Merriweather", serif;
    text-align: center;
    margin: 0 0 20px;
}

.jury_wrapper {
    background: url('./assets/abstract.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.new_awards {
    background: #fff;
    padding: 60px 0 80px;
    position: relative;
}

.new_awards::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('./assets/award/bg-categories.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.why_win {
    padding: 60px 0;
}

.why_win h2 {
    font-size: 28px !important;
    text-align: center;
    text-align: center;
    color: #fff;
    font-family: "Merriweather", serif;
    margin: 10px 0;
}

.why_win_inner {
    margin: 100px 0;
}

.why_win_inner h3 {
    color: #f79c3f;
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: 700;
}

.why_win_inner p {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;
}

.past_winners {
    padding: 60px 0;
    background: #fff;
}

.past_winners h2 {
    font-size: 35px !important;
    text-align: center;
    text-align: center;
    color: #000000;
    font-family: "Merriweather", serif;
    margin: 10px 0;
}


.winner_card {
    display: flex;
}

.past_winner_img {
    margin: 10px;
    width: 11%;
}

.past_winner_img img {
    margin: 0 0 10px;
    border-radius: 10px;
    filter: grayscale(.5);
}

.past_winner_img img:hover {
    filter: unset;
    transform: translate3d(10px, 20px, 5px);
}

.content_winner {
    margin: -180px 0 60px;
}

.content_winner p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.content_winner .agenda_button {
    position: relative !important;
    transform: unset;
    right: unset;
    bottom: unset;

}

.content_winner a {
    text-align: center;
    justify-content: center;
    display: flex;
}

.celebration_wrapper {
    padding: 60px 0;
    background: url(https://globalfintechfest.com/themes/gff/assets/images/Gradientbackgroung_Purple.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.celebration_wrapper h2 {
    font-size: 35px !important;
    text-align: left;
    color: #ffffff;
    font-family: "Merriweather", serif;
    margin: 10px 0;
}

.celebration_wrapper ul {
    margin: 40px 0;
}

.celebration_left li b {
    color: #c7a748;
}

.celebration_wrapper li {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 32px 0 16px;
    list-style: circle;
    border-top: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
    line-height: 30px;
}