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

@font-face {
    font-family: "Champion Gothic";
    src: url("fonts/ChampionGothic-Featherweight.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Champion Gothic Lightweight";
    src: url("fonts/ChampionGothic-Lightweight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Champion Gothic", Arial, sans-serif;
    font-synthesis: none;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0px;
    background-color: #000;
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    background-image: url("header.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}

.logo img {
    height: 55px;
}

.logo span {
    font-weight: 800;
    letter-spacing: 1px;
}

.nav {
    display: flex;
    text-decoration: none;
}

.nav a {
    text-decoration: none;
    color: #ffffff;
    font-synthesis: none;
}

.nav ul {
    display: flex;
    gap: 35px;
    list-style: none;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    width: 32px;
    height: 23px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1100;
}

.menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 1px;
    transition: all 0.35s ease;
    transform-origin: center;
}

/*HOME*/

.hero {
    min-height: 100vh;
    padding-top: 110px;
    background-image: url("bg.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-x;
    position: relative;
}

.hero-text {
    position: relative;
    z-index: 2;

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 0 20px;
}

.hero-text h1 {
    font-size: clamp(75px, 20vw, 225px);
    letter-spacing: 0px;
    margin-bottom: -15px;
}

.hero-text h2 {
    font-size: clamp(32px, 10vw, 100px);
}

.hero-text h3 {
    font-size: clamp(24px, 7vw, 85px);
    margin: 5px 0 5px;
}

.apply-visual img {
    width: 180px;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.apply-visual img:hover {
    transform: scale(1.08);
}

.livefortheapplause-img {
    width: 260px;
    margin-top: 10px;
}

.letters-container {
    background-image: url("letterbg.webp");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 80px 20px;
}

.letter {
    font-family: "Champion Gothic Lightweight";
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

.letter h3 {
    font-family: "Champion Gothic Lightweight";
    font-synthesis: none;
    letter-spacing: 0px;
    font-size: 42px;
    margin-bottom: 20px;
}

.letter p {
    font-family: "Champion Gothic Lightweight";
    font-synthesis: none;
    letter-spacing: 0px;
    font-size: 28px;
    color: #f3f3f3;
}

/*CONFERENCE*/

.schedule-container {
    text-align: center;
    padding-top: 140px; 
    background-image: url("bg.webp");
    background-size: 100%;
}

.schedule-title {
    font-size: 72px;
    font-family: "Champion Gothic Featherweight";
    text-align: center;
    margin-bottom: 40px;
    color: #f6f6f6;
}

.schedule-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 100px;
    flex-wrap: wrap;
    background: url('letterbg.webp');
    background-size: cover;
    background-position: center;        
    overflow: hidden;
}


.schedule-img {
    height: 540px;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
}


.fee-container {
    text-align: center;
    padding-top: 40px;
    margin-top: -40px;
    background-image: url("bg_wout_header.webp");
    background-size: 100%;
}

.fee-title {
    font-size: 72px;
    font-family: "Champion Gothic Featherweight";
    text-align: center;
    margin-bottom: 40px;
    color: #f6f6f6;
    
}

.fee-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 100px;
    flex-wrap: wrap;
    background: url('letterbg.webp');
    background-size: cover;
    background-position: center;        
    overflow: hidden;
}

.fee-img {
    height: 540px;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
}

.venue-container {
    text-align: center;
    margin-top: -40px;
    background-image: url("bg_wout_header.webp");
    background-size: 100%;
    
}

.venue-title {
    font-size: 72px;
    margin-bottom: 50px;
    padding-top: 50px;
}

.venue-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    background: url('letterbg.webp');
    background-size: cover;
    background-position: center;        
    overflow: hidden;
}

.venue-box {
    color: #f6f6f6;
    padding-top: 100px;
    border-radius: 90px;
    text-align: center;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.venue-box h3 {
    font-size: 48px;
    margin-bottom: 10px;
}

.venue-box p {
    font-size: 32px;
}

.venue-map {
    width: 900px;
    min-height: 300px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 20px;
    margin-left: 20px;

}

.venue-map iframe {
    width: 100%;
    height: 100%; 
    border-radius: 90px;
    min-height: 300px;
    display: block
}

/*APPLICATIONS*/

.apply-container {
    text-align: center;
    padding-top: 140px; 
    background-image: url("bg.webp");
    background-size: 100%;
}

.apply-title {
    font-size: 72px;
    font-family: "Champion Gothic Featherweight";
    text-align: center;
    margin-bottom: 40px;
    color: #f6f6f6;
}

.apply-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 100px;
    flex-wrap: wrap;
    background: url('letterbg.webp');
    background-size: cover;
    background-position: center;        
    overflow: hidden;
}


.apply-img {
    height: 540px;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
}

.apply-boxes img {
    cursor: pointer;
    transition: transform 0.25s ease;
}

.apply-boxes img:hover {
    transform: scale(1.08);
}

/*COMMITTEES*/

.committees-container {
    text-align: center;
    padding-top: 140px; 
    background-image: url("bg.webp");
    background-size: 100%;
}

.committees-title {
    font-size: 72px;
    font-family: "Champion Gothic Featherweight";
    text-align: center;
    margin-bottom: 40px;
    color: #f6f6f6;
}

.committees-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
    flex-wrap: wrap;
    background: url('letterbg.webp');
    background-size: cover;
    background-position: 65% 50%;        
    overflow: hidden;
}


.committee-img {
    height: 480px;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
}

.committees-boxes img {
    cursor: pointer;
    transition: transform 0.25s ease;
}

.committees-boxes img:hover {
    transform: scale(1.08);
}

/*sochum*/

.com-container {
    text-align: center;
    padding-top: 140px; 
    background-image: url("bg.webp");
    background-size: 100%;
}

.com-title {
    font-size: 72px;
    font-family: "Champion Gothic Featherweight";
    text-align: center;
    margin-bottom: 40px;
    color: #f6f6f6;
}

.com-text {
    font-family: "Champion Gothic Lightweight";
    display: flex;
    font-size: 32px;
    font-synthesis: none;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 200px;
    padding-right: 200px;
    flex-wrap: wrap;
    background: url('letterbg.webp');
    background-size: cover;
    background-position: 65% 50%;        
    overflow: hidden;
}




































footer {
    font-family: "Champion Gothic Lightweight";
    font-synthesis: none;
    letter-spacing: 0.25px;
    background-image: url("header.webp");
    background-size: cover;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #f3f3f3;
}

@media (max-width: 768px) {
    
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    header {
        justify-content: space-between;
        align-items: center;
        height: 70px;
        padding: 0 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;

    }
    .menu-toggle.open span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    
    .menu-toggle.open span:nth-child(2) {
        opacity: 0;
    }
    
    .menu-toggle.open span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    .logo img {
        height: 40px;
    }

    .nav {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        background-image: url("header.webp");
        background-size: cover;
        background-position: right;
        transform: translateY(-100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
        z-index: 900;
    }

    .nav.open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav ul {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    
    /*HOME*/

    .hero {
        padding-top: 80px;
        min-height: 80svh;
        overflow: hidden;
    }

    .hero-text {
        justify-content: flex-start;
        padding-top: 30px;
    }
    
    .hero-text h1 {
        font-size: clamp(5rem, 20vw, 22vw);
        line-height: 1.05;
        letter-spacing: 0px;
        max-width: 120vw;
    }

    .hero-text h2 {
        font-size: clamp(3.5rem, 5vw, 6vw);
        margin-top: 10px;
        max-width: 90vw;
    }

    .hero-text h3 {
        font-size: 3rem;
        margin-top: 0px;
    }

    .letters-container {
        background-position: 73% 50%;
    }

    .livefortheapplause-img {
        width: 180px;
        margin-top: 10px;     
    }
    .schedule-container {
        text-align: center;
        padding-top: 110px; 
        background-image: url("bg.webp") no-repeat center center;
        background-size: 125%;
    }
    
    .schedule-title {
        font-size: 72px;
        font-family: "Champion Gothic Featherweight";
        text-align: center;
        margin-bottom: 40px;
        color: #f6f6f6;
    }
    
    .schedule-boxes {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
        padding: 100px;
        flex-wrap: wrap;
        background: url('letterbg.webp');
        background-size: cover;
        background-position: center;        
        overflow: hidden;
    }
    
    
    .schedule-img {
        height: 360px;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
    }
    
    
    .fee-container {
        text-align: center;
        padding-top: 40px;
        margin-top: -40px;
        background-image: url("bg_wout_header.webp");
        background-size: 100%;
    }
    
    .fee-title {
        font-size: 72px;
        font-family: "Champion Gothic Featherweight";
        text-align: center;
        margin-bottom: 40px;
        color: #f6f6f6;
        
    }
    
    .fee-boxes {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
        padding: 100px;
        flex-wrap: wrap;
        background: url('letterbg.webp');
        background-size: cover;
        background-position: center;        
        overflow: hidden;
    }
    
    .fee-img {
        height: 360px;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
    }
    
    .venue-container {
        text-align: center;
        margin-top: -40px;
        background-image: url("bg_wout_header.webp");
        background-size: 100%;
        
    }
    
    .venue-title {
        font-size: 72px;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    
    .venue-boxes {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('letterbg.webp');
        background-size: cover;
        background-position: center;        
        overflow: hidden;
    }
    
    .venue-box {
        color: #f6f6f6;
        margin-top: -50px;
        border-radius: 90px;
        text-align: center;
        width: 300px;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .venue-box h3 {
        font-size: 48px;
        margin-bottom: 10px;
    }
    
    .venue-box p {
        font-size: 32px;
    }
    
    .venue-map {
        width: 900px;
        min-height: 300px;
        display: flex;
        align-items: stretch; /* Kutunun yüksekliğini harita içeriğine uygula */
        overflow: hidden;
        margin-top: -80px;
        margin-right: 20px;
        margin-left: 20px;
    
    }
    
    .venue-map iframe {
        width: 100%;
        height: 100%; /* İframe'in tam oturmasını sağlar */
        border-radius: 90px; /* İframe içinde de keskinliği sağlar */
        min-height: 300px;
        display: block
    }
    
    /*APPLY*/
    
    .apply-container {
        text-align: center;
        padding-top: 110px; 
        background-image: url("bg.webp") no-repeat center center;
        background-size: 125%;
    }
    
    .apply-title {
        font-size: 72px;
        font-family: "Champion Gothic Featherweight";
        text-align: center;
        margin-bottom: 40px;
        color: #f6f6f6;
    }
    
    .apply-boxes {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
        padding: 100px;
        flex-wrap: wrap;
        background: url('letterbg.webp');
        background-size: cover;
        background-position: center;        
        overflow: hidden;
    }
    
    .apply-img {
        height: 360px;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
    }

        /*APPLY*/
    
    .apply-container {
        text-align: center;
        padding-top: 110px; 
        background-image: url("bg.webp") no-repeat center center;
        background-size: 125%;
    }
    
    .apply-title {
        font-size: 72px;
        font-family: "Champion Gothic Featherweight";
        text-align: center;
        margin-bottom: 40px;
        color: #f6f6f6;
    }
    
    .apply-boxes {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
        padding: 100px;
        flex-wrap: wrap;
        background: url('letterbg.webp');
        background-size: cover;
        background-position: center;        
        overflow: hidden;
    }
    
    .apply-img {
        height: 360px;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
    }

        /*APPLY*/
    
    .apply-container {
        text-align: center;
        padding-top: 110px; 
        background-image: url("bg.webp") no-repeat center center;
        background-size: 125%;
    }
    
    .apply-title {
        font-size: 72px;
        font-family: "Champion Gothic Featherweight";
        text-align: center;
        margin-bottom: 40px;
        color: #f6f6f6;
    }
    
    .apply-boxes {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
        padding: 100px;
        flex-wrap: wrap;
        background: url('letterbg.webp');
        background-size: cover;
        background-position: center;        
        overflow: hidden;
    }
    
    .apply-img {
        height: 360px;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
    }

    /*COMMITTEES*/
    
    .committees-container {
        text-align: center;
        padding-top: 110px; 
        background-image: url("bg.webp") no-repeat center center;
        background-size: 125%;
    }
    
    .committees-title {
        font-size: 72px;
        font-family: "Champion Gothic Featherweight";
        text-align: center;
        margin-bottom: 40px;
        color: #f6f6f6;
    }
    
    .committees-boxes {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
        padding: 100px;
        flex-wrap: wrap;
        background: url('letterbg.webp');
        background-size: cover;
        background-position: center;        
        overflow: hidden;
    }
    
    .committee-img {
        height: 360px;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.7);
    }    
    
/*COMMITTEES-PAGES*/

.com-container {
    text-align: center;
    padding-top: 110px; 
    background-image: url("bg.webp");
    background-size: 125%;
}

.com-title {
    font-size: 72px;
    font-family: "Champion Gothic Featherweight";
    text-align: center;
    margin-bottom: 40px;
    color: #f6f6f6;
}

.com-text {
    font-family: "Champion Gothic Lightweight";
    display: flex;
    font-size: 32px;
    font-synthesis: none;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
    flex-wrap: wrap;
    background: url('letterbg.webp');
    background-size: cover;
    background-position: 65% 50%;        
    overflow: hidden;
}

    }

    

