*{
	font-family: 'KalamehWebFaNum', serif;
	font-weight: normal;
}
html{
	direction: rtl;
	text-align: right;
}
body{
	background: linear-gradient(to bottom, #1E3530 0%, #1C302D 10%, rgba(26, 43, 40) 25%, #192c29 30%);
	font-family: 'KalamehWebFaNum', serif;
	font-weight: normal;
}
.wrapper{
	height: 100vh;
	width: 100%;
}

.menu-top {
	position: fixed;
	width: 100%;
	background: #0000004f;
	height: 75px;
	top: 0;
}

.white-circle-x1 span {
	display: table-cell;
	vertical-align: middle;
}
.countdown-list li {
	float: left;
	padding: 5px;
	list-style: none
}
.video-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-logo{
	text-align: right;
}
.logo{
	position: relative;
	top: -2px;
}
.btn-download{
	background: linear-gradient(98.4deg, rgba(255, 255, 255, 0.2) 24.25%, rgba(0, 0, 0, 0) 75.75%);
	position: relative;
	top: 16px;
}
.gallery-thumbs {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0000004f;
	padding: 10px 0;
	z-index: 999;
}

.gallery-thumbs img {
	height: 80px;
	opacity: 0.6;
	transition: 0.3s;
	border-radius: 6px;
}

.gallery-thumbs .swiper-slide-active img,
.gallery-thumbs .active-thumb img {
	opacity: 1;
	border: 2px solid #fff;
}

.swiper-slide {
	width: auto !important;
}
.modal-close-custom{
	margin: 0 !important;
	position: relative;
	left: 0;
	padding:0!important;
}
.modal{
	text-align: right !important;
}
.modal-body{
	text-align: right !important;
}
.btn-download-app{
	background-color: #00897B;
	border-color: #00897B;
	color: #fff;
	box-shadow: 25px 25px 200px 5px #00000059;
	font-weight: 600;
}
.text-par{
	font-size: 13px;
	font-weight: 500;
	margin-top: 1rem;
	line-height: 15px;
}
.gallery-thumbs .swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: 0.3s;
	cursor: pointer;
}
.swiper-slide img{
	cursor: pointer;
}

.gallery-thumbs img {
	transition: transform 0.35s ease, filter 0.35s ease;
	display: block;
}


.gallery-thumbs .swiper-slide:hover img,
.gallery-thumbs .swiper-slide:active img {
	transform: scale(1.1);
	filter: brightness(0.7);
}


.gallery-thumbs .swiper-slide::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	opacity: 0;
	font-size: 28px;
	color: #fff;
	transition: 0.3s;
	pointer-events: none;
}

.gallery-thumbs .swiper-slide:hover::after,
.gallery-thumbs .swiper-slide:active::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.gallery-thumbs .active-thumb {
	outline: 2px solid #fff;
	box-shadow: 0 0 10px rgba(255,255,255,0.6);
}
.thumb-title {
	position: absolute;
	bottom: 6px;
	left: 6px;
	right: 6px;
	background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
	color: #fff;
	font-size: 12px;
	padding: 6px;
	border-radius: 6px;
	opacity: 0;
	transform: translateY(6px);
	transition: .3s;
	pointer-events: none;
	text-align: center;
}

.swiper-slide:hover .thumb-title,
.swiper-slide:active .thumb-title,
.swiper-slide.active-thumb .thumb-title {
	opacity: 1;
	transform: translateY(0);
}
.wrapper-video{
	width: 100%;
	clear: bottom;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}
.wrapper-video h2{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #ffffff;
}

.wrapper-guid{
	width: 100%;
	clear: bottom;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	color: #ffffff;
}
.wrapper-guid p{
	color: #ffffff;
	line-height: 24px;
}
.wrapper-guid p strong{
	color: #1da1f2;
	padding:2px;
	text-decoration: underline;
}
.sub-par{
	margin-top: 20px;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.tl{
	text-align: left;
}



.wrapper-video video{
	width: 100%;
}
.mt-90{
	margin-top: 90px;
}
