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

@font-face {
  font-family: font;
  src: url(../font/IRANSansX-Regular.woff);
}

header {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
  width: 100%;
  height: auto;
  background-image: url(../image/IMG_3164.JPG);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.maintitle {
  width: 300px;
  height: 90px !important;
  background: url(../image/31.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.maintitle h1 {
  font-weight: 900;
  text-shadow: 0 0 10px black;
  font-size: 35px !important;
}

.header-rigth {
  color: white;
  font-size: 30px;
  font-weight: 700;
}

.header-rigth h3 {
  font-size: 25px !important;
  font-weight: 700;
}

.header-rigth h6 {
  font-weight: 900;
  color: #D61F2C;
}

.show-date {
  width: 60px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-left input,
.header-left button,
#massege,
#massege2 {
  width: 400px;
  height: 65px;
  padding-right: 20px;
  border-radius: 5px;
}

#massege {
  font-weight: 700;
  font-size: 13px;
  color: white;
  background-color: transparent;
  width: auto;
  height: auto;
}

#massege2 {
  font-weight: 700;
  font-size: 13px;
  color: white;
  background-color: transparent;
  width: auto;
  height: auto;
}

.header-left input {
  font-weight: 700;
  border: none;
  transition: .3s;
  margin-bottom: 10px;
}

.header-left input:focus {
  outline: 4px solid #D61F2C;

}

.radio-but input:focus {
  outline: unset;

}

.radio-but {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.radio-but>div {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 14px;
}

.radio-but input {
  flex-basis: 33%;
  width: 14px;
  height: 21px;
}

.radio-but label {
  flex-basis: 60%;
}

.header-left button {
  background-color: #D61F2C;
  border: none;
  color: white;
  text-align: start;
  font-size: 25px;
  font-weight: 700;
  transition: .2s;
}

.header-left button:hover {
  box-shadow: -1px -1px 0px 2px #D61F2C;
}

.discount-price {
  position: relative;
}

.discount-price:before {
  content: "";
  width: 100%;
  height: 2px;
  background: red;
  position: absolute;
  bottom: 12px;
  left: 0;
}


.elementor-icon-list-item {
  margin: 30px 0;
}

.far,
.fas {
  color: #F26161 !important;
  width: 40px !important;
  font-size: 20px !important;
}

.form-sticky {
  transition: .3s;
  padding: 5px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #000038;
}

.form-sticky button {
  background-color: #D61F2C;
  color: white;
  border: none;
  height: 100%;
  width: 50%;
  font-size: 25px;
  font-weight: bolder;
}

.form-sticky input {
  border: none;
  height: 100%;
  width: 50%;
  font-size: 25px;
  font-weight: bolder;
  padding-right: 10px;
  outline: none;
  border: none;
}

.opacity-1 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

#signIn-message {
  width: 420px;
  height: 220px !important;
  background-color: #7DE686 !important;
  color: white;
}

.maintitle img {
  display: none;
}

main {
  gap: 100px;
  margin-bottom: 90px !important;
  padding-top: 50px;
  width: 85%;
  margin: auto;
}

.main-rigth div h1 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 230px;
  color: rgb(51, 51, 51);
  border-bottom: 3px dotted rgb(97, 97, 97);
}

.main-card {
  background-color: #000038;
  padding: 15px;
  border-radius: 15px;
}

.main-card img {
  border-radius: 15px;
}

.main-card-text ul {
  margin: 30px 50px !important;
}

.main-left div h1 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 350px;
  color: rgb(51, 51, 51);
  border-bottom: 3px dotted rgb(97, 97, 97);

}

.loader {
  margin-right: 180px;
  border: 6px solid #a7a7a76e;
  border-radius: 50%;
  border-top: 6px solid #000000;
  width: 20px !important;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.status-div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 14px;
  background: #d5d1d1db;
  width: 400px;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

select#status {
  border: 1px solid #67656594;
  padding: 4px;
  border-radius: 8px;
  font-size: 15px;
}

.form-sticky button {
  background: #30a712 !important;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1367px) {

  main {
    gap: 100px;
  }

  .main-rigth div h1 {
    font-size: 35px !important;
    width: 180px;
  }

  .main-card {
    background-color: #000038;
    padding: 10px;
    border-radius: 15px;
  }

  .main-card img {
    border-radius: 15px;
  }

  .main-card-text ul {
    margin: 30px 10px !important;
  }

  .main-left div h1 {
    font-size: 35px !important;
    width: 280px;
  }

}

@media only screen and (max-width: 1160px) {

  .maintitle h1 {
    font-weight: 900;
    text-shadow: 0 0 10px black;
    font-size: 23px !important;
  }
}

@media only screen and (max-width: 989px) {
  main {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .main-rigth {
    width: 100% !important;
  }

  .main-left {
    width: 100% !important;
  }

  main {
    gap: 50px;
  }

  .main-rigth div h1 {
    font-size: 25px !important;
    text-align: center;
    width: 100%;
  }

  .main-card img {
    border-radius: 15px;
  }

  .main-card-text ul {
    margin: 30px 10px !important;
  }

  .main-left div h1 {
    font-size: 25px !important;
    text-align: center;
    width: 100%;
  }


}

@media only screen and (max-width: 820px) {
  .form-sticky button {
    font-size: 20px;
  }

  .form-sticky input {
    font-size: 20px;
  }

  .header-rigth h3:last-child {
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-rigth h3 {
    font-size: 18px !important;
    font-weight: 900;
    margin: 19px 0 !important;
    margin-bottom: 0px !important;
  }

  .header-rigth h4 {
    margin: 0 !important;
    font-weight: 900;
    color: #D61F2C;
  }

  header {
    padding-top: 20px !important;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../image/IMG_3164.JPG);
    background-position: -255px;
  }

  .maintitle {
    flex-wrap: nowrap;
    background-image: unset;
    position: relative;
    width: auto !important;
  }

  .header-rigth,
  .header-left {
    width: 100% !important;
  }

  .header-left div {
    width: 100%;
  }

  .maintitle img {
    display: block;
    z-index: 0;
    width: 100%;
    height: 60px !important;
  }

  .maintitle h1 {
    width: 100%;
    position: absolute;
    font-size: 15px !important;
  }

  #form input,
  #form button {
    width: 80%;
  }
}

@media only screen and (max-width: 530px) {
  .status-div {
    width: 314px !important;
  }

  .form-sticky button {
    font-size: 13px;
  }

  .form-sticky input {
    font-size: 13px;
    padding: 6px;
  }

  .main-rigth {
    width: 100% !important;
  }

  .main-left {
    width: 100% !important;
  }

  main {
    gap: 50px;
  }

  .main-rigth div h1 {
    font-size: 25px !important;
    text-align: center;
    width: 100%;
  }

  .main-card img {
    border-radius: 15px;
  }

  .main-card-text h2 {
    font-size: 18px !important;
  }

  .main-card-text ul li {
    margin: 20px 4px !important;
    font-size: 12px !important;
  }

  .main-left div h1 {
    font-size: 25px !important;
    text-align: center;
    width: 100%;
  }
}