*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    background-color: #2A9A14;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0px;
    padding: 20px;
    
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-family: 'Almarai';
}

.container{
    width: 100%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    background-color:#C5FFB2;
    min-width: unset;
}

.top {
    height: 70px;
    direction: ltr;
    text-align: center;
    width: 96vw;
    
 
    position: absolute;
    z-index: 2;
    position: 0;
}
#div2 {
    position:relative ;
    z-index: 1;
}

.top a:link, .top a:visited{
    color: black;
    text-decoration: none;
}

.top a:hover {
    color:white;
    background-color: rgb(14,88,39);
}

.top td{
    width: 33%;
}


#nav-en{
    background: #603813;
    background: -webkit-linear-gradient(to bottom, #603813, #b29f94);
    background: -moz-linear-gradient(to bottom, #603813, #b29f94);
    background: -o-linear-gradient(to bottom, #603813, #b29f94);
    background: linear-gradient(to bottom, #603813, #b29f94);
    height:50px;
}

#nav-en a:link , #nav-en a:visited{
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

#nav-en a:hover{
    color: #000000;
}

#nav-en> ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#nav-en li {
    position: relative;
    margin: 0;
    font-size: x-large;
    width: 18%;
    text-align: center;
    white-space: nowrap;
}

#nav-en li:hover .dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#mainDiv{
    background: white;
    width: 100%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -moz-box;
    
    display:flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items:stretch;
}

.mainDiv1{
    width: 75%;
   /* height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;*/
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    
    
}
.mainDiv1>img{
    width:95%;
    
    padding-top: 5px;
    flex:1;
}

.mainDiv2{
    margin-top: 10px;
    width: 25%;
    /*height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;*/
    background-color: white;
    display: flex;
    flex-direction: column;
    
    
    
}
#empty_div{
    background-color: #01582B;
    height: 110px;
    margin : 5px 0 0 0;
    flex: 1;

    
}
.info-widget {
  display: flex;
  flex:1;
  justify-content: space-between;
  align-items: center;
  background: #01582B;
  color: #00FF00;
  padding: 15px;
  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 5px 0 0 0;
}

.time-date {
  text-align: center;
}

#time {
  font-size: 2.5rem;
  font-weight: bold;
}

#date {
  font-size: 1.2rem;
  opacity: 0.9;
}

.weather {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            margin-right: 5px;
        }

        .weather-info {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        #weather-city {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 3px;
        }

        #weather-temp {
            font-size: 1.8rem;
            font-weight: bold;
        }

        #weather-desc {
            font-size: 1rem;
            opacity: 0.8;
        }

        #weather-icon img {
            width: 50px;
            height: 50px;
        }

        .weather-details {
            font-size: 0.9rem;
            margin-top: 5px;
        }

        .loading {
            font-size: 0.9rem;
            color: black;
        }
#student_windows{
    background-color: #01582B;
    font-size: 32px;
    font-family:  'Almarai', sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    
}
#student_windows a{
    color:#00FF00;
    text-decoration: none;
    text-align: center;
}
#student_windows a:hover{
    font-size: 35px;
}
.mainDiv2 h1{
    color: #E9D67A;
    background: #2A9A14;
    margin: 0;
    padding:10px 20px 10px 0;
    border-radius: 30px;
    margin: 5px 0 5px 0;
}

#about_paragraph{
    background-color:#E8EEEC;
    width: 90%;
    font-size: 20px;
    font-family: 'Almarai';
    font-weight: bold;
    padding: 10px;
    direction: rtl;
    line-height: 1.5;
    text-align: justify;
}
#about_div{
    background-color: #C5FFB3;
    display: flex;
    width: 95%;
    margin: 10px 0 10px 0;
}
#about_div img{
    height: 25%;
    width: 10%;
}

.mainDiv2 ul{
    background: #C5FFB2;
    list-style-type: none;
    padding: 0px;
    border: #01582B 2px solid;
}

.mainDiv2 li{
    display: list-item;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Almarai', sans-serif  ;
    padding-top: 25px;
    border-bottom:#01582B 3px solid;
    text-align: center;
    
}

.mainDiv2 li:hover{
    background-color: #2A9A14;
}
.mainDiv2 li:hover .link_style{
    color: #E9D67A;
}

#visitor{
    color: rgb(0, 0, 0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color:lightgray;
    margin: 10px 0 0 0 ;
}

#visitor li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    justify-content:center;
    padding: 0;
}
#visitor li:hover{
    background-color: lightgray;
    
}
.link_style{
    color: black;
    text-decoration: none;
}


#maindiv3 {
    width: 100%;
    background-color: #2A9A14;
    justify-content: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    border-top: #000000 3px solid;
    margin-top: 15px;

    
}

.newsTable {
    width: 95%;
    margin-top: 10px;
    color: white;
}

.newsTable a:Link, .newsTable a:visited{
    color: white;
    text-decoration: none;
    font-size: larger;
}

.newsTable a:hover{
    text-decoration:underline ;
}

#nav{
    background: #01582B;
    height:50px;
}

#nav a:link , #nav a:visited{
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

#nav a:hover{
    color: #000000;
}

#nav> ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    direction: rtl;
}

#nav>ul> li {
    position: relative;
    margin: 5px;
    padding: 0;
    font-size: x-large;
    height: 40px;
    width:15%;
    text-align: center;
    white-space: nowrap;
    background-color: #2A9A14;
    border-radius: 30px;
}

.dropdown {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    background: #01582B;
    color: white;
    -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
}

.dropdown  li {
    position: relative;
    margin: 5px;
    padding: 0;
    font-size: x-large;
    height: 40px;
    width:15%;
    text-align: center;
    white-space: nowrap;
    background-color: #2A9A14;
    border-radius: 30px;
    transition: all 0.5s;
}
.dropdown li:hover{
    width: 100%;
}


#nav li:hover .dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slider {
    position: relative;
    width: 95%;
    height: 400px;
    overflow: hidden;
    margin-top: 10px;
}

.slides {
    position: relative;
    width: 80%;
    height: 100%;
}

.slides img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10%;
    opacity: 0;
    -webkit-transition: opacity 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slides img.active {
    opacity: 1;
    z-index: 2;
}

.blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    z-index: 1;
    -webkit-transition: background-image 0.5s ease;
    -moz-transition: background-image 0.5s ease;
    -o-transition: background-image 0.5s ease;
    transition: background-image 0.5s ease;
}



#practical_lesson_div {
    width: 95%;
    display: flex;
    background-color:#C5FFB3;
}
#practical_lesson_div> img{
    width:10%;
    height: 25%;
}
#practical_lesson{
    width: 90%;
    font-family: 'Almarai';
    font-weight: bold;
    background-color: #E8EEEC;
}
#practical_lesson p{
    padding-bottom: 5px;
}

#practical_lesson td{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 25px;
}
#practical_lesson_table_first{
    display: block;
    direction: rtl;
    justify-content: right;
   
}
#practical_lesson tr{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top:20px;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}


#practical_lesson img{
    width: 300px;
    height: 200px;
    padding: 2px;
    border: #01582B 5px solid;
}

@media screen and (max-width: 768px) {
    .container {
        height: 100%;
    }
}