@font-face {
    font-family: 'Avenir LT Book';
    src: url('fonts/AvenirLT-Book.eot');
    src: url('fonts/AvenirLT-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/AvenirLT-Book.woff') format('woff'),
    url('fonts/AvenirLT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Avenir LT Book';
}

.element {
    position: relative;
    height: 100vh;
    background: url('img/Aviajet.png') no-repeat center;
    background-size: cover;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 203px;
    background: url('img/logo.png') no-repeat center;
    background-size: 160px;
}

.text-block {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 0px 10px 40px 0;
    max-width: 310px;
    color: #00437d;
}

h1, h2 {
    font-weight: 400;
    margin: 0;
    text-align: right;
}

h1 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
}

h2 {
    margin-top: 11px;
    font-size: 15px;
    line-height: 23px;
}

@media screen and (min-width: 768px) {
    .logo {
        top: 10px;
        left: 30px;
        height: 70px;
        width: 203px;
        background-size: 203px;
    }

    .text-block {
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 0px 50px 50px 0;
        max-width: 520px;
    }

    h1 {
        font-size: 42px;
        line-height: 52px;
        text-transform: uppercase;
    }

    h2 {
        margin-top: 21px;
        font-size: 20px;
        line-height: 30px;
    }
}




.element .frame {
    top: 543px;
    display: flex;
    flex-direction: column;
    width: 700px;
    align-items: flex-end;
    gap: 10px;
    padding: 20px;
    position: absolute;
    left: 660px;
    background-color: #ffffff;
    border-radius: 14px;
}

.element .text-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Avenir LT 45 Book-Regular", Helvetica;
    font-weight: 400;
    color: #00437d;
    font-size: 46px;
    text-align: right;
    letter-spacing: -0.92px;
    line-height: normal;
}

.element .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    font-family: "Avenir LT 45 Book-Regular", Helvetica;
    font-weight: 400;
    color: #00437d;
    font-size: 28px;
    text-align: right;
    letter-spacing: -0.56px;
    line-height: normal;
}

.element .p {
    position: relative;
    align-self: stretch;
    height: 87px;
    font-family: "Avenir LT 45 Book-Regular", Helvetica;
    font-weight: 400;
    color: #00437d;
    font-size: 24px;
    text-align: right;
    letter-spacing: -0.48px;
    line-height: normal;
}

.element .frame-2 {
    top: 286px;
    display: flex;
    flex-direction: column;
    width: 700px;
    align-items: flex-end;
    gap: 10px;
    padding: 20px;
    position: absolute;
    left: 660px;
    background-color: #ffffff;
    border-radius: 14px;
}





@media screen and (min-width: 1024px) {
    .main-container {
        background-size: cover;
    }

    .logo {
        top: 80px;
        left: 140px;
        height: 70px;
        width: 313px;
        background-size: cover;
    }

    .text-block {
        right: 0;
        bottom: 0;
        padding: 0 120px 100px 0;
        max-width: 720px;
    }

    h1 {
        font-size: 62px;
        line-height: 70px;
    }

    h2 {
        margin-top: 41px;
        font-size: 30px;
        line-height: 40px;
    }
}
