*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Arial', sans-serif;
}

.logo_box{
    width: 600px;
    display: flex;
    margin: auto;
    margin-top: 20px;
}

.header_box{
    display:flex;
    gap:20px;
}

.member_ship_box{
    height: 120px;
}

.winggo_logo_radius{
    width:100%;
    height:100%;
}

.National {
    font-size: 30px;
    font-weight: 600;
    padding-top: 15px;
    margin: 0;
}

.tag_line{
    font-size: 18px;
    font-weight: 500;
    padding-top: 6px;
}

.team_header{
    margin: 0;
    padding: 6px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-top: 25px;
    background-color: transparent;
    background-image: linear-gradient(91deg, #FEED18 0%, #D84B37 89%);
}

.menu {
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.input_box {
    width: 100%;
    background: white;
    padding: 7px 8px;
    margin-top: 10px;
    border: 1px solid #80808066;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.input {
    width: 100%;
    border: none;
    outline: none;
}

.main_member_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.member_card {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 10px;
    background-color: transparent;
    background-image: linear-gradient(39deg, #FEED18 0%, #D84B37 54%);
}

.profile_box {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    border: 2px solid white;
    padding: 2px;
}

.member_name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    width: 250px;
    word-wrap: break-word;
    margin: auto;
    margin-top: 10px;
}

.member, .peragraph {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    text-align: center;
    text-transform: capitalize;
}

.member {
    color: black;
    font-size: 14px;
    margin: 5px 0;
    text-transform: capitalize;
    padding: 5px 0px;
    background: white;
    text-align: center;
    border-radius: 3px;
}

.span_code {
    font-size: 10px;
    color: white;
    margin-bottom: -8px;
}

@media(max-width:500px){
    .logo_box{
        width:100% !important;
    }
    
.member_ship_box {
    height: 66px !important;
}

.National {
    font-size: 20px !important;
    padding-top: 0 !important;
}

.tag_line {
    font-size: 15px !important;
}

.header_box {
    align-items: center;
}

.team_header {
    font-size: 15px !important;
}
}













































