* {
    font-family: "inter", sans-serif;
    margin: 0;
    padding: 0;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-size: cover;
    overflow: hidden;
    overflow-y: hidden;
    height: 100%;
}


.about {
    background-color: #2B2B2B;
}

.main-header {
    width: 100vw;
    height: 72px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.main-nav {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: transparent;


}

.main-nav-list {
    height: 50px;
    width: 560px;
    list-style: none;

    padding: 0;
    margin-right: 20px;


    bottom: 0;

    display: flex;
    flex-direction: row;

    align-items: center;
    justify-content: center;

    clip-path: polygon(10px 0, 0 10px, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 7%);

    /* outline-style: auto;
    outline-color: #03A7FF;
    outline-width: 1px; */
    border: 1px solid #03A7FF;
    margin-bottom: 0;
    position: relative;
}

.main-nav-list::before {
    border-right: 10px solid transparent;
    border-top: 10px solid #03A7FF;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.main-nav-list::after {
    /* bottom right  */
    border-left: 10px solid transparent;
    border-bottom: 10px solid #03A7FF;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

.main-nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 100;
    font-size: 23px;
    margin-left: 25px;
    margin-right: 25px;


}



.main-nav-item a {
    text-decoration: none;
    color: white;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;

}

.main-nav-item a:hover {
    color: #03A7FF;
}

.site-title-container-home {
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
    color: white;
    flex-direction: column-reverse;
    font-size: 20px;
}

.site-title-container {
    display: flex;
    margin-left: 40px;
    color: white;
    flex-direction: column-reverse;
    font-size: 20px;
}


.home-title {
    font-size: 72px;
    text-shadow:
        -1px -2px 0 #03A7FF,
        1px -2px 0 #03A7FF,
        -1px 2px 0 #03A7FF,
        1px 2px 0 #03A7FF;
}

.home-authors {

    font-size: 25px;
    font-weight: 200;
    color: gray;
}

.left-title-container {
    font-size: 20px;
    -webkit-text-stroke: 0px;

}

.main-home {
    display: flex;
    flex-direction: column;
    justify-content: center;

    height: calc(100vh - 72px);
}

.start-buttons {
    margin-left: 20px;
    display: flex;

    justify-content: space-between;

    width: 425px;
    height: 50px;
}

.start-button {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #03A7FF;
    clip-path: polygon(0 0, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
    position: relative;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 7%);
    transition: all 0.5s;
}

.start-button::after {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #03A7FF;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}



.start-button a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 100;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
}

.start-button:hover {
    background-color: #03A7FF;
}

.main-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 72px);
    width: 100%;
    position: relative;
    z-index: 1;
}

.about-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50%;


}

.about-content-text {
    width: 35%;

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #03A7FF;

    position: relative;
    clip-path: polygon(0 0, 0 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0);
    background-color: rgba(255, 255, 255, 1%);
    backdrop-filter: blur(12px);
}


.about-content-text::after {
    border-left: 20px solid transparent;
    border-bottom: 20px solid #03A7FF;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

.person-selector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 230px;
    min-width: 230px;
    max-width: 20%;
    height: 100%;
    gap: 5%;

    list-style: none;
}

