*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all 0.2s linear;
}
body{
    height: 100svh;
    overflow: hidden;
    background-image: linear-gradient(#d0e5f8,#7ca1c5);

}
.listw a{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal !important;
}
.sliderbg{
	position: absolute;
    left: 0;
    width: 100%;
    top:0;
    min-height: 100svh;
	background-color: #333;
	display: none;
}
.sliderbg .slide.active {
	display: block;
	/* width: 100%; */
	/* height: 100%; */
	background-size: cover;
	flex: 1;
}
.slide-1{
	background-image: url('/web/20250625150132im_/https://www.mirasbushehr.ir/img/img-3.jpg');
}
.slide-2{
	background-image: url('/web/20250625150132im_/https://www.mirasbushehr.ir/img/img-2.jpg');
}
.slide-3{
	background-image: url('/web/20250625150132im_/https://www.mirasbushehr.ir/img/img1.jpg');
}
.slide-4{
	background-image: url('/web/20250625150132im_/https://www.mirasbushehr.ir/img/img4.jpg');
} 
.massoo2 a{
	display: block;
}
.massoo2 img{
	width: 100%;
}
.mainbg{

    position: absolute;
    left: 0;
    width: 100%;
    top:0;
    min-height: 100svh;
	opacity: 0.5;

}

.mainbg.hv{

    filter: blur(2px);

}
img.title {
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	width: 300px;
	z-index: 1000;
}
img.logo{
    position: absolute;
    right: 10%;
    top: 50px;
    z-index: 1000;
}
img.logoSal{
    position: absolute;
    left: 10%;
    top: 50px;
    height: 70px;
    z-index: 1000;
}
img.rays{
    position: absolute;
    left: 0%;
    bottom: 0px;
    z-index: 1000;
    opacity: 0.5;
    display: none;
}
img.eleman{
    position: absolute;
    right: 10%;
    bottom: 0px;
    z-index: 1000;
}
.btns {
	position: absolute;
	right: calc(10% + 250px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	bottom: 100px;
	z-index: 900;
	width: 200px;
	align-items: flex-end;
}
.btns a{
    display: block;
    
}
a.btn:hover img{
    padding-right: 10px
}
.cloud {
	position: absolute;
	z-index: 500;
	animation: cloudsAnim linear 200s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}
@keyframes cloudsAnim {
    to{
        right:calc(200% )
    }
}
.cl1{
    right: -276px;
    top:55px
}
.cl2{
    right: -976px;
    top:25px
}
.platformsw {
	position: absolute;
	left: 10%;
	bottom: 0;
	z-index: 1000;
    animation-name: comeUp;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 0;

}
.platformsw a {
	display: block;
	float: left;
	position: relative;
	width: 125px;
	height: 155px;
	/* padding: 0 5px; */
	margin-right: 5px;
}
.platformsw a img {
	bottom: 0;
	position: absolute;
	width: 125px;
	left: 50%;
	transform: translateX(-50%);
}
@keyframes comeUp {
    from{
        bottom: -150px;
    }
    to{
        bottom: 0;
    }
}
.platforms a {
	margin-right: 10px;
	display: block;
	position: relative;
	width: 120px;
	height: 150px;
	top: 15px;
}
.ss {
	top: 10px !important;
	left: 10px;
}
.platforms a:hover {
	top: 5px !important;
}
.ss:hover {
	top: 0px !important;
}

.platformsw{
    display: none !important;
}
.listw {
	position: absolute;
	z-index: 1000;
	left: 100px;
	bottom: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	width: 380px;
}.listw img {
	width: 185px;
}

.listw a span {
	display: block;
	position: absolute;
	z-index: 500;
	left: 52%;
	top: 50%;
	transform: translate(-30%,-50%);
	color: #333;
	font-family: tahoma;
	right: -23px;
}
.listw a {
	display: block;
	position: relative;
}
.masoolin {
	position: absolute;
	bottom: 200px;
	left: 100px;
	display: flex;
	gap: 5px;
}
.masoolin a {
	flex: 1;
	background-color: #ffffff80;
	border-radius: 10px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.masoolin a:hover {

	background-color: #ffffff;

}
.masoolin img {
	height: 100px;
}
@media only screen and (max-width: 600px) {
	img.eleman {
		position: absolute;
		right: 0;
		bottom: 0px;
		z-index: 10000;
		width: auto;
		height: 220px;
	}
	.btns {
		position: absolute;
		right: calc(10% + 88px);
		display: flex;
		flex-direction: column;
		gap: 10px;
		bottom: 49px;
		z-index: 1001;
	}

	.title {
		background-color: #eee;
		padding: 10px;
		border-radius: 0px;
		width: 50% !important;
		height: 124px;
	}
	img.logoSal {
		position: absolute;
		left: 0px;
		top: 30px;
		height: auto;
		z-index: 1000;
		width: 29%;
		border-radius: 0;
		padding: 10px;
		background-color: #eee;
		box-shadow: none;
		height: 124px;
		z-index: 10;
		padding: 20px;
		object-fit: contain;
	}

	img.logo {
		position: absolute;
		right: 0px;
		top: 30px;
		height: auto;
		z-index: 1000;
		width: 29%;
		background-color: #eee;
		box-shadow: 0px 5px 3px #00000050;

		box-shadow: none;
		padding: 20px;
		height: 124px;
		object-fit: contain;
		z-index: 10;
	}
	.masoolin {
		position: absolute;
		bottom: auto;
		left: 0;
		display: flex;
		gap: 5px;
		top: 200px;
		padding: 20px;
		flex-wrap: wrap;
		direction: rtl;

	}
	.masoolin :not( a:last-child){
		order:2
	}
	.masoolin a:last-child{
		order:1
	}
	.slide.active {
		animation-name: mobbg;
		animation-duration: 50s;
		animation-timing-function:linear;
		animation-delay: 0s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;

	}
	.listw {
		position: absolute;
		z-index: 1000;
		left: 0;
		bottom: auto;
		display: flex;
		gap: 0;
		flex-wrap: nowrap;
		width: 100%;
		top: 459px;
		padding: 15px;
		overflow-x: scroll;
		direction: rtl;
	}
  }
  @keyframes mobbg {
	from {
		background-position: right top;
	}
	to{
		background-position: left top;
	}
  }
