﻿@font-face {
    font-family: 'Tajawal'; /* name you will use in CSS */
    src: url('/Images/events/Ghandy/Tajawal/Tajawal-Regular.woff2') format('woff2'), url('/Images/events/Ghandy/Tajawal/Tajawal-Regular.woff') format('woff'), url('/Images/events/Ghandy/Tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal-bold'; /* name you will use in CSS */
    src: url('/Images/events/Ghandy/Tajawal/Tajawal-Bold.woff2') format('woff2'), url('/Images/events/Ghandy/Tajawal/Tajawal-Bold.woff') format('woff'), url('/Images/events/Ghandy/Tajawal/Tajawal-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adobearabic'; /* name you will use in CSS */
    src: url('/Images/events/Ghandy/adobearabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Adobearabic',sans-serif;
}

html {
    scroll-behavior: smooth;
}
/* Global styles */
body {
    margin: 0;
    font-family: 'Adobearabic',sans-serif !important;
    color: white;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.hero-bg {
    height: 100vh;
    background: url("poster.jpg") no-repeat center center/cover;
}

.rest-bg {
    height: 100%;
    background: url('/Images/events/Ghandy/background_section.jpg') no-repeat center center/cover;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

/* Section 1 */
.section-hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}


.hero-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

    .hero-logos img {
        max-width: 250px; /* Adjust logo size */
        height: auto;
    }

.hero-img {
    width: 250px;
    margin-bottom: 20px;
}
/* Main Event Title */
.main-title {
    font-size: 3rem;
    margin-bottom: 20px;
}
.main-title-up {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.subtitle-small-middle{
    font-size: 1.6rem;
    padding: 0px 90px;
    line-height: 52px;
    text-align: right;
    margin-bottom: 30px;
    color: #c4a656;
}

/* Big Subtitles */
.subtitle-large {
    margin-bottom: 10px;
    font-size: 8rem;
    margin-top: 1px;
    font-weight: 100;
    font-family: "Cinzel", serif;
    font-size: clamp(3rem, 8vw, 6rem);
    /* font-weight: 600; */
    text-transform: uppercase;
    /* letter-spacing: .08em; */
    background: linear-gradient(180deg, #FAE7A6 0%, #E4C77B 18%, #C9964C 38%, #8B602E 55%, #C69448 72%, #F6DE9A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.newcolor {
    font-weight: 100;
    font-family: "Cinzel", serif;
    
  
    text-transform: uppercase;
   
    background: linear-gradient(180deg, #FAE7A6 0%, #E4C77B 18%, #C9964C 38%, #8B602E 55%, #C69448 72%, #F6DE9A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle-small {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #c4a656;
}

/* Button */
.confirmation-btn {
    background: #fff;
    color: #caab59;
    padding: 17px 73px;
    font-weight: bold;
    border-bottom-left-radius: 42px;
    display: inline-block;
    font-size: 1.5rem;
    border-top-right-radius: 42px;
}

/* Date */
.event-date {
    font-size: 1.2rem;
    padding-top: 30px;
}

/* Section 2 */
.section-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 231px;
    background: url(/Images/events/Ghandy/background_section.jpg) no-repeat center center / cover;
}

/* Left Side Poster */
.poster-container {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 20px;
    min-width: 100px;
}

.poster {
    position: relative;
    background: #B78547;
    border-radius: 15px;
    padding: 10px;
    /* clip-path: polygon( 0% 0%, 100% 0%, 100% 90%, 95% 90%, 95% 100%, 5% 100%, 5% 90%, 0% 90% );
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transform: rotate(-2deg);*/
}

.poster-img {
    width: 100%;
    border-radius: 10px;
}
@media (min-width:1400px) {

    .poster {
        max-width: 520px;
    }
}
@media (max-width:1200px) {

    .poster {
        max-width: 430px;
    }
}
@media (max-width:992px) {

    

    .poster {
        max-width: 380px;
    }
}
@media (max-width:768px) {

    

    .poster {
        width: 100%;
        max-width: 320px;
        padding: 8px;
        border-radius: 12px;
    }

    .poster-img {
        border-radius: 8px;
    }
}

/* Right Side Content */
.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    color: white;
    direction: rtl;
    min-width: 300px;
    text-align: center;
}

.content-title {
    margin-bottom: 10px;
    font-size: 4rem;
    padding-bottom: 33px;
    color: #c4a656;
    line-height: 5.0rem;
}

.award-btn {
    background: #c4a656;
    color: black;
    padding: 15px 61px;
    font-weight: bold;
    border-bottom-left-radius: 42px;
    display: inline-block;
    font-size: 2.0rem;
    border-top-right-radius: 42px;
}
 
.awards-container {
    margin: 0px;
}

.award-img {
    height: 100px;
    margin-left: 10px;
}

.award-img-second {
    height: 100px;
}

.event-description {
    font-size: 1.7rem;
    padding: 0px 90px;
    line-height: 52px;
    text-align: right;
}

.location-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
    text-align: right;
}

.location-img {
    height: 120px;
}

.location-details {
    margin: 0;
    font-size: 1.5rem;
}

.location-address {
    font-weight: bold;
    margin: 0;
    font-size: 1.5rem;
    line-height: 50px;
}

.location-time {
    margin-top: 10px;
    font-size: 1.2rem;
}

/* Registration Section */
.registration-section {
    padding: 60px 20px;
    background: url('/Images/events/Ghandy/background_section.jpg') no-repeat center center/cover;
    direction: rtl;
    color: white;
}

.registration-wrapper {
    max-width: 600px;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.registration-title {
    text-align: center;
    margin-bottom: 10px;
    color: #c4a656;
}

.registration-subtitle {
    text-align: center;
    margin-bottom: 25px;
    color: #c4a656;
    font-size: 0.9rem;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 5px;
}

.form-input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}

.submit-btn {
    background: #c4a656;
    color: black;
    border: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
}

/* Date Section */
.event-date-section {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
}

.event-date {
    font-size: 1.6rem;
    direction: rtl;
    display: inline-flex;
    align-items: center;
}

.event-icon {
    font-size: 1.6rem;
    margin-left: 8px;
}

/* Video Section */
.event-video-section {
    /*  background: linear-gradient(145deg, #1a1a1a, #2b2b2b);*/
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

    .event-video-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at center, rgba(196,166,86,0.1) 0%, transparent 70%);
        z-index: 0;
    }

    .event-video-section h2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        color: #c4a656;
        font-family: 'Adobearabic',sans-serif !important;
        position: relative;
        z-index: 1;
    }

    .event-video-section p {
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto 40px;
        color: #ddd;
        position: relative;
        z-index: 1;
    }

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    aspect-ratio: 16/9;
    background: black;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(196,166,86,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

    .video-wrapper:hover {
        transform: scale(1.02);
        box-shadow: 0 0 40px rgba(196,166,86,0.6);
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }


@media (max-width: 765px) {
    .section-hero {
        padding: 60px 20px 20px 20px;
        height:unset !important;
    }
    /* Section 2 */
    .section-info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: unset !important;
        background: url(/Images/events/Ghandy/background_section.jpg) no-repeat center center / cover;
    }
   /* .poster-container {
        flex: unset !important;
    }*/

    .hero-img {
        width: 50%;
        margin-bottom: 20px;
    }

    .main-title {
        font-size: 1.9rem;
        margin-bottom: 20px;
    }
    .main-title-up {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .subtitle-large {
        margin-bottom: 10px;
        font-size: 3rem;
        margin-top: 1px;
    }
    .subtitle-small {
        font-size: 2rem;
        margin-bottom: 30px;
        color: #c4a656;
    }

    .confirmation-btn {
        font-size: 1.5rem;
        margin-top: 25px;
    }

    .event-date {
        font-size: 1.3rem;
        padding-top: 30px;
    }

    .section-info {
        display: flex;
        flex-direction: column;
    }

    .event-description {
        font-size: 2rem;
        padding: 0px 20px;
        text-align:center;
    }

    .location-container {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .location-details {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }
    .event-video-section h2 {
        font-size: 1.7rem;
    }
    .location-address {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }

    .location-time {
        font-size: 1.4rem;
    }

    .registration-wrapper {
        max-width: 70%;
        margin: auto;
        background: rgba(0, 0, 0, 0.8);
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .registration-title {
        font-size: 2.5rem;
    }

    .registration-subtitle {
        font-size: 1.9rem;
    }

    .form-label {
        font-size: 1.9rem;
    }
    .awards-container img {
        height: 110px !important;
    }
    .form-input {
        width: 90%;
        font-size: 1.5rem;
    }

    .submit-btn {
        margin-top: 25px;
        font-size: 1.9rem;
    }
    .content-title {
        margin-bottom: 10px;
        font-size: 2rem;
        padding-bottom: 33px;
        color: #c4a656;
        line-height: 5.0rem;
    }
    .hero-logos {
        flex-direction: initial;
        gap: 10px;
    }
        .hero-logos img {
            max-width: 170px; /* Adjust logo size */
            height: auto;
        }
    .subtitle-small-middle {
        font-size: 1.2rem;
        padding: unset !important;
        line-height: 52px;
        text-align: right;
        margin-bottom: 30px;
        color: #c4a656;
    }
}



.event-sidebar {
    width: 100%;
    max-width: 360px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
}

.event-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 0;
}

.event-icon {
    width: 40px;
    color: #C89A57;
    font-size: 24px;
    text-align: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.event-text {
    flex: 1;
}

    .event-text h6 {
        margin: 0 0 10px;
        color: #C89A57;
        font-size: 18px;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .event-text p {
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.45;
        font-weight: 500;
    }

        .event-text p + p {
            margin-top: 4px;
        }

    .event-text span {
        display: block;
        margin-top: 6px;
        color: #E5E5E5;
        font-size: 17px;
        line-height: 1.6;
    }

.small-text {
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: #F2F2F2;
}

.event-divider {
    width: 100%;
    height: 1px;
    background: #B78547;
}
@media (max-width:768px) {

    .event-sidebar {
        max-width: 100%;
    }

    .event-block {
        gap: 16px;
        padding: 22px 0;
    }

    .event-icon {
        width: 32px;
        font-size: 20px;
    }

    .event-text h6 {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .event-text p {
        font-size: 16px;
    }

    .event-text span {
        font-size: 15px;
    }

    .small-text {
        font-size: 15px !important;
    }
}

.section-info-2 {
    padding: 100px 0 0 0;
}

.about-film-grid {
    display: flex;
    grid-template-columns: 1.1fr .9fr;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align:center
}

.section-subtitle {
    display: inline-block;
    color: #C89A57;
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-title {
    font-family: "Cinzel", serif;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
}

.about-film-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #D6D6D6;
    margin-bottom: 22px;
}

.film-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    margin-top: 15px;
    border: 1px solid #C89A57;
    color: #C89A57;
    text-decoration: none;
    transition: .35s;
    font-size:3rem;
}

    .film-btn:hover {
        background: #C89A57;
        color: #111;
    }
/*
@media(max-width:992px) {

    .about-film-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .section-title {
        font-size: 36px;
    }

    .about-film-content {
        order: 2;
    }

    .about-film-image {
        order: 1;
    }
}
}*/
@media(max-width:576px) {

    .section-info-2 {
        padding: 70px 0 0 0;
    }
}

    
