/* --- GENERAL RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.blue{
    color:#1a61a3;
}
@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GESSTwoMedium-Medium.woff2') format('woff2'),
        url('../fonts/GESSTwoMedium-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GE SS Two Light';
    src: url('../fonts/GESSTwoLight-Light.woff2') format('woff2'),
        url('../fonts/GESSTwoLight-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.ar{
    font-family: 'GE SS Two';
}
.en{
    font-family: 'Niramit', sans-serif;
}
.ar p{
   font-family: 'GE SS Two Light';
   font-size: 26px;
   text-align: right !important;
direction: rtl;
}   
.desktop-pt-0{
    padding-top: 0 !important;
}
.desktop-pb-0{
    padding-bottom: 0 !important;
}
 .swiper {
    
            margin: 50px auto;
        }
    
        .swiper-slide img {
            width: 100%;
    
        }
/* --- PAGE STYLE --- */
body {
    /* feel free to adjust based on your design bg */
    font-family: "Niramit", sans-serif;
    min-height: 100vh;
    background-color: #fcd6c8;
    position: relative;
    overflow-x: hidden;
    color: #000000;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url("../img/bg.jpg");
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}
h2 {
    font-size: 42px;
}
/* --- HEADER SECTION --- */
.hero-header {
    width: 80%;
        padding: 60px 2px;
        padding-top: 187px;
        position: relative;
        margin: 0 auto;
}

/* Flex container */
.header-logos {
    display: flex;
    justify-content: flex-end;
    /* Right logo aligns to right */
    align-items: center;
    position: relative;
    min-height: 80px;
}
.pt-50{
    padding-top: 50px;
}
/* Centered festival logo */
.logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
        height: 120px;
    /* adjust based on real design */
}
.text-center{
    text-align: center;
}
/* Right logo */
.logo-right {
    height: 81px;
    /* adjust based on real design */
    object-fit: contain;
}

.mobile-logo {
    display: none;
}

.stamps-container{
margin-top: -166px;
position: relative;
}
.landing-video {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: darken;
    object-fit: cover;
}
.mobile-video {
    display: none;
}
.desktop-video {
    display: block;
}
.stamps-container-item {
    position: relative;
}
.stamps-image{
    width: 100%;
    z-index: -1;
    opacity: 0;
}
.stamp-arabi-orange {
    position: absolute;
    top: 76.83%;
    left: 3.07%;
    width: 20%;
    will-change: transform;
    transform-origin: center center;
}
.stamp-arabi {
    position: absolute;
    top: 0.17%;
    left: -0.05%;
    width: 26%;
    will-change: transform;
    transform-origin: center center;
}
.stamp-arabblue {
    position: absolute;
    top: 68%;
    width: 25%;
    right: -2.71%;
    will-change: transform;
    transform-origin: center center;
}
.stamp-jawna {
    position: absolute;
    top: 14.17%;
    left: 27.5%;
    width: 43%;
    will-change: transform;
    transform-origin: center center;
}
.stamp-single {
    position: absolute;
    top: 59.17%;
    left: 56.51%;
    z-index: 2;
    width: 22%;
    will-change: transform;
    transform-origin: center center;
}


.about-section {
    display: flex;
    flex-direction: row-reverse;
    /* <-- Arabic on the right ALWAYS */
    justify-content: space-between;
        gap: 90px;
    padding: 60px 15%;
}

