.inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
}

.inner ul li {
  display: block;
  transition: 0.2s;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}

.inner ul li:hover p {
  color: var(--tg-theme-primary);
  background: none;
}

.inner ul li a {
  text-decoration: none;
}


.inner ul li a p {
  padding: 4px 0;
  margin: 0;
  font-size: 1.0rem;
  font-weight: normal;
}

.inner ul li a span {
  font-size: .9rem;
  color: #a0a0a0;
  font-weight: normal;
}

@media screen and (max-width : 991px) {
  .secrec {
    display: none;
  }

  .logo {
    display: none;
  }

  .inftext h4 {
    font-size: 13px;
  }

  .inftext p {
    font-size: 10px;
  }

  .socialmedias {
    display: none;
  }

  .image {
    display: none;
  }

  .mobile-menu {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80%;
    right: 0;
    overflow: auto;
    padding: 1.5rem 0;
    box-shadow: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0.5rem 0.5rem 0.5rem 0;
    border-radius: 0.75rem;
    z-index: 999;
    transition: 0.3s all;
    animation: fadeIn 0.5s;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .mobile-menu::-webkit-scrollbar {
    display: none;
  }

  .mobile-menu {
    margin: 0 0 0 0;
  }

  .mobile-menu img {
    width: 80px;
    border-radius: 9999px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
  }

  .mobile-menu p {
    margin: 0 0 0 0;
    padding: 0;
    font-weight: Bolder;
  }

  .mobile-menu .moactiveitem {
    color: #fff;
  }

  .mobile-menu span {
    display: block;
    color: #bebebe;
    padding: 0;
    margin: 0;
  }

  .moprofilesetbtns {
    margin: 1.5rem 0 1.5rem 0;
    display: flex;
    text-align: center;
    width: 100%;
  }

  .moprofilesetbtns button {
    width: 50%;
    padding: 1rem 0;
    margin: 0;
    background-color: transparent;
    outline: none;
    border-right: none;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    color: var(--white);
    font-size: 1rem;
  }

  .pr-left-bor {
    border-left: 1px solid #4d4d4d;
  }

  .non-pr-left-bor {
    border-left: 1px solid transparent;
  }

  .momailul {
    padding: 0 0.8rem 0 1rem;
    margin: 0;
    list-style: none;
  }

  .momailul h6 {
    font-weight: bolder;
    color: #53565d;
    display: block;
    width: 100%;
    padding: 0;
    margin: 1.7rem 0.8rem 1rem 0;
  }

  .monewitem {
    display: block;
    padding: 0;
    margin: 0.3rem 0;
    transition: 0.3s all
  }

  .monewitem a {
    display: inline-block;
    padding: 0.7rem 0.5rem 0.77rem 0.7rem;
    color: #53565d;
    width: 100%;
    text-decoration: none;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    outline: none;
    transition: 0.2s all
  }

  .moactiveitem {
    display: block;
    padding: 0;
    margin: 0.3rem 0;
    transition: 0.3s all
  }

  .moactiveitem a {
    display: inline-block;
    padding: 0.7rem 0.5rem 0.77rem 0.7rem;
    color: var(--white);
    width: 100%;
    text-decoration: none;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    outline: none;
    border-radius: 5px;
    background: rgb(0, 87, 255);
    background: linear-gradient(90deg, #29A0B1 23%, #4bb8c9 75%);
    transition: 0.2s all
  }

  .moactiveitem a i {
    margin: 0 0.2rem 0.3rem 0.8rem;
    font-size: 1.3rem;
    display: flex;
    padding: 0;
    color: #fff;
  }

  .moactiveitem a p {
    margin: 0;
    display: inline;
    padding: 0;
    font-size: 0.9rem;
    height: auto;
    width: auto;
  }

  .moselleritem {
    display: block;
    padding: 0;
    margin: 0.3rem 0;
    transition: 0.3s all
  }

  .moselleritem a {
    display: inline-block;
    padding: 0.7rem 0.5rem 0.77rem 0.7rem;
    color: #ff9e20;
    width: 100%;
    text-decoration: none;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    outline: none;
    border: 1px solid #fffaed;
    border-radius: 5px;
    background-color: #fcf5e5;
    transition: 0.2s all
  }

  .moselleritem a i {
    margin: 0 0.2rem 0.3rem 0.8rem;
    font-size: 1.3rem;
    display: flex;
    padding: 0;
  }

  .moselleritem a p {
    margin: 0;
    display: inline;
    padding: 0;
    font-size: 0.9rem;
    height: auto;
    color: #ff9e20;
    width: auto;
  }

  .monewitem a i {
    margin: 0 0.2rem 0.3rem 0.8rem;
    font-size: 1.3rem;
    display: flex;
    padding: 0;
  }

  .monewitem a p {
    margin: 0;
    display: inline;
    padding: 0;
    font-size: 0.9rem;
    height: auto;
    width: auto;
    color: #53565d;
  }

  #itemarea {
    list-style: none;
    height: 0;
    display: none;
    transition: 0.3s;
  }

  #carshop-area {
    list-style: none;
    height: 0;
    display: none;
    transition: 0.3s;
  }

  #carshop-menue:focus-within #carshop-area {
    display: block;
    height: 100%;
  }

  #item-menue:focus-within #itemarea {
    display: block;
    height: 100%;
  }

  .mobile-menu::-webkit-scrollbar {
    display: none;
  }

  .firstrec {
    position: relative;
  }

  .menu-icon {
    display: inline-block;
    width: 15px;
    height: 7px;
    margin: 0 10px 0 15px;
  }

  .bar,
  .bar::before,
  .bar::after {
    content: '';
    background-color: #000000;
    height: 3px;
    width: 28px;
    position: absolute;
    transition: all 0.2s;
  }

  .bar::before {
    top: 7px;
  }

  .bar::after {
    top: -8px;
  }

  .active .bar {
    background: transparent;
  }

  .active .bar::before {
    transform: rotate(45deg);
    top: 0;
  }

  .active .bar::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .open-menu .mobile-menu {
    display: block;
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  .playbottom {
    display: none;
  }

  .infobox {
    margin: 15px;
  }

  .title {
    margin-bottom: 50px;
  }

  .socialmedia {
    display: inline-block;
    margin-top: 40px;
    padding: 5px;
  }

  .socialmedia a {
    color: var(--white);
  }

  .textarea {
    text-align: center;
    margin: 0;
    margin-top: 100px;
    padding: 0;
  }

  .textarea-2 {
    text-align: center;
    margin: 0;
    margin-top: 100px;
    margin-right: 15px;
    padding: 0;

  }

  .textarea-3 {
    text-align: center;
    margin: 0;
    margin: 100px;
    padding: 0;

  }

  .teach {
    text-align: center
  }

  .itemsnav {
    display: block;
    padding: 0;
    margin: 0.3rem 0;
  }

  .moitemsnav {
    margin: 0.5rem 0;
  }

  .moitemsnav a {
    display: inline-block;
    padding: 1rem 0.5rem 0.77rem 1rem;
    color: var(--white);
    width: 100%;
    text-decoration: none;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
  }

  .moactiveitem a {
    background-color: hsla(0, 0%, 78%, .2);
  }

  .moitemsnav a i {
    margin: 0 0.2rem 0.3rem 0.8rem;
    font-size: 1.3rem;
    display: flex;
    padding: 0;
  }

  .moitemsnav a p {
    margin: 0;
    display: inline;
    padding: 0;
    font-size: 0.9rem;
    height: auto;
    width: auto;
  }

}



