@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap');

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

body {
font-family: 'Oswald', sans-serif;
color: #111;
background: #fff;
}

section {
position: relative;
width: 100%;
min-height: 50vh;
overflow: hidden;
}

th {
text-align: left;
}

.bg {
position: absolute;
width: 130%;
height: 100%;
object-fit: cover;
left: 0;
top: 0;
z-index: -1;
opacity: 0.3;
}

.hero {
padding: 80px;
}

.hero table {
width: 100%;
border-collapse: collapse;
}

.hero table td {
vertical-align: top;
padding: 20px;
}

.hero-left {
width: 45%;
}

.main-logo {
width: 100%;
}

.hero-right {
width: 55%;
}

.corner-logo {
width: 170px;
float: right;
margin-bottom: 50px;
}

.hero-right h2 {
font-size: 2rem;
line-height: 1.35;
margin-bottom: 60px;
}

.hero-right h1 {
font-size: 4rem;
margin-bottom: 10px;
}

.hero-right p {
font-size: 2rem;
font-weight: bold;
}

.program {
padding: 60px;
}

.program-header {
display: flex;
align-items: center;
gap: 40px;
}

.small-logo {
width: 130px;
flex-shrink: 0;
}

.program-text h1 {
font-size: 4rem;
margin-bottom: 10px;
}

.program-text h2 {
font-size: 3rem;
}

table {
width: 100%;
zoom: 80%;
border-collapse: collapse;
}

table th,
table td {
vertical-align: top;
width: 33.33%;
}

table th h3 {
font-size: 3rem;
margin-bottom: 25px;
}

table td ul {
list-style: none;
}

table td li {
font-size: 2rem;
line-height: 1.8;
}

.event {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 80px;
flex-wrap: wrap;
overflow: visible;
}

.event-left {
width: 40%;
}

.event-logo {
width: 80%;
margin-bottom: 40px;
}

.event-left h1 {
font-size: 4rem;
margin-bottom: 25px;
}

.event-left p {
font-size: 2rem;
font-weight: bold;
}

.event-right {
width: 45%;
}

.event-right h2 {
font-size: 3rem;
line-height: 1.3;
margin-bottom: 50px;
}

.event-right ul {
list-style: none;
}

.event-right li {
font-size: 2rem;
margin-bottom: 25px;
}

.logos {
bottom: 30px;
display: flex;
flex-direction: row-reverse;
align-items: center;
gap: 15px;
margin-top: 60px;
margin-left: auto;
}

.logos a {
display: block;
}

.logos img {
height: 50px;
width: auto;
display: block;
}

@media (max-width: 768px) {
body {
zoom: 0.8;
}

.hero {
padding: 20px;
}

.program {
padding: 20px;
}

.event {
padding: 20px;
}

.hero table td {
padding: 10px;
}

table th,
table td {
padding: 10px;
}

.hero-right h2 {
font-size: 1.2rem;
margin-bottom: 20px;
}

.hero-right h1 {
font-size: 2rem;
}

.hero-right p {
font-size: 1.2rem;
}

.program-text h1 {
font-size: 2rem;
}

.program-text h2 {
font-size: 1.5rem;
}

table th h3 {
font-size: 1.5rem;
}

table td li {
font-size: 1rem;
}

.corner-logo {
width: 100px;
margin-bottom: 20px;
}

.event-left h1 {
font-size: 2rem;
}

.event-left p {
font-size: 1.2rem;
}

.event-right h2 {
font-size: 1.5rem;
}

.event-right li {
font-size: 1rem;
}

.logos {
margin-top: 30px;
gap: 10px;
}

.logos img {
height: 30px;
}
}
