@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin: 0;
    background-color: rgb(29, 29, 29);
    width: fit-content;  /* Ensure the body takes the full viewport width */
    height: 100vh; /* Ensure the body takes the full viewport height */
    overflow-x: scroll; /* Allow horizontal scrolling */
    overflow-y: hidden; /* Hide vertical scrollbars */
}

html {
    width: 100%;
    height: 100%;
  }

.navbar{
    background-color: rgb(15, 15, 15);
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top: 0;
    position: fixed;
    width: 100vw;
    z-index: 100000;
}

.homeBtn{
    width: 2vw;
    height: 2vw;
    padding-left: 0.5vw;
    cursor: pointer;
}

.navBtns{
    display: flex;
    flex-direction: row;
    gap: 1vw;
    padding-right: 1vw;
    height: 100%;
    text-align: center;
}

.navText{
    color: #d8d8d8;
    width: 10vw;
    font-family: "Overpass", sans-serif;
}

.navigate{
    cursor: pointer;
}

.navigate:hover{
    background-color: #5555556b;
}

.pfp{
    width: 15vw;
    border-radius: 100%;
    border: 5px solid white;
}

.pfpFrame{
    position: absolute;
    width: 355px;
    height: 370px;
    z-index: -10;
    margin-left: 715px;
    margin-top: -45px;
}

.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20vh;
    width: 100vw;
    height: 50vh;
    z-index: 20;
}

.graphic1{
    width: 300px;
    position: absolute;
    z-index: -5;
    margin-top: 300px;
    margin-right: 600px;
}

.headerText{
    display: flex;
    flex-direction: column;
}

.title{
    font-family: "Overpass", sans-serif;
    color: #d8d8d8;
}

.secondTitle{
    font-family: "Overpass", sans-serif;
    color: #d8d8d8;
}

#mainContent{
    display: none;
    width: 400vw;
    height: 100%;
}


.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }
  
  .popup-content {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .sprites {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
  }
  
  .sprite {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.2s ease, border 0.3s ease;
  }
  
  .sprite:hover {
    transform: scale(1.1);
  }
  
  #okButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: not-allowed;
    background-color: gray;
    color: #d8d8d8;
    border: none;
    border-radius: 5px;
    font-family: "Overpass", sans-serif;
    text-align: center;
  }
  
  #okButton.active {
    cursor: pointer;
    background-color: #28a745;
  }

.portfolio{
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.infoTitle{
    font-family: "Overpass", sans-serif;
    color: #d8d8d8;
}

.text{
    font-family: "Overpass", sans-serif;
    color: #d8d8d8;
}

.experience{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10vh;
}

.about{
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cv{
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.graphicPortfolio{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10vh;
}



.artCarousel{
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-direction: column;
}

.carousel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carouselItem1{
    width: 500px;
    height: 500px;
    object-fit: contain;
}

.carouselPrev, .carouselNext{
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    font-family: "Overpass", sans-serif;
    background-color: rgb(29, 29, 29);
    color: rgb(216, 216, 216);
    font-size: 30px;
    text-align: center;
    align-items: center;
    cursor: pointer;
}

.carouselPrev:hover, .carouselNext:hover{
    background-color: #5555556b;
}

.logoCarousel{
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.websitePortfolio{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10vh;
}

.websiteCarousel{
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#websitesCarousel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carouselItem2{
    width: 80vw;
    height: 70vh;
}

.contact{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10vh;
}

.contactContainer{
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.soMeBtn{
    width: 5vw;
    transition-duration: 0.3s;
    cursor: pointer;
}

.soMeBtn:hover{
    scale: 1.3;
}

.soMeBtns{
    display: flex;
    flex-direction: row;
    margin: 2vw;
    gap: 3vw;
}

.disclaimerContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15vh;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

.disclaimerTitle{
    font-family: "Overpass", sans-serif;
    color: rgba(255, 255, 255, 0.2);
}

.disclaimerText{
    font-family: "Overpass", sans-serif;
    color: rgba(255, 255, 255, 0.2);
}

.useArrow {
    position: absolute;
    left: 7vw;
    bottom: 20vh;
    transform: translateX(-50%);
    z-index: 9999;
}

.popupTitle{
    font-family: "Overpass", sans-serif;
    color: black;
}

.popupWindow {
    color: black;
    font-family: "Overpass", sans-serif;
    border-radius: 10px;
    width: 220px;
    position: relative;
    text-align: center;
    border: 3px solid black;
    margin-left: 2vw;
}

.popupHeader {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-content: center;
}

.closeBtn {
    font-size: 24px;
    cursor: pointer;
    color: black;
    font-weight: bold;
}

.text {
    font-size: 16px;
    margin-top: 20px;
}