body {
    background-image: url('../images/bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    direction: rtl;
    font-family: Font37, sans-serif;
    color: #000;
    font-size: 1vw;
    line-height: 1.5vw;
    font-weight: 700;
    text-align: center;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 4vw;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 3vw;
    font-weight: 700;
}

p {
    margin-bottom: 10px;
    font-size: 2.5vw;
    line-height: 2.5vw;
}

a {
    text-decoration: none;
}

.body {
    background-attachment: fixed;
    direction: rtl;
    font-family: Font37, sans-serif;
    font-weight: 700;
}

.logo_container {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3vw;
}

.image {
    width: 9vw;
}

.hearo_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pic_col {
    margin-left: -1vw;
}

.text_col {
    width: 46vw;
}

.heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ee3124;
    font-size: 5.5vw;
    line-height: 4.5vw;
}

.heading-3 {
    margin-top: 10px;
    font-size: 3.2vw;
    line-height: 3vw;
}

.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-bottom: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.adults-heading {
    margin-right: 2vw;
    margin-left: 2vw;
}

.adults-heading.mobile {
    display: none;
}

.bottom_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span {
    color: #ee3124;
}

.col_a {
    width: 13vw;
}

.col_b {
    margin-right: 1vw;
    margin-bottom: 7vw;
    margin-left: 2vw;
}

.col_c {
    width: 13vw;
}

.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.adult-slider-section {
    margin-top: 4vw;
}

.line {
    min-height: 2vw;
    min-width: 22vw;
    background-color: #ee3124;
}

.line.kids {
    background-color: #0c3824;
}

.heading-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 5vw;
    line-height: 5vw;
}

.heading-4.kids {
    color: #0c3824;
}

.paragraph {
    font-size: 2.5vw;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5vw 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1.136px solid #000;
    border-radius: 13px;
}

.link-block.maya {
    padding-right: 1vw;
    padding-left: 1vw;
}

.image-2 {
    width: 2vw;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
}

.text-block {
    font-family: Practica, sans-serif;
    color: #000;
    font-size: 1.2vw;
    font-weight: 400;
    text-decoration: none;
}

.slide {
    position: static;
    width: 100%;
    padding-right: 2vw;
    padding-left: 2vw;
    cursor: pointer;
}

.slider-2 {
    position: static;
    width: 25vw;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    direction: ltr;
}

.title_slide {
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: 'Rag sans cellcom', sans-serif;
    color: #00a0c8;
    font-size: 2vw;
    line-height: 2.5vw;
}

.text-slider {
    direction: rtl;
    font-family: Practica, sans-serif;
    font-size: 1.5vw;
    font-weight: 400;
    text-align: center;
}

.mask {
    overflow: visible;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span-2 {
    color: #1d6553;
}

.english {
    font-family: 'Rag sans cellcom', sans-serif;
}

.image-4 {
    width: 80%;
}

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 77%;
    margin: 5vw auto 7vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-3.kids {
    overflow: hidden;
    max-width: 77%;
    margin-right: auto;
    margin-bottom: 4vw;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.slide-nav-2 {
    display: none;
}

.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span-3 {
    color: #ff4904;
}

.text-span-4 {
    color: #00a367;
}

.text-span-5 {
    color: #1d2857;
}

.text-span-6 {
    color: #f86200;
}

.text-span-7 {
    color: #c862cb;
}

.text-span-8 {
    color: #902b7e;
}

.text-span-9 {
    color: #eb0d15;
}

.text-span-10 {
    color: #ee3124;
}

.text-span-11 {
    color: #f4c900;
}

.arrow {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 3vw;
    margin-top: 185px;
    margin-bottom: 185px;
    margin-left: 40px;
}

.arrow.right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 2vw;
}

.arrow.left {
    left: 0px;
    width: 2vw;
    margin-right: 40px;
    margin-left: 0px;
}

.mask-2 {
    position: static;
    overflow: visible;
}

.text.mobile {
    display: none;
}

.img-mob {
    display: none;
}

.div-block-4 {
    margin-top: -1vw;
    margin-bottom: 2vw;
}

.image-6 {
    width: 50vw;
}

@media screen and (max-width: 479px) {
    p {
        font-size: 4vw;
        line-height: 4vw;
    }
    .body {
        background-image: url('../images/bg-mob.jpg');
    }
    .header {
        margin-bottom: 3vw;
    }
    .image {
        width: 19vw;
    }
    .pic_col {
        margin-left: 0vw;
    }
    .text_col {
        width: 100%;
    }
    .heading {
        margin-top: 0px;
        font-size: 10vw;
        line-height: 8vw;
    }
    .heading-3 {
        font-size: 6vw;
        line-height: 5vw;
    }
    .top {
        margin-bottom: 0vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .adults-heading {
        display: block;
    }
    .adults-heading.mobile {
        display: block;
    }
    .text-span {
        font-size: 4.5vw;
        line-height: 5vw;
    }
    .col_a {
        display: none;
    }
    .col_c {
        display: none;
    }
    .links {
        margin-top: 5vw;
    }
    .line {
        min-height: 3vw;
        min-width: 24vw;
    }
    .heading-4 {
        font-size: 7vw;
        line-height: 7vw;
    }
    .link-block {
        padding: 1vw 3vw;
    }
    .link-block.maya {
        padding-right: 7vw;
        padding-left: 7vw;
    }
    .image-2 {
        width: 4vw;
    }
    .text-block {
        font-size: 3vw;
    }
    .title_slide {
        margin-bottom: 3px;
        font-size: 3vw;
        line-height: 3vw;
    }
    .text-slider {
        font-size: 3vw;
        line-height: 3vw;
    }
    .mask {
        overflow: visible;
    }
    .mask-2 {
        overflow: visible;
    }
    .paragraph-2 {
        font-size: 3vw;
        line-height: 3vw;
    }
    .text {
        display: none;
    }
    .text.mobile {
        display: block;
        width: 87%;
        margin-right: auto;
        margin-left: auto;
    }
    .img-mob {
        display: block;
    }
    .image-5 {
        display: none;
    }
    .div-block-4 {
        margin-top: -5vw;
    }
    .image-6 {
        width: 85vw;
    }
    .paragraph-3 {
        font-size: 5vw;
        line-height: 5vw;
    }
    .paragraph-4 {
        font-size: 4.5vw;
        line-height: 5vw;
    }
}

@font-face {
    font-family: 'Font37';
    src: url('../fonts/Font37-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rag sans cellcom';
    src: url('../fonts/RAG-Sans-Cellcom-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Practica';
    src: url('../fonts/Practica-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}