.mobile-menu {
  display: none;
}

.loginarea {
  width: 100%;
  height: 100%;
}

.mo-login button {
  position: fixed;
  background: var(--blue);
  border: none;
  outline: none;
  font-weight: Bold;
  color: var(--white);
  width: 100%;
  text-align: center;
  justify-content: center;
  transition: 0.2s;
  padding: 1rem 0;
  border-radius: 8px;
  bottom: 10px;
}

.mo-login button i {
  margin-right: 10px;
}

.mo-img {
  text-align: center;
  margin: 1rem 0 1rem 0;
}

.mo-img img {
  text-align: center;
  width: 250px;
}

.menu-dasharea ul {
  padding: 0;
  margin: 1rem 0 0 0;
}

.menu-dasharea ul li {
  display: block;
  padding: 10px 10px;
  margin: 0;
  position: relative;
  transition: 0.3s;
  border-radius: 0;
}

.menu-dasharea ul li a {
  font-size: 15px;
  text-decoration: none;
  color: #6e6e6e;
  transition: 0.2s;
  font-family: Estedad;
  font-weight: bold;
}


nav ul li {
    position: relative;
    transition: 0.2s;
}

nav ul li:hover ul {
    display: block;
    z-index: 100;
}

nav ul li>ul {
    text-align: right;
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: circle;
    top: 23px;
    transition: 0.2s all;
    z-index: 1000;
    overflow: hidden;
    min-width: 200px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
}

