@font-face {
    font-family: 'Swis721 Ex BT';
    src: url('fonts/Swiss721BT-BoldExtended.woff2') format('woff2'),
        url('fonts/Swiss721BT-BoldExtended.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'II Balfron';
    src: url('fonts/IIBalfronRegular.woff2') format('woff2'),
        url('fonts/IIBalfronRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.ggdefaulthotspot {
    font-family: 'Swis721 Ex BT';
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px;
}

a {
    color: #000;
    transition: 0.2s ease-in all;
}

a:hover {
    color: #ff3b00;
}

.swiss {
    font-family: 'Swis721 Ex BT';
}

.inter {
    font-family: 'Inter';
}

.balfron {
    font-family: 'II Balfron';
}

.uppercase {
    text-transform: uppercase;
}

.welcome-text {
    text-transform: uppercase;
    font-family: 'Swis721 Ex BT';
    font-size: 42px;
}

.intro-logo {
    margin: 10px 0 30px 0;
}

.intro-logo img {
    width: 340px;
}

.intro-text-1 {
    font-family: 'Inter';
    font-size: 20px;
}

.intro-text-2 {
    font-family: 'Inter';
    font-size: 20px;
}

.intro-text-3 {
    font-family: 'Inter';
    font-size: 20px;
}

.intro-text-4 {
    font-family: 'Inter';
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.posterimage {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.splashlogo img {
    width: 350px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.otherlogos img {
    width: 180px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.welcomeblock {
    text-align: center;
}

.welcomeblock h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 20px 0 5px 0;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    display: none;
}

.description {
    font-family: "futura-pt", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.button-container {
    text-align: center;
    margin: 5px 0 0 0;
}

.button-container span {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    transition: 0.2sease-in background;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.1;
    min-width: 80px;
    background: #ffc513;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
}

.button-container span:hover {
    background: #76addd;
    color: #fff;
}  

.info-box-content ul {
    padding-left: 20px;
    margin: 0;
}

.info-box-content ul li {
    margin-bottom: 10px;
}

.info-box-content ul li:last-child {
    margin-bottom: 0;
}

.welcometohornbill {
    font-size: 56px;
}

.gradient-button {
    background-image: linear-gradient(320deg, #67cad3, #1c91c4) !important;
}

.gradient-button:hover {
    background-image: linear-gradient(320deg, #67cad3, #67cad3) !important;
}

@media (max-width:1024px) {

    .welcome-text {
        font-size: 28px;
    }

    .intro-logo img {
        width: 250px;
    }

    .intro-logo {
        margin: 0 0 10px;
    }

    .intro-text-1,
    .intro-text-2,
    .intro-text-3,
    .intro-text-4 {
        font-size: 17px;
    }

    .intro-text-container {
        width: 100% !important;
    }

    .intro-text-container > div {
        white-space: break-spaces !important;
        padding: 0 15px !important;
    }

    .intro-text-4 {
        display: block;
    }

}