.person-selector-item {
    width: 100%;
    min-width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

    border: 1px solid #03A7FF;
    backdrop-filter: blur(12px);
    position: relative;
    clip-path: polygon(0 0, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
    background-color: rgba(255, 255, 255, 2%);


}

.person-selector-item::after {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #03A7FF;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

.person-selector-item button {
    background-color: transparent;

    border: none;
    color: white;
    font-size: 25px;
    font-weight: 100;
}

.person-selector-item.selected {
    background-color: #FFFFFF;
}

.person-selector-item.selected button {
    color: black;
}

.person-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 100%;
    backdrop-filter: blur(12px);
    border: 1px solid #03A7FF;

    position: relative;
    clip-path: polygon(0 0, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
    background-color: rgba(255, 255, 255, 2%);

}

.person-info::after {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #03A7FF;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

.main-games {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 72px);
    width: 100%;
}

.games-content {
    width: 100%;
    height: 80%;


}

.games-header {
    display: flex;

    align-items: center;
    flex-direction: column;
    height: 30%;
    width: 100%;
    color: white;
}

.games-header h1 {
    font-size: 30px;
    color: white;
}

.games-list {
    margin-top: 10px;
    display: flex;

    flex-direction: row;
    height: 70%;
    width: 60%;
    height: 60px;
    list-style: none;

    backdrop-filter: blur(12px);
    border: 1px solid #03A7FF;

    position: relative;
    clip-path: polygon(15px 0, 0 15px, 0 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0);
    background-color: rgba(255, 255, 255, 2%);

}


.games-list::before {
    border-right: 15px solid transparent;
    border-top: 15px solid #03A7FF;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.games-list::after {
    border-left: 15px solid transparent;
    border-bottom: 15px solid #03A7FF;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

.games-list .game-item {
    display: flex;
    width: calc(100% / 5);
    height: 100%;
    justify-content: center;
    align-items: center;
}

.game-selector {
    width: calc(100% / 5);
    height: 100%;
    display: inline-block;
    position: absolute;
    z-index: -1;
    background-color: white;
    transition: all 0.5s;
}


.games-list .game-item button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 25px;
    font-weight: 100;
    width: 100%;
    height: 100%;
    cursor: pointer;

    transition: all 0.5s;

}

.games-list .game-item button:hover {
    color: grey;
}

.games-list .game-item.selected button {
    color: black;
}

.game-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 70%;
    width: 100%;
}

.game-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 43%;
    height: 100%;
    backdrop-filter: blur(12px);
    border: 1px solid #03A7FF;

    position: relative;
    clip-path: polygon(0 0, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
    background-color: rgba(255, 255, 255, 2%);
}

.game-box::after {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #03A7FF;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

.person-image{
    width: 100%;
    height: auto;
}

.game-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 90%;
    height: 90%;
    color: white;
    font-size: 30px;
    font-weight: 100;
    padding-left: 15px;
}

.game-video {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}

.game-image {
    width: 100%;
    height: auto;
    border: 1px solid #03A7FF;
    background-color: rgba(255, 255, 255, 2%);
}

.background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.background-image {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.contact-body {
    background-color: #000000;
}

.main-contact {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 72px);
    width: 100%;
}

.contact-content {
    display: flex;
    align-items: center;
    width: 60%;
    height: 100%;
}

.contact-form {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;

    flex-direction: column;

}

.contact-form-item {
    width: 450px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.contact-form-item-label {
    width: 200px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: white;
    align-content: center;
    display: flex;
    font-size: 20px;
    font-weight: 100;
    color: black;
    clip-path: polygon(0 0, 185px 0, 100% 30%, 100% 70%, 185px 100%, 0 100%, 0% 70%, 0% 30%);
}

.contact-form-item-input {
    background-color: #000000;
    border: 0;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #03A7FF;
    clip-path: polygon(0 0, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
    position: relative; 
    background-color: rgba(255, 255, 255, 0%);
    transition: all 0.5s;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 7%);

}


.contact-form-item-input::after {
    background-color: white;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #03A7FF;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';

}

.contact-form-item-input:focus {
    background-color: #FFFFFF;
    border: none;
    outline: none;
}



.contact-form-item-input-2 {
    background-color: #000000;
    border: 0;
    width: 450px;
    height: 200px;
    margin-top: 150px;
    margin-right: -250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #03A7FF;
    clip-path: polygon(0 0, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
    background-color: rgba(255, 255, 255, 0%);
    transition: all 0.5s;
    backdrop-filter: blur(12px);
}

.contact-form-item-input-2::after {
    background-color: white;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #03A7FF;
    content: '';
}

.contact-form-item-input-2:focus {
    background-color: #FFFFFF;
    border: none;
    outline: none;
}

.contact-form-item-input:required {
    backdrop-filter: blur(12px);
}

.contact-form-item-input:valid {
    background-color: white;
}

.contact-form-item-input-2:required {
    backdrop-filter: blur(12px);
    text-align: start;
}

.contact-form-item-input-2:valid {
    background-color: white;
}

.contact-image-container {
    display: flex;
    justify-content: center;
    align-items: center;

}

.contact-image{
    display: flex;
    width: 38rem;
    height: auto;
    margin-right: 50px;
    border-radius: 50px;
}

.send-button {
    background-color: white;
    text-align: center;
    color: #2B2B2B;
    letter-spacing: 1px;
    text-shadow: 0;
    clip-path: polygon(0 0, 185px 0, 100% 30%, 100% 70%, 185px 100%, 0 100%, 0% 70%, 0% 30%);
    width: 200px;
    height: 50px;
}

.send-button:hover {
    background-color: #03A7FF;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 600px) {
    .background-image {
        width: 100%;
    }
    .home-authors{
        display: flex;
        max-width: 30%;
    }
    .site-title-container-home h1 {
        font-size: 2rem !important;
    }
    .person-selector-item{
        height: 40px;
    }
    .contact-image-container {
        width: 3rem; /* Adjust size for smaller screens if needed */
        height: auto; /* Adjust height for smaller screens if needed */
    }
  }

  @media screen and (min-width: 601px) and (max-width: 1000px){
      .person-selector-item{
          height: 45px;
      }
      .background-image {
        width: 100%;
    }
  }

@media screen and (max-width: 1024px) {
    .main-nav-list {
        display: none;
    }

    .main-header {
        justify-content: center;
    }

    .site-title-container-home h1 {
        font-size: 50px;
    }

    .start-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 15%;
        margin: 0;
    }

    .start-button {
        width: 50%;
        height: 50px;

    }

    .site-title-container {
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-title-container h1 {
        font-size: 50px;
    }

    .about-content {
        flex-direction: column;
        height: 90%;

    }

    .about-content-text {
        width: 80%;
        height: 50%;
    }

    .person-selector {
        width: 100%;
        height: 50%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        max-width: 80%;

        justify-content: center;

    }

    .person-info {
        width: 80%;
        height: 50%;
    }

    .games-content {
        height: 100%;
    }

    .games-list {
        width: 90%;

    }

    .games-list .game-item button {
        font-size: 15px;
    }

    .games-header {
        height: 10%;
    }

    .game-content {
        height: 90%;
        flex-direction: column;
    }

    .game-box {
        width: 80%;
        height: 40%;

    }

    .background-image {
        width: 100%;
    }

    .contact-image {
        display: none;
    }

    .contact-form{
        max-width: 200px;
    }

    .contact-content {
        margin-left: 220px;
        max-width: 40px;
    }

    .contact-form-item-input {
        max-width: 175px;
        margin-right: 40px;
    }
    
    .contact-form-item-label {
        width: 180px;
        
    }

    .contact-form-item-input-2 {
        width: 180px;
        margin-right: 35px;
    }
}