*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;

}


header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background-color:#fff;
    font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding-right: 2%;
    border-bottom: 1px solid #d0cece;
    padding-left: 2%;
    



    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    


}

.logo_container{
   
    
   
}

#logo{
    height: 36px;
    
}
nav{
    
    min-width: 575px;
    
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    
}
nav a{
    text-decoration: none;
    color: #282c3f;
    padding: 30px 0;
    border-bottom: 2px solid #fff;
}
nav a:hover{ 
    border-bottom: 2px solid #ff3f6c;
        
}

nav a sup{   
    color: #ff3f6c;
    font-size: 8;

}

.search_bar{
    height: 40px;
    min-width: 200px;
    width: 30%;
    
    display: flex;
    align-items:center;   
}

#search_icon{ 
   
    box-sizing: content-box;
    height: 20px;
    padding: 10px;
    background-color:#f5f5f6 ;
    color: #282c3f;
    font-weight: 250;
    align-items: center;
    border-radius: 4px 0 0 4px;
       
}

#search_input{ 
    background-color: #f5f5f6;
    color: #696b79;
    flex-grow: 1;
    height: 40px;
    border: 0;
    border-radius:0 4px 4px 0;
}      
.action_bar{
    display: flex;
    justify-content:space-evenly;
    min-width: 200px; 

}

.action{
    font-weight: 100;
    display: flex;
    flex-direction: column;
    align-items: center;

}

body{
    padding-bottom: 80px;
    padding-top: 80px;
}

/* main */

/* .banner_container{
    margin: 40px 0 0 40px;

} */
.banner{
    width: 100%;
}


.heading
{
 font-size: 25px;
 text-transform: uppercase;
 font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
 padding-top: 70px ;
 padding-bottom: 35px;
 padding-left: 65px;
 color: #3e4152;
 font-weight: 700;
 max-height: 5cm;
 letter-spacing: .15em;
}
.medal{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#medal_item{
    height: 273;
    width: auto;   
}
 
.cata{
     display: flex;
    flex-wrap: wrap;

}

/* footer */


.footer_container{
    padding: 30px 0px 40px 0px;
    
    background:#fafbfc;
    display: flex;
    /* padding: 40px; */
    justify-content:space-around;
    background-color:transparent;
    

    
   
}
.footer_colomn_1{
    display: flex;
    flex-direction: column;   
    
}

#footer_colomn_2{
    display: flex;
    
    /* flex-direction: column; */
    
    
}

footer a{
    text-decoration: none;
    color:#696b79;
    font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;

    
}
#foot_img{
    height: 42px;
}
#foot_img_2{
    height: 20px;
    width: 20px;
    margin-top: 10px;
}
footer h3{
    font-size: 12px;
    color: #282c3f;
    background-color: transparent;
    font-family:Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;

}
#footer_img_org{
    height: 49px;
    width: 40;
    margin-right: 10px;
}
#footer_img_arro{
    height: 49px;
    width: 48px;
    margin-right: 10px;
}
#hig{
    height: 161px;
    
}

#mar{
     
    height: 43px;
    display: flex;
    flex-direction: row;
    font-family:Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    
}