:root {
    --color-text: #000000;
    --color-background: #fffafa;
    --color-accent: #279093;
    --font-display: 'Brush King', 'Briem Hand', cursive;
    --font-heading: 'Briem Hand', cursive;
    --font-body: 'Roboto Flex', sans-serif;
    --font-ui: 'Roboto', sans-serif;
}

body {
    margin: 0;
    background-color: var(--color-background);
    font-family: var(--font-body);
    color: var(--color-text);
    overflow-x: hidden;
}

.page-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

section {
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.section-padding {
    padding: 60px 20px;
}

@media (min-width: 768px) {
    .section-padding {
        padding: 80px 40px;
    }
}

@media (min-width: 1200px) {
    .section-padding {
        padding: 120px 80px;
    }
}
.hero-section {
    background-image: url('images/c55e50e524ad3556ef9154be1771186f1d2c7d54.png');
    background-size: cover;
    background-position: center bottom;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}

.hero-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.hero-logo {
    position: absolute;
    top: -80px;
    left: 20px;
    width: 100px;
    height: 120px;
}

.hero-logo img {
    position: absolute;
}

.logo-ellipse {
    top: 16.5px;
    left: 0;
    width: 98.9%;
    height: auto;
}

.logo-path {
   width: 133%;
  height: 204px;
}


.logo-group {
    top: -14.1px;
    left: 30px;
    width: 33%;
    height: auto;
    transform: rotate(122.18deg);
}

.hero-title-group {
    position: relative;
    margin-top: 100px;
}

.hero-sun {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 150px;
    z-index: 1;
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(60px, 15vw, 96px);
    font-weight: 400;
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    font-family: var(--font-display);
    font-size: clamp(24px, 6vw, 40px);
    font-weight: 400;
    line-height: 1;
    margin: -10px 0 0 0;
    position: relative;
    z-index: 2;
    margin-top: 69px;
}

.hero-cta {
    background-color: var(--color-accent);
    color: var(--color-text);
    font-family: var(--font-ui);
    font-size: 24px;
    text-decoration: none;
    padding: 16px 56px;
    border-radius: 18px;
    transition: background-color 0.3s;
    position: relative;
    z-index: 2;
}

.hero-cta:hover {
    background-color: #217a7d;
}

@media (min-width: 1200px) {
    .hero-section {
        min-height: 1077px;
        justify-content: flex-start;
        padding-top: 100px;
    }
    .hero-content {
        gap: 60px;
    }
    .hero-logo {
        top: 20px;
        left: 112px;
        width: 168px;
        height: 199px;
    }
    .hero-title-group {
        margin-top: 200px;
    }
    .hero-sun {
        width: 288px;
    }
}

/* CSS for section section:about */
.about-section {
    position: relative;
}
.about-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/60f184f47079b2299aaf884199c4463cc44c6be9.png');
    background-size: cover;
    background-position: center;
    filter: blur(5.6px);
    opacity: 70;
    z-index: -1;
}
.about-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    
    
}
.about-text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
.about-text h2 {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-image img {
    border: 10px solid var(--color-text);
    box-shadow: 15px 20px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1024px) {
    .about-container {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }
    .about-text {
        flex: 1.2;
        font-size: 24px;
        letter-spacing: 1.6px;
    }
    .about-text h2 {
        font-size: 48px;
    }
    .about-image {
        flex: 1;
    }
    .about-image img {
        border-width: 17px;
        box-shadow: 31px 44px 4px 0px rgba(0, 0, 0, 0.25);
    }
}

/* CSS for section section:wave-room */
.wave-room-section {
    background-image: url('images/fd98ff51c46147db974b1040f052258df9046391.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}
.wave-room-content {
    position: relative;
    z-index: 1;
}
.wave-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.wave-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 8vw, 64px);
    font-weight: 400;
    letter-spacing: 3.2px;
    margin: 0;
}
.wave-logo {
    width: 60px;
    height: 60px;
}
.wave-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.gallery-image {
    box-shadow: 15px 20px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 500px;
    width: 100%;
}
.wave-bg-overlay {
    position: absolute;
    right: -150px;
    bottom: -200px;
    width: 685px;
    height: auto;
    opacity: 0.51;
    transform: rotate(-89.49deg);
    z-index: 0;
    display: none; /* Hidden on mobile for simplicity */
}

@media (min-width: 768px) {
    .wave-gallery {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
    .wave-logo {
        width: 100px;
        height: 100px;
    }
}
@media (min-width: 1200px) {
    .wave-title-container {
        gap: 20px;
        margin-bottom: 60px;
    }
    .wave-logo {
        width: 138px;
        height: 138px;
    }
    .wave-gallery {
        gap: 100px;
    }
    .wave-bg-overlay {
        display: block;
    }
}

/* CSS for section section:life-of-master */
.master-section {
    background-image: url('images/742591e3aec3a9e92e9f59c237205337f150f2f0.png');
    background-size: cover;
    background-position: center;
}
.master-content {
    max-width: 1724px;
    margin: 0 auto;
    background: rgba(255, 250, 250, 0.8);
    padding: 30px;
    border-radius: 10px;
}
.master-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 8vw, 64px);
    font-weight: 400;
    text-align: center;
    letter-spacing: 3.2px;
    margin-bottom: 30px;
}
.master-text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: left;
}
.master-text p {
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
    .master-content {
        padding: 50px;
    }
    .master-text {
        font-size: 20px;
        columns: 2;
        column-gap: 40px;
    }
}
@media (min-width: 1200px) {
    .master-text {
        font-size: 24px;
        letter-spacing: 2.56px;
        line-height: 1.8;
    }
}

/* CSS for section section:footer */
.footer-section {
    display: flex;
    flex-direction: column;
    background-color: var(--color-background);
}
.footer-left, .footer-right {
    width: 100%;
}
.footer-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-right {
    position: relative;
}
.footer-right-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/8029567e5a79e1de96ada7b79ae58d6906afd8d5.png');
    background-size: cover;
    background-position: center;
    opacity: 0.48;
    z-index: 0;
}
.footer-right-content {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.6;
}
.footer-logo {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    opacity: 0.44;
}
.footer-logo img {
    position: absolute;
}
.footer-logo-ellipse {
    top: 1.1%;
    left: 1.1%;
    width: 98.9%;
}
.footer-logo-path {
    top: 35.5%;
    left: 0;
    width: 100%;
}
.footer-logo-group {
    top: 0;
    left: 30%;
    width: 33%;
    transform: rotate(122.76deg);
}
.contact-details h3 {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.sponsors {
    margin-top: 40px;
}
.sponsors h4 {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.sponsors img {
    max-width: 400px;
}

@media (min-width: 1024px) {
    .footer-section {
        flex-direction: row;
        min-height: 893px;
    }
    .footer-left {
        flex: 0 0 670px;
    }
    .footer-right {
        flex: 1;
    }
    .footer-right-content {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .footer-logo {
        top: 48px;
        right: 255px;
        width: 168px;
        height: 164px;
    }
}