@font-face {
  font-family: "iransansxv";
  src: url("../fonts/IRANSansXV.woff") format("woff-variations"), /* will be the standard and works in Safari now */ url("../fonts/IRANSansXV.woff") format("woff");
  /* for the other supporting browsers */
  font-weight: 100 1000;
  font-display: fallback;
}
@font-face {
  font-family: iransansx;
  src: url("../fonts/IRANSansX-Regular.woff") format("woff");
}
@font-face {
  font-family: iransansx;
  src: url("../fonts/IRANSansX-Bold.woff") format("woff");
  font-weight: 700;
}
img {
  max-width: 100%;
}
body {
  direction: rtl;
  font-family: iransansx, tahoma;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: "iransansxv", tahoma;
  }
  .custom-input {
    font-family: "iransansxv", tahoma;
  }
}
.fa-number {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}
.av-font {
  font-family: "iransansxv", tahoma;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.top-header {
  background-image: url(../images/pattern.png);
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 15px 0;
}
.top-header .av-icon {
  animation: tilt-shaking 0.5s linear infinite;
  margin-left: 15px;
}
.top-header .av-icon img {
  min-width: 90px;
}
.top-header .holder-btn {
  display: flex;
}
.top-header .av-btn {
  background-color: #DD4D42;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: "iransansxv", tahoma;
  width: 100%;
  border-radius: 1.5rem;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  min-width: 310px;
  text-align: center;
  justify-content: center;
}
.top-header .av-btn svg {
  max-width: 30px;
  margin-left: 5px;
}
.top-header .av-btn:hover {
  background-color: #0b9060;
}
.av-box {
  min-height: calc(100vh - 115px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-box {
  background: linear-gradient(90deg, #DD4D42 0%, #D9171F 100%);
}
.left-box {
  background: linear-gradient(90deg, #005A99 0%, #0296C9 100%);
}
.av-form {
  width: 80%;
  background-color: #A68E8E61;
  border-radius: 30px;
  position: relative;
}
.av-form .av-title {
  font-size: 25px;
  font-weight: 900;
  color: #20377A;
  background-color: #fff;
  padding: 15px;
  border-radius: 30px 30px 0px 0px;
  text-align: center;
}
.av-form .av-inputs {
  padding: 30px;
}
.av-form .form-group {
  margin-bottom: 15px;
}
.av-form .form-control {
  direction: rtl;
  height: 50px;
  line-height: 50px;
  padding: 5px 30px;
  border: 1px solid #20377A;
  border-radius: 1.5rem;
  font-size: 1rem;
  color: #20377A;
  width: 100%;
  font-size: 14px;
  outline: 0;
  font-family: "iransansxv", tahoma;
}
.av-form .form-control::placeholder {
  color: #20377A;
}
.av-form .av-select {
  cursor: pointer;
}
.av-form .av-btn {
  background-color: #0a875a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: "iransansxv", tahoma;
  width: 100%;
  border-radius: 1.5rem;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
}
.av-form .av-btn:hover {
  background-color: #0b9060;
}
.av-form .av-ajax-msg {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  background-color: #20377aad;
  border-radius: 30px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.holder-content .av-msg {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.27);
  font-weight: 900;
}
.holder-content .av-msg span {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
}
.holder-content .av-txt {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 30px 0;
  font-size: 25px;
}
.holder-content .img-holder img {
  width: 100%;
}
.brand-holder {
  text-align: center;
  margin-top: 30px;
}
.img-size {
  text-align: center;
}
.img-size img {
  width: 80% !important;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*responsive*/
@media only screen and (max-width: 768px) {
  .top-header .holder-btn {
    flex-direction: column;
  }
  .top-header .holder-btn a {
    margin-bottom: 15px;
  }
  .av-box {
    min-height: auto;
    padding: 50px 0;
  }
  .left-box {
    padding: 15px !important;
  }
  .brand-holder {
    text-align: center;
  }
  .top-header {
    flex-direction: column;
    text-align: center;
  }
}
