@font-face {
	font-family: 'Urbanist-ExtraBold';
	src: url('https://appmiral-applications.s3.eu-west-1.amazonaws.com/szigetfestival2024/deeplink/default/Urbanist-ExtraBold.ttf');    
}
@font-face {
	font-family: 'Urbanist-Bold';
	src: url('https://appmiral-applications.s3.eu-west-1.amazonaws.com/szigetfestival2024/deeplink/default/Urbanist-Bold.ttf');    
}
@font-face {
	font-family: 'Urbanist-SemiBold';
	src: url('https://appmiral-applications.s3.eu-west-1.amazonaws.com/szigetfestival2024/deeplink/default/Urbanist-SemiBold.ttf');    
}
@font-face {
	font-family: 'Urbanist-Medium';
	src: url('https://appmiral-applications.s3.eu-west-1.amazonaws.com/szigetfestival2024/deeplink/default/Urbanist-Medium.ttf');    
}
@font-face {
	font-family: 'Urbanist-Regular';
	src: url('https://appmiral-applications.s3.eu-west-1.amazonaws.com/szigetfestival2024/deeplink/default/Urbanist-Regular.ttf');    
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #34086A;
    color: #fff;
    /*overflow: hidden; /* Prevent scrolling */
    margin: 0;
    padding: 0;
}

.background {
    position: fixed;
    top: -80px;
    right: 0;
    bottom: -80px;
    left: 0;
    z-index: 1;
    background-image: url('https://appmiral-applications.s3.eu-west-1.amazonaws.com/szigetfestival2024/deeplink/default/background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    height: 100vh;
    max-width: 1200px;
    margin: auto;
    z-index: 10;
}

.left-section, .right-section {
    box-sizing: border-box;
    padding: 30px;
}
.left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}
.right-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
}
.left-section h1 {
    color: #E9F482;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
    font-family: 'Urbanist-Bold';
}
.left-section h2 {
    color: #E9F482;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    font-family: 'Urbanist-SemiBold';
}
.left-section h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'Urbanist-Regular';
}
.left-section p {
    color: white;
    font-size: 16px;
    font-family: 'Urbanist-Regular';
    line-height: 1.3;
}
.download-buttons {
    margin-top: 10px;
}
.download-buttons img {
    height: 44px;
    margin-right: 10px;
}
.download-button {
    background-color: white;
    color: #000;
    border: none;
    padding: 15px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    max-width: 300px;
    font-family: 'Urbanist-Bold';
    text-transform: uppercase;
    height: 44px;
    letter-spacing: 1.2px;
    line-height: 0;
    border-radius: 22px;
}
.right-section img {
    max-width: 125%;
    height: auto;
}

ul, ol {
    list-style-type: none;
    padding: 0;
}

li {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .left-section, .right-section {
        max-width: 100%;
        flex-basis: 100%;
    }
    .container {
        flex-direction: column;
        align-items: left;
        text-align: left;
        margin-top: 150px;
        height: auto; /* Allow the container to adjust its height */
    }
    .left-section h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 0;
        font-family: 'Urbanist-Bold';
    }
    .left-section h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
        font-family: 'Urbanist-SemiBold';
    }
    .left-section h3 {
        font-size: 22px;
        margin-bottom: 0;
        font-family: 'Urbanist-Regular';
    }
    .left-section p {
        color: white;
        font-size: 14px;
        font-family: 'Urbanist-Regular';
        line-height: 1.3;
    }
    .right-section {
        order: 2; /* Move image to bottom on mobile */
    }
    .download-buttons img {
        height: 40px;
        margin-right: 5px;
    }
}