nav ul li>ul li {
    display: block;
    transition: 0.2s;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #00000009;
}

nav ul li>ul li:last-child {
    border: none;
}

nav ul li>ul li:hover {
    background-color: #0000000a;
}

nav ul li>ul li a {
    display: block;
    padding: 0.8rem 1rem;
    font-size: 13px;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
    color: #666;
}

nav ul li>ul li a p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

nav ul li>ul li a span {
    font-size: 13px;
    color: #a0a0a0;
}





.mo-boxs {
    margin: 0;
}


.mo-btn {
    display: block;
    font-size: .8rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
    color: #666;
    font-weight: bold;
}

.mo-btn p {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mo-btn i {
    font-size: 11px;
    margin-right: 3px;
    transition: 0.2s;
}

.mo-btn:hover {
    color: var(--tg-theme-primary);
}


.content {
    background: #ffffff;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin-top: 0.1rem;
}

.mo-content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin-top: 0.1rem;
}

.content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
}

#check-id-1:checked~.content-id-1 {
    max-height: 150px;
}

#check-id-2:checked~.content-id-2 {
    max-height: 150px;
}

#check-id-3:checked~.content-id-3 {
    max-height: 150px;
}

#check-id-4:checked~.content-id-4 {
    max-height: 150px;
}

#check-id-5:checked~.content-id-5 {
    max-height: 150px;
}

#check-mo:checked~.content-mo {
    max-height: 100rem;
}


.inner {
    margin: 16px;
}

.menu-dasharea {
    margin: 10px 0 0 0;
    padding: 0;
}

.menu-dasharea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mo-img {
    margin: 1rem 0;
    width: 100%;
    text-align: center;
}

.mo-img img {
    width: 80%;
    align-items: center;
}

.menu-dasharea ul li {
    display: block;
    padding: 10px 10px;
    margin: 0;
    position: relative;
    transition: 0.3s;
    border-radius: 0;
}

.menu-dasharea ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #6e6e6e;
    transition: 0.2s;
    font-family: Estedad;
    font-weight: bold;
}


.menu-dasharea ul li>ul li {
    display: block;
    transition: 0.2s;
    padding: 0;
    margin: 0;
}

.menu-dasharea ul li>ul li:hover {
    background-color: #3b7cbd17;
}

.menu-dasharea ul li>ul li:hover p {
    color: #2a67a5;
}

.menu-dasharea ul li>ul li a {
    display: block;
    padding: 0.8rem 1rem;
    font-size: .9rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
    color: #666;

    font-weight: normal;
}

.menu-dasharea ul li>ul li a p {
    padding: 0;
    margin: 0;
    font-size: 1.0rem;
}

.menu-dasharea ul li>ul li a span {
    font-size: .9rem;
    color: #a0a0a0;
}

.menu-dasharea svg {
    font-size: 11px;
    margin-right: 3px;
    transition: 0.2s;
}

.mobile-menu {
    display: none;
}

.mo-login {
    padding: 0 2rem;
    margin-top: 20px;
}

