
@font-face {
    font-family: "esamanruBold";
    src: url("../fonts/esamanru\ Bold.ttf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "esamanruLight";
    src: url("../fonts/esamanru\ Light.ttf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "esamanruMedium";
    src: url("../fonts/esamanru\ Medium.ttf") format("truetype");
    font-weight: normal;
  } 
#wrap  * {
    font-family: "esamanruLight";
}

header {
    padding: 1.5rem;
}
.header_wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}

nav {
   
}

.header_wrap img {
    height: 45px;
}



.header_wrap ul li {
    margin-right: 0;
    display: flex; 
    align-items: center; 
    height: 60%; 
}

.header_wrap ul li:last-child {
    border-right: none;
}

.header_wrap ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 45%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header_wrap ul li a {
    text-decoration: none;
    font-size: 18px;
    padding: 5px 25px;
    border-radius: 5px;
}


#wrap header ul li.selected a {
    color: #2347bf;
    font-weight: 600;
}



@media screen and (max-width: 767px) {
header {
    padding: 10px 10px 10px 15px;
}
.header_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_wrap img {
    height: 30px;
}
.header_wrap ul li {
    margin-right: 0;
    display: flex; 
    align-items: center; 
    height: 60%; 
}

.header_wrap ul li:last-child {
    border-right: none;
}

.header_wrap ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 90%;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.header_wrap ul li a {
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}
}