.thumbs-section {
    display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 13px;
        padding: 60px 7%;
}
.thumbs {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.thumbs img{
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.thumbs:hover {
    transform: translateY(-5px);
}

.thumbs:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}
/* Arabic column */
.about-ar {
    width: 50%;
    direction: rtl;
    text-align: right;
    line-height: 1.9;
    font-size: 24px;
}

/* English column */
.about-en {
    width: 50%;
    direction: ltr;
    text-align: left;
    line-height: 1.8;
    font-size: 24px;
}

/* Headings */
.about-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.about-section p{
    font-weight: 400;
        text-align: justify;

}
.large-title{
    margin-top: 80px;
    margin-bottom: 80px;
}
.large-title h1{
    font-size: 82px;
    font-weight: bold;
}
.main-content{
    margin-top: 60px;
    margin-bottom: 20px;
}
.desktop-hide{
    display: none;
}
.ticket-cta-table {
margin: 0 auto;
    margin-bottom: 80px;
}
.smicon img{
    width: 80%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.smicon:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.ticket-cta-table a {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.ticket-cta-table a:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.contact-download-section {
    padding: 0 15%;
    margin-bottom: 60px;
}

.contact-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.contact-ar,
.contact-en {
    flex: 0 0 auto;
}

.contact-ar h3,
.contact-en h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #1a61a3;
}

.contact-ar h3 {
    font-family: 'GE SS Two';
    direction: rtl;
    text-align: right;
}

.contact-en h3 {
    font-family: 'Niramit', sans-serif;
    direction: ltr;
    text-align: left;
}

.contact-email-single {
    flex: 1;
    text-align: center;
}

.contact-email-single a {
    color: #1a61a3;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 24px;
}

.contact-email-single a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

 p a {
    color: #1a61a3;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 24px;
}

 p a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
/* --- TABLET/DESKTOP RESPONSIVE --- */
@media (max-width: 1280px) {
    .pt-50 {
            padding-top: 30px;
        }
    .logo-center{
        height: 80px;
    }
    .logo-right{
        height: 60px;
    }
    .stamps-container{
       margin-top: -66px;
    }
    .main-content{
        margin-top: 40px;
    }
    .large-title{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .large-title h1{
                font-size: 45px;
    }
    .about-section{
        padding: 40px 10%;
    }
    .about-section p{
        font-size: 18px;
    }
    .about-section h3{
        font-size: 20px;
    }
    .thumbs-section{
        padding: 40px 5%;
    }
  
    .thumbs img{
        width: 100%;
}

h2{
    font-size: 32px;
}
    .contact-download-section {
        padding: 0 10%;
    }
    .contact-ar h3,
    .contact-en h3 {
        font-size: 20px;
    }
    .contact-email-single a {
        font-size: 20px;
    }
    .download-section p a {
        font-size: 18px;
    }
}
/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    .mobile-video {
        display: block;
    }
    .desktop-video {
        display: none;
    }
    .about-section{
        gap: 40px;
    }
    .desktop-pt-0 {
            padding-top: 20px !important;
        }
    
        .desktop-pb-0 {
            padding-bottom: 20px !important;
        }
    .pt-50 {
            padding-top: 20px;
        }
.hero-header{
    padding-top: 10px;
}
    .mobile-logo {
        display: block;
        max-width: 120px;
        height: auto;
        margin-bottom: 16px;
    }

    .desktop-logo {
        display: none;
    }

    .ticket-cta-table {
            max-width: 300px;
            width: 300px;
        }
    .desktop-hide{
        display: block;
    }
    .mobile-hide{
        display: none;
    }
    .about-section p{
        font-size: 15px;
    }
    h2{
                font-size: 20px;
                    padding-left: 9px;
                    padding-right: 9px;
    }
    .main-content{
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .large-title{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .large-title h1 {
            font-size: 29px;
        }
    .header-logos {
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }

    .logo-center {
        position: static;
        transform: none;
        max-width: 200px;
        height: auto;
    }

    .logo-right {
        max-width: 90px;
        height: auto;
        }


                .about-section {
                    flex-direction: column;
                    text-align: center;
                    padding: 40px 20px;
                }
                .thumbs-section {
                    flex-direction: column;
                    text-align: center;
                    padding: 40px 20px;
                }

        
                .about-ar,
                .about-en {
                    width: 100%;
                    text-align: center;
                    direction: unset;
                    /* each keeps natural flow */
                }
                                 .about-section {
                                     flex-direction: column;
                                     /* stack */
                                     text-align: center;
                                     padding: 40px 20px;
                                 }
                
                                 .about-ar,
                                 .about-en {
                                     width: 100%;
                                     text-align: center;
                                     direction: unset;
                                 }
    .contact-download-section {
        padding: 0 20px;
    }
    .contact-wrapper {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .contact-ar,
    .contact-en {
        width: 100%;
    }
    .contact-ar h3,
    .contact-en h3 {
        font-size: 18px;
        text-align: center;
    }
    .contact-email-single {
        margin: 0;
    }
    .contact-email-single a {
        font-size: 18px;
    }
    .download-section p a {
        font-size: 15px;
    }
}