/*---------------
Fonts
------------*/


/* @import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;400;500;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@200;300;400;500;600&display=swap');

/*------------
CSS Global
------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.carousel-item{
    float: none !important;;
    width: 100% !important;
    margin-right: 0 !important;;
}


.banner .overlay{
        background-color: transparent !important;
}



.carousel-control-next {
    left: 0 !important;
    right: auto !important;;
}

.lang{
    float: left;
    margin-right: 13px;
    position: absolute;

}

.lang button{

}

.lang li{

    display: inline;
    margin: 6px;
    font-size: 13px;
}

.center{
    text-align: center;
}

.section-padding .center h3{
    font-size: 32px;
    font-weight: 900;
    color: #00667c;
}

.section-padding .center p{
    font-size: 22px;
    font-weight: 800;
    color: #00667c;
}

.lang a{

    color: #00667c;
    font-weight: 600;

}

.studio img{
    height: 312px;
}


.courses img{
    height: 253px;
}

body {
    font-family: 'Tajawal', sans-serif !important;
    cursor: url('../images/cinema.png'), auto;
    background: #f9f9f9 url('../images/bg-1.png') fixed;
    direction: rtl;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.section-padding {
    padding-bottom: 40px;
    padding-top: 40px;
}

h2 {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/custom-bg/Group\ 4@2x.png') no-repeat center;
    background-size: cover;
    height: 68px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

h2 img {
    position: absolute;
    width: 100px;
    height: 140px;
    left: 0;
    bottom: -6px;
    z-index: 3;
}

@media(max-width:768px) {
    h2 img {
        width: 70px;
        height: 120px;
    }
}


/*-----------
Scroll Button Top
----------------------*/

.btn-scroll {
    position: fixed;
    left: 12px;
    bottom: 12px;
    background-color: #1295bb;
    color: #fff;
    width: 45px;
    height: 46px;
    line-height: 56px;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: none;
    border-radius: 50%;
}

.btn-scroll.show {
    display: block;
}

.cinema-world,
.social-media {
    margin-top: 40px;
}


/*------------
Header
----------*/

header {
    padding: 20px 3px;
}

header img {
    width: 350px;
}

header .review
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login-div {
    margin-left: 26px;
}

header .contact-links {
    display: flex;
    justify-content: center;
}

header .contact-links li img {
    width: 45px;
    height: 45px;
}

header .contact-links li a {
    margin: 0 3px;
}

header .contact-links li:hover a {
    color: #6f6d6e;
}

@media(min-width:768px) {
    header .contact-links {
        margin-left: 35px;
    }
}

@media(max-width:768px) {
    header img {
        display: block;
        margin: auto;
    }
    header .review {
        justify-content: center;
        margin-bottom: 10px;
    }
}


/*--------
Navbar
-----------------*/
.nav {
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: url('../images/menu-bg.jpg') no-repeat center;
    background-size: cover;
    height: 68px;
    flex-wrap: nowrap;
}

.navbar {
    padding: 0;
}

.nav .nav-links {
    line-height: 50px;
    height: 100%;
}

.nav .nav-links.show {
    left: 0;
}

.nav .links {
    padding-right: 12px;
}

.nav .links {
    display: flex;
}

.nav .links li:first-of-type {
    border-right: 2px solid #fff;
}

.nav .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    border-left: 2px solid #fff;
    width: 169px;
    height: 46px;
    line-height: 46px;
}

.nav .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    transition: .3s;
}

.nav .links li:hover,
.nav .links li.active {
    background-color: #004F5D;
}

.nav .links li:hover .media-arrow {
    transform: rotate(180deg);
}

.nav .links li .sub-menu {
    position: absolute;
    top: 46px;
    right: 0;
    line-height: 40px;
    background-color: #004F5D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 0px;
}

.nav .links li:hover .media-sub-menu {
    display: block;
}

.nav .links li .sub-menu li {
    padding: 0 22px;
    border: 0;
    border-bottom: 1px solid #fff;
}

.nav .links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.nav .nav-links .sidebar-logo {
    display: none;
}

.nav .bx-menu {
    display: none;
    cursor: pointer;
}

.form-nav {
    margin-left: 90px;
    display: none !important;
}

.form-nav .form-control {
    width: 77%;
}

