.menu{
    width: 100%;
    position: fixed;
    font-size: 18px;
    padding: 20px 12px 12px 12px;
    display: flex;
    justify-content: flex-end;
    font-family:'Poppins' , sans-serif;
}
.menu img{
    width: 5%;
    border: 1px solid white;
    margin: 1.2% 6% 0 0;
}
.a{
    margin: 3% -6% 0 0;
    font-family: 'Poppins', sans-serif;
    width:38%;
}
*{
    padding: 0;
    margin: 0;
}
.menu a{
    text-decoration: none;
    font-family: 'Poppins' , sans-serif;
    padding: 0 10px;
    position: relative;
    text-align: right;   
     font-size: 18px;
    letter-spacing: 0.5px;
    color: white;
}
li{
    display: inline;
}
body{
    font-family: 'Poppins',sans-serif;
}
.menu a:after{
content: "";
position: absolute;
background-color: white;
height: 3px;
width: 0;
left: 0;
bottom: -10px;
transition: 0.3s;
}
a:hover:after{
  width: 100%;
}
.div1{
    width: 100%;
    background-color: #041d31;
    display: flex;
    flex-direction: column;
}
.text{
    color: white;
    width: 85%;
    padding: 5% 0 5% 8%;
    font-size: 20px;
}
.images{
    width: 100%;
    margin-top: 15%;
    display: flex;
    justify-content: space-around;
}
.images img{
    width: 40%;
}
.div2{
    width: 100%;
    
    background-color: #041d31;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.div2 img{
    width: 7%;
}
.div3{
    text-align: center;
    background-color: #041d31;
    width: 100%;
}
.div3 h1{
    position: relative;
    color: white;
    text-align: center;
    font-size: 100px;
    margin:2% 0 2% 30%;
}
.div3 h1:after{
    content: "";
    position: absolute;
    background-color: white;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
    }
    .div3 h1:hover:after{
      width: 100%;
    }

.div2 p{
    color: white;
    font-size: 30px;
    padding-top: 2%;
    padding-left: 1%;
}
.footer1{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    justify-content: center;
    margin-left: 10%;
}
.footer{
    width: 100%;
    background-color: rgb(1, 0, 19);
}
 .h1 h1{
    font-size:100px;
    padding: 3%;
    width: 50%;
    text-align: left;
    color: white;
    font-family: 'Poppins',sans-serif;
}
.h1{
    display: flex;
    justify-content: space-between;
}
.h1 a{
    padding: 4% 1% 4% 1%;
    width: 15%;
    font-size: 25px;
    border-radius: 15px;
    text-align: center;
    margin: 2%;
    border: 1px solid white;
    color: white;
    text-decoration: none;
}
.h1 a:hover{
    background-color: rgba(255, 255, 255, 0.445);
    transition: 0.3s;
}
.iconat{
    display: flex;
    width: 30%;
    justify-content:center;
    flex-wrap: wrap;
    align-items:center;
    flex-direction: row;
}
.en h2{
    font-size: 30px;
    font-family: 'Poppins',sans-serif;
    margin: 4%;
    color: white;
    padding: 2%;
    border-radius: 0 0 30px 0;
}
.en p{
    font-size: 16px;
    margin: 4% 4% 4% 7%;
    color: gray;
    font-family: 'Poppins',sans-serif;
}
.en{
    width: 26%;
    text-align: left;
}
.footer2{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.alb{
    width: 30%;
    margin: 6% 6% 6% 10%;
}
.alb p{
width: 70%;
color: gray;
font-family: 'Poppins',sans-serif;
font-size: 15px;
}
.alb h2{
color: white;
font-size: 20px;
font-family: 'Poppins',sans-serif;
}
 .dutch{
    width: 70%;
    margin:5%;
}
.dutch p{
    width: 90%;
    color: gray;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    }
    .dutch h2{
    color: white;
    font-size: 20px;
    font-family: 'Poppins',sans-serif;
    }
.div3{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.epara{
    width: 50%;
    border: 1px solid white;
}
.epara img{
    margin-bottom: -0.57%;
    width: 100%;
}
.edyta{
    width: 50%;
    border: 1px  solid white;
    background-color: #041d31;
}
.edyta h1{
    color: white;
    font-family: 'Poppins',sans-serif;
    font-size:40px;
    padding: 10% 1% 1% 1%;
    text-align: center;
}
.edyta p{
  font-size: 22px;
  width: 75%;
  margin: auto;
  padding: 15% 5% 0 5%;
  font-family: 'Poppins',sans-serif;
  color: white;
  text-align: center;  
}
.buton{
    text-align: center;
    padding: 7% 1% 1% 1%;
}
.buton button:hover{
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.466);
}
.buton button{
    width: 20%;
    border: 1px solid white;
    color: white;
    margin: auto;
    background-color: transparent;
    border-radius: 15px;
    padding: 2% 0 2% 0;
}
.googlemap{
    width: 100%;
}
.googlemap iframe{
    width: 100%;
    margin-bottom: -0.3%;
}