.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.header {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.first-screen_backvideo {
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
    border: none;
    line-height: 1;
    margin: 0;
    min-width: 100%;
    filter: opacity(0.3);
}
.first-screen_backvideo::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 10px 10px #000;
}

.first-screen_backvideo video{
    min-width: 100%;
}

.first-screen_backvideoshadow {
    position: absolute;
    width: 100%;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0)
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

* {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

ol,
ul,
li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
input,
select,
textarea {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: 0
}

a,
input {
    text-decoration: none;
    border: none;
    outline: none
}

a,
button {
    cursor: pointer
}

@font-face {
    font-family: "AirStripArabic";
    src: local("AirStripArabic"), url("../fonts/AirStripArabic/Air_Strip_Arabic.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Bahjaa";
    src: local("Bahjaa"), url("../fonts/Bahjaa/RTL-Bahjaa-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "DroidNaskh";
    src: local("DroidNaskh"), url("../fonts/DroidNaskh/DroidNaskh-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "DroidNaskh";
    src: local("DroidNaskh"), url("../fonts/DroidNaskh/DroidNaskh-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "DroidKufi";
    src: local("DroidKufi"), url("../fonts/DroidKufi/DroidKufi-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "DroidKufi";
    src: local("DroidKufi"), url("../fonts/DroidKufi/DroidKufi-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Arimo";
    src: local("Arimo"), url("../fonts/Arimo/Arimo.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Arimo";
    src: local("Arimo"), url("../fonts/Arimo/ArimoBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Arimo";
    src: local("Arimo"), url("../fonts/Arimo/ArimoItalic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Arimo";
    src: local("Arimo"), url("../fonts/Arimo/ArimoBoldItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: "29LTAzer";
    src: local("29LTAzer"), url("../fonts/29LTAzer/29LTAzer-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "29LTAzer";
    src: local("29LTAzer"), url("../fonts/29LTAzer/29LTAzer-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "29LTBaseet";
    src: local("29LTBaseet"), url("../fonts/29LTBaseet/29LTBaseet-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

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

body {
    background: #060606;
    color: #fff
}

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

a,
button {
    transition: all .5s ease 0s
}

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
    transition: all .5s ease 0s
}

.wrapper-all {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    z-index: 9999
}

.text-pink {
    color: #eb2f88
}

.text-yellow {
    color: #f9e700
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fd2b54;
    color: #fff;
    background: #fd2b54;
    border-radius: 6.25rem;
    font-family: "DroidNaskh";
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    box-shadow: 0 0 .75rem #fd2b54 !important
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    box-shadow: none !important;
    color: #fff;
    border: 1px solid #fd2b54;
    background: #fd2b54
}

.container {
    max-width: 1080px
}

.btn-plain {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: left;
    text-decoration: none
}

.btn-plain:hover,
.btn-plain:focus,
.btn-plain:active {
    background-color: inherit;
    color: inherit
}

.language-switch {
    position: relative;
    font-family: sans-serif;
    font-weight: 700
}

.language-switch__btn {
    display: flex;
    align-items: center;
    gap: .25rem;
    overflow: hidden;
    padding: .125rem;
    padding-right: .25rem;
    background-color: #fff;
    color: #060606;
    min-height: 2.25rem;
    text-transform: uppercase;
    border-radius: .5rem
}

@media screen and (min-width: 576px) {
    .language-switch__btn {
        border-radius: 6.25rem
    }
}

.language-switch__btn:focus {
    background-color: #fff;
    color: #060606
}

@media(hover: hover) {
    .language-switch__btn:hover {
        background-color: #fff;
        color: #060606;
        box-shadow: 0 0 .75rem #fff
    }
}

@media(hover: none) {
    .language-switch__btn:active {
        background-color: #fff;
        color: #060606;
        box-shadow: 0 0 .75rem #fff
    }
}

.language-switch__btn .icon-planet {
    background: #000;
    display: none
}

@media screen and (min-width: 576px) {
    .language-switch__btn .icon-planet {
        display: block;
        width: 3.125rem
    }
}

.language-switch__btn .icon-arrow-down {
    width: .75rem
}

.language-switch__text {
    font-size: 1rem
}

.language-switch__menu {
    position: absolute;
    text-align: center;
    bottom: auto;
    right: 0;
    margin-top: .5rem;
    width: 100%;
    border-radius: .5rem;
    background-color: #fff;
    font-size: 1rem;
    color: #060606;
    text-transform: uppercase;
    padding: .25rem 0;
    overflow: hidden
}

.language-switch__menu_item {
    cursor: pointer;
    padding: .25rem;
    width: 100%;
    transition: all .5s ease 0s
}

.language-switch__menu_item:hover {
    transition: all .5s ease 0s;
    background-color: rgba(0, 0, 0, .4)
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .5rem 0
}

.header__logo {
    flex: 1 0 auto;
    max-width: 6.25rem
}

@media screen and (min-width: 576px) {
    .header__logo {
        max-width: 13.125rem
    }
}

.header__logo img {
    display: block;
    width: 100%
}

.header__actions {
    display: flex;
    align-items: center;
    gap: .5rem
}

@media screen and (min-width: 768px) {
    .header__actions {
        gap: 2rem
    }
}

@media screen and (min-width: 992px) {
    .header__actions {
        gap: 3rem
    }
}

.header__person {
    flex: 1 0 auto;
    width: 2.5rem;
    border-radius: 100%
}

@media screen and (min-width: 576px) {
    .header__person {
        width: 4.125rem
    }
}

@media(hover: hover) {
    .header__person:hover {
        box-shadow: 0 0 .75rem #fff
    }
}

@media(hover: none) {
    .header__person:active {
        box-shadow: 0 0 .75rem #fff
    }
}

.header__person img {
    display: block;
    width: 100%
}

.header__ticket {
    flex: 1 0 auto;
    width: 4rem;
    border-radius: .25rem;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .header__ticket {
        width: 6.6875rem
    }
}

@media(hover: hover) {
    .header__ticket:hover {
        box-shadow: 0 0 .75rem #fff
    }
}

@media(hover: none) {
    .header__ticket:active {
        box-shadow: 0 0 .75rem #fff
    }
}

.header__ticket img {
    display: block;
    width: 100%
}

.main {
    flex: 1 1 auto
}

.first-screen {
    padding-top: 3.75rem;
    margin-bottom: 3.75rem;
    position: relative;
}

@media screen and (min-width: 576px) {
    .first-screen {
        padding-top: 6.25rem;
        margin-bottom: 6.25rem
    }
}

.first-screen__content {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: center;
    position: relative;
}

.first-screen__title {
    font-family: "AirStripArabic";
    font-size: 2.75rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 576px) {
    .first-screen__title {
        font-size: 3.75rem;
        margin-bottom: 3rem
    }
}

.first-screen__desc {
    font-family: "29LTAzer";
    font-weight: 400;
    max-width: 56.25rem;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (min-width: 576px) {
    .first-screen__desc {
        font-size: 2.5rem
    }
}

.gallery {
    margin-bottom: 6.25rem
}

.gallery .slick-list {
    padding-right: 20%
}

.gallery__slider {
    margin-bottom: 2rem
}

@media screen and (min-width: 576px) {
    .gallery__slider {
        margin-bottom: 4.25rem
    }
}

.gallery__slide {
    padding: 0 .5rem
}

@media screen and (min-width: 576px) {
    .gallery__slide {
        padding: 0 .75rem
    }
}

.gallery__card_title {
    color: #f9e700;
    font-family: "29LTAzer";
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

@media screen and (min-width: 576px) {
    .gallery__card_title {
        font-size: 1.75rem
    }
}

.gallery__card_image img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    height: 28.625rem
}

.gallery__footer-desc {
    direction: rtl;
    text-align: center;
    font-family: "29LTAzer";
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    max-width: 56.25rem;
    font-size: 1.5rem
}

@media screen and (min-width: 576px) {
    .gallery__footer-desc {
        font-size: 1.75rem
    }
}

.locations {
    margin-bottom: 5.75rem
}

@media screen and (min-width: 576px) {
    .locations {
        margin-bottom: 7.25rem
    }
}

.locations__cards {
    direction: rtl;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 6.25rem
}

@media screen and (min-width: 400px) {
    .locations__cards {
        max-width: 90%
    }
}

@media screen and (min-width: 576px) {
    .locations__cards {
        max-width: 56.25rem;
        gap: 10.25rem
    }
}

@media screen and (min-width: 992px) {
    .locations__cards {
        gap: 6.25rem
    }
}

@media screen and (max-width: 575px) {
    .locations__cards .locations__card {
        margin-left: auto;
        margin-right: auto;
        max-width: 21.875rem
    }
}

@media screen and (min-width: 992px) {
    .locations__cards .locations__card:nth-child(odd) {
        padding-left: 3.125rem;
        flex-direction: row
    }

    .locations__cards .locations__card:nth-child(even) {
        padding-right: 3.125rem;
        flex-direction: row-reverse
    }
}

.locations__card {
    position: relative;
    display: flex;
    background: #1c1c1c;
    border-radius: 1.25rem;
    border: 3px solid #fdfdfd;
    gap: .75rem
}

@media screen and (max-width: 575px) {
    .locations__card {
        padding: 1.25rem .75rem !important;
        flex-direction: column !important
    }
}

@media screen and (min-width: 576px) {
    .locations__card {
        padding: 1.25rem .75rem 2rem .75rem;
        border: 4px solid #fdfdfd;
        gap: 1rem;
        min-height: 25rem
    }
}

@media screen and (min-width: 992px) {
    .locations__card {
        gap: 1.5rem;
        min-height: 21.25rem
    }
}

.locations__card_image {
    flex: 1 0 auto;
    position: relative;
    width: 100%;
    border-radius: .75rem;
    border: 1px solid #060606;
    margin-top: -90px
}

@media screen and (max-width: 575px) {
    .locations__card_image {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%
    }
}

@media screen and (min-width: 576px) {
    .locations__card_image {
        max-width: 280px
    }
}

.locations__card_image img {
    border-radius: 0 0 .75rem .75rem;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    height: 300px
}

@media screen and (min-width: 576px) {
    .locations__card_image img {
        height: 100%
    }
}

.locations__card_image-header {
    position: relative;
    border-radius: .75rem .75rem 0 0;
    border-bottom: 1px solid #060606;
    width: 100%;
    height: 1.125rem;
    background-repeat: no-repeat;
    background-color: #eb2f88;
    background-image: url("../img/icons/figures.png");
    background-size: 2.25rem;
    background-position: .75rem center
}

.locations__card_image-header::after {
    position: absolute;
    content: "";
    border-radius: 6.25rem;
    top: 0;
    bottom: 0;
    right: .75rem;
    margin-top: auto;
    margin-bottom: auto;
    width: calc(100% - 4.375rem);
    height: 3px;
    background: #f26d6f
}

.locations__card_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.locations__card_title {
    text-align: center;
    font-family: "Bahjaa";
    margin-bottom: .75rem;
    font-size: 1.75rem
}

@media screen and (min-width: 992px) {
    .locations__card_title {
        font-size: 2.5rem
    }
}

.locations__card_desc {
    font-family: "29LTBaseet";
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1rem
}

@media screen and (min-width: 992px) {
    .locations__card_desc {
        font-size: 1.25rem
    }
}

.locations__card .btn-primary {
    position: relative;
    display: flex;
    padding: .625rem 1.875rem .625rem 4.25rem;
    font-size: 1.5rem;
    background-repeat: no-repeat;
    background-image: url("../img/icons/arrow-blue-pink.png");
    background-size: 1.5rem;
    background-position: 1.25rem center;
    margin: 0 auto
}

@media screen and (min-width: 576px) {
    .locations__card .btn-primary {
        margin: 0 10% 0 auto
    }
}

.footer {
    padding: 12px 0 20px
}

.footer__map iframe {
    width: 100%;
    height: 20rem
}

@media screen and (min-width: 768px) {
    .footer__map iframe {
        height: 26rem
    }
}

.footer__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.footer__geo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 2rem;
    font-family: "29LTAzer";
    font-weight: 700;
    color: #eb2f88
}

.footer__geo img {
    padding-bottom: .625rem;
    width: 2.5rem
}

.footer__info {
    display: flex;
    flex-direction: column;
    gap: .375rem;
    font-family: "DroidKufi";
    font-weight: 700;
    direction: rtl;
    margin-bottom: 1.5rem
}

.footer__info_item {
    font-size: 1.5rem
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    gap: .25rem
}

.footer__contacts_item {
    font-family: "DroidNaskh";
    font-weight: 400;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #f9e700
}

.footer__contacts_item:hover {
    color: #fff
}

.footer__contacts_item img {
    width: 2.75rem
}

.footer__socials {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 1rem
}

@media screen and (min-width: 992px) {
    .footer__socials {
        padding-right: 10%
    }
}

.footer__socials_item:hover {
    transform: translateY(-4px)
}

.footer__socials_item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 1.875rem
}

/*# sourceMappingURL=style.min.css.map */
footer {
    background-color: unset !important;
}

.language-switch__menu {
    z-index: 9999;
}

.top_line_title {
    font-family: "29LTAzer";
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}