.nav img {
    position: absolute;
    width: 100px;
    height: 150px;
    left: 0;
    bottom: -6px;
    z-index: -1;
}

@media (max-width: 1114px) {
    .nav {
        max-width: 100%;
        padding: 20px 25px;
    }
    .nav::before {
        display: none;
    }
    .nav .links li {
        padding: 0 10px;
        white-space: nowrap;
        border: 0;
    }
    .nav .links li:first-of-type {
        border-right: 0;
    }
    .nav .links li a {
        font-size: 15px;
    }
    .nav .bx-menu {
        display: block;
    }
    .nav .nav-links {
        position: fixed;
        top: 0px;
        left: -100%;
        display: block;
        max-width: 230px;
        width: 100%;
        background: #1295bb;
        line-height: 40px;
        padding: 20px 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }
    .navbar i {
        font-size: 40px;
        color: #333;
    }
    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav .links {
        display: block;
        margin-top: 20px;
    }
    .nav .links li {
        display: block;
        color: #fff;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
    .nav .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }
    .nav .links li .sub-menu li {
        border-bottom: none;
    }
    .nav .links li:hover .media-sub-menu {
        display: block;
    }
    .nav img {
        height: 130px;
    }
}

@media(max-width:575px) {
    .nav {
        height: auto;
    }
    .form-nav {
        margin-left: 65px;
    }
}

@media (max-width: 370px) {
    .nav .nav-links {
        max-width: 100%;
    }
}

/*==================================================*/
/*Start Banner[Slide Show]*/
/*==================================================*/
.banner
{
    margin-top: 10px;
	margin-bottom: -75px;
}

.founder-name,
.founder-name img
{
	width: 100%;
    height: 97%;
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.banner .carousel,
.banner .carousel-inner,
.banner .carousel-item,
.banner .carousel-item img {
    height: 907px;
}

.slider-show,
.news-slide
{
    position: relative;
    height: 90%;
}

.side .overlay {
    background-color: rgba(255, 255, 255, 0.2);
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
    z-index: 4;
}

.slider-show .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    color: #fff;
    z-index: 3;
    text-align: center;
}

.info h1 {
    margin-bottom: 30px;
}

@media(max-width:991px) {
    .info h1 {
        font-size: 25px;
    }
}

@media(max-width:768px) {
    .banner h3 {
        padding-top: 12px;
    }
    .founders-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}


/*-----------
Start Social Media
--------------------*/

.social-media {
    background-color: rgb(238, 238, 238);
}

.social-media-icon {
    margin-top: 35px;
}

.social-media-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.social-media-icon ul li:nth-child(even) {
    margin-left: 10px;
    margin-right: 10px;
}

.social-media-icon ul li:hover a {
    color: #134563;
}


/*-------------
Start News
----------------*/

.news-slide {
    height: 100%;
}

video {
    width: 100%;
    height: 100%;
}

.cinema-world .ifram-box,
.cinema-world iframe {
    width: 100%;
    height: 100%;
}

.cinema-world .item {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.cinema-world .item-img {
    height: 100%;
}

.cinema-world .item img {
    transition: .5s;
    width: 100%;
    height: 100%;
}

.cinema-world .item:hover .item-img img {
    transform: scale(1.37) rotate(10deg);
}

.cinema-world .item .item-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(252, 252, 252, 0.7);
    color: #fff;
    padding: 10px 8px;
    display: flex;
    justify-content: space-between;
}

.cinema-world .item .item-info p {
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.cinema-world .item .item-info img {
    width: 25px;
    height: 25px;
}

.cinema-world .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}


/*-----------
About Us
----------------*/

.about-us {
    background-color: #e9e9e9;
}

.about-us .item img {
    width: 100%;
 margin: 20px auto;
    display: block;
    height: 218px;
    width: 201px;
}

.sponers-info {
    margin-top: 30px;
}


/*------------
Contact Us
---------------------*/

.contact-us h3 {
    font-size: 21px;
    margin-bottom: 30px;
    color: #1c9abd;
}

