* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    list-style: none;
    text-decoration: none;
    
    
}

body {
    max-width: 1400px;
    height: 100vh;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
   
    
    
}

header{
    max-width: 1500px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%;
    width: 100%;
    margin: 0 auto;
}

header .logo{
    font-size: 25px;
    font-weight: 900;
    margin-right: auto;
}
header .logo-eu{
    font-size: 25px;
    font-weight: 900;
    margin-left: auto;
}

header .logo:hover{
    transform: scale(1.2);
}

header nav ul li{
    position: relative;
    float: left;
}

header nav ul li a{
    padding: 18px;
    color: #0a0a0a;
    font-size: 16px;
    display: block;
}

header nav ul li a:hover{
    background: #3071b8;
    color: #fff;
}

.hamburger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #3071b8;
}
@media(max-width:900px){
    .hamburger{
        display: block;
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-menu{
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        background-color:  #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }
    .nav-item{
        margin: 16px 0;
    }
    .nav-menu.active{
        left: 0;
    }
}

img {
    padding: 10px;
    border-radius: 12px;
    border: none;
    }

#plan li a{
    text-align: left;
    color: #0a0a0a;
    text-decoration: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    border: 5px solid white;
    width: 100%;
    font-size: large;
    display: inline-block;
    
}
#plan li a:hover{
    background: #3071b8;
    color: #fff;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align: center;
    color: #000;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    }
h2 {
    text-align: left;
    color: #3071b8;
    padding: 8px;
    border-radius: 12px;
    width: auto;
    font-size: large; 
    line-height: 1.8;
    text-align:left;
}
h3 {
    text-align: left;
    color: #0a0a0a;
    padding: 6px;
    border-radius: 5px;
    width: auto;
    font-size: 15px;
    font-style: normal;
}
p {
    text-align: left;
    color: #0a0a0a;
    padding: 4px;
    border-radius: 5px;
    width: auto;
    font-size: 15px;
    font-style: normal;
}
li {
    text-align: left;
    color: #0a0a0a;
    padding: 4px;
    border-radius: 5px;
    width: auto;
    font-size: 15px;
    font-style: normal;
}
footer{
    text-align: center;
}
.gallery{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery a {
    flex: 1 1 35rem;
    height: 250px;
    margin: 1rem;
    border-radius: 5px;
    border: 2px solid #185b99;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .8);
    overflow: hidden;
    transition: 3s;
}
.gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.gallery a img:hover{
    transform: scale(1.1);
}

footer{
    position: bottom;
}

.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    

}
.card{
    width: 325px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .8);
    margin: 20px;
    
}

.card img{
width: 100%;
height: auto;
size: 50%;

}

.card-content{
    padding: 16px;
}

.p{
    color: #185b99;
    font-size: 15px;
}
.btn{
    display: inline-block;
    padding: 8px 16px;
    background-color: #3071b8;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: 5px;
    transition: backgraund-color 0.3s ease;

}
.map{
    
    box-shadow: 0 1rem 2rem #3071b8;
    border-radius: 0.5rem;
    width: 100%;
    height: 70%;
    justify-content: center;
    align-items: center;
    
}
.leng-menu {
    top: 100px;
    text-align: right;
    color: #185b99;
 
}
.Youtube{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(48, 113, 184, 1);
    }

.video{
    padding: 5px;
    display: flex;
    object-fit: cover;
    vertical-align: middle;
    height: auto;
    justify-content:center;
    
}
.video-frame{
    height: 268px;
    width: 476px;
    display: flex;
    justify-content:center;
    
    
}

.Youtube h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    max-width: 700px;
    object-fit: cover;
    vertical-align: middle;
    width:100%;
    height: auto;
    justify-content:center;
}

.partners{
    
    display: flex;
    gap: 5rem;
    box-shadow: 0px 2px 4px rgba(48, 113, 184, 1);
    text-align: left;
    border-radius: 8px;
    }


.partners h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align: left;
    color: #000;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 20px;
    }
.partners h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: justify;
    color: #000;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    text-transform: capitalize;
    font-weight:bold;
    }
    .partners p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #000;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    text-transform: capitalize;
    font-weight:200;
   
}
.partners img{
    max-width: 50%;
    margin-left: auto;
}
.pdf{
    
    margin-left: 310px;
    margin-right: 310px;
    padding: auto;
    border-radius: 8px;
    line-height: 1.5;
    border-style:outset;
    border-width: 2px;
    border-color: #3071b8;

}
.card-container-events{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    
}
.card-events{
    width: 500px;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px #3071b8;
    margin: 20px;
    justify-content:center;
}

.card-events h1{
    color: #0a0a0a;
    font-size: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
    text-align:left;   
}

.card-events img{
width: 100%;
height: auto;
size: 50%;
justify-content:center;
}

.card-events-content{
    padding: 16px;

}

.card-events p{
    color:#0a0a0a;
    font-size: 15px;
}
.card-events btn{
    display: inline-block;
    padding: 8px 16px;
    background-color: #30b844;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color: #fff;
    text-decoration: 5px;
    transition: backgraund-color 0.3s ease;
}
.section{
    
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(48, 113, 184, 1);

}
.section img {
    max-width: 600px;
    object-fit: cover;
    vertical-align: middle;
    width:100%;
    height: auto;
    justify-content:center;
     
}

.section h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align: center;
    color: #000;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    max-width: 700px;
    object-fit: cover;
    vertical-align: middle;
    width:100%;
    height: auto;
    justify-content:center;
    }

.text-about{
  
  font-size: 16px;
  border-radius: 8px;
  line-height: 1.5;
  box-shadow: 0px 2px 4px rgba(48, 113, 184, 1);
    }
.text-about h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: justify;
    color: #000;
    text-transform: capitalize;
    font-weight:bold;
    padding-right: 20px;
    padding-left: 20px;
}
.text-box{
  max-width: 950px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0px 2px 4px rgba(48, 113, 184, 1);
  width: 100%;
  margin: 0 auto;
    }
.text-box h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 20px;
    
   
}
.text-box p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #000;
    text-transform: capitalize;
    padding-right: 20px;
    padding-left: 20px;
   
}
.text-box h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: justify;
    color: #000;
    text-transform: capitalize;
    font-weight:bold;
    padding-right: 20px;
    padding-left: 20px;
}
.main{
    align-items: center;
}

.card-container-Gallery{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    
}
.card-events-Gallery{
    width: auto;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px #3071b8;
    margin: 20px;
    justify-content:center;
}

.card-events-Gallery img{
width: 80%;
height: auto;
size: 50%;
justify-content:center;
}

.card-events-Gallery btn{
    display: inline-block;
    padding: 8px 16px;
    background-color: #30b844;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color: #fff;
    text-decoration: 5px;
    transition: backgraund-color 0.3s ease;
}
.img-map{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    }

.img-map img{
width: 70%;
height: auto;
size: 50%;
justify-content:center;
}


