/* font family - Teko */
@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Londrina+Outline&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Outfit:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300..700&family=Teko:wght@300..700&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yellowtail&display=swap');

/* main css */
body{
    background-color: black;
    font-family: "Teko", serif;
    overflow-y: hidden;
}

main, section, div, img, button {
    position: absolute;
}

main {
    background-image: url(../img/background.jpg);
    width: 1920px;
    height: 1080px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: hidden;
}

section {
    width: 100%;
    height: 100%;
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

#background {
    z-index: -1;
}

#screen1 {
    display: block;
}

/* preloader styling */

#start-btn {
    background-image: url(../img/background-preloader.jpg);
    color: #fff;
    width: 100%;
    height: 100%;
    padding-left: 150px;
    padding-top: 165px;
}

#start-btn h1 {
    font-size: 135px;
    text-align: left;
    line-height: 15px;
    color: #c9082a;
    mix-blend-mode: exclusion;
}

#start-btn h2 {
    line-height: 290px;
    font-size: 225px;
    text-align: left;
    letter-spacing: 8px;
    mix-blend-mode: exclusion;
}

#start-btn h3{
    letter-spacing: 1px;
    font-size: 30px;
    text-align: left;
    padding-left: 10px;
    mix-blend-mode: exclusion;
}

.frame {
    left: 680px;
    top: 110px;
    display: none;
}

#frame1 {
    display: block;
}

.intro-container {
    background-image: url(../img/background-screen1.jpg);
    width: 100%;
    height: 100%;
}

.intro-container div,
.intro-container button {
    position: static;
}

/* main screen styling */
.screen-title {
    padding-left: 150px;
    padding-top: 165px;
}

.screen-title h1 {
    font-size: 135px;
    text-align: left;
    line-height: 15px;
    color: #c9082a;
    mix-blend-mode: exclusion;
}

.screen-title h2 {
    color: #fff;
    line-height: 290px;
    font-size: 225px;
    text-align: left;
    letter-spacing: 8px;
    mix-blend-mode: exclusion;
}

.learn-more-txt {
    font-size: 24px;
    font-weight: 800;
    color: #0075bf;
    margin-top: 50px;
}

.history-txt {
    mix-blend-mode: exclusion;
    padding-left: 160px;
    color: #fff;
    width: 1000px;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 2px;
}

button {
    align-items: center;
    padding-left: 150px;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: none;
    position: relative;
    height: 120px;
}

.to-screens-btn {
    background-size: cover;
    display: flex;
    border-radius: 5px;
    width: 1000px;
    mix-blend-mode: exclusion;
}

.to-screens-btn div:first-child {
    font-size: 15px;
    font-weight: 600;
    padding-top: 60px;
}

.to-screens-btn div:last-child {
    height: 100px;
    color: white;
    font-size: 52px;
    opacity: 0.75;
    display: flex;
    justify-content: center;
}

.click-through {
    pointer-events: none;
}

.screen {
    position: absolute;
}

#back-btn {
    height: 100px;
    background-color: #00000099;
    border: #fff solid 2px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 74px;
    opacity: 0.75;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 1;
    padding-right: 20px !important;
    padding-left: 25px !important;  
}

/* screen 2  */

#screen2 {
    overflow-x: scroll;
}

#screen2-title {
    padding-top: 31px;
    padding-left: 193px
}


/* screen 3 */

#screen3 {
    background-image: url(../img/hall-of-fame-background.jpg);
    height: 100%;
    width: 100%;
}

.scroll-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    overflow: scroll;
    scrollbar-width: none;
    color: #fff;
}

#screen3-title {
    position: absolute;
    height: 1080px;
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.53);
    color: #fff;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    font-size: 150px;
    line-height: 200px;
    position: relative;
}

#screen3-title h1 {
    mix-blend-mode: exclusion;
}

#screen3-title h2 {
    mix-blend-mode: exclusion;
    color: #c9082a;
}

.hall-of-fame-card {
    width: 280px;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 60px 40px 0 40px;
    mix-blend-mode: exclusion;

}

.hall-of-fame-card h1 {
    margin-top: 150px;
    mix-blend-mode: exclusion;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 8px;
}

.hall-of-fame-card h2 {
    font-size: 225px;
    mix-blend-mode: soft-light;
    font-weight: 800;
    line-height: 180px;
}

.player-highlight {
    margin-top: 350px;
}

.player-overlay {
    mix-blend-mode:soft-light;
}

#giannis-hall-of-fame h1 {
    font-size: 30px;
    letter-spacing: 4px;
    padding-top: 10px;
    line-height: 85px;
}

#screen5-title {
    font-size: 3rem;
    color: #fff;
    top: 25px;
    left: 650px;
}

#screen4 {
    /* background-image: url(../img/screen4-bg.jpg); */
    height: 100%;
    position:absolute;
    max-width: 100%;
    text-align: center;
}


#screen4-title {
    position: absolute;
    height: 1080px;
    width: 900px;
    background-color: rgba(0, 0, 0, 0.53);
    color: #fff;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    font-size: 150px;
    line-height: 200px;
    position: relative;
}

#screen4-title h1 {
    mix-blend-mode: exclusion;
}

#screen4-title h2 {
    mix-blend-mode: exclusion;
    color: #c9082a;
}

#major-events-timeline {
    width: 120vw;
    padding-left: 500px;
    top: 350px;
}

#major-events-timeline img {
    width: 200vh;
}

#teams-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 90%;
    height: 80%;
    align-items: center;
    top: 180px;
    left: 150px;
}

#teams-container img {
    position: relative;
    cursor: pointer;
}

.team-info {
    background: rgba(0, 0, 0, 0.888);
    width: 1920px;
    height: 1080px;
    z-index: 10000;
    color: #fff;
    background-image: url(../img/background-hl.jpg);
}
.team-info-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 120px;
    left: 150px;
}

.team-info h1, .team-info h2, .team-info h3  {
    font-size: 3rem;
}

.team-about, .team-rings, .team-fact {
    width: 60vw;
    font-size: 1.8rem;
    position: relative;
    color: black;
    background-color: #ffffff9b;
    mix-blend-mode: difference;
    padding: 2rem;
    margin: 1rem;
}

.team-info {
    display: none;
    width: 1920px;
    height: 1080px;
}

.team-info > h3 {
    text-align: right;
    padding: 60px 80px;
    font-size: 3rem;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
    z-index: 100000;
}


