@font-face {
  font-family: 'IRAN SANS';
  src: url('../font/IRAN SANS.TTF') format("truetype");
}
@font-face {
  font-family: "MTNIrancell-Regular";
  src: url("../font/MTNIrancell-Regular.eot?#iefix");
  src: url("../font/MTNIrancell-Regular.eot?#iefix") format("eot"), url("../font/MTNIrancell-Regular.woff") format("woff"), url("../font/MTNIrancell-Regular.woff2") format("woff2"), url("../font/MTNIrancell-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MTNIrancell-Bold";
  src: url("../font/MTNIrancell-Bold.eot?#iefix");
  src: url("../font/MTNIrancell-Bold.eot?#iefix") format("eot"), url("../font/MTNIrancell-Bold.woff") format("woff"), url("./assets/fonts/MTNIrancell-Bold.woff2") format("woff2"), url("./assets/fonts/MTNIrancell-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html body {
  position: relative;
  min-height: 100%;
  font-family: "MTNIrancell-Regular";
  font-size: 16px;
  color: #505050;
  margin: 0;
}
html:focus,
body:focus,
*:focus {
  outline: unset;
}
* {
  box-sizing: border-box;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
html body button {
  cursor: pointer;
}
html body a {
  color: #505050;
}
html body a:hover {
  text-decoration: none;
  color: #505050;
}
::-webkit-scrollbar {
  width: 7.5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 15px;
}
::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}
.english {
  font-family: 'Lato-Regular' !important;
  font-size: 14px !important;
  vertical-align: -2px;
}
.persian {
  font-family: "MTNIrancell-Regular" !important;
  font-size: 20px !important;
}
.excl-container {
  width: 90%;
  margin: 0 auto;
}
.main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main-box-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main-box-right>div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
}
.main .main-box-right .mbr-btns {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main .main-box-right .mbr-btns a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 1px solid #fc0;
  background-color: #fc0;
  color: #202020;
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
  font-family: "MTNIrancell-Bold";

}
.main .main-box-right .mbr-btns a:last-child {
  background-color: white;
}
.main .main-box-right .mbr-btns a:hover {
  background-color: #ffc143;
  transition: .3s;
}
.main .main-box-right img {
  width: 230px;
  margin-bottom: 100px;
}
.main .main-box-left {
  /* width: 600px; */
  /* height: 944px; */
  width: 50%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.main .main-box-left .slider-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  /* background-color: #fc0; */
  overflow: hidden;
}
.main .main-box-left .slider-box li {
  display: none;
  list-style: none;
  width: 100%;
  height: 100%;
}
.main .main-box-left .slider-box li.active {
  display: block;
}
.main .main-box-left .slider-box li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.main .main-box-left .slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.main .main-box-left .slider-dots .slider-bots-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.main .main-box-left .slider-dots .slider-bots-box button {
  width: 65px;
  height: 8px;
  border-radius: 3px;
  background-color: white;
  margin: 0 5px;
  border: unset;
  transition: .3s;
  opacity: .5;
}
.main .main-box-left .slider-dots .slider-bots-box button.active {
  background-color: #FFF;
  opacity: 1;
}
.main .main-box-left .slider-dots .slider-bots-box button:hover {
  width: 80px;
  transition: .3s;
  opacity: 0.7;
}
@keyframes slider {
  from {
    opacity: .2;
    transform: scale(.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.d-none {
  display: none;
}
@media (max-width : 1366px) {
  .main .main-box-left {
    width: 50%;
  }
  .main .main-box-right {
    width: 50%;
  }
}
@media (max-width : 768px) {
  .main {
    height: 100%;
    flex-direction: column;
  }
  .main .main-box-left {
    width: 100%;
  }
  .main .main-box-right {
    padding-top: 80px;
    width: 100%;
  }
  .main .main-box-right img {
    display: none;
  }
  .main .main-box-left .slider-dots .slider-bots-box button {
    width: 32px;
  }
  .main .main-box-left .slider-dots .slider-bots-box button:hover{
    width: 45px;
  }
}
@media (max-width : 576px) {
  .main .main-box-right .mbr-btns a{
    font-size: 16px;
  }
}
@media (max-width : 375px) {
  .main .main-box-right{
    padding-top: 35px;
  }
}
@media (max-width : 320px) {
  .main .main-box-right .mbr-btns{
    width: 100%;
  }
  .main .main-box-right .mbr-btns a{
    width: 90%;
  }
}