/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

/*=====================HEADER======================*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: var(--headerHeight);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(7px);
}
header .identity {
    position: relative;
    display: block;
}
header .identity img,#menu-container .menu-container-head > img {
    width: 139px;
    aspect-ratio: 139/64;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
}
.header-day-night-lang-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
}
.day-night-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.day-night-text span,
.day-night-text,
.lang-box span{
    font-family: var(--font-arame), sans-serif;
    font-weight: 100;
}
.language-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
#menu-wrap,#menu-container .menu-container-head #closeMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 4rem;
    height: .75rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.button-con {
    cursor: default;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    direction: ltr;
}

#dayIcon {
    position: relative;
    width: 26px;
    height: 26px;
    top: -3px;
    margin: 0 7px;
    fill: #9caec0;
}

#nightIcon {
    position: relative;
    width: 26px;
    height: 26px;
    top: -3px;
    margin: 0 7px;
    fill: #9caec0;
}

#dayIcon, #nightIcon {
    cursor: pointer;
}

.toggle {
    display: none;
}

.toggle, .toggle:after, .toggle:before, .toggle *, .toggle *:after, .toggle *:before, .toggle + .toggle-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.toggle::-moz-selection, .toggle:after::-moz-selection, .toggle:before::-moz-selection, .toggle *::-moz-selection, .toggle *:after::-moz-selection, .toggle *:before::-moz-selection, .toggle + .toggle-button::-moz-selection {
    background: none;
}

.toggle::selection, .toggle:after::selection, .toggle:before::selection, .toggle *::selection, .toggle *:after::selection, .toggle *:before::selection, .toggle + .toggle-button::selection {
    background: none;
}

.toggle + .toggle-button {
    outline: 0;
    display: inline-block;
    width: 2rem;
    height: 0.7rem;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle + .toggle-button:after, .toggle + .toggle-button:before {
    position: relative;
    display: block;
    content: "";
    width: 40%;
    height: 100%;
}

.toggle + .toggle-button:after {
    left: 0;
}

.toggle + .toggle-button:before {
    display: none;
}

.toggle:checked + .toggle-button:after {
    left: 50%;
}

.toggle + .toggle-button {
    padding: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid var(--foreground);
}

.toggle + .toggle-button:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: var(--yellow);
    content: "";
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 9px 7px #f5b800bd;
    box-shadow: 1px 1px 9px 7px #f5b800bd;
}

.toggle:checked + .toggle-button:after {
    left: 60%;
}
.day-night-text {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.button-con label:not(.toggle-button) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
svg.night-mode ,
svg.day-mode,
.language-wrapper svg{
    -webkit-transition: fill ease-in-out 0.3s;
    transition: fill ease-in-out 0.3s;
    fill: var(--foreground);
}
body.day-background svg.night-mode{
    fill: var(--background) !important;
}
body.day-background svg.day-mode{
    fill: var(--background) !important;
}
/*=====================HEADER======================*/
/*==================MENU CONTAINER==================*/
#menu-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-transition: -webkit-transform 0.7s var(--ease);
    transition: -webkit-transform 0.7s var(--ease);
    transition: transform 0.7s var(--ease);
    transition: transform 0.7s var(--ease), -webkit-transform 0.7s var(--ease);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform;
}
#menu-container .menu-container-head {
    position: absolute;
    width: calc(100% - var(--spaceX) * 2);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: var(--headerHeight);
    left: var(--spaceX);
    z-index: 2;
}

#menu-container .menu-container-head > img {}

#menu-container .brand-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: backdrop-filter ease-in-out 1s 1s;
    transition: backdrop-filter ease-in-out 1s 1s;
}

#menu-container .brand-section .brand-title {
    font-size: 7.5rem;
    line-height: 7.5rem;
    font-weight: 800;
}

.menu-side-footer-wrapper {
    background: rgba(37, 38, 42, 0.30);
    -webkit-padding-start: 4rem;
    padding-inline-start: 4rem;
    -webkit-padding-end: var(--spaceX);
    padding-inline-end: var(--spaceX);
    padding-bottom: 3rem;
    padding-top: var(--headerHeight);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: backdrop-filter ease-in-out 1s 1s;
    transition: backdrop-filter ease-in-out 1s 1s;
}
.menu-side-wrapper nav.menu-list .menu-item:last-child {
    border-bottom: 1px solid var(--white);
}
.menu-footer {
    bottom: 3rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - var(--spaceX));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 1px solid var(--foreground);
}

