.intro-modal,
.intro-modal .slider,
.intro-modal .slider-slides,
.intro-modal .slider-slide {
	height: 100%;
	width: 100%;
}

.intro-footer {
    position: fixed;
    bottom: 32px;
    direction: ltr;
    z-index: 999;
    padding: 0 15px;
}

.intro-header {
    position: fixed;
    bottom: 41px;
    direction: ltr;
    z-index: 999999;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
}

.intro-slides .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	text-align: center;
}

.intro-slides.full img,
.intro-slides.full video {
	width: 100%;
	height: 100%;
}

.intro-slides.full video {
	object-fit: fill;
}

.intro-slides .intro-text-section,
.intro-slides.half,
.intro-slides.half .intro-text-section h4 {
	text-align: center;
}

.intro-slides.half .intro-text-section {
	padding: 0px 25px;
	color: white;
	height: max-content;
    max-height: 37%;
}

.intro-slides.half img,
.intro-slides.half video {
	height: auto;
	max-height: 48%;
	max-width: 100%;
	margin-top: 16%;
}

.intro-slides.half video {
	margin-top: 6%;
}

.intro-slides.full .intro-text-section {
	position: absolute;
    top: 39%;
    right: 25px;
    left: 25px;
    color: white;
    height: max-content;
    max-height: 50%;
}

.intro-slides.full .intro-text-section h4 ,
.intro-slides.half .intro-text-section h4 {
	color: white;
}

.intro-slides.half .intro-text-section title {
	font-weight: bold;
}

.intro-footer .move-button {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    background-color: rgb(255 255 255 / 50%);
    box-shadow: -2px 1px 5px rgb(134 134 134 / 52%);
}

.intro-footer  .move-button.back {
	color: #b7b7b7;
	box-shadow: 2px 1px 5px rgb(134 134 134 / 52%);
}

.intro-footer  .move-button.start {
	color: white;
    background-color: #2ecc71;
}

.intro-header .move-button.skip {
    border: none;
    font-weight: bold;
    background-color: transparent;
    color: #808080;
    padding: 6px 16px;
    font-size: 13px;
    font-family: 'IRANSans';
}

.modal.intro-slider-widget.intro-modal {
    position: absolute;
    top: 0;
    right: 0;
}

.intro-slider-widget .swiper-container-horizontal > .swiper-pagination {
    direction: ltr;
}

@media only screen and (min-width: 992px) {
	.modal.intro-slider-widget.intro-modal ion-slides{
		max-width: 500px;
		margin: 0 auto;
	}
}