/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 29, 2024 */

@font-face {
    font-family: 'oggregular';
    src: url('../fonts/ogg-regular-webfont.woff2') format('woff2'),
         url('../fonts/ogg-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'zurich_sansmedium';
    src: url('../fonts/zurichsans-medium-webfont.woff2') format('woff2'),
         url('../fonts/zurichsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

.banner {
    width: 100%;
    height: 100dvh; /* Full viewport height */
}

.banner img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
}

.maincontent {
    position: absolute;
    top: 7%;
    max-width: 764px;
    left: 19%;
}

.logo {
    max-width: 330px;
}

.logo img {
    display: block;
    width: 100%;
}

.heading {
    color: #1071b3;
    font-size: 80px;
    line-height: 95px;
    padding-top: 60px;
    font-family: 'oggregular';
}

.footercontent {
    position: absolute;
    bottom: 50px;
    left: 5%;
    color: #1071b3;
    font-size: 30px; /* Further reduced font size for desktop view */
    font-family: 'zurich_sansmedium';
    line-height: 40px; /* Adjusted line-height for better spacing */
}

a {
    color: #1071b3;
    text-decoration: none;
}

.onlymobile {
    font-size: 18px; /* Further reduced font size for mobile view */
    line-height: 22px; /* Adjusted line-height for better spacing */
    font-family: 'zurich_sansmedium';
    color: #1071b3;
}

.width100 {
    width: 100%;
    max-width: 100%;
    display: block;
}

.onlymobile {
    display: none;
}

@media (max-width: 768px) {
    .onlydesktop {
        display: none;
    }
    .onlymobile {
        display: block;
        padding-top: 30px;
    }
    .heading {
        color: #1071b3;
        font-size: 40px;
        line-height: 50px;
        padding-top: 30px;
    }
    .maincontent {
        left: 9%;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 270px;
    }
    .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .onlymobile {
        font-size: 18px; /* Further reduced font size for mobile view */
        line-height: 22px; /* Adjusted line-height for better spacing */
    }
}
