@font-face {
    font-family: 'lateefFont';
    src: url('/assets/fonts/LateefroundedFont-Regular-updated.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PurplePurseFont';
    src: url('/assets/fonts/PurplePurse-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DGMATARYAHFont';
    src: url('/assets/fonts/DGMATARYAH-REGULAR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MeshedFont';
    src: url('/assets/fonts/meshed.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

* {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    box-sizing: border-box;
    /* margin: 0 auto; */
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

.rtl {
    direction: rtl;
}

.justify {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.my-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.change-language {
    margin-left: 2rem !important;
}

[dir="rtl"] .change-language {
    margin-left: 0 !important;
    margin-right: 2rem !important;
}

.menu-link:hover .submenu {
    display: block;
}

.submenu a {
    background: url('/assets/images/background-submenu.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-link:active .menu-link-click {
    display: block;
}

.slide-in-left {
    animation: slide-in-left 0.5s forwards;
    left: 0;
}

.slide-in-right {
    animation: slide-in-right 0.5s forwards;
    right: 0;
}

@keyframes slide-in-left {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

#facebook:hover img {
    content: url('/assets/icons/fb-hover.svg');
}

#facebook:active img {
    content: url('/assets/icons/fb-click.svg');
}

#youtube:hover img {
    content: url('/assets/icons/youtube-hover.svg');
}

#youtube:active img {
    content: url('/assets/icons/youtube-click.svg');
}

#instagram:hover img {
    content: url('/assets/icons/insta-hover.svg');
}

#instagram:active img {
    content: url('/assets/icons/insta-click.svg');
}

#tiktok:hover img {
    content: url('/assets/icons/tiktok-hover.svg');
}

#tiktok:active img {
    content: url('/assets/icons/tiktok-click.svg');
}

#twitter:hover img {
    content: url('/assets/icons/twitter-hover.svg');
}

#twitter:active img {
    content: url('/assets/icons/twitter-click.svg');
}

#snap:hover img {
    content: url('/assets/icons/snap-hover.svg');
}

#snap:active img {
    content: url('/assets/icons/snap-click.svg');
}

#thread:hover img {
    content: url('/assets/icons/thread-hover.svg');
}

#thread:active img {
    content: url('/assets/icons/thread-click.svg');
}

/* Home social icons */
#facebook_home:hover img {
    content: url('/assets/icons/fb-home-hover.svg');
}

#facebook_home:active img {
    content: url('/assets/icons/fb-home-click.svg');
}

#youtube_home:hover img {
    content: url('/assets/icons/youtube-home-hover.svg');
}

#youtube_home:active img {
    content: url('/assets/icons/youtube-home-click.svg');
}

#instagram_home:hover img {
    content: url('/assets/icons/insta-home-hover.svg');
}

#instagram_home:active img {
    content: url('/assets/icons/insta-home-click.svg');
}

#tiktok_home:hover img {
    content: url('/assets/icons/tiktok-home-hover.svg');
}

#tiktok_home:active img {
    content: url('/assets/icons/tiktok-home-click.svg');
}

#twitter_home:hover img {
    content: url('/assets/icons/twitter-home-hover.svg');
}

#twitter_home:active img {
    content: url('/assets/icons/twitter-home-click.svg');
}

#snap_home:hover img {
    content: url('/assets/icons/snap-home-hover.svg');
}

#snap_home:active img {
    content: url('/assets/icons/snap-home-click.svg');
}

#thread_home:hover img {
    content: url('/assets/icons/thread-home-hover.svg');
}

#thread_home:active img {
    content: url('/assets/icons/thread-home-click.svg');
}

#google_play:hover {
    content: url('/assets/icons/google-play-hover.svg');
}

#google_play:active {
    content: url('/assets/icons/google-play-click.svg');
}

#app_store:hover {
    content: url('/assets/icons/app-store-hover.svg');
}

#app_store:active {
    content: url('/assets/icons/app-store-click.svg');
}

#loader.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
}

.play-button {
    background: url('/assets/icons/play-icon.png') no-repeat center center;
    background-size: contain;
    width: 6rem;
    height: 6rem;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgb(199, 225, 206, 0.2);
    transition: opacity 0.3s ease;
}

.video-overlay:hover {
    opacity: 0.7;
}

.video-thumbnail,
.video-overlay {
    transition: opacity 2s ease;
}

.fade-out {
    opacity: 0;
}

