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

:root {
    --theme__color1: #d5005f;
    --theme__main__font: 'Cairo', sans-serif
}

body {
    font-size: 16px;
    line-height: 1.2;
    background-color: #fff;
    z-index: 10;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #3f4569;
    font-family: 'Cairo', sans-serif
}

a, a:active, a:focus, a:active {
    text-decoration: none !important;
    color: #3f4569
}

input {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a:hover, a:focus, input:focus, input:hover, select:focus, select:hover, select:active, textarea:focus, textarea:hover, button:focus {
    outline: none
}
.related_products .owl-dots {
    /* bottom: 4px; */
    right: 43%;
    width: 16%;
    background: rgba(0, 0, 0, .514);

}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), textarea {}

table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

iframe {
    width: 100%
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700
}

h1, .h1 {}

h2, .h2 {
    font-size: 25px;
    color: var(--theme__color1);
    margin-top: 0;
    margin-bottom: 27px
}

h3, .h3 {
    font-size: 20px;
    color: var(--theme__color2);
    margin-bottom: 0
}

h4, .h4 {}

h5, .h5 {}

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

p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px
}

button {
    border: none;
    background: transparent
}

.default-button:hover {
    border-color: var(--theme__color1);
    color: #fff
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.link {
    color: #272727;
    display: inline-block;
    position: relative;
    transition: .2s
}

.link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #B1B1B1
}

.link:hover::after {
    background: #2057aa
}

.main-wrapper {
    overflow: hidden;
    width: 100%;
    background: #fff
}

.header-section {}

.header-top {
    background: #222222;
    padding: 10px 0
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-bottom {
    width: 100%;
    padding: 22px 0 20px
}

.header-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo-wrap {
    display: flex;
    align-items: center
}

.site-logo {
    display: block;
    margin-right: 35px;
    width: 250px
}

.site-info {
    margin: 0;
    font-size: 29.17px;
    color: #000;
    font-weight: 700
}

.main-menu {
    display: flex
}

.main-menu li a {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-right: 71px;
    transition: .2s;
    position: relative
}

.main-menu li:last-child a {
    margin-left: 0
}

.main-menu li a:hover {
    color: var(--theme__color1)
}

.main-menu li.active a {
    color: var(--theme__color1);
    font-weight: 700
}

.main-menu li a:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    width: 45px;
    background-color: var(--theme__color1);
    bottom: -7px;
    transform-origin: 100% 50%;
    transform: rotateY(90deg);
    transition: .3s
}

.main-menu li a:hover::after {
    transform: rotate(0)
}

.main-menu li.active a::after {
    transform: rotate(0)
}

.Social-Media {
    font-size: 14px;
    display: flex
}

.Social-Media a {
    margin-left: 15px;
    padding-bottom: 0;
    color: #fff;
    transition: color .5s ease
}

.Social-Media a:hover {
    color: var(--theme__color1)
}

.lan-change {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: flex
}

.lan-change li {
    margin-left: 3px;
    border-left: 1px solid #fff;
    padding-left: 3px;
    padding-bottom: 0
}

.lan-change li:first-child {
    margin: 0;
    padding: 0;
    border: none
}

.lan-change a {
    color: #fff;
    line-height: 13px
}

.Social-Media a {
    color: #fff;
    line-height: 13px
}

.hero-slider-section {
    position: relative;
    padding: 0
}

.hero-box {
    position: relative
}

.hero-box .text-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.hero-box .text-content .title {
    font-size: 63.5px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0
}

.hero-box .text-content .title span {
    color: var(--theme__color1)
}

.hero-box .text-content .subtitle {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 38px
}

.hero-box .text-content .subtitle span {
    color: var(--theme__color1)
}

.hero-button {
    font-size: 32px;
    color: #272727;
    display: block;
    background: var(--theme__color1);
    border-radius: 12px;
    font-weight: 700;
    padding: 8px 40px;
    transition: .3s
}

.hero-button:hover {
    color: #fff
}

.hero-button-type2 {
    margin-top: 80px;
    color: var(--theme__color1);
    font-size: 44px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid var(--theme__color1);
    padding: 3px 10px
}

.hero-button-type2:hover {
    color: var(--theme__color1)
}

.hero-slider-section .bottom-transparent-black-box {
    margin-top: auto;
    text-align: right;
    background: rgba(0, 0, 0, .507);
    width: 100%;
    padding: 35px 0 35px
}

.hero-slider-section .bottom-transparent-black-box h3 {
    font-size: 26.5px;
    color: #fff;
    margin-bottom: 8px
}

