.submit-button {
  background-color: #84ee7b;
  border: 1px solid #73d36a;
}

@font-face {
  font-family: iransans;
  src: url("../fonts/iransans.woff");
}
@font-face {
  font-family: iransans_bold;
  src: url("../fonts/iransans_bold.woff2");
}
* {
  font-family: iransans;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.6rem !important;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  h3 {
    font-size: 1.4rem !important;
  }

  h4 {
    font-size: 1.3rem !important;
  }

  h5 {
    font-size: 1.2rem !important;
  }

  h6 {
    font-size: 1.1rem !important;
  }
}
.bold {
  font-family: iransans_bold;
}

/* site navigation */
@media (min-width: 992px) {
  #site-navigation #site-navigation-logo img {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #site-navigation #site-navigation-logo img {
    width: 30%;
  }
}
@media (max-width: 768px) {
  #site-navigation #site-navigation-logo img {
    width: 80%;
  }
}
#site-navigation #site-navigation-button img {
  width: 20px;
  height: auto;
}
@media (max-width: 992px) {
  #site-navigation #site-navigation-menu {
    border-top: 1px solid #a6e6ff;
  }
}
@media (max-width: 768px) {
  #site-navigation #site-navigation-menu {
    border-top: 1px solid #a6e6ff;
  }
}
#site-navigation a {
  color: black;
  text-decoration: none;
}
#site-navigation a:hover {
  border-right: 2px solid #a6e6ff;
}
@media (min-width: 992px) {
  #site-navigation a:hover {
    cursor: pointer;
    border-bottom: 3px solid #a6e6ff;
    border-right: none;
  }
}
@media (max-width: 768px) {
  #site-navigation a:hover {
    padding-right: 5px;
  }
}
@media (max-width: 992px) {
  #site-navigation a:hover {
    padding-right: 5px;
  }
}

/* site header*/
@media (min-width: 992px) {
  #site-header #site-header-text {
    position: absolute;
    top: 45%;
    right: 5%;
  }
}
@media (max-width: 992px) {
  #site-header #site-header-text {
    position: relative;
    background-color: #f4f4f4;
  }
}
@media (max-width: 768px) {
  #site-header #site-header-text {
    position: relative;
    background-color: #f4f4f4;
  }
}
@media (min-width: 992px) {
  #site-header #site-header-text h1 {
    font-size: 1.5rem !important;
    font-family: iransans_bold;
  }
}
@media (max-width: 768px) {
  #site-header #site-header-text h1 {
    font-size: 1rem !important;
    font-family: iransans_bold;
  }
}
@media (max-width: 992px) {
  #site-header #site-header-text h1 {
    font-size: 1rem !important;
    font-family: iransans_bold;
  }
}
#site-header #site-header-text button {
  background-color: black;
}
@media (min-width: 992px) {
  #site-header #site-header-text button {
    font-size: 1.3rem;
  }
}

/* box1 */
div.box1 {
  position: relative;
}
div.box1 div.text {
  direction: rtl;
  text-align: right;
  width: max-content;
  display: inline-block;
  vertical-align: middle;
}
div.box1 div.description {
  width: max-content;
}
div.box1 div.heading {
  font-family: iransans_bold;
}
div.box1 div.icon {
  display: inline-block;
  width: auto;
}
div.box1 div.icon img {
  width: 40px;
  height: auto;
}
@media (min-width: 992px) {
  div.box1 div.holder {
    text-align: center;
  }
}
@media (max-width: 768px) {
  div.box1 div.holder {
    text-align: right;
  }
}

div.box-hvb {
  background-color: #a6e6ff;
  font-family: iransans_bold;
}
div.box-hvb h2 {
  font-family: iransans_bold;
}
@media (min-width: 992px) {
  div.box-hvb h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  div.box-hvb h2 {
    font-size: 1.2rem !important;
  }
}

/* this is for div.box-hcv */
div.box-hcv img {
  width: 40px;
}
div.box-hcv h2 {
  font-family: iransans_bold;
  font-size: 1rem !important;
}

/* this is for div.box-hsv */
div.box-hsv {
  background-color: #fcfcfc;
}
div.box-hsv h2 {
  font-size: 1rem !important;
  font-family: iransans_bold;
}
div.box-hsv h3 {
  font-size: 1rem !important;
  font-family: iransans_bold;
}
div.box-hsv img {
  width: 43px;
  height: auto;
}
div.box-hsv button {
  background-color: black;
}
div.box-hsv input[type=submit] {
  background-color: #20ffb4;
}

/* this is for div.box-hbs */
div.box-hbs {
  background-color: #fcfcfc;
}
div.box-hbs h2, div.box-hbs h3 {
  font-family: iransans_bold;
}
@media (min-width: 992px) {
  div.box-hbs h2 {
    font-size: 1.5rem !important;
  }
  div.box-hbs h3 {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  div.box-hbs h2 {
    font-size: 1.2rem !important;
  }
  div.box-hbs h3 {
    font-size: 1rem !important;
  }
}
div.box-hbs input[type=submit] {
  background-color: #20ffb4;
  color: black;
}

/* this is for the footer */
div#footer {
  background-color: #fafafa;
}
div#footer h2 {
  font-size: 1.1rem !important;
  font-family: iransans_bold;
}
div#footer h3 {
  font-size: 1rem !important;
}
div#footer img {
  height: 25px;
  width: auto;
}
div#footer button#go-to-ticket {
  background-color: #20ffb4;
}
div#footer a {
  color: black;
}

/* this is for the div#copyright */
div#copyright {
  background-color: #a6e6ff;
}

/*# sourceMappingURL=site-style.css.map */
