@font-face {
  font-family: pinar;
  src: url("Fonts/Pinar.woff2")format("woff2");
}

body {
	direction: rtl;
	font-family: "pinar" !important;
	padding-top:25px;
	padding-bottom:50px;

}
.btn-gold {
	color:black;
	background:rgba(212,175,55,1);
	border:1px solid rgba(212,175,55,1);
}
.disabled{
	background:#bbb;
	border:1px solid #bbb;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.the-shadow {
	box-shadow: 5px 2px 10px rgba(0, 0, 0, .2);
}
.top {
	background-color: rgba(212,175,55,1);
	border-radius: 14px;
	color:black;
}
.gcard {
	border-radius: 14px;
	color:black;
}
.gtransfer {
	height:80px;
	border-radius: 14px;
	color:black;
	border:1px solid #ccc;
}
.mobile-tabs {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    will-change: transform;
    height: 60px;
    box-shadow: 5px 2px 30px rgba(0, 0, 0, .17);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(0.3em);
    backdrop-filter: blur(0.3em);
    padding: 5px 10px;
}
.alertbox	{
	will-change: transform;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .17);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
	margin:2px;
	display:inline-block;
	padding:0px;
	overflow:hidden;
	text-decoration:none;
	color:black;
}
.box {
    will-change: transform;
    height: 300px;
	width:170px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .17);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
	margin:2px;
	display:inline-block;
	padding:0px;
	overflow:hidden;
	text-decoration:none;
	color:black;
}
.box:hover{
	text-decoration:none;
	color:black;
}
.box:hover b{
	text-decoration:none;
	color:rgba(217,4,41,1);
}
.box img{
	width:180px;
	height:180px;
}

.box p{
	color:#ffb10b;
}
.box div{
	width:100%;
	height:50px;
	padding:5px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size:10pt;
	font-weight:bold;
}
.off{
	background:rgba(217, 4, 41, 1);
	color:white;
	padding:5px;
}
.offbox {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	border-radius:25px;
	height:335px;
	width:100%;
	overflow-y:hidden;
	white-space: nowrap;
	padding:15px;
	padding-left:20px;
}
.offbox::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.new{
	padding:5px;
}
.newbox {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	border-radius:25px;
	height:335px;
	width:100%;
	overflow-y:hidden;
	white-space: nowrap;
	padding:15px;
	padding-left:20px;
}
.newbox::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.fullbox	{
	min-width:100%;
	margin:0px;
	height: 100%;
	border-radius:0px;
	padding:0px;
	background:white;
	border:0px;
}
.offtitle{
	width:100px;
	height:25px;
	padding:5px;
	margin-top:10px;
	font-weight:bold;
	font-size:9pt;
	position:absolute;
	background:rgba(217, 4, 41, 1);
	color:white;
	border-top-left-radius:250px;
	border-bottom-left-radius:250px;

}
.category .catbox{
	font-size:9pt;
	color:#000;
	display:inline-block;
	width:80px;
	height:100px;
	margin:15px;
	text-decoration:none;
}
.category .catbox:hover{
	color:#000;
	text-decoration:none;
}
.category .catbox img{
	width:80px;
	height:80px;
}
.mobile-tabs-items {
	font-size:9pt;
	float:right;
	width:25%;
	height:55px;
	text-align:center;
	color:#54595F;
	transition: all 0.5s ease;
	cursor:pointer;
	text-decoration:none;
}
.mobile-tabs-items:hover {
	text-decoration:none;
	color:#54595F;
}
.tabs-icon {
	font-size:15pt;
	margin-top:5px;
}
.tabs-selected	{
	color:rgba(212,175,55,1);
}
.tabs-selected:hover	{
	color:rgba(212,175,55,1);
}
.swiper {
	  margin-top:16px;
      width: 100%;
      height:300px;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide div {
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:center center;
}
.toman	{
	font-size:8pt;
}
.btn-custom {
    color: #fff;
    background-color: rgba(217, 4, 41, 1);
    border-color: rgba(217, 4, 41, 1);
	width:170px;
	border-radius:14px;
}
.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}
.field-gold {
    border-radius:14px;
    padding:10px;
    border:1px solid #ccc;
}
.field-gold:focus {
    border:1px solid rgba(212,175,55,1);
    outline:rgba(212,175,55,1);
}