* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.flexalignitems {
  display: flex;
  align-items: center;
}

.img22r50 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

hr {
  margin: 1px 0px;
  background-color: yellow;
}

div.Seperator {
  height: .5vw;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #93d3eb;
  height: 110vh;
}

nav {
  font-size: min(16vw, 16px);
  overflow: hidden;
}

nav a {
  margin: 4px 8px;
  text-decoration: none;
}

nav a:hover {
  font-weight: bold;
}

nav div#Date {
  float: right;
  padding: 0px 4px;
  margin: 0 4px;
}

nav a#TopLanguage {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: none;
  float: right;
  padding: 0px 4px;
  margin: 0 4px;
  font-weight: 700;
}

@keyframes UCNA {

  0%,
  100% {
    filter: blur(0px);
    opacity: 100;
    transform: rotate(0deg);
    scale: 1;

  }

  50% {
    filter: blur(14px);
    opacity: 0.66;
    transform: rotate(44deg);
    scale: 1.4;
  }
}

section#Logo {
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-color: #2c5e91;
}

section#Logo:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 14%;
  height: 222%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.14);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

section#Logo:hover:after {
  opacity: 1;
  left: -100%;
  transition-property: left, opacity;
  transition-duration: 0.66s, 0.2s;
  transition-timing-function: ease;
}

section#Logo a#LogoImage {
  pointer-events: none;
  width: 358px;
  height: 65px;
}

section#Logo div#logoleft {
  justify-content: space-between;
}


section#Logo img#Vezarat {
  margin-right: 1px;
  transition: all 14s;
  cursor: pointer;
  height: 100%;
  border-radius: 14px;
}

section#Logo div#logoleft a {
  margin: 0 4px;
  color: whitesmoke;
  height: 65px;
  font-size: x-large;
  font-weight: 900;
  transition: all 2.2s ease-in-out;
  justify-content: center;
}

section#Logo div#logoleft a:hover {
  transform: scale(1, 1.4);
}

section#Socail {
  background-color: whitesmoke;
  border-right: 6px solid #2c5e91;
  border-left: 6px solid #2c5e91;
  justify-content: space-around;
}

section#Socail a {
  height: 22px;
}

img#AIOInstagram {
  background: url(../img/AIO.webp) 0 0;
}

img#AIOTelegram {
  background: url(../img/AIO.webp) -22px 0;
}

img#AIOAparat {
  background: url(../img/AIO.webp) -44px 0;
}

img#AIOEitta {
  background: url(../img/AIO.webp) -66px 0;
}

img#AIOTwitter {
  background: url(../img/AIO.webp) -88px 0;
}

img#AIOYoutube {
  background: url(../img/AIO.webp) -110px 0;
}

img#AIOWhatsapp {
  background: url(../img/AIO.webp) -132px 0;
}

section#Socail a img:hover {
  transform: scale(1.2);
  box-shadow: 0 0 14px #d35400;
  transition: 0.22s;
}

section#MainMenu input#HamburgerCheckBox,
section#MainMenu div#HamburgerSpan {
  display: none;
}

section#MainMenu ul {
  background-color: #2c5e91;
  box-shadow: -2px 2px 2px 2px #559fe9;
  padding: 0 2px;
  border-radius: 10px;
  list-style: none;
  z-index: -1;
  border: 1px solid royalblue;
}

section#MainMenu ul>li {
  flex: 1 1 0px;
  border-radius: 4px;
}

section#MainMenu ul li a {
  color: whitesmoke;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: max(1vw, 14px);
}

section#MainMenu>ul>li:hover {
  background-color: rgba(174, 214, 79, 0.66);
}

section#MainMenu ul ul li:hover {
  background-color: rgb(255, 127, 64, 0.25);
}

section#MainMenu>ul>li {
  transition: all 0.66s;
}

section#MainMenu ul ul {
  background-color: rgba(11, 73, 58, 0.88);
  position: absolute;
  display: none;
  width: max-content;
  z-index: 1;
  animation: MenuMoveup 0.25s;
}

@keyframes MenuMoveup {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section#MainMenu ul li:hover>ul {
  display: block;
}

section#MainMenu ul ul li {
  position: relative;
}

section#MainMenu ul ul ul {
  position: absolute;
  background-color: rgb(85, 144, 211);
  left: 100%;
  top: 0%;
}

section#MainMenu ul>li:last-child ul ul {
  left: unset;
  right: 100%;
}

section#MainMenu ul ul ul ul {
  background-color: rgb(128, 180, 240);
}

.MainParentMenuItem,
.ParentMenuItem {
  cursor: default;
}

.ParentMenuItem:after {
  content: url("../img/MainMenuArrow-en.png");
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  border-radius: 2px;
}

img#ToTop {
  width: 44px;
  height: 44px;
  border-radius: 14px;  
  position: fixed;
  right: 22px;
  bottom: 22px;
  opacity: .66;
  display: none;
}

footer {
  position: fixed;
  bottom: 0px;
  background-color: cornflowerblue;
  width: 100%;
  box-shadow: 0 0 22px #e7cbe1;
}

footer>div {
  background-color: cornflowerblue;
  text-align: center;
  animation: Opi 5s linear infinite;
  border-bottom: 2px solid greenyellow;
  font-size: max(72%, 0.72vw);
}

@keyframes Opi {
  50% {
    opacity: 0;
  }
}

footer>a.FooterLink {
  display: inline-block;
  margin: 0 14px;
  color: midnightblue;
  text-decoration: none;
  font-size: max(110%, 1vw);
}

footer>a.FooterLink:hover {
  color: indigo;
}

@media only screen and (max-width: 512px) {
  nav div#Date {
    display: none;
  }

  nav a#TopLanguage {
    display: block;
  }

  section#Logo div#logoleft {
    display: none;
  }

  section#MainMenu input#HamburgerCheckBox {
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
  }

  section#MainMenu div.HamburgerSpan span {
    display: block;
    width: 33px;
    height: 6px;
    margin-bottom: 6px;
    position: relative;
    background: #2c5e91;
    border-radius: 3px;
    z-index: 1;
  }

  section#MainMenu>ul {
    display: none;
  }

  section#MainMenu>ul>li {
    position: relative;
  }

  section#MainMenu ul ul {
    left: 14px;
  }

  section#MainMenu input:checked~ul {
    display: block;
  }

  section#MainMenu ul li a {
    text-align: left;
  }

  section#MainMenu ul>li:last-child ul ul {
    right: unset;
    left: 100%;
  }
}