@font-face {
  font-family: "myfont";
  src: url(font/IRANYekanX-Bold.woff2);
}
* {
  font-family: "myfont" !important;
  color: white;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.p_top {
  display: inline-block;
  font-size: 20px;
}
.p_top2 {
  display: inline-block;
  font-size: 18px;
}
.top_logo {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}
.center0 {
  text-align: center !important;
  align-items: center !important;
}
.left0 {
  text-align: left !important;
  justify-content: left !important;
}
.div_topp {
  align-items: center;
  background: linear-gradient(#005580 92%, #66ccff);
  padding: 10px;
}
.ul_nav {
  justify-content: space-around;
  padding: 0;
}
.li_nav {
  display: inline-block;
  margin-left: 10px;
  list-style-type: none;
  padding: 5px 10px;
  border: 1px solid #99ddff;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.4s;
  user-select: none;
}
.li_nav:hover {
  background-color: #99ddff44;
}
.li_nav:active {
  background-color: #99ddffaa;
}
.rezerv {
  width: 75%;
  background-color: #00000000;
  padding: 5px 10px;
  border: 1px solid rgb(255, 223, 96);
  color: #ffff7c;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  margin-left: 20px;
  transition: 0.4s;
}
.rezerv:hover {
  background-color: #ffdf6044;
  color: rgb(255, 255, 115);
}
.rezerv:active {
  background-color: #ffdf6088;
  color: rgb(255, 255, 108);
}
nav {
  justify-content: space-around;
  margin-top: 15px;
}
.tit-btn {
  margin-left: 120px;
}
.logo-btn {
  margin-left: 40px;
}
.logomt-btn {
  margin-left: 34px;
}
@keyframes col01_topR {
  0% {
    color: #99ddff8a;
  }
  50% {
    color: #99ddff;
  }
  100% {
    color: #99ddff8a;
  }
}
.div_ted {
  margin-left: 10px;
}
.title01 {
  user-select: none;
  transition: 1.5s;
}
.title01:hover {
  animation: col01_topR 1.5s ease-in-out infinite;
}
/*  */
.div_body01 {
  margin: 10px 10px 0 10px;
}
.park_btn {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  padding: 10px;
  margin: 10px 55px;
  user-select: none;
}
.park_btn:hover {
  scale: 1.02;
}
.park_btn:active {
  scale: 0.98;
}
.btn-S {
  background-color: #66ccff;
}
.btn-M {
  background-color: #3399ff;
}
.btn-L {
  background-color: #0055ff;
}
.btn-S:hover {
  background-color: rgb(57, 189, 255);
}
.btn-M:hover {
  background-color: #0e86ff;
}
.btn-L:hover {
  background-color: #0048d7;
}
.parking_S {
  padding: 0 10px;
}
.jaygah_S {
  width: 60px;
  height: 90px;
  background-color: #a0a0a0;
  border-radius: 10px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  cursor: not-allowed;
}
/*  */
.foot_div {
  border-top: 1px solid black;
}
.foot_div p {
  color: black;
}
.tit_jaygah {
  color: black;
  border-bottom: 1px solid black;
}
.park_spot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  user-select: none;
  text-align: center;
}

.meslsho {
  text-decoration: none;
  color: white;
}
.rezsho {
  border: 1px solid lightgray;
}
.rezshoS {
  background-color: #66ccff;
}
.rezshoM {
  background-color: #3399ff;
}
.rezshoL {
  background-color: #0055ff;
}
.mess01 {
  min-width: 20% !important;
  max-width: 20% !important;
  text-align: center;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28a745;
  padding: 10px;
  border: 1px solid #1a702e;
  border-radius: 5px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s, top 0.5s;
}
.messZ01 {
  min-width: 30% !important;
  max-width: 30% !important;
  text-align: center;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dc3545;
  padding: 10px;
  border: 1px solid #b02a37;
  border-radius: 5px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s, top 0.5s;
}
.show {
  top: 40px;
  opacity: 1;
}
