.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%;
    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;
}
.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%;
}
.cover {
    width:100%;
    background-size: cover;
    height: 100vh;
    animation-name:drijajt;
    animation-duration: 5s;
    animation-iteration-count: infinite; 
}
@keyframes drijajt{
    0% {background-image: url(n11.cover2.jpg);}
    50% {background-image: url(n11.cover.jpg);}
    100% {background-image: url(n11.cover3.jpg);}
}
.div1{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.teksti1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.teksti1 h1{
    font-size:215px;
    color: white;
    font-family: 'Poppins' , sans-serif;
    position: absolute;
    top: 3%;
    font-weight:bolder;
    left: 7%;
}
.teksti1 h2{
    font-size: 50px;
    width: 30%;
    font-family: 'Poppins' , sans-serif;
    color: white;
    position: absolute;
    top: 30%;
    right: 3%;
}
.teksti2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.teksti2 .button1 button{
    width: 12%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 10px;
    position: absolute;
    bottom:5%;
    left: 60%;
    margin: 1%;
    border-radius: 50px;
    border: 1px solid black;
    color: black;
    font-family: 'Poppins' , sans-serif;
}
.teksti2 .button1 button:hover{
    background-color: rgba(0, 0, 0, 0.459);
    color: white;
    transition: 0.3s;
}
.teksti2 .button2 button:hover{
    background-color: rgba(0, 0, 0, 0.459);
    color: white;
    transition: 0.3s;
}
.teksti2 .button2 button{
    width: 12%;
    background-color:  rgba(255, 255, 255, 0.5);
    padding: 10px 10px;
    position: absolute;
    bottom: 5%;
    right: 10%;
    margin: 1%;
    border-radius: 50px;
    border: 1px solid black;
    color: black;
    font-family: 'Poppins' , sans-serif;
}
.teksti2 h3{
    font-size: 20px;
    font-family: 'Poppins' , sans-serif;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 3%;
    color: white;
    margin: 2% 2% 2% 5%;
}
.div2{
    width: 100%;
    display: flex;
    padding:2% 0 5% 0;
    flex-direction: row;
    justify-content: space-around;
    background-color:  #041d31;
}
.box1{
    width: 20%;
    padding: 2%;
    text-align: center;
    border: 1px solid white;
    margin-top: 5%;
    overflow: hidden;
    font-family: 'Poppins',sans-serif;
}
.box1 h1{
    padding: 0 0 3% 0;
    font-size: 35px;
    color: white;
}
.box1 p{
    padding: 3%;
    color: white;
    opacity: 0;
    font-size: 13px;
}
.box1 img{
    width: 60%;
    margin: auto;
}
.box2{
    width: 20%;
    padding: 2%;
    text-align: center;
    border: 1px solid white;
    margin-top: 5%;
    font-family: 'Poppins',sans-serif;
}
.box2 h1{
    padding: 0 0 3% 0;
    font-size: 35px;
    color: white;
}
.box2 p{
    padding: 3%;
    color: white;
    opacity: 0;
    font-size: 13px;
}
.box2 img{
    width: 40%;
    padding:11%;
    margin: auto;
}
.box2:hover{
    background-color: rgba(255, 255, 255, 0.103);
    transform: translatey(5px);
    transition: 0.3s;
}
.box2:hover p{
    opacity: 1;
    transition: 0.3s;
}
.box1:hover p{
    opacity: 1;
    transition: 0.3s;
}
.box1:hover{
    background-color: rgba(255, 255, 255, 0.103);
    transition: 0.3s;
    transform: translatey(5px);
}
.footer1{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    justify-content: center;
    margin-left: 10%;
}
.footer{
    width: 100%;
    background-color: rgb(1, 0, 17);
}
 .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%;
}
@media screen and (min-width:390px) and (max-width:844px){
    .menu{
        width: 100%;
        position: fixed;
        font-size: 18px;
        padding: 20px 12px 12px 12px;
        display: flex;
        justify-content: center;
        font-family:'Poppins' , sans-serif;
    }
    .menu img{
        width: 10%;
        margin: 1.2% 5% 0 5%;
    }
    .a{
        padding: 3% 5% 0 -7%;
        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: 15px;
        letter-spacing: 0.5px;
        color: white;
    }
    li{
        display: inline;
    }
    .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%;
    }
    .cover {
        width:100%;
        background-size: cover;
        height: 50vh;
        animation-name:drijajt;
        animation-duration: 5s;
        animation-iteration-count: infinite; 
    }
    @keyframes drijajt{
        0% {background-image: url(n11.cover2.jpg);}
        50% {background-image: url(n11.cover.jpg);}
        100% {background-image: url(n11.cover3.jpg);}
    }
    .div1{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .teksti1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .teksti1 h1{
        font-size:100px;
        color: white;
        font-family: 'Poppins' , sans-serif;
        position: absolute;
        top: 10%;
        font-weight:bolder;
        left: 10%;
    }
    .teksti1 h2{
        font-size: 25px;
        width: 30%;
        font-family: 'Poppins' , sans-serif;
        color: white;
        position: absolute;
        top: 15%;
        right: 5%;
    }
    .teksti2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .teksti2 .button1 button{
        width: 20%;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px 10px;
        position: absolute;
        bottom:62%;
        left: 45%;
        margin: 1%;
        border-radius: 50px;
        border: 1px solid black;
        color: black;
        font-family: 'Poppins' , sans-serif;
    }
    .teksti2 .button1 button:hover{
        background-color: rgba(0, 0, 0, 0.459);
        color: white;
        transition: 0.3s;
    }
    .teksti2 .button2 button:hover{
        background-color: rgba(0, 0, 0, 0.459);
        color: white;
        transition: 0.3s;
    }
    .teksti2 .button2 button{
        width: 20%;
        background-color:  rgba(255, 255, 255, 0.5);
        padding: 10px 10px;
        position: absolute;
        bottom: 62%;
        right: 7%;
        margin: 1%;
        border-radius: 50px;
        border: 1px solid black;
        color: black;
        font-family: 'Poppins' , sans-serif;
    }
    .teksti2 h3{
        font-size: 15px;
        font-family: 'Poppins' , sans-serif;
        letter-spacing: 0.5px;
        position: absolute;
        bottom: 55%;
        color: white;
        margin: 2% 2% 2% 10%;
    }
    .div2{
        width: 100%;
        display: flex;
        padding:2% 0 5% 0;
        flex-direction: column;
        justify-content: space-around;
        background-color:  #041d31;
    }
    .box1{
        width: 80%;
        padding: 2%;
        margin: auto;
        text-align: center;
        border: 1px solid white;
        margin-top: 5%;
        overflow: hidden;
        font-family: 'Poppins',sans-serif;
    }
    .box1 h1{
        padding: 0 0 3% 0;
        font-size: 35px;
        color: white;
    }
    .box1 p{
        padding: 3%;
        color: white;
        opacity: 0;
        font-size: 13px;
    }
    .box1 img{
        width: 60%;
        margin: auto;
    }
    .box2{
        width: 80%;
        margin: auto;
        padding: 2%;
        text-align: center;
        border: 1px solid white;
        margin-top: 5%;
        font-family: 'Poppins',sans-serif;
    }
    .box2 h1{
        padding: 0 0 3% 0;
        font-size: 35px;
        color: white;
    }
    .box2 p{
        padding: 3%;
        color: white;
        opacity: 0;
        font-size: 13px;
    }
    .box2 img{
        width: 40%;
        padding:11%;
        margin: auto;
    }
    .box2:hover{
        background-color: rgba(255, 255, 255, 0.103);
        transform: translatey(5px);
        transition: 0.3s;
    }
    .box2:hover p{
        opacity: 1;
        transition: 0.3s;
    }
    .box1:hover p{
        opacity: 1;
        transition: 0.3s;
    }
    .box1:hover{
        background-color: rgba(255, 255, 255, 0.103);
        transition: 0.3s;
        transform: translatey(5px);
    }
    .footer1{
        display: flex;
        margin-left: 7%;
        flex-direction: row;
        justify-content: center;
   }
    .footer{
        width: 100%;
        background-color: rgb(1, 0, 17);
    }
     .h1 h1{
        font-size:50px;
        padding: 7%;
        width: 50%;
        text-align: left;
        color: white;
        font-family: 'Poppins',sans-serif;
    }
    .h1{
        display: flex;
        justify-content: space-between;
    }
    .h1 a{
        padding: 5% 1% 4% 1%;
        width: 35%;
        font-size: 25px;
        border-radius: 15px;
        text-align: center;
        margin: 2% 5% 2% 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: 15px;
        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: 30%;
        text-align: left;
    }
    .footer2{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .alb{
        width: 100%;
        text-align: center;
    }
    .alb p{
    width: 70%;
    color: gray;
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    margin-left: 4%;
    text-align: center;
    }
    .alb h2{
    color: white;
    margin-left: -20%;
    font-size: 20px;
    font-family: 'Poppins',sans-serif;
    }
     .dutch{
        width: 100%;
    }
    .dutch p{
        width: 90%;
        color: gray;
        font-family: 'Poppins',sans-serif;
        font-size: 12px;
        margin: 0 0 2% 1%;
        text-align: center;
        }
        .dutch h2{
        color: white;
        font-size: 15px;
        width: 80%;
        margin: 2% 0 2% 6%;
        text-align: center;
        font-family: 'Poppins',sans-serif;
        }
    .div3{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .epara{
        width: 99.65%;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        border-left: 1px solid white;
    }
    .epara img{
        margin-bottom: -0.57%;
        width: 100%;
        height: 50vh;
    }
    .edyta{
        width: 100%;
        margin-top: -0.8%;
        border-bottom: 1px  solid white;
        border-right: 1px  solid white;
        border-left: 1px  solid white;
        background-color: #041d31;
    }
    .edyta h1{
        color: white;
        font-family: 'Poppins',sans-serif;
        font-size:30px;
        padding: 10% 1% 1% 1%;
        text-align: center;
    }
    .edyta p{
      font-size: 12px;
      width: 75%;
      margin: auto;
      padding: 15% 5% 0 5%;
      font-family: 'Poppins',sans-serif;
      color: white;
      text-align: center;  
    }
    .buton{
        text-align: center;
        padding: 5% 1% 8% 1%;
    }
    .buton button:hover{
        transition: 0.3s;
        background-color: rgba(255, 255, 255, 0.466);
    }
    .buton button{
        width: 25%;
        border: 1px solid white;
        color: white;
        margin: auto;
        background-color: transparent;
        border-radius: 15px;
        padding: 3% 1% 3% 1%;
    }
    .googlemap{
        width: 100%;
    }
    .googlemap iframe{
        width: 100%;
        margin-bottom: -0.3%;
    } 
}