.contact-us input,
.contact-us textarea {
    width: 100%;
    margin-bottom: 14px;
    outline: 0;
    border: 0;
    padding: 12px 14px;
    border-bottom: 1px solid rgb(212, 211, 211);
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-us textarea {
    height: 120px;
}

.contact-us form button {
    border: 0;
    outline: none;
    background-color: #1295bb;
    color: #fff;
    padding: 10px 35px;
    font-size: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-info p {
    color: #777;
    margin-bottom: 35px;
}

.contact-info .links-info li {
    display: flex;
    margin-bottom: 35px;
}

.links-info li {
    font-weight: 700;
    margin-bottom: 13px;
    font-size: 24px;
}

.links-info li i,
.links-info li a {
    color: #777;
}

.contact-info p,
.links-info li a {
    font-size: 15px;
    font-weight: bold;
}

.links-info li i,
.contact-info p i {
    font-size: 20px;
}

.img-qr img {
    width: 100%;
    height: 330px;
}

@media(max-width:991px) {
    .contact-us h2 {
        margin-top: 30px;
    }
    .img-qr img {
        width: 300px;
        margin-bottom: 25px;
    }
}

@media(max-width:575px) {
    .contact-us form button {
        margin-bottom: 20px;
    }
}


/*****
====================================================================
	Advertisement [Start policy]
====================================================================
*****/
.policy
{
    position: relative;
    text-align: center;
    height: 70px;
    background: url('../images/custom-bg/Group\ 4@2x.png') no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 17px;
}

/*
.policy span:first-of-type
{
    margin-left: 430px;
}
*/

.policy span:last-of-type
{
    margin-left: 0;
}

.policy a
{
    color: #fff;
}

@media(min-width:1366px) {
    h2,
    .policy {
        height: 100px;
    }

	/*
    .policy span:first-of-type {
        margin-left: 320px;
    }
    .policy span:last-of-type {
        margin-right: 80px;
    }
	*/
}

@media(max-width:575px) {
    .policy {
        font-size: 14px;
    }
    .policy span:first-of-type {
        margin-left: 180px;
    }
    .policy span:last-of-type {
        margin-right: 20px;
        margin-left: 0;
    }
}

@media(min-width:1366px) {
    h2,
    .policy {
        height: 100px;
    }
}
/*End[Start policy]*/

/*-----------
Footer
--------------*/
footer span
{
    display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

footer span a
{
	color: #1295bb;
}

footer img
{
    width: 45%;
    display: block;
    margin: auto;
}

@media(max-width:768px) {
    footer ul {
        margin-top: 20px;
    }
}


/*-----------
Primary Law Page Styles
-----------------------------*/

.primary-law .accordion {
    background-color: rgba(233, 233, 233, 0.849);
    padding: 30px;
    box-shadow: 0 3px 5px rgba(233, 233, 233, 0.849);
}

@media(max-width:575px) {
    .primary-law .accordion-button {
        font-size: .8rem;
    }
    .primary-law .accordion-body {
        font-size: .6rem;
        line-height: 1.8;
    }
}


/*-----------
Activities Page Styles
--------------------------*/

.studio,
.courses,
.films,
.news-items {
    background-color: #eee;
    margin-top: 80px;
}

.courses .card,
.studio .card,
.films .card {
    background-color: #6c757d77;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.activity-item .card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.activity-item .card {
    text-align: center;
}

.courses .more-link,
.studio .more-link,
.films .more-link {
    display: flex;
    justify-content: center;
}

.courses a.more,
.studio a.more,
.films a.more {
    text-align: center;
    padding: 10px 12px;
    width: 140px;
    background-color: transparent;
    color: #fff;
    margin-top: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .3s;
    color: #29315e;
    border: 2px solid #29315e;
}

.courses a.more:hover,
.studio a.more:hover,
.films a.more:hover {
    background-color: #29315e;
    color: #fff;
}

.navigation {
    padding: 30px 20px;
    background-color: #ededed;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb a {
    color: #1c9abd;
}

.inner-page .inner-page-info {
    margin-top: 10px;
    position: relative;
    padding: 12px 0;
}

.inner-page .inner-page-info::before,
.inner-page .inner-page-info::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #1c9abd;
}

.inner-page .inner-page-info::before {
    top: 1px;
    left: 0;
}

.inner-page .inner-page-info::after {
    bottom: 0;
    right: 0;
}

.inner-page .inner-page-info p {
    color: #444;
    margin-bottom: 0;
    line-height: 1.8;
}

@media(max-width:768px) {
    .inner-page .inner-page-info h3 {
        font-style: 18px;
    }
    .inner-page .inner-page-info p {
        font-size: 14px;
    }
}


/*---------------------
HonorMembers Page Styles
------------------------------*/

.members .item {
    background-color: #ddd;
    padding: 3px 0px 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgb(168, 168, 168);
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.members .item img {
    display: block;
    margin: 10px auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.members .item .item-info {
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
}

.members .item .item-info h3 {
    font-size: 19px;
}

.members .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:768px) {
    .members .item .item-info .member-desc {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .members .item .item-info .member-desc {
        font-size: 12px;
    }
}

.about-us .owl-carousel .owl-nav button.owl-next,
.about-us .owl-carousel .owl-nav button.owl-prev,
.about-us .owl-carousel .owl-nav.disabled,
.about-us .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us .owl-carousel .owl-nav.disabled,
.about-us .owl-carousel .owl-nav {
    margin-top: 30px;
    font-size: 23px;
}

.about-us .owl-carousel .owl-nav button.owl-next,
.about-us .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #084298;
    border-radius: 3px;
    color: #084298;
}

.about-us .owl-carousel .owl-nav button.owl-next {
    margin-right: 3px;
}

.about-us .owl-carousel .owl-nav button.owl-prev {
    margin-left: 3px;
}


/*-------------
Archives Pages Styles
--------------------------*/

.archive-title {
    margin-top: 30px;
}

.archive-img h3,
.archive-video h3 {
    font-size: 1.3rem;
}

.archive-img .more-link,
.archive-video .more-link {
    display: flex;
    justify-content: center;
}

.archive-img a.more,
.archive-video a.more {
    text-align: center;
    padding: 10px 12px;
    width: 140px;
    background-color: #DA1212;
    color: #fff;
    margin-top: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .3s;
}

.archive-img a.more:hover,
.archive-video a.more:hover {
    background-color: transparent;
    color: #DA1212;
    border: 2px solid #DA1212;
}


/*------------
Archive Imges
-----------------*/

.archive-img .item {
    height: 360px;
    padding: 2rem 1rem;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
    transition: .5s ease-in-out;
    margin-bottom: 20px;
}

.archive-img .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #1295bb85, #adb5bda6);
    z-index: 3;
    transition: .5s all;
    opacity: 0;
}

.archive-img .item:hover::before {
    opacity: 1;
}

.archive-img .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.archive-img .item .info {
    position: relative;
    z-index: 3;
    color: #ffff;
    opacity: 0;
    transform: translateY(30px);
    transition: .5s all;
}

.archive-img .item:hover .info {
    opacity: 1;
    transform: translateY(0);
}

.archive-img .item .info h1 {
    margin: 0;
}

.archive-img .item .info p {
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.archive-img .item .info .btn {
    text-decoration: none;
    padding: .5rem 1rem;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.archive-img .item .info .btn:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, .5);
}


/*------------
Archive Videos
-----------------*/

.archive-video {
    background-color: #6c6c6c3d;
}

.archive-video .item {
    background-color: #fff;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    height: 100%;
}

.archive-video .item p {
    color: #777;
}

.archive-video .item a {
    background: #1295bb96;
    color: #fff;
}


/*-----------
Login,Register Edite,Delete,Create,Details Styles
---------------*/

.login-form {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    padding: 12px 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
}

.login-form h3 {
    color: #29315e;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.password label,
.email label,
.remember label {
    font-size: 20px;
    color: #29315e;
    font-weight: 600;
}

.email input,
.password input {
    padding: 14px;
}

.login_btn,
.register_btn {
    color: #fff;
    background-color: #29315e;
    width: 140px;
    border: 0;
    padding: 10px 0;
    outline: 0;
}

.login_btn:hover .register_btn:hover {
    color: #29315e;
    background-color: transparent;
    border: 2px solid #29315e;
}

.links-form a {
    color: #29315e;
}

.social_icon a {
    font-size: 30px;
    color: #DA1212;
}

.social_icon a:nth-child(odd) {
    margin-left: 6px;
    margin-right: 6px;
}

.social_icon li:hover a {
    color: #29315e;
}


/*-----------
DetailsMemberTwo
------------------*/

.personal-details h6 {
    color: #1295bb;
}

.info-connection p span {
    color: #1295bb;
}

.info-connection .list-bullet li {
    position: relative;
    padding-right: 10px;
    font-size: 14px;
}

.info-connection .list-bullet li::before {
    content: '';
    position: absolute;
    bottom: 7px;
    right: -4px;
    width: 10px;
    height: 10px;
    border: 1px solid #1295bb;
    border-radius: 50%;
}

.info-experience p,
.info-education p,
.info-certifcate p {
    font-size: 14px;
    color: #333;
}

.info-connection-icons a {
    color: #DA1212;
}


/*--------------
News Page Style
-----------------*/

.news-items .item {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    height: 100%;
}

.news-items .img-item {
    height: 250px;
    width: 100%;
}

.news-items .img-item img {
    height: 100%;
    width: 100%;
}

.news-items .item .item-desc {
    padding: 10px;
    text-align: center;
}

.news-items .item .item-desc p {
    color: #000;
    margin-bottom: 0;
    font-size: 15px;
    margin-bottom: 30px;
}

.news-items .new-page-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


/*-----------------------
News Page Details Style
-------------------*/

.news-details {
    margin-top: 30px;
}

.news-details .details-img-news,
.news-details .details-img-news img {
    width: 100%;
    height: 100%;
    display: block;
}

.details-info-news {
    background-color: #fff;
    padding: 14px;
    height: 100%;
}

.details-info-news p {
    margin-top: 20px;
    color: #777;
    line-height: 2;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*====================================*/
/*Start مجلة النادي*/
/*====================================*/

.news-items .item {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    height: 100%;
}

.news-items .img-item {
    height: 250px;
    width: 100%;
}

.news-items .img-item img {
    height: 100%;
    width: 100%;
}

.news-items .item .item-desc {
    padding: 10px;
    text-align: center;
}

.news-items .item .item-desc p
{
    color: #000;
    margin-bottom: 0;
    font-size: 17px;
    margin-bottom: 25px;
}

.news-items .item .item-desc span
{
    color: #F00;
    margin-bottom: 0;
    font-size: 17px;
}

.news-items .new-page-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


/*-----------------------
News Page Details Style
-------------------*/

.news-details
{
    margin-top: 30px;
}

.news-details .details-img-news,
.news-details .details-img-news img
{
    width: 100%;
    height: 100%;
    display: block;
}

.details-info-news {
    background-color: #fff;
    padding: 14px;
    height: 100%;
}

.details-info-news p {
    margin-top: 20px;
    color: #777;
    line-height: 2;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*End مجلة النادي*/


/*====================================*/
/*Start Cinema International*/
/*====================================*/
.cinema-international
{
    margin-top: 30px;
}

.cinema-international  .details-img-news,
.cinema-international  .details-img-news img
{
    width: 100%;
    height: 100%;
    display: block;
}

.cinema-international .details-info-news
{
    background-color: #fff;
    padding: 14px;
    height: 100%;
}

.cinema-international .details-info-news p
{
    margin-top: 20px;
    color: #777;
    line-height: 2;
}

.cinema-international .row-flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*End Cinema International*/

/*====================================*/
/*Start Cinema Arabic*/
/*====================================*/
.cinema-arabic .item
{
    height: 970px;
    padding: 2rem 1rem;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
    transition: .5s ease-in-out;
    margin-bottom: 0;
	margin-top: 35px;
}

.cinema-arabic .item::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom, #1295bb85, #adb5bda6);*//*هذه الجمله لو عاوز تاثير ظل على الصوره*/
    z-index: 3;
    transition: .5s all;
    opacity: 0;
}

.cinema-arabic .item:hover::before
{
    opacity: 1;
}

.cinema-arabic .item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.cinema-arabic .item .info
{
    position: relative;
    z-index: 3;
    color: #ffff;
    opacity: 0;
    transform: translateY(30px);
    transition: .5s all;
}

.cinema-arabic .item:hover .info
{
    opacity: 1;
    transform: translateY(0);
}

.cinema-arabic .item .info h1
{
    margin: 0;
}

.cinema-arabic .item .info p
{
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.cinema-arabic .item .info .btn
{
    text-decoration: none;
    padding: .5rem 1rem;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.cinema-arabic .item .info .btn:hover
{
    box-shadow: 0 7px 10px rgba(0, 0, 0, .5);
}
/*End Cinema Arabic*/

/*====================================*/
/*Start Cinema Gulf*/
/*====================================*/
.cinema-gulf h1
{
	text-align: center;
}

.cinema-gulf p
{
	text-align: center;
}

.cinema-gulf .item
{
    height: 970px;
    padding: 2rem 1rem;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
    transition: .5s ease-in-out;
    margin-bottom: 0;
	margin-top: 35px;
}

.cinema-gulf .item::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom, #1295bb85, #adb5bda6);*//*هذه الجمله لو عاوز تاثير ظل على الصوره*/
    z-index: 3;
    transition: .5s all;
    opacity: 0;
}

.cinema-gulf .item:hover::before
{
    opacity: 1;
}

.cinema-gulf .item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.cinema-gulf .item .info
{
    position: relative;
    z-index: 3;
    color: #ffff;
    opacity: 0;
    transform: translateY(30px);
    transition: .5s all;
}

.cinema-gulf .item:hover .info
{
    opacity: 1;
    transform: translateY(0);
}

.cinema-gulf .item .info h1
{
    margin: 0;
}

.cinema-gulf .item .info p
{
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.cinema-gulf .item .info .btn
{
    text-decoration: none;
    padding: .5rem 1rem;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.cinema-gulf .item .info .btn:hover
{
    box-shadow: 0 7px 10px rgba(0, 0, 0, .5);
}
/*End Cinema Gulf*/

/*====================================*/
/*Start Cinema Asian*/
/*====================================*/
.cinema-asian .item
{
    height: 970px;
    padding: 2rem 1rem;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
    transition: .5s ease-in-out;
    margin-bottom: 0;
	margin-top: 35px;
}

.cinema-asian .item::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom, #1295bb85, #adb5bda6);*//*هذه الجمله لو عاوز تاثير ظل على الصوره*/
    z-index: 3;
    transition: .5s all;
    opacity: 0;
}

.cinema-asian .item:hover::before
{
    opacity: 1;
}

.cinema-asian .item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.cinema-asian .item .info
{
    position: relative;
    z-index: 3;
    color: #ffff;
    opacity: 0;
    transform: translateY(30px);
    transition: .5s all;
}

.cinema-asian .item:hover .info
{
    opacity: 1;
    transform: translateY(0);
}

.cinema-asian .item .info h1
{
    margin: 0;
}

.cinema-asian .item .info p
{
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.cinema-asian .item .info .btn
{
    text-decoration: none;
    padding: .5rem 1rem;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.cinema-asian .item .info .btn:hover
{
    box-shadow: 0 7px 10px rgba(0, 0, 0, .5);
}
/*End Cinema Asian*/

/* vertical spacing between columns */

.banner [class*="col-"],
.cinema-world [class*="col-"],
.about-us [class*="col-"],
.archive-img [class*="col-"],
.archive-video [class*="col-"],
.courses [class*="col-"],
.studio [class*="col-"],
.films [class*="col-"],
.activity-item [class*="col-"],
.dashboard-wrapper [class*="col-"],
.members [class*="col-"],
.news-items [class*="col-"] {
    margin-bottom: 30px;
}


.listForm .item{
    text-align: center;
    margin-bottom: 31px;
}

.listForm img{
    width: 217px;
    height: 199px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.listForm h5{

}

.listForm h3{
    font-weight: 800;
    color: #00667c;
}

.listForm p{
    color: #00667c;
}


.listForm .info{
    background-color: white;
    box-shadow: 0px 0px 8px -4px grey;
    padding: 7px 0px 1px;
    border-radius: 4px;
}














  .main {
    width:100%;
    display:block;
    margin:0 auto;
        direction: ltr;
  }
  .main h3 {
      background: #fff;
      color: #3498db;
      font-size: 36px;
      line-height: 100px;
      margin: 10px;
      padding: 2%;
      position: relative;
      text-align: center;
  }
  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px;
    background:#f30;
    color:#fff;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }


  .slider-for img{
height: 500px;
width:100%;
  }


  .slider-nav img{
    width: 129px !important;
    height: 129px;
    margin: 0px 7px;
  }



.cinemaTypeDetails img{
    height: 362px !important;
}



.artContent h5{
    
}
.artContent{
    text-align: right;
    background-color: #00000096;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 20px;
    height: 130px;    
}
.artContent p{
    
}


.carousel-control-next, .carousel-control-prev{
    display:none;
}