
@font-face{font-family:helveticaneue;src:url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.eot);src:url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.eot?#iefix) format("embedded-opentype"),url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.woff) format("woff"),url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.ttf) format("truetype"),url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.svg#HelveticaNeueLTArabic55Roman) format("svg");font-weight:400;font-style:normal}@font-face{font-family:helveticaneuebold;src:url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.eot);src:url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.eot?#iefix) format("embedded-opentype"),url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.woff) format("woff"),url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.ttf) format("truetype"),url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.svg#HelveticaNeueLTArabic55Roman) format("svg");font-weight:700}

:root {
    --primaryColor: #e84c7c;
    --grayNavbarBg: #4a4a4a;
}

* {
    font-family: 'helveticaneue';
} 

a {
    text-decoration: none !important;
}
body{
	direction:rtl;
}
section{
	margin:1.5rem 0;
}
.header-navbar {
    background-color: var(--grayNavbarBg);
    width: 100vw !important;
    max-width: 100vw !important;
    width: 99vw !important;
}
.input-group>.form-floating:not(:first-child)>.form-control, .input-group>.form-floating:not(:first-child)>.form-select, .input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
	border-top-right-radius: 0.375rem!important;
    border-bottom-right-radius: 0.375rem!important;
	border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
	border-top-right-radius: 0.375rem!important;
    border-bottom-right-radius: 0.375rem!important;
	border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-toggle::after{
	position: relative;
    top: 3px;
    right: 0.3rem;
}
.list-group{
	margin-bottom:1rem!important;
}
.list-group .list-group-item h5{
	padding:0.5rem 0 1rem;
}
.list-group .list-group-item h6{
	padding:0.5rem 0 0;
	font-weight:700;
}
.list-group-item{
	border-bottom: 1px solid!important;
}
.list-group-item:first-child{
	padding:0!important;
}
.list-group,.list-group-item{
	background: none!important;
	border-left: none!important;
	border-right: none!important;
    padding: 0.5rem 0!important;
    border-radius: 0!important;
}
.d-flex {
    gap: 30px;
}
.offcanvas-body ul li.nav-item>a{font-weight:700;}
.offcanvas-body ul li.nav-item{
	border-bottom:1px solid #eee;
}
.nav-item:hover {
    background-color: var(--primaryColor);
}

.navbar-toggler {
    display: none;
}

.navbar-toggler-icon {
}

.main .container-fluid {
    background-color: #f1f1f1;
}
.sp-thumbnails-container{
	direction:rtl!important;
}
.text-bold,.fw-bold{
	font-family: 'helveticaneuebold';
}
.follow-us * {
    color: black;
}
.pagination_div .pagination{
	justify-content:center;
	padding-right:0;
}
.pagination_div{
	margin-top:1rem;
}
.page-item:first-child .page-link{
	border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link{
	border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.info-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 2rem 1rem 0.5rem;
    color: #fff;
    background: linear-gradient(360deg, rgba(0,0,0,0.9) 16%, rgba(255,255,255,0) 100%);
	text-align:center;
	transition:all 0.3s;
}
.info-img:hover .info-text{
	padding: 8rem 1rem 5.5rem;
}

.info-img {
    position: relative;
	max-height: 230px;
    overflow: hidden;

}
.active>.page-link, .page-link.active{
	background:var(--primaryColor);
	border-color:var(--primaryColor);
}
.page-link{
	padding-bottom: 2px;
	color:var(--primaryColor);
}
.follow-us *:hover {
    color: var(--primaryColor);
}

.nohover {
    color: black !important;
}

.section-title h1{
	font-size:2rem;
}
.section-title h1 a{
	font-family:'helveticaneuebold';
	color: var(--primaryColor);
}
.section-title a{
    
}
main .release-title{
    max-height: 62px;
	overflow:hidden;
}
.release-title{
	margin-top:0.5rem;
	line-height: 1.3;
	color:black;
}
.rotate-hover figure {
    margin: 0;
    overflow: hidden;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--primaryColor);
    height: 150px;
}

.rotate-hover figure img {
    transition: all 0.3s;
    box-sizing: border-box;
    min-height: 100%;
    max-width: 100%;
}
.rotate-hover:hover img {
    transform: scale(1.3) rotate(5deg);
    opacity: .6;
}
.release-date {
	display:block;
	margin-bottom:0.5rem;
    font-size: 80%;
    color: gray;
}

.releases-links .col>a>div {
    border-bottom: 1px #80808066 solid;
}
.footer1 {
    background-color: #cccccc;
}

.footer2 {
    background-color: #eeeeee;
}
.site-footer {
    background-color: #ccc;
    padding: 30px 0 0 0;
    box-shadow: inset 0 2px 2px rgb(0 0 0 / 7%);
}

footer .widget {
    margin-bottom: 17px;
}

.widget {
    margin-bottom: 40px;
}

.widget a {
    text-decoration: none;
}
#navbarNavDropdown .navbar-nav .nav-link{
	color:#fff;
	padding-bottom: 4px;
}
.subemtitle {
    font-family:'helveticaneuebold';
    font-size: 15px;
    border-bottom: 0;
    margin-bottom: 5px;
    background: none;
    padding-right: 0;
}

.newsletter:hover {
    color: var(--primaryColor) !important;
} 
 
.form-control {
}
.breadcrumb {
	padding: 0.5rem;
    background: #f5f5f5;
    margin-top: 0.5rem;
}
.internal-page .title h2{
	clear:both;
	margin-top:1rem;
}
.internal-page .social_share_div{
	float:left;
}
.breadcrumb a{
	color:#000;
}

