header ul {
    height: 45px;
}

.languagebt {
    position: absolute;
    right: 10px;
    width: 90px;
    top: 3%;
    height: 40px;
}

@media screen and (min-width: 780px) {
    nav {
        padding: 3px 0 0 0;
    }

    .image1 {
        width: 100%;
        height: auto;        
    }
  
    .image2 {
        position: absolute;
        width: 296px;
        transform: translate(70%, -200px);
    }

    .imgcontainer {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    header ul {
        height: 30px;
    }

    .mobile-nav-toggle {
        transform: translate(0, -30px);
        z-index: 1;
    }

    .mobile-nav {
        z-index: 3;
    }

    .title1 {
        z-index: 2;
        transform: translate(0, 0px);
    }

    .languagebt {
        top: 2%;
        height: 35px;
        z-index: 2;
    }

    .image1 {
        display: none;
    }

    .image2 {
        position: absolute;
        width: 296px;
        transform: translate(-45%,650px);
        z-index: 2;
    }

    .image1-1 {
        position: absolute;
        width: 100%;
        transform: translate(-50%,-20px);
        height: 800px;
    }

    .image1-2 {
        position: absolute;
        width: 65%;
        transform: translate(-50%,260px);
        z-index: 1;
    }

    .image1-4 {
        position: absolute;
        width: 30%;
        transform: translate(-115%,100px);
    }

    .image1-5 {
        position: absolute;
        width: 60%;
        transform: translate(-20%,175px);
    }

    .image1-6 {
        position: absolute;
        width: 40%;
        transform: translate(-130%,100px);
    }

    .text1 {
        position: absolute;
        width: 100%;
        top: 40px;
        font-size: 25pt;
        text-align: center;
        color: rgb(48, 82, 101);
        font-family: 'Mada', sans-serif;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        transform: translate(-50%,0);
    }
}

