.menu-area {
    backdrop-filter: blur(16px) saturate(180%);
    background: linear-gradient(45deg, #0bb17ee6 70%, #0be4a494);
    border: 1px solid rgba(209, 213, 219, 0.3);
    position: fixed !important;
    width: 100%;
}

.about__awards {
    padding: 60px 0;
    /* background: #171101; */
}

.accordion-item .accordion-button {
  padding: 5px 10px;
  margin-bottom: 10px;
  /* border: 1px solid black !important; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.guide h4{
  color: #0efdc6;
}
.guide ul li{
  color: #fff;
  list-style: circle;
  font-weight: 200;
  margin-bottom: 10px;
}

.about_video video {
    width: 100%;
    height: 400px;
}
.award_right{
    padding-left: 25px;
}
.about__awards p {
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    margin: 0 0 20px;
}

.about__awards h2 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.06px;
}

.about__awards h2 span {
    color: rgb(243 202 104);
    text-shadow: 1px 0 #e1ffe8;
    font-weight: bold;
    font-size: 37px;
}

.award_right span{
    color: #28d4a1;
}

.moretext {
    display: none;
  }
  
  .moreless-button{
    color: #0efdc6;
  }

.award_categories {
    background: #fff;
    padding: 60px 0;
}

.award_categories h2 {
    font-size: 40px;
    color: #000000;
    letter-spacing: 0.06px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.accordion-body ul li{
  list-style: circle;
  color: #262626;
  font-size: 15px;
}

.categies__inner img {
    margin: 0 0 40px;
}

.all_categories {
    margin: 20px 0;
    text-align: center;
}

.all_categories a {
    color: #0a5941;
    background: #fff;
    padding: 11px 20px;
    border-radius: 8px;
    border: 3px solid #0a5941;
    font-size: 18px;
    font-weight: 600;
}

.all_categories a:hover {
    background: #0a5941;
    color: #fff;
}


.why_attend {
    /* background: url('./assets/cx-img/categories/why-attend.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
}

.galanight-left {
    background-image: url(/1st-edition/fintech-assets/img/why__attend_award.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-family: "Outfit", sans-serif;
    border-radius: 5%;
    position: relative;
}

.attend_points h4{
    margin-bottom: 8px;
    color: #0efdc6;
    padding-left: 20px;
    font-weight: 200;
    font-size: 28px;
}

.why_attend_con h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
    background: #0efdc6;
    padding: 10px;
    border-radius: 5px;
}

.attend_points p {
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.attend_points {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding: 20px 0;
}

.galanight-left {
    padding: 30px 80px;
  }
  
  .galanight-left h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    margin: 0;
    margin-bottom: 15px;
    z-index: 1;
    padding: 0;
    line-height: 70px;
  }
  
  .galanight-left p {
    color: #fff;
    width: 100%;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    font-style: italic;
  }
  
  .galanight-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 20%) 100%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
  }
  
  .text1 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 40px;
    position: relative;
    animation-name: text;
    animation-duration: 4s;
    padding-bottom: 20px;
    animation-iteration-count: infinite;
  }
  
  .text2 {
    font-size: 25px;
    color: #FFE997;
    margin-top: 15px;
    display: block;
  }
  
  @keyframes text {
    0% {
      color: #f7983f;
      margin-bottom: -20px;
    }
  
    30% {
      color: #fff;
      letter-spacing: 15px;
      margin-bottom: -20px;
    }
  
    85% {
      color: #fff;
      letter-spacing: 8px;
      margin-bottom: -20px;
    }
  
    100% {
      color: #f7983f;
      margin-bottom: 20px;
    }
  }
  