html {
  margin: 0;
  padding: 0;
  font-family: Helvetica;
  font-weight: 300;
  font-style: oblique;
  font-size: 5vw;
  background-color: rgba(247, 247, 247, 0.707);
  display: flex;
  height: 100%;
   overflow-x: hidden;
}


body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden; 
  overflow-x: hidden;
}





    @media only screen and (max-width: 600px) {
  .section {
    width: 95vw;
    padding: 1em;
    margin:  auto;
  }
}


@media only screen and (max-width: 430px) {
 

  .modal-content {
    width: 90%;
    max-width: 300px;
  }


}

@media only screen and (max-width: 390px) {
  .section {
    padding-bottom: 70px;
  }

  .modal-content {
    width: 95%;
    max-width: 350px;
  }

  h2, h3, h4, h6 {
    font-size: 3.5vw;
  }

  #footer {
    font-size: 5vw;
  }
}

.navbar__links {
  color: rgb(176, 175, 175);
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 0 3vw;
  display: inline-block;
  margin: 0 30px;
  margin: 15px;
}

.navbar__menu {
  display: table-row;
  list-style: none;
  padding: 0;
  display: flex;
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  flex-direction: column;
}

.navbar__links:hover {
  color: rgb(251, 251, 251);
  text-decoration: underline;
}

h2 {

  font-weight: 100;
  font-size: 2.5vw;
  background-color: transparent;
  text-decoration: none;
  color: grey;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  flex-direction: column;
  text-align: center;
}

h2:hover {
  color: rgb(177, 177, 177);
}

.container#blur.active {
  filter: blur(20px);
  pointer-events: none;
  user-select: none;
  z-index: 10;
}

h3 {
  font-family: Helvetica;
  font-weight: 100;
  font-style: normal;
  font-size: 2vw;
  text-align: center;
}

h4 {
  font-family: Helvetica;
  font-weight: 100;
  font-style: oblique;
  font-size: 2vw;
  position: fixed;
  bottom: 0;
  text-align: end;
}

h4:hover {
  color: aliceblue;
}

#footer {
  position: absolute;
  bottom: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 6vw;
}

body {
  margin: 0;
  overflow: hidden;
}

h6 {
  font-size: 1.5vw;
  font-family: Helvetica;
  color: rgb(255, 255, 255);
  font-style: normal;
  right: 0;
  position: fixed;
  animation: flash 1s infinite;
  padding-bottom: 2px;
  border-bottom: 0;
  transition: border-bottom 0.3s ease;
  z-index: 20;
}

.underlined {
  cursor: pointer;
}

.section3 .links a {
  font-family: Helvetica;
  color: grey;
  display: ruby;
  display: table-row;
  list-style: none;
  text-decoration: none;
}

.section3 .links a:hover {
  color: rgb(0, 34, 252);
  text-decoration: underline;
}

