body {
    margin: 0;
}
* {
    transition: all 0.2s ease-in;
}
::selection {
    background-color: #13bfb1;
    color: #fff;
}
html {
    scroll-behavior: smooth;
}
#header {
    height: 120px;
    display: flex;
    justify-content: center;
}
#topHeader {
    background-color: #77c5d1;
    background-size: 10%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#topHeader>span {
    color:antiquewhite;
    font-family: bt;
    font-size: clamp(1px, 1.3vw, 25px);
}
#menuButtonDiv {
    display: none;
}
#header>.headerBox {
    transition: 0.5s;
    height: 120px;
    width: 100%;
    max-width: 1920px;
    margin-right: 3%;
    margin-left: 3%;
    direction: rtl;
    display: flex;
    justify-content: right;
    align-items: center;
}
#header>.headerBox>#logoPicBox {
    max-width: 7%;
    /* margin-top: 2.8%; */
    aspect-ratio: 1/1;
}
#header>.headerBox>#logoPicBox>a>#logoPic {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header>.headerBox>#logoPicBox>a>#logoPic>img {
    height: auto;
    width: 100%;
    filter: invert(80%);
}
#header>.headerBox>#headerText {
    display: none;
}
#header>.headerBox>.menu {
    /* background-color: #13bfb1; */
    position: relative;
    height: 60px;
    width: auto;
    max-width: 1536px;
    margin-right: 10px;
    margin-top: 2.7%;
    display: flexbox;
    flex-flow: row wrap;
    font-family: vb;
    font-size: 15px;
    align-items: center;
}
#header>.headerBox>.menu>.menuButton>ul {
    list-style: none;
    direction: rtl;
    display: flex;
    width: 120%;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
#header>.headerBox>.menu>.menuButton>ul>li {
    line-height: 35px;
    position: relative;
}
#header>.headerBox>.menu>.menuButton>ul>li:last-child {
    margin-left: 0px;
}
#header>.headerBox>.menu>.menuButton>ul>li>a {
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 25px;
    transition: 0.3s;
    text-decoration: none;
    color: #303747;
}
#header>.headerBox>.menu>.menuButton>ul>li>a:hover {
    transition: 0.3s;
    color:darkgoldenrod;
    box-shadow: 0px 0px 15px 1px #ccc;
    filter: brightness(110%);
}
#header>.headerScroll {
    position: fixed;
    top: 0;
    height: 90px;
    max-width: 1920px;
    aspect-ratio: 7/1;
    border-bottom: 2px solid #fff;
    background: #70b8c3;
    z-index: 200;
}
#header>.headerScroll>#headerText {
    height: 100%;
    width: 25%;
    position: absolute;
    left: 0%;
    /* background-color: #b7f0e2; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#header>.headerScroll>#headerText>span {
    color: antiquewhite;
    font-family: bt;
    font-size: clamp(1px, 1.4vw, 25px);
}
#header>.headerScroll>.menu>.menuButton>ul>li>a {
    color: #fff;
}
#header>.headerScroll>.menu>.menuButton>ul>li>a:hover {
    transition: 0.3s;
    color:aquamarine;
    box-shadow: 0px 0px 15px 1px #ccc;
    filter: brightness(150%);
}
#header>.headerScroll>#headerTextBackground {
    height: 100%;
    width: 10%;
    position: absolute;
    left: 25%;
    /* background: url(../img/miniHeaderBackPic/miniHeaderBackPic.png) no-repeat 100% 100%; */
    background-size: 100% 100%;
    display: flex;
}
#header>.headerScroll>.menu {
    margin-top: 20px;
    margin-right: 27px;
    font-size: 15px;
    font-family: vb;
}
#header>.headerScroll>#logoPicBox {
    margin-top: 1%;
    margin-right: 2%;
    width: 10vw;
    filter: brightness(150%);
}
#header>.headerScroll>#logoPicBox>a>#logoPic {
    width: 90%;
}
@media screen and (max-width:1300px) {
    #header>.headerBox>.menu {
        font-size: 1.2vw;
    }
    #header>.headerBox>.menu>.menuButton>ul {
        width: 110%;
    }
}
@media screen and (max-width:900px) {
    #header>.headerScroll {
        height: 70px;
    }
}
@media screen and (max-width:750px) {
    #topHeader {
        position: fixed;
        z-index: 10;
        height: 30px;
        padding-top: initial;
        padding-bottom: initial;   
    }
    #topHeader>span{
        font-size: 2.5vw;
        position: relative;
        bottom: 4%;
    }
    #header {
        background-color:lightcyan;
        height: 70px;
        width: 100%;
        position: fixed;
        top: 30px;
        z-index: 10;
        border-bottom-left-radius: 7vw;
        border-bottom-right-radius: 7vw;
        border-bottom: 3px solid #ccc;
        box-shadow: 0px 20px 30px -20px lightslategray;
    }
    #menuButtonDiv {
        height: 50px;
        width: 50px;
        background: url(../img/icon/menuIcon.png) no-repeat 50%;
        background-size: 80%;
        position: fixed;
        display: flex;
        left: 30px;
        top: 40px;
        border-radius: 10px;
    }
    #menuButtonDiv:hover {
        filter: brightness(120%);
        background-color: lavenderblush;
        box-shadow: 0px 5px 20px -5px gray;
    }
    #header>.headerBox {
        height: auto;
    }
    #header>.headerBox>#logoPicBox {
        height: 55px;
        max-width: initial;
        position: absolute;
        right: 40px;
        bottom: 23%;
    }
    #header>.headerBox>#logoPicBox>a>#logoPic>img {
        width: 140%;
    }
    #header>.headerBox>.menu {
        background-color:lightcyan;
        position: fixed;
        right: -50%;
        top: 0%;
        height: 100%;
        width: 50%;
        margin-right: 0px;
        margin-top: 0%;
        font-size: 3vw;
        box-shadow: 0px 0px 0px 0px lightslategray;
    }
    #header>.headerBox>.menu>.menuButton>ul {
        width: 100%;
        min-height: 300px;
        flex-direction: column;
    }
    #header>.headerBox>.menu>.menuButton>ul>li {
        line-height: 10vw;
        padding-right: 10%;
    }
    #header>.headerBox>.menu>.menuButton>ul>li>a {
        color: #12ab9e;
    }
    #header>.headerBox>.menu>.menuButton>ul>li:first-child {
        padding-top: 20px;
    }
    #header>.headerBox>.menu>.menuButton>ul>li:last-child {
        padding-bottom: 20px;
    }
    #header>.menuButtonHeaderBox>.menu {
        box-shadow: 50px 0px 200px 70px lightslategray, inset 20px 0px 100px -50px lightslategray;
        border-left: 3px solid #ccc;
        right: 0%;
    }
}