.hero-slider-section .bottom-transparent-black-box p {
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.hero-slider-section .owl-nav {
    position: absolute;
    bottom: 0;
    background: #fff
}

.hero-slider-section .owl-nav button {
    height: 71px;
    width: 40px;
    position: relative
}

.hero-slider-section .owl-nav .owl-next::before {
    content: '';
    height: 20px;
    width: 2px;
    display: block;
    position: absolute;
    background: #000;
    left: 0;
    transform: translateX(-50%)
}

.hero-slider-section .owl-nav i {
    font-size: 22px;
    color: #000;
    transition: .3s
}

.hero-slider-section .owl-nav button:hover i {
    color: var(--theme__color1)
}

.owl-dots {
    position: absolute;
    bottom: 4px;
    right: 0;
    background: rgba(0, 0, 0, .514)
}

.owl-dot {
    --area: 10px;
    height: var(--area);
    width: var(--area);
    background: #A5A5A4 !important;
    z-index: 30;
    opacity: 1;
    visibility: visible;
    border: 1px solid black;
    margin: 10px;
    position: relative
}

.owl-dot.active {
    background: var(--theme__color1) !important;
    transition: .3s
}

.owl-dot::before {
    --area: 18px;
    content: '';
    position: absolute;
    display: block;
    height: var(--area);
    width: var(--area);
    border: 1px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.owl-dot.active::before {
    border-color: var(--theme__color1)
}

.flat-about-charry {
    padding: 135px 0 160px !important
}

.explore-more-section {
    background: url('../images/photography-bg.jpg');
    background-size: cover;
    background-position: center
}

.cinema-program-section {
    padding: 175px 0 75px
}

.cinema-programs .single-item {
    display: flex;
    justify-content: center
}

.cinema-programs .inner-single-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.cinema-programs h4 {
    font-size: 33.79px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 29px
}

.cinema-programs p {
    font-size: 18.01px;
    color: #231f20;
    text-align: center;
    max-width: 320px;
    margin-bottom: 31px
}

.our-news-section {
    margin-bottom: 115px !important
}

.view-platform-section {
    background: url('../images/movie-view-platform.jpg');
    background-size: cover;
    background-position: center
}

.photo-album-section {
    margin-top: 65px;
    margin-bottom: 85px
}

.photo-album {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 34px
}

.photo-album .album-img {
    transition: .3s
}

.photo-album .album-img:hover {
    transform: translateY(-5px)
}

.photo-album .album-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.album-img a {
    display: block
}

.counter-section {
    background: url('../images/counter-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0 50px !important
}

.counter-section .box {
    margin: 20px 0
}

.footer-section {
    background: #20201F
}

.footer-top {
    padding: 30px 0 40px
}

.ft-right {
    margin-top: 40px;
    width: 475px
}

.ft-left {
    margin-top: 40px;
    width: 0;
    flex-grow: 1
}

.footer-top h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 34px
}

.footer-top p {
    margin: 0;
    font-size: 16px;
    color: #e0e0e0;
    margin-top: 14px;
    max-width: 376px;
    text-align: justify
}

.footer-nav li a {
    font-size: 16px;
    margin-bottom: 13px;
    display: inline-block;
    color: #e0e0e0
}

.footer-social {
    margin-top: 2px
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: white
}

.contact-form input[type='text'], .contact-form textarea {
    border: none;
    background: transparent;
    width: 100%;
    border: 2px solid #A0A09F;
    border-radius: 5px;
    resize: none;
    padding: 11px;
    margin-bottom: 5px;
    color: white
}

.contact-form input[type='text']::placeholder, .contact-form textarea::placeholder {
    color: #e0e0e0;
    opacity: 1
}

.contact-form .submit-button {
    position: relative;
    padding: 14px 30px 16px;
    line-height: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: var(--theme__color1);
    border-radius: 12px;
    font-weight: 500;
    border: none;
    font-size: 16px;
    margin-top: 3px
}

.footer-bottom {
    text-align: center;
    color: #fff
}

.footer-bottom .container {
    border-top: 1px solid #606060;
    padding: 33px 0 52px
}

.footer-bottom .founder {
    margin-top: 18px;
    background: #fff;
    font-size: 14px;
    display: inline-block;
    color: #272727;
    padding: 10px 36px;
    border-radius: 40px;
    box-shadow: -4px 6px #373736
}

.footer-bottom .founder .left-line {
    position: relative;
    margin-left: 14px
}

.footer-bottom .founder .left-line::before {
    content: '';
    position: absolute;
    display: block;
    height: 80%;
    width: 2px;
    background: #686868;
    left: -10px;
    top: 3px
}

.gallery-section {
    padding: 130px 0 95px
}

.gallery-section .part1 {}

.gallery-section .title-section h3 {
    font-size: 39px;
    color: #000;
    text-align: center;
    position: relative
}

.gallery-section .part1-content {
    display: flex;
    gap: 62px;
    margin-top: -30px
}

.gallery-section .part1-content .single-content {
    width: 0;
    flex-grow: 1;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 40px 0 40px;
    padding: 66px 100px 70px
}

.gallery-section .part1-content .single-content h4 {
    font-size: 57.8px;
    color: #000;
    margin-bottom: 12px
}

.gallery-section .part1-content .single-content p {
    font-size: 35px;
    color: #000;
    margin: 0
}

.gallery-section .part2 {
    margin-top: 130px
}

.gallery-section .part2-content {
    --gap: 86px;
    display: flex;
    flex-wrap: wrap;
    margin: -30px calc(-.5 * var(--gap)) 30px calc(-.5 * var(--gap))
}

.gallery-section .part2 .single-content {
    width: calc(33.333333% - (var(--gap)));
    position: relative;
    margin: 0 calc(var(--gap) * .5) 0 calc(var(--gap) * .5);
    margin-bottom: 30px
}

.gallery-section .part2 .single-content .image {
    width: 100%;
    overflow: hidden;
    border-radius: 0 20px 0 20px;
    display: block
}

.gallery-section .part2 .single-content .image img {
    width: 100%;
    transition: .2s
}

.gallery-section .part2 .single-content .image:hover img {
    transform: scale(1.1)
}

.gallery-section .part2 .single-content .text-box {
    text-align: center
}

.gallery-section .part2 .single-content .text-box h5 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 0
}

.gallery-section .part2 .single-content .text-box p {
    font-size: 16.1px;
    font-weight: 500;
    color: #000;
    margin: 0
}

.badge-gp2 {
    min-width: 100px;
    padding: 2px 10px;
    background: var(--theme__color1);
    border-radius: 0 4px 4px 0;
    font-size: 24px;
    text-align: center;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    font-weight: 700;
    z-index: 10
}

.badge-gp2 span {
    font-size: 28.6px
}

.pagination1 {
    width: 100%;
    display: flex;
    justify-content: center
}

.pagination1 ul {
    display: flex
}

.pagination1 ul li a {
    height: 31px;
    width: 31px;
    display: block;
    border: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3973AA;
    transition: .3s
}

.pagination1 ul li a:hover {
    background: #EBEBEB
}

.pagination1 ul li:last-child a {
    border-radius: 4px 0 0 4px
}

.pagination1 ul li:first-child a {
    border-radius: 0 4px 4px 0
}

.pagination1 ul li:not(:last-child) a {
    border-left: none
}

.country-cinema-option-section {
    padding: 110px 0 100px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.country-cinema-option-section .title-section {
    margin-bottom: 50px
}

.country-cinema-option-section .title-section h3 {
    font-size: 39px;
    color: #fff
}

.country-cinema-option-section .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.country-cinema-option-section .button-container .button {
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    border-radius: 8px;
    background: var(--theme__color1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16.67px;
    font-weight: 500;
    margin-right: 30px;
    transition: .3s
}

.country-cinema-option-section .button-container .button:hover {
    background: #fff
}

.country-cinema-option-section .button-container .button:last-child {
    margin-right: 0
}

.video-section {
    padding: 125px 0 95px
}

.video-section .title-section h3 {
    font-size: 39px
}

.video-section .video-filter {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: -60px 0 45px
}

.video-section .video-filter ul {
    display: flex
}

.video-section .video-filter ul li {
    display: block;
    font-size: 15.67px;
    color: #000;
    background: #FFF0A8;
    font-weight: 500;
    height: 42px;
    padding: 0 16px;
    border-radius: 8px;
    margin: 10px 4px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.video-section .video-filter ul li.active {
    background: var(--theme__color1)
}

.videos-wrap {
    --gap: 86px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(-.5 * var(--gap)) 30px calc(-.5 * var(--gap))
}

.videos-wrap .single-content {
    width: calc(33.333333% - (var(--gap)));
    position: relative;
    margin: 0 calc(var(--gap) * .5) 0 calc(var(--gap) * .5);
    margin-bottom: 30px
}

.videos-wrap .single-content .image {
    border-radius: 20px
}

.videos-wrap .single-content .image img {
    width: 100%
}

.videos-wrap .single-content .text-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 25px
}

.footer-content {
    padding-top: 50px;
    padding-bottom: 50px
}

.footer-content a {
    text-decoration: underline
}

.copyright_area {
    margin-bottom: 70px
}

.copyright-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.credits-text, .credits-text a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.heartz {
    animation: .8s infinite beatHeart
}

@keyframes beatHeart {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.1)
    }

    40% {
        transform: scale(1)
    }

    60% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.sponsors-text {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    display: inline-block;
    margin: auto;
    font-weight: 500;
    color: #333
}

.sponsors-text a {
    color: #000
}

.tooltip>.tooltip-inner {
    background-color: transparent;
}

.tooltip>.tooltip-arrow::before {
    border-top: 5px solid #fff;
}

.tooltip.show {
    opacity: 1 !important;
}

.darky h2 {
    color: white !important
}

.page-title-section {
    background: #000 url('../images/page-section.jpg') center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding-top: 80px
}

@media (max-width:1800px) {
    .main-menu li a {
        font-size: 18px;
        margin-right: 35px
    }
}

@media (max-width:3000px) {
    .main-menu li a {
        font-size: 16px;
        margin-right: 26px
    }
}

.ImageSinglePage {
    float: right;
}