.menu-side-wrapper {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.menu-side-wrapper nav.menu-list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}
.menu-side-wrapper aside.side-info {
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
}
.menu-side-wrapper nav.menu-list .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-block: 1.5rem;
    border-top: 1px solid var(--white);
    -webkit-transition: color ease-in-out 0.4s;
    transition: color ease-in-out 0.4s;
}
.menu-side-wrapper nav.menu-list .menu-item .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}
.menu-side-wrapper nav.menu-list .menu-item .menu-content span.menu-number {
    color: var(--rainy-grey);
    direction: ltr;
    font-size: 1.375rem;
    font-weight: 600;
    -webkit-transition: color ease-in-out 0.4s;
    transition: color ease-in-out 0.4s;
}
.menu-side-wrapper nav.menu-list .menu-item .menu-content span.menu-title {
    font-size: 2rem;
    font-weight: 700;
}
.menu-side-wrapper aside.side-info .side-info-box {
    margin-bottom: 2.5rem;
}

.menu-side-wrapper aside.side-info .side-info-box h3 {
    margin-top: 0;
    font-size: .75rem;
}

.menu-side-wrapper aside.side-info .side-info-box .contact-info a,
.menu-side-wrapper aside.side-info .side-info-box .address-info,
.menu-side-wrapper aside.side-info .side-info-box .social-links a {
    font-size: .75rem;
    color: var(--rainy-grey);
    display: block;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.menu-side-wrapper aside.side-info .side-info-box .contact-info a:hover,
.menu-side-wrapper aside.side-info .side-info-box .address-info:hover,
.menu-side-wrapper aside.side-info .side-info-box .social-links a:hover {
    color: var(--yellow);
}
.menu-side-wrapper aside.side-info .side-info-box .address-info p {
    margin: 0;
}

.menu-side-wrapper aside.side-info .side-info-box .social-links,.menu-side-wrapper aside.side-info .side-info-box .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
}
.menu-footer p {
    color: var(--rainy-grey);
    margin: 0;
}
.menu-footer .dokmeh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    font-family: var(--font-arame), sans-serif;
    gap: 5px;
    -webkit-transition: color ease-in-out 0.3s;
    transition: color ease-in-out 0.3s;
    color: var(--rainy-grey);
}
.menu-footer .dokmeh:hover {
    color: var(--yellow);
}

.menu-footer .dokmeh [class^="icon-"] {
    color: var(--yellow);
    font-weight: 800;
}
.menu-footer .dokmeh img {
    width: 3.6rem;
}
.menu-footer p.copy-right {
    direction: rtl;
}
#menu-wrap span {
    width: 100%;
    height: 1px;
    background-color: var(--foreground);
}
#menu-container .menu-container-head #closeMenu svg {
    width: 100%;
    height: 100%;
}
#menu-container.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#menu-container.open .brand-section,
#menu-container.open .menu-side-footer-wrapper {
    backdrop-filter: blur(20px);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.menu-side-wrapper nav.menu-list .menu-item:hover,.menu-side-wrapper nav.menu-list .menu-item:hover .menu-content span.menu-number {
    color: var(--yellow);
}
/*==================MENU CONTAINER==================*/
@media only screen and (max-width: 768px){
    /*=================HEADER====================*/
    .header-day-night-lang-menu-wrapper {
        gap: 1.5rem;
    }
    #menu-wrap, #menu-container .menu-container-head #closeMenu {
        width: 2.5rem;
        height: .6rem;
    }
    .day-night-text {
        display: none;
    }
    header .identity img, #menu-container .menu-container-head > img {
        width: 2.813rem;
    }
    .language-wrapper .lang-box span.inline-block:first-child {
        display: none;
    }
    .lang-box > span {
        font-size: .75rem;
        margin-top: 5px;
    }
    /*=================HEADER====================*/
    /*=============MENU CONTAINER================*/
    #menu-container.open .brand-section,
    #menu-container.open .menu-side-footer-wrapper {
        backdrop-filter: none;
    }
    #menu-container .brand-section {
        display: none;
    }
    .menu-side-footer-wrapper {
        background-color: var(--black);
    }
    #menu-container {
        display: block;
    }
    /*=============MENU CONTAINER================*/
}
@media only screen and (min-width: 640px) and (max-width: 768px){}
@media only screen and (min-width: 769px) and (max-width: 1199px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 1400px) and (max-width: 1700px){}