@font-face {
  font-family: iransans;
  font-style: normal;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/iransans.ttf") format("truetype");
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: iransans, sans-serif;
}

input, button {
  outline: none !important;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

a:hover {
  color: #e83d5c !important;
}

.jstfy {
  text-align: justify;
}

.mouse {
  cursor: pointer;
}

.margin-1 {
  margin-top: 10% !important;
}

.margin-2 {
  margin-top: 26% !important;
  margin-bottom: 5%;
}

.marginlv-2 {
  margin-top: 350px !important;
  margin-bottom: 5%;
}

.margin-3 {
  margin-top: 15% !important;
  margin-bottom: 10% !important;
}

.marginlv-3 {
  margin-top: 200px !important;
  margin-bottom: 100px !important;
}

.margin-4 {
  margin-top: 5%;
}

.trns-s {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.trns-s:hover {
  -webkit-transform: scale(1.1, 1.2);
          transform: scale(1.1, 1.2);
}

.trns1 {
  -webkit-transform: rotate(-43deg) translate(-20%, 50%);
          transform: rotate(-43deg) translate(-20%, 50%);
}

.trns2 {
  -webkit-transform: translate(108%, -10%);
          transform: translate(108%, -10%);
}

.hgt1 {
  height: 400px;
}

.crs {
  cursor: pointer;
}

.scroll-manual {
  overflow-x: scroll !important;
}

.scroll-manual::-webkit-scrollbar {
  width: 5px;
}

.scroll-manual::-webkit-scrollbar-thumb {
  width: 5px;
}

.pos-f {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.885);
  z-index: 500;
}

.pos1 {
  position: absolute;
  left: 0;
  top: 0;
}

.pos2 {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 39%;
}

.pos3 {
  position: absolute;
  right: 0;
  top: -35%;
}

.pos4 {
  position: absolute;
  top: 0;
  left: 0;
}

.pos5 {
  position: absolute;
  top: 0;
  right: 0;
}

.pos6 {
  top: -30%;
}

.img {
  -webkit-filter: opacity(0.3);
          filter: opacity(0.3);
}

.img-2 {
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}

.z-in {
  z-index: 300;
}

.main-back {
  background-color: #070707;
}

.back1 {
  background-color: rgba(185, 35, 62, 0.127);
}

.back3 {
  background-color: rgba(26, 31, 36, 0.838);
}

.back4 {
  background-color: #141414;
}

.back5 {
  background-image: -webkit-gradient(linear, left top, right top, from(#761325), to(#c4213e));
  background-image: linear-gradient(to right, #761325, #c4213e);
}

.back6 {
  background-color: #0f0f11;
}

.back7 {
  background-color: inherit;
}

.back8 {
  background-image: -webkit-gradient(linear, left top, right top, from(#e83d5c), to(#c4213e));
  background-image: linear-gradient(to right, #e83d5c, #c4213e);
}

.back-f {
  background-color: #0f0f0f;
}

.back-f1 {
  background-color: inherit;
}

.back-f2 {
  background-color: #2e2929;
}

.button-m {
  border: 1px solid #e83d5c;
  border-radius: 8px;
  background-color: #070707;
  color: #e83d5c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button-m:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e83d5c), to(#c4213e));
  background: linear-gradient(to right, #e83d5c, #c4213e);
  color: white;
  border: 1px solid rgba(255, 0, 0, 0);
}

.button-m:hover img {
  filter: brightness(0) invert(1);
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-28 {
  font-size: 28px;
}

.font-34 {
  font-size: 34px;
}

.text-c1 {
  color: #e83d5c;
}

.text-c2 {
  color: #909090;
}

.border1 {
  border: 1px solid rgba(232, 61, 92, 0.3);
}

.border2 {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.brd-3 {
  border: 1px solid rgba(0, 0, 255, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.brd-3:hover {
  border: 1px solid #c4213e;
}

.aside-menu-mobile {
  background: #141414;
  top: 0;
  right: -100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}

.sideActive {
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.swal2-styled {
  border-radius: 30px !important;
}
.swal2-styled.swal2-confirm {
  background: #5CA2FF;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(37, 37, 83, 0.11);
  z-index: 9999;
}
.swal2-popup, .swal2-popup.swal2-toast {
  border-radius: 20px !important;
  background: #121640;
  border: 1px solid #5CA2FF;
}

#preload {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}
.preload {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(37, 37, 83, 0.11);
  display: flex;
  justify-content: center;
  z-index: 9999999999;
}

header {
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.header {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1320px;
}
@media (min-width: 1400px) {

}

.lvbox-t1 {
  width: 180px;
}
.lvbox-t1-img-1 {
  width: 100%;
  padding-top: 24px;
}
.lvbox-t1-img-2 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.lvbox-t2 {
  width: 150px;
  margin-top: 70px;
}
.lvbox-t3 {
  width: 113px;
  margin-top: 116px;
  margin-left: -6px;
}
.lvbox-t1-img-text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}
.lvbox-t1-0 {
  position: relative;
}

@media screen and (min-width: 483px) {
  .justmob {
    display: none !important;
  }
}
@media screen and (max-width: 483px) {
  .font-12-2 {
    font-size: 12px;
  }
  .font-14 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 22px;
  }
  .font-28 {
    font-size: 18px;
  }
  .pos3 {
    position: absolute;
    right: 30%;
    top: -25%;
  }
  .marginlv-3 {
    margin-top: 35px !important;
  }
  .marginlv-2 {
    margin-top: 100px !important;
    margin-bottom: 5%;
  }
  .fxr1 {
    width: 100%;
    font-size: 15px;
    padding: 3px 10px !important;
  }
  .lvbox-t1 {
    width: 320px;
    display: flex;
  }
  .lvbox-t1-0 {
    width: 400px;
  }
  .lvbox-t1-img-text {
    font-size: 13px;
    width: 100%;
    margin: auto 0;
    padding: 24px 10px 10px 10px;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .lvbox-t2 {
    margin-top: unset;
    height: 120px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: -15px;
    margin-right: 15px;
  }
  .lvbox-t3 {
    margin-top: unset;
    height: 120px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: -15px;
    margin-right: -19px;
  }
  .lvbox-t1-img-text {
    text-align: center;
    font-weight: bold;
  }
  .justdesk {
    display: none !important;
  }
}
