@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@600&display=swap');


.w_header_s {
    position: absolute;
    background-color: white;
    z-index: 10;
    width: 300px;
    top: 100%;
    right: -10px;
    display: none;
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);


}

.first_one_h:hover .w_header_s {
    text-align: right;
    opacity: 1;

    display: block;
}

.elem_w_header_s {}

.elem_w_header_s {
    margin: 10px;
    padding-right: 10px;
    border-right: solid 3px #383E56;
}

.g1 {
    border-color: #2192FF;
}

.g2 {
    border-color: #38E54D;
}

.g3 {
    border-color: #9CFF2E;
}

.g4 {
    border-color: #9CFF2E;
}

.g5 {
    border-color: rgb(53, 245, 198);
}

.items_lap a {
    text-decoration: none;
    color: rgb(48, 68, 92);
}

.icons_mobile a {
    text-decoration: none;
    color: white;
}

._lines3 {
    display: none;
    position: relative;

}

.img_logo {
    width: 100%;
}

.icons_mobile {
    position: absolute;
    z-index: 100;
    top: 100%;
    width: calc(100vw - 30px);
    border-radius: 5px;
    font-family: 'Noto Sans Arabic', sans-serif;

    right: 0;
    overflow-y: auto;
    height: 0;
    background-color: rgb(48, 68, 92);
    ;
}

.show_bar_mo {
    animation: show_bar_mo 1s forwards;
}

@keyframes show_bar_mo {
    from {
        height: 0px;
    }

    to {
        height: 370px;
    }
}

.hide_bar_mo {
    animation: hide_bar_mo 1s forwards;
}

@keyframes hide_bar_mo {
    from {
        height: 370px;
    }

    to {
        height: 0;
    }
}




/*    

above is  heder design 






below is lines 

































*/
.lines-button {

    position: relative;
    float: right;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 68px;
    height: 68px;

    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;

    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.lines-button:focus {
    outline: none;
}

.lines-button span {
    display: block;
    position: absolute;

    left: 28px;
    right: 5px;
    height: 4px;
    background: rgb(48, 68, 92);
    border-radius: 0.57143rem;
}

.lines-button span::before,
.lines-button span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgb(48, 68, 92);
    border-radius: 0.57143rem;
    content: "";
}

.lines-button span::before {
    top: -9px;
}

.lines-button span::after {
    bottom: -9px;
}

.lines {
    background: none;
}

.lines span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

.lines span::before,
.lines span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
}

.lines span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.lines span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.lines.close {
    background: none;
}

.lines.close span {
    visibility: hidden;
}

.lines.close span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
}

.lines.close span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
}

/*               above is lines                


























below is header 








*/




.header {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    grid-gap: 2px 2px;
    text-align: center;
}

.logo {
    width: 100%;
}

.items_lap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_lap {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Noto Sans Arabic', sans-serif;
    color: #383E56;
}

.line_header {
    background-color: rgb(53, 245, 198);
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 2px;
    transition: width 1s;
}

.item_lap:hover .line_header {
    width: 100%;
}



.but_header_div {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}

.but_header {
    width: 100%;
    max-width: 100px;
    padding: 5px;
    border-radius: 20px;
    background-color: rgb(48, 68, 92);
    font-family: 'Noto Sans Arabic', sans-serif;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    outline: none;
    cursor: pointer;
    border: none;
}


@media only screen and (max-width:850px) {
    .header {

        grid-template-columns: 70px 1fr 70px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);

    }

    .items_lap {
        display: none;
    }

    ._lines3 {
        display: block;
    }

    .img_logo {
        width: 150px;
    }

    .but_header {
        font-size: 12px;
        padding: 4px;
    }
}