@keyframes run {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}


@supports (font-variation-settings: normal) {
  body {
     font-family: 'Vazir', sans-serif;
    font-variation-settings: "wght" 400;
  }
}

ul50 {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .header-wrapper {
    padding: 25px 0;
  }
}
.header-wrapper .logo-menu .logo {
  display: block;
  max-width: 200px;
}
@media (max-width: 1199px) {
  .header-wrapper .logo-menu .logo {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-wrapper .small__logo {
    display: none;
  }
}
.header-wrapper .small__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .main-menu {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
}
.header-wrapper .main-menu li a {
  color: #FFFFFF;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  padding: 30px 0px;
  transition: all 0.3s;
  text-transform: capitalize;
}
.header-wrapper .main-menu li a:hover {
  color: #f76d1f;
}
.header-wrapper .main-menu li a .icons {
  margin-left: 2px;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 14px !important;
  color: #41e295;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li a {
    padding: 8px 10px;
  }
}
.header-wrapper .main-menu li .submenu__recharge {
  height: 350px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__booking {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  height: 380px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__booking li {
  width: 20%;
  padding: 5px 5px;
}
.header-wrapper .main-menu li .submenu__booking li:not(:first-child) {
  border-left: 1px solid #f76d1f;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .submenu__booking {
    height: 350px;
    overflow-y: scroll;
  }
  .header-wrapper .main-menu li .submenu__booking li {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .submenu__booking li .mh__img {
    height: 120px !important;
  }
}
.header-wrapper .main-menu li .submenu__element {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  height: 400px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__element li {
  width: 16.6666666667%;
  padding: 5px 5px;
}
.header-wrapper .main-menu li .submenu__element li a:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .submenu__element li {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header-wrapper .sigin__grp {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .header-wrapper .sigup__grp {
    display: none;
  }
}
.header-wrapper .menu__right__components {
  gap: 0 15px;
}

@media screen and (max-width: 991px) {
  .header-wrapper .main-menu {
    position: relative;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    background: #08162e;
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 7px;
    border: 1px solid var(--border);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
    font-size: 1rem;
  }
  .main-menu li .cmn--btn {
    display: inline-block !important;
    padding: 8px 25px 6px;
  }
  .main-menu li .sub-menu {
    margin: 0px 10px 15px 3px !important;
  }
  .main-menu li .sub-menu li a {
    padding: 8px 7px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 0 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu .active a {
    color: #ffffff;
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 1px;
    display: inline-block;
    transition: all 0.01s;
    left: 0;
    background: #ffffff;
  }
  .header-bar span:first-child {
    top: 0;
    background: #ffffff;
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: #ffffff;
  }
  .header-bar span:last-child {
    bottom: 2px;
    background: #ffffff;
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  
  
  
  
  .header-bar:hover {
    cursor: pointer;
  }
}


/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  border-radius: 5px;
  padding: 10px 25px 11px;
  font-weight: 600;
  font-variation-settings: "wght" 1000;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  background: #f76d1f;
  overflow: hidden;
  z-index: 1;
}
.cmn--btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.cmn--btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0px;
  height: 0px;
  background: #41e295;
  transition: all 0.5s;
  z-index: -1;
}
.cmn--btn:hover span {
  color: #ffffff;
}
.cmn--btn:hover::before {
  width: 100%;
  height: 100%;
}
