.bg1, .bg2, .bg3 {
    height: auto;
}
.content {
    max-width: 1399px;
    z-index: 2;
}
.title {
    font-family: 'Gelasio', serif;
    font-size: 60px;
    line-height: 92px;
    text-align: left;
    color: #15152d;
    margin: 0;
}
.data_form {
    width: 100%;
    max-width: 1399px;
    height: fit-content;
    position: relative; 
    top: 85px;
    display: flex;
    flex-wrap: wrap;
}
.data {
    background-color: white;
    border-radius: 2em;
    padding: 20px;
    font-family: 'Albert Sans', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000035;
}
.data .name {
    font-size: 22px;
    font-weight: 700;
}
.data p {
    margin: 0;
}
.data .mobile,
.data .email,
.data .ico,
.data .iban {
    margin-top: 20px;
}
.form {
    max-width: 1010px;
    margin-left: 20px;
}
.form h2 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #000035;
    margin-top: 0;
    margin-bottom: 20px;
}

.fname, .femail, .fmobile, textarea {
    height: 63px;
    width: 100%;
    max-width: 520px;
    background-color: #F3FBFC;
    border: 2px solid #15152d;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
textarea {
    height: 209px;
    max-width: 480px;
    padding: 5px;
}
input::placeholder,
textarea::placeholder {
    font-family: 'Albert Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000035;
}
.fmobile {
    max-width: 360px;
}
.subject {
    position: absolute;
    top: 60px;
    left: 920px;
}
input[type=submit] {
    width: 190px;
    height: 55px;
    border-radius: 4px;
    background-color: #15152d;
    color: white;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    top: 70px;
    left: 460px;
    cursor: pointer;
}
.leaves {
    position: relative;
    top:0;
    left: 0;
    width: 0;
    height: 0;
}
.leaf {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.leaf1 {
    top: -190px;
    left: 550px;
    transform: scale(0.8);
}
.leaf2 {
    top: -120px;
    left: 350px;
    transform: scale(0.9);
}
.leaf3 {
    top: 0px;
    left: 410px;
    transform: rotate(-20deg);
}
.leaf4 {
    top: 140px;
    left: 200px;
    transform: rotate(-30deg) scale(1.2)
}
.leaf5 {
    top: 140px;
    left: 470px;
    transform: rotate(-20deg) scale(0.6);
}
.leaf6 {
    top: 420px;
    left: 145px;
    transform: rotate(100deg) scale(0.9);
}
.leaf7 {
    top: 440px;
    left: 450px;
    transform: rotate(-70deg);
}
.leaf8 {
    top: 600px;
    left: 470px;
    transform: rotate(-90deg) scale(0.7);
}
.leaf9 {
    top: 510px;
    left: 620px;
    transform: rotate(-80deg) scale(1.3);
}
.leaf10 {
    top: 800px;
    left: 600px;
    transform: rotate(-80deg) scale(1.7);
}
.leaf11 {
    top: 700px;
    left: 720px;
    transform: rotate(-50deg) scale(0.5);
}
.leaf12 {
    top: 700px;
    left: 900px;
    transform: rotate(-50deg) scale(0.8);
}
.leaf13 {
    top: 820px;
    left: 850px;
    transform: rotate(-60deg) scale(0.7)
}
.leaf14 {
    top: 1020px;
    left: 1050px;
    transform: rotate(-30deg) scale(1.8);
}
.leaf15 {
    top: 1160px;
    left: 800px;
    transform: scale(0.8);
}
.leaf16 {
    top: 1020px;
    left: 700px;
    transform: rotate(-80deg) scale(0.6);
}
.leaf17, .leaf18, .leaf19, .leaf20 {
    display: none;
}

@media (max-width: 1700px) {
    .content {
        max-width: 90%;
    }
    .data,
    .form,
    .container {
        height: fit-content;
    }
    .form {
        max-width: 60%;
        margin-left: 5vw;
    }
    .subject {
        position: relative;
        top: 0;
        left: 0;
    }
    input[type=submit] {
        left: 0;
    }
    .fname, .femail, .fmobile, textarea {
        max-width: 100%;
    }
}
@media (max-width: 1100px) {
    .data_form {
        display: block;
    }
    .data {
        margin: auto;
        max-width: fit-content;
    }
    .form {
        margin: auto;
        position: relative;
        top: 10vh;
    }
    input[type=submit] {
        top: 0;
    }
    .footer {
        top: 50vh;
    }
}
@media (max-width: 900px) and (orientation: portrait) {
    .footer {
        top: 30vh;
    }
}
@media (max-width: 550px) {
    .logo, 
    .logo img {
        transform: scale(0.8);
        margin-top: -0.5vh;
        margin-left: -4vw;
    }
    .content {
        top: 0;
    }
    .title {
        font-size: 6vh;
    }
    .data_form {
        top: 0;
    }
    .data {
        font-size: 2vh;
    }
    .form {
        max-width: fit-content;
    }
    .footer {
        top: 20vh;
    }
    .leaf1 {
        transform: scale(0.5);
        top: -25vh;
        left: 35vw;
    }
    .leaf2 {
        transform: scale(0.6);
        top: -15vh;
        left: 20vw;
    }
    .leaf3 {
        transform: scale(0.6);
        top: -2vh;
        left: -2vw;
    }
    .leaf4 {
        transform: scale(0.5);
        top: 10vh;
        left: -7vw;
    }
    .leaf5 {
        transform: scale(0.7);
        top: 10vh;
        left: 20;
    }
    .leaf6 {
        transform: scale(0.6) rotate(-25deg);
        top: 25vh;
        left: -15vw;
    }
    .leaf7 {
        transform: scale(0.8) rotate(-45deg);
        top: 35vh;
        left: 10vw;
    }
    .leaf8 {
        top: 40vh;
        left: 40vw;
    }
    .leaf9 {
        transform: scale(0.7) rotate(-45deg);
        top: 40vh;
        left: 70vw;
    }
    .leaf10 {
        transform: scale(0.5);
        top: 35vh;
        left: 0vw;
    }
    .leaf11 {
        top: 55vh;
        left: 50vw;
    }
    .leaf12 {
        top: 65vh;
        left: 70vw;
    }
    .leaf13 {
        transform: scale(0.5);
        top: 70vh;
        left: 50vw;
    }
    .leaf14 {
        transform: scale(1);
        top: 90vh;
        left: 60vw;
    }
    .leaf15 {
        transform: scale(0.6);
        top: 90vh;
        left: 30vw;
    }
    .leaf16 {
        top: 110vh;
        left: 70vw;
    }
    .leaf17 {
        display: block;
        top: 110vh;
        left: 30vw;
    }
    .leaf18 {
        display: block;
        top: 130vh;
        left: 20vw;
    }
    .leaf19 {
        display: block;
        transform: scale(0.8);
        top: 130vh;
        left: 50vw;
    }
    .leaf20 {
        display: block;
        transform: scale(1.3);
        top: 150vh;
        left: 0;
    }
}

