.navbar-area.nav-style-02 .nav-container .logo-wrapper{
background-color: #fff;
    position: absolute;
    top: -35px;
    box-shadow: 0px 0px 61px 0px rgb(0 0 0 / 20%);
    padding: 30px 0px 30px 0px;
    border-left: 3px solid var(--main-color-one);
    -webkit-clip-path: polygon(0 0, 75% 0%, 85% 85%, 0% 85%);
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper img {
    max-width: 80%;
}
.volunteer-single-item.no-border-radius {
    border-radius: 30px;
  
}
.header-bottom-area {
    background-color: #fedd59;
}