@import url('/Content/font/fontiran.css');
@import url('/Content/css/navbar.css');


/* ------------------ swiper style -------------------------- */
.nav-menu li:hover {
	transition: all 0.5s;
	border-bottom: 1px solid #10439F !important;
}
.Festival {
    background-color: transparent !important;
    background: transparent !important;
  
  }
  
  .swiper {
    background-color: transparent !important;
    background: transparent !important;
  
  
  }
  
  .Festival .swiper-button-next,
  .Festival .swiper-button-prev {
    left: unset !important;
    right: unset !important;
    margin-right: 5px;
  }
  
  .Festival .swiper-button-next {
    margin-right: 35px;
  }
  
  .Festival .swiper-pagination {
    top: unset !important;
    bottom: 1px !important;
    opacity: 0.5;
  }
  
  .Festival .swiper-button-next,
  .Festival .swiper-button-prev {
    position: absolute;
    top: unset;
    bottom: 5%;
  
  }
  
  .swiper-rtl .swiper-button-next:after {
    content: unset !important;
  
  }
  
  
  
  .swiper-rtl .swiper-button-prev:after {
    content: unset !important;
  }
  
    /* -------------------------- end swiper style */



    /* ------------------------------------------  استایل های کره زمین  */

    
#back-link {
	position: fixed;
	top: 0;
	left: 0;
	/* background: #0d130e; */
	padding: 0.5em;
	font-size: 26px;
	z-index: 10000;
	border-right: 1px RGBA(255,255,255,0.5) solid;
	border-bottom: 1px RGBA(255,255,255,0.5) solid;
}
#back-link img {
	display: block;
	width: 4em;
	height: auto;
}

@media (max-width: 1199px) {
	#back-link {
		font-size: 20px;
	}
}
@media (max-width: 511px) {
	#back-link {
		font-size: 16px;
	}
}

#legal-footer-wrap {
	position: relative;
	height: 0;
	z-index: 10002;
	font-family: Arial, sans-serif;
}

#legal-footer {
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
}

#legal-footer a {
	text-decoration: none;
	color: inherit;
	padding: 0 0.5em;
	font-size: 10px;
}
/* ----------------------------- پایا استایل کره زمین */



/* ------------------- foter ---------------- */
.Social-Networks li a:hover{
    color: white !important;
    transition: all 0.5s;
}