.video-playing .video-overlay {
    opacity: 0;
    pointer-events: none;
}

.video-playing .video-overlay:hover {
    opacity: 0;
}

.event-description figcaption {
    display: none;
}

.event-description figure {
    display: flex;
    justify-content: end;
}

.event-description figure a {
    pointer-events: none;
}

.event-description img {
    width: 25rem;
    height: 16rem;
    margin: 1.5rem auto;
    box-shadow: 1.5rem 1.5rem 0px 0px #F6CD58;
    object-fit: cover;
}

.event-description h3 {
    font-weight: 500;
    font-size: 1.5rem;
    margin: 1.5rem 0;
}

.green-bg {
    background: url('/assets/images/green-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.pink-bg {
    background: url('/assets/images/pink-lines.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.yellow-bg {
    background: url('/assets/images/yellow-lines.png');
    background-size: 100% 1.8rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.yellow-bg:hover {
    background: url('/assets/images/green-lines.png');
    background-size: 100% 1.8rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.yellow-bg:active {
    background: url('/assets/images/pink-lines.png');
    background-size: 100% 1.8rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.gray-lines-bg {
    background: url('/assets/images/gray-lines.png');
    background-size: 100% 2rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.gray-lines-bg:hover {
    background: url('/assets/images/yellow-lines.png');
    background-size: 100% 2rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.gray-lines-bg:active {
    background: url('/assets/images/pink-lines.png');
    background-size: 100% 2rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.green-lines-bg {
    background: url('/assets/images/green-lines.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.green-lines-bg:hover {
    background: url('/assets/images/yellow-lines.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.green-lines-bg:active {
    background: url('/assets/images/pink-lines.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.gradient-yellow-bg {
    background: url('/assets/images/gradient_line.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.yellow-curve-bg {
    background: url('/assets/images/hover_image_yellow.png');
    background-size: 100% 6.25rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.green-lines-imgbg {
    background: url('/assets/images/green-lines.png');
    background-size: 100% 2.6rem;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.yellow-lines-imgbg {
    background: url('/assets/images/yellow-lines.png');
    background-size: 100% 3rem;
    background-repeat: no-repeat;
    background-position: center center;
    width: fit-content;
}

.green-pink-imgbg {
    background: url('/assets/images/green-pink-bg-en.png');
    background-size: 100% 5rem;
    background-repeat: no-repeat;
    background-position: center center;
    width: fit-content;
    padding: 1rem 1rem 2.5rem 2rem;
}

[dir='rtl'] .green-pink-imgbg {
    background: url('/assets/images/green-pink-bg.png');
    background-size: 100% 5rem;
    background-repeat: no-repeat;
    background-position: center center;
    width: fit-content;
    padding: 1rem 2rem 2.5rem 1rem;
}

.light-green-imgbg {
    background: url('/assets/images/light-green-bg.png');
    background-size: 100% 5rem;
    background-repeat: no-repeat;
    background-position: center center;
    width: fit-content;
    padding: 1rem 1rem 2.5rem 2rem;
}

.sm-green-lines-imgbg {
    background: url('/assets/images/green-lines.png');
    background-size: 100% 3rem;
    background-repeat: no-repeat;
    background-position: center center;
    width: fit-content;
}

.menu-link-div {
    background: url('/assets/images/hover_image_green.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
    min-width: 7.5rem;
}


.light-green-menu-link-div {
    background: url('/assets/images/hover_image_green.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.yellow-menu-link-div {
    background: url('/assets/images/hover_image_yellow.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.category-pink-bg {
    background: url('/assets/images/hover-image-pink.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
}

.menu-link-div-mobile {
    background: url('/assets/images/Hover-green-mobile.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: fit-content;
    min-width: 7.5rem;
    font-weight: 500;
}

.menu-link-div-mobile-pink:active {
    background: url('/assets/images/hover-image-pink.png');
    background-size: 100% 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    width: fit-content;
    min-width: 7.5rem;
}

.hide-initially {
    visibility: hidden;
}

/* About page */
.hero-image {
    width: 100%;
    height: auto;
}

.stroke-text {
    color: white;
    /* -webkit-text-stroke: 2px #BEBCC4;
    text-stroke: 2px #BEBCC4; */

    /* text-shadow:
        -1px -1px 0 #BEBCC4,
        1px -1px 0 #BEBCC4,
        -1px 1px 0 #BEBCC4,
        1px 1px 0 #BEBCC4; */

    text-shadow:
        0 0 2px #BEBCC4,
        -2px -2px 0 #BEBCC4, 2px -2px 0 #BEBCC4,
        -2px 2px 0 #BEBCC4, 2px 2px 0 #BEBCC4,
        -1px -1px 0 #BEBCC4, 1px -1px 0 #BEBCC4,
        -1px 1px 0 #BEBCC4, 1px 1px 0 #BEBCC4;
}

.stroke-black-text {
    color: #211E1F;
    text-shadow:
        0 0 2px #fff,
        -2px -2px 0 #fff, 2px -2px 0 #fff,
        -2px 2px 0 #fff, 2px 2px 0 #fff,
        -1px -1px 0 #fff, 1px -1px 0 #fff,
        -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.stroke-light-gray-text {
    color: #f8f8f8;
    text-shadow:
        0 0 2px #BEBCC4,
        -2px -2px 0 #BEBCC4, 2px -2px 0 #BEBCC4,
        -2px 2px 0 #BEBCC4, 2px 2px 0 #BEBCC4,
        -1px -1px 0 #BEBCC4, 1px -1px 0 #BEBCC4,
        -1px 1px 0 #BEBCC4, 1px 1px 0 #BEBCC4;
}

.stroke-yellow-text {
    color: black;
    text-shadow:
        0 0 2px #F6CD58,
        -2px -2px 0 #F6CD58, 2px -2px 0 #F6CD58,
        -2px 2px 0 #F6CD58, 2px 2px 0 #F6CD58,
        -1px -1px 0 #F6CD58, 1px -1px 0 #F6CD58,
        -1px 1px 0 #F6CD58, 1px 1px 0 #F6CD58;
}

.stroke-pink-text {
    color: white;
    text-shadow:
        0 0 2px #D88185,
        -2px -2px 0 #D88185, 2px -2px 0 #D88185,
        -2px 2px 0 #D88185, 2px 2px 0 #D88185,
        -1px -1px 0 #D88185, 1px -1px 0 #D88185,
        -1px 1px 0 #D88185, 1px 1px 0 #D88185;
}

.stroke-green-text {
    color: white;
    text-shadow:
        0 0 2px #3C8483,
        -2px -2px 0 #3C8483, 2px -2px 0 #3C8483,
        -2px 2px 0 #3C8483, 2px 2px 0 #3C8483,
        -1px -1px 0 #3C8483, 1px -1px 0 #3C8483,
        -1px 1px 0 #3C8483, 1px 1px 0 #3C8483;
}

.stroke-white-green-text {
    color: #3C8483;
    text-shadow:
        0 0 2px #fff,
        -2px -2px 0 #fff, 2px -2px 0 #fff,
        -2px 2px 0 #fff, 2px 2px 0 #fff,
        -1px -1px 0 #fff, 1px -1px 0 #fff,
        -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.yellow-text-gradient-color {
    background: linear-gradient(to bottom, #F6CD58, #E99847);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    line-height: 1.2 !important;
}

.custom-font-meshed-variation {
    font-weight: 900;
    font-style: normal;
}

[dir='rtl'] .arrow-icon img {
    content: url('/assets/images/arrow-icon.png');
}

/* .spotlight-section {
    background: url('/assets/images/spotlight-bg-mobile.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 64rem;
} */

.spotlight-section {
    /* background: url('/assets/images/spotlight-bg.webp');
    background-size: cover;
    background-repeat: no-repeat; */
    overflow: hidden;
    width: 100%;
    height: 55rem;
}

.spotlight-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/spotlight-bg-mobile-en.webp') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

[dir='rtl'] .spotlight-section::before {
    transform: scaleX(-1);
    /* Flip the background image horizontally */
}

.iam {
    background: url('/assets/images/green-pink-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: fit-content;
    padding: 1rem 1rem 1.5rem;
    font-size: 1.2rem;
}

[dir='rtl'] .iam {
    padding: 0.2rem 2rem 1rem;
}

/* Engage with us Page */
.contact-form * {
    font-size: 1rem;
}

.item-card {
    transition: transform 0.3s ease-in-out;
    transform-origin: center center;
}

.item-card:hover {
    /* transform: scale(1.1); Increase size by 10% */
    transform: scale(1.05, 1.1);
    /* Scale X by 5% and Y by 10% */
}

.item-card img {
    transition: transform 0.3s ease-in-out;
}

.solid-bg {
    background: url('/assets/images/Background_0001.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hr-line {
    border-bottom: #BEBCC4 1px solid;
    width: 90%;
}

.tab-bg,
.accordion-tab-bg {
    background: url('/assets/images/tab-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.accordion-tab-bg-active {
    background: url('/assets/images/accordion-tab-active.webp');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.accordion-content-bg {
    background: url('/assets/images/accordion-content-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.small-content-bg {
    background: url('/assets/images/background-mobile-en.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[dir="rtl"] .small-content-bg {
    background: url('/assets/images/background-mobile.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.do-not-miss-out-bg {
    background: url('/assets/images/donotmissout-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tab-content-bg {
    background: url('/assets/images/tab-content-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tab-content-bg-reverse {
    background: url('/assets/images/tab-content-bg-2.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.made-in-uae-bg {
    background: url('/assets/images/made-in-uae-bg-en.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[dir='rtl'] .made-in-uae-bg {
    background: url('/assets/images/made-in-uae-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tab-bg:active,
.tab-active-bg {
    background: url('/assets/images/tab-active.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-content {
    background: url('/assets/images/about-content-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.latest-item-card:hover .overlay-light-green {
    display: block;
}

.latest-item-card:hover h4 {
    color: #3C8483;
}

.truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    line-clamp: 3;
}

.custom-height {
    height: calc((100vh - 6rem) / 4);
}

.vertical-item {
    grid-column: span 1;
    grid-row: span 2; 
}

.horizontal-item {
    grid-column: span 2; 
    grid-row: span 1;
}

/* Facts Page */
.main-carousel {
    opacity: 0; /* Hide the carousel initially */
    transition: opacity 0.2s ease-in-out; /* Smooth transition when showing */
}
.thumbnail-carousel .carousel-cell {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    cursor: pointer;
}

.arrow-icon {
    animation: moveDown 2s infinite ease-in-out;
}

@keyframes moveDown {
    0% {
        transform: translateY(0); /* Initial position */
    }
    50% {
        transform: translateY(5px); /* Move down 10px */
    }
    100% {
        transform: translateY(0); /* Back to initial position */
    }
}

.terms-content h2 {
    color: #D88185;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.terms-content h2 span {
    color: #3C8483;
}

.terms-content ul {
    list-style: disc;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
}

[dir='rtl'] .terms-content ul {
    margin-right: 1.5rem;
}

@media (min-width: 1000px) and (max-width: 1280px) {

    .menu-link-div {
        background: url('/assets/images/hover_image_green.png');
        background-size: 100% 1rem;
        background-repeat: no-repeat;
        background-position: center bottom;
        width: fit-content;
        min-width: 7.5rem;
    }

    .yellow-menu-link-div {
        background: url('/assets/images/hover_image_yellow.png');
        background-size: 100% 1rem;
        background-repeat: no-repeat;
        background-position: center bottom;
        width: fit-content;
        min-width: 7.5rem;
    }

    .menu-link,
    .change-language {
        font-size: 0.7rem;
    }

    .menu-tab-made-in-uae {
        display: block !important;
    }

    .accordion-made-in-uae {
        display: none !important;
    }

    /* .about-hero-desktop {
        display: none !important;
    }

    .about-hero-mobile {
        display: flex !important;
    } */

    .events-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (min-width: 768px) {
    /* .spotlight-section {
        background: url('/assets/images/spotlight-bg.webp');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 64rem;
    } */

    .spotlight-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/assets/images/spotlight-bg-en.webp') no-repeat center center;
        background-size: cover;
        z-index: -1;
    }

    [dir='rtl'] .spotlight-section::before {
        transform: scaleX(-1);
        /* Flip the background image horizontally */
    }

    .my-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .contact-form * {
        font-size: 1.6rem;
    }

    .green-lines-imgbg {
        background: url('/assets/images/green-lines.png');
        background-size: 100% 4.6rem;
        background-repeat: no-repeat;
        background-position: center bottom;
        width: fit-content;
    }
}

@media screen and (min-width: 991px) {
    .hero-section {
        height: calc(100vh - 6rem);
        min-height: 800px;
    }
}

@media screen and (min-width: 1024px) {
    .my-container {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media screen and (min-width: 1600px) {
    .change-language {
        margin-left: 10rem !important;
    }

    [dir="rtl"] .change-language {
        margin-left: 0 !important;
        margin-right: 10rem !important;
    }
}