* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}

body {
    font-family: "El Messiri", sans-serif;
    background-image: url(./);
}

/*my nav */

nav .logo-left,
nav .logo-right {
    display: inline-block;
    width: 15%;
}

nav {
    list-style: none;
    display: flex;
    justify-content: space-around;
    background-color: transparent;
    color: white;
    padding: 5px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
header {
    text-align: center;
    background-color:transparent;
    position: sticky;
    top: 0;
    z-index:-1;
}

header h1 {
    font-size: 0.7em;
    color: #00a9e0;
}


main {
    padding-top: 5px;
    /* Height of the header */
    padding-bottom: 5px;
    /* Height of the footer */
}

section {
    padding: 0px;
    min-height: 100vh;
}


main .sections {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
main .sec1{
    justify-content: center;
}

main .sec1 h1 {
    font-size: 56px;

}

main .sec1 p span {
    font-size: 32px;
    font-weight: bold;
}

.wave-text {
    color: blue;
    background: linear-gradient(90deg, #00f, #0ff, #00f);
    background-size: 200% 100%;
    animation: wave 5s infinite linear;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes wave {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

main .sec1 img {
    margin-top: 20px;
    width: 100%;
    max-width: 200px;
    max-height: 500px;
}


/* For tablets and larger screens */
@media (min-width: 768px) {
    main .sec1 img {
        width: 100%;
        height: auto;
    }
    nav {
        padding: 0;
    }
}

/* For mobile screens */
@media (max-width: 767px) {
    main .sec1 img {
        width: 80%;
        height: auto;
    }

    main .sec1 h1 {
        font-size: 32px;


    }

    main .sec1 .title0 {
        font-size: 12px;
        padding-top: 0;
        margin-top: -10px;


    }

    main .sec1 .title1 {
        font-size: 10px;
        padding: 0;
        font-weight: bold;
        margin-top: -10px;
    }

 

    main .sec1 p span {
        font-size: 24px;
        font-weight: bold;
    }

    nav .logo-left,
    nav .logo-right {
        display: inline-block;
        width: 20%;
    }
}

/* For section 2 */
.agenda{
    margin-top: 50px;
}

.timeline {
    position: relative;
    margin: 0 auto;
    padding: 25px;
    max-width: 600px;
}

.timeline-event {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

.timeline-event:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #e0e0e0;
    z-index: -1;
}

.timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #00a9e0;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-icon img {
    width: 20px;
    height: 20px;
}

.timeline-content {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
    margin-top: 0;
}

.timeline-content button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #00a9e0;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.timeline-content button:hover {
    background-color: #0056b3;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 55px;
    top: 30px;
    width: 83%;
    height: 95%;
    /* background-color: rgba(81, 106, 114, 0.5); */
	background-color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 6px;
    direction: ltr;
	border-style: solid;
  border-color: DodgerBlue;
  border-width: 2px;
  border-radius: 15px;
}

.modal-content {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    position: relative;
	font-size: 8px;

}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 34px;
    cursor: pointer;
}





  
   .alexandria {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh; /* 60% of viewport height */
    background-color: rgba(255, 255, 255, 0.8);
}

.alexcontent {
    text-align: center;
    position: relative;
}

.alexandria .image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.video {
    width: 90%;
    max-height: 240px;
}



.button {
    display: inline-block;
    padding: 5px 10px;
    background: linear-gradient(60deg,#2a93b6, #00bfff, #2a93b6);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 2px;
    animation: wave 5s infinite linear;
    font-weight: bold;

}

.alexandria .glass-effect {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.274);    
    color: #0768a0;
    font-size: 1em;
    text-align: justify;
    direction: rtl;
    padding:  10px ;
    margin: 20px
 
    

}

@media (max-width: 600px) {
    .button {
        width: 60%;
        font-size: 1.2em;
        padding:  5px 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.589);   


    }

    .glass-effect p {
        font-size: 1em;
        font-weight: bold;
        padding:  20px 25px;


    }
}

/* section 4 */
.contact-us {
    padding: 20px; /* Add padding for better spacing */
}

.contact-info {
    display: flex;
    flex-direction: column; /* Stack items vertically */
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px; /* Space between items */
}

.contact-icon {
    width: 24px; /* Set width of your icons */
    height: 24px; /* Set height of your icons */
    margin-right: 8px; /* Space between icon and text */
}

/* Responsive styles */
@media (max-width: 600px) {
    .contact-icon {
        width: 30px; /* Slightly smaller icon on mobile */
        height: 30px; /* Slightly smaller icon on mobile */
    }

    .contact-us {
        padding: 20px; /* Less padding on mobile */
    }
    .contact-us h1{
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .contact-item {
        font-size: 14px; /* Smaller text size on very small screens */
    }
}


/* slide language  */


.language-container {
    position: fixed;
    left: 1px;
    top: 60%;
    transform: translateY(-40%);
    backdrop-filter: blur(10px);
    background: #23aeff;
    /* Adjusted for white background */
    border-radius: 10px;
    padding: 5px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 50px;
    z-index: 1001;
    /* Adjusted width */
}

.language-container a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;

    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    /* Adjusted for better contrast on white */
    font-size: 10px;
    /* Adjusted font size */
}

.language-container a.active {
    color: yellow;
	background: #ecbc94;
	border-radius: 10px;

}

.language-container a:last-child {
    margin-bottom: 0;
}

.language-container i {
    margin-right: 5px;
    /* Adjusted margin */
}


footer {
    background-color: #ffffff;
    color: white;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
}

footer ul li a {
    color: white;
    text-decoration: none;
}

footer ul li a img {

    max-width: 60px;
}

footer ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;

}