/*
.btn {
    border-width: 0;
    text-shadow: -1px -1px 1px rgb(0 0 0 / 18%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
*/
.searchArea input{
	text-align:right;
}
.searchArea{
	position: absolute;
    z-index: 999;
    left: 0;
    min-width: 15vw;
	padding: 5px;
    background: #4a4a4a;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	display:none;
}
.subscribe-btn:hover {
    background-color: #666 !important;
} 
.header-ad{
	padding: 0.5rem;
    text-align: center;
}
.site-footer-bottom {
    background-color: #eee;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
}
.site-footer-bottom .social-icons {
    text-align: right;
}
.site-footer-bottom .social-icons a {
    width: 30px !important;
    font-size: 15px !important;
    line-height: 30px !important;
    height: 30px !important;
}

.site-footer-bottom .social-icons a {
    background: #666;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 8px;
    text-decoration: none;
}

.site-footer-bottom .social-icons a:hover {
    background: var(--primaryColor); 
}

.copyrights-col-right a:hover {
    color: var(--primaryColor) !important;
}

.card-text{
	margin-top:0.5rem;
}
.btn svg{
	position: relative;
    top: 3px;
}
#button-addon1,#button-addon2{
	border-top-left-radius: 0.375rem!important;
    border-bottom-left-radius: 0.375rem!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.social-icons a {
    margin: 0 8px;
    text-decoration: none;
}

.social-icons svg{
	padding-top:7px;
}
.social-icons i {
    color: white;
}

.footer_menus .col-xs-3 {
    padding: 0;
}

.site-footer-bottom h3,
.site-footer-bottom a {
    margin: 0 0 15px 0;
    line-height: 1.5em;
    font-family:'helveticaneuebold';
	color:black;
}
.section-title h1 img{
	height:30px;
}
.site-footer-bottom ul {
    list-style: none;
}

.site-footer-bottom li {
    display: inline;
}

.site-footer a>img {
    vertical-align: middle;
}

/* slider */
.sp-slides-container, .sp-slide, .sp-image-container, .sp-mask {
    width: 100% !important;
    height: 400px !important;
}

#example5 {
    padding-right: 0 !important;
    position: relative;
	float:right;
}

.sp-thumbnails-container, .sp-thumbnails {
    height: 400px !important;
    width: 530px !important;
} 

.sp-thumbnail-container {
    width: 100% !important;
    height: 128px !important;
}

#example5 .sp-thumbnail-text {
    width: 307px !important;
	text-align:right;
	width: 70% !important;
}
.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container{
	margin-bottom:5px!important;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{
	width:100%;
	right: 0!important;
}
.sp-thumbnail-image-container {
    height: 133px !important;
    width: 30% !important;
	float:right!important;
	border-radius: 10px;
}
 
.sp-thumbnail-container {
    float: right !important;
}
#example5 .sp-thumbnail-description{
	font-size:13px!important;
	line-height: 1.2;
}
.sp-thumbnail-title {
    font-family:'helveticaneuebold';
}

.sp-selected-thumbnail .sp-thumbnail-title {
    color: var(--primaryColor) !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-left: 5px solid var(--primaryColor) !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-right: 13px solid var(--primaryColor) !important;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{
	display:none;
}
#example5 img {
    border-radius: 7px;
}

.sp-caption-container {
    position: absolute; 
    bottom: 55px; 
    right: 0;
    left: 0;
    width: 90%;  
    /* height: 100px;  */
    background-color: #4a4a4ab3;
    color: white;
    padding: 10px;
	margin:auto;
}
.navbar-nav .dropdown-menu .dropdown-item{
	padding: 0.5rem;
}
.navbar-nav .dropdown-menu li{
	border-bottom:1px solid #eee;
}
.navbar-nav .dropdown-menu{
	text-align: right;
    right: 0;
    border-radius: 0;
	padding: 0;
}

@media only screen and (max-width: 1200px) {
	.d-flex{
		gap:5px;
	}
}
@media only screen and (max-width: 991px) {
	.info-img {
		margin-bottom:1rem;
	}
	.searchArea{
		border-radius:5px;
		padding:3px;
		margin-top: 1rem;
	}
    .navbar-toggler {
        display: block;
    }
	#example5{
		margin-bottom:1rem;
		padding-left:0!important;
	}
	.sp-thumbnails-container,.sp-thumbnails-container,.sp-slides-container{
		width:50%!important;
		float:right;
	}
	.sp-thumbnails{
		width:90%!important;
	}
	.sp-left-thumbnails, .sp-right-thumbnails{position:relative!important}
	#example5{max-width:100%!important;float:right}
	.sp-thumbnail-container{border-bottom:1px solid #ccc}
	
	
}

@media only screen and (max-width: 767px) {
    #navbarDropdown .dropdown-item{
        padding:6px 0;
    }
	.middleAds>.col-12{
		margin-bottom:0.5rem;
	}
	.firstSecMobImg{
		max-height:250px;
		overflow:hidden;
	}
	.left_ads .col-12{
		margin-bottom:0.5rem;
	}
	.follow-us{
		padding-top:1rem;
	}
	.container.py-3{
		padding-top:0!important;
	}
	.rotate-hover figure{
		background-size:cover;
		background-position:center;
		height: 130px;
	}
	.rotate-hover figure img{
		max-width: inherit;
		height: 100%;
		 width: auto; 
		min-height: 100%;
	}
	.cat-sec .col-4.col-md-12{
		padding-left:0;
	}
    .releases-links .col>a>div {
        border: 0;
    }
	#example5 .sp-thumbnail-text{width:100%!important}
	.sp-thumbnail-image-container{display:none;}
}
@media (max-width: 500px){
	#example5 .sp-thumbnail-title {
		font-size: 16px!important;
	}
}