.links {
  width: 50%;
  background-color: transparent;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.links ul {
  list-style-type: none;
  padding: 0;
}

.links li {
  margin: 30px 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3 .links li a {
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.section3 .links li a.active {
  opacity: 1;
}

.content {
  width: 50%;
  padding: 20px;
  background-color: transparent;
  border-left: 4px solid #c0bbbb;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 0.5s;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999; 
  font-size: 49%;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  color: rgb(2, 2, 250);

}

.section-number {
  z-index: 1000;
}


.gallery {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}

.gallery img {
  width: 38%;
  height: auto;
  border-radius: 0;
  transition: filter 0.3s, transform 0.3s;
  filter: blur(5px);
}

.gallery img:hover {
  filter: blur(0);
  transform: scale(1.);
}

.image-container {
  position: relative;
  margin: 10px;
}

.caption {
  display: none;
  text-align: center;
  font-size: 16px;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .caption {
    font-size: 14px;
  }
}

.enlarged {
  width: 100%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.more-content {
  display: none;
  color: white;
  display: none;
  list-style-type: none;
  padding: 0;
}

.clickable-text:hover .more-content {
  content: attr(data-genre);
  bottom: 0px;
  left: 0%;
  transform: translateX(0%);
  background-color: transparent;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  position: relative;
}

.more-content {
  text-decoration: underline;
  color: blue;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.clickable-text {
  margin-right: 10px;
  cursor: pointer;
  z-index: 2;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.clickable-text {
  margin-right: 10px;
  cursor: pointer;
  z-index: 2;
}

.section2 .content {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  padding: 300px 40px;
  padding-left: 24%;
}

.section3 .content {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  padding: 40px 40px;
  margin-top: 20px;
}

.section1 .content {
  display: flex;
  font-size: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 300px 40px;
  padding-left: 20px;
}

.section-number:hover {
  filter: blur(3px);
}

.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.hidden {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.section, .background, .content {
  border: none; 
}

@media only screen and (max-width: 600px) {
  .background {
    display: flex;
    flex-direction: column;
    height: auto;
      overflow-x: hidden; 
  overscroll-behavior-x: contain;
  }

  .section {
  border: none; 
}



  .section {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 2px;
  }
}

.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.hidden {
  opacity: 0;
}

.blur {
  filter: blur(10px);
  transition: filter 0.3s ease;
}

@media only screen and (max-width: 600px) {
  h6 {
    font-size: 24px;
  }
  h2 {
    font-size: 32px;
  }
}

.background {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100vh - 20px);
  display: flex;
  z-index: 0;
  overflow: hidden;
  
}

.section {
  position: relative;
  overflow: hidden;
  padding: 0px;
  cursor: pointer;
  transition: flex 0.5s ease, background-color 0.3s ease;
  flex: 1;
  pointer-events: auto;
  background-color: white; 
  filter: none;
   
}

.section:hover {
  background-color: lightgrey; 
}

.section.expanded {
  background-color:  lightgrey; 
  filter: none; 
}

.section.expanded:hover {
  background-color:  lightgrey; 
}

@media (hover: none) {
  .section:hover {
    background-color: white; 
  }
  
  .section.expanded {
    background-color:  lightgrey; 
    filter: none; 
  }
}

body {
  margin: 0;
  overflow: hidden; 
}

.section {
  position: relative;
  overflow: hidden; 
  height: auto; 
  cursor: pointer;
  transition: flex 0.5s ease, background-color 0.3s ease;
  flex: 1;
  pointer-events: auto;
  background-color: white;
}

.section.expanded {
  background-color: lightgrey; 
  overflow: auto; 
}

.section.expanded:hover {
  background-color: lightgrey; 
}

.section1,
.section2,
.section3,
.section4,
.section5 {
  background: white;
}

.section1 .content {
  pointer-events: none;
  text-align: center;
  padding-left: 100px;
  color: rgb(61, 61, 61);
  font-style: none;
}

.section4 .content {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}

.section.expanded .content {
  opacity: 1;
  pointer-events: auto;
}

.section .content {
  pointer-events: none;
}

#blur {
  position: relative;
  z-index: 1;
}

.clickable-text {
  cursor: pointer;
  z-index: 2;
}

.underlined:hover {
  text-decoration: underline;
}

.navbar__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  z-index: 100;
  position: relative;
}

.navbar__item {
  margin-right: 20px;
}

.navbar__links {
  text-decoration: none;
  color: rgb(167, 166, 166);
}

.section-number {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  font-size: 24px;
  cursor: pointer;
  color: rgb(186, 181, 181);
  transition: opacity 0.3s ease, filter 0.3s ease;
  opacity: 1;
}

.section-number:hover {
  filter: blur(2px);
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-number:hover {
    filter: none; 
  }
}



.section {
  overflow: hidden; 
  height: auto; 
}

::selection {
  background-color: transparent;
  color: rgb(255, 255, 255); 
}



* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5); 
}







