@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&display=swap');


@keyframes hover {
  from {background-color:  #00000000;}
  to {background-color: #ad4b8d;}
}

@keyframes hover2 {
  from {background-color:  #f8f9f3;}
  to {background-color: #6d4b74;}
    from {color: #393d4e;}
    to {color: #f8f9f3;}
}


body {
  background-image: url('flowerbackground.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 60px;
}

a:link {
  color: #bd93f9;
  font-size: 25px;
}

a:visited {
  color: #ff7ac7;
}

a:hover {
  color: #ff7ac7;
}

a:active {
  color: #6373a6;
} 

h1 {
    text-align: center;
    font-family: Agdasima;
    font-weight: bolder;
    font-size: 45px;
    color: #f8f9f3;
}

h2 {
    text-align: center;
    font-family: Agdasima;
    font-weight: bold;
    font-size: 33px;
    color: #f8f9f3;
}

h3 {
    text-align: center;
    font-family: Agdasima;
    font-weight: normal;
    font-size: 28px;
    color: #f8f9f3;
}

h4 {
    text-align: center;
    font-family: Agdasima;
    font-weight: normal;
    color: #f8f9f3;
}

h5 {
    text-align: center;
    font-family: Agdasima;
    font-weight: normal;
    color: #f8f9f3;
}


p {
    text-align: center;
    font-family: Agdasima;
    font-size: 25px;
    font-weight: normal;
    color: #f8f9f3
}

ul {
    text-align: left;
    font-family: Agdasima;
    font-size: 20px;
    font-weight: normal;
    color: #f8f9f3;
}

a {
    font-family: Agdasima;
}

.topnav {
  background: linear-gradient(to bottom, #580b3f99, #5e284d99);
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  backdrop-filter: blur(4px);
}

.topnav a {
  float: left;
  color: #f8f9f3;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold
}



.topnav a.active {
  background: linear-gradient(to bottom, #f8f9f3, #d6c9df);
  color: #393d4e;
  border-color: white;
  border-width: 20px;
  border-radius: 25px
}




.topnav a:hover:not(.active) {
  background-color: #ad4b8d;
  animation-name: hover;
  animation-duration: .48s;
  border-color: #ddd;
  border-width: 20px;
  border-radius: 25px;
  color: #f8f9f3;

}

.topnav a.active {
  background-color: #f8f9f3;
  color: #393d4e;
  border-color: white;
  border-width: 20px;
  border-radius: 25px
}

.topnav-about a{
  float: right;
  color: #f8f9f3;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.topnav-about a:hover:not(.active) {
  background-color: #6d4b74;  
  animation-name: hover;
  animation-duration: .48s;
  border-color: #ddd;
  border-width: 20px;
  border-radius: 25px;
  color: #f8f9f3;
}

.topnav-about a.active {
  background-color: #f8f9f3;
  color: #393d4e;
  border-color: white;
  border-width: 20px;
  border-radius: 25px
}



.content-wrapper {
  background-color: rgba(56, 27, 62,0.7);
  background: linear-gradient(to bottom, rgba(56, 27, 62,0.7), #4a256d70);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  width: fit-content;
  height: auto;
  max-width: 80%;
  margin: auto;
  overflow: hidden;
  border-width: 10px;
  border-color: white;
  backdrop-filter: blur(4px);
  border: 2px solid #523766;
}

.title-wrapper {
  text-align: center; 
  background: linear-gradient(to bottom, rgba(56, 27, 62,0.7), #4a256d70);
  padding: 3px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  height: auto;
  width: fit-content;
  margin: auto;
  backdrop-filter: blur(4px);
 border: 2px solid #523766;
}

.load-more {
  font-family: Agdasima;
  text-align: center;
  margin-top: 20px;
}

.load-more button {
  font-family: Agdasima;
  background: linear-gradient(to bottom, #f8f9f3, #d6c9df);
  color: #393d4e;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 25px;
}

.load-more button:hover {
  font-family: Agdasima;
  animation-name: hover2;
  animation-duration: .48s;
  background-color: #6d4b74;
  color: #f8f9f3;
  border-radius:25px
}

.hidden {
    display: none; /* Hide elements initially */
    opacity: 0;
    transition: opacity 0.8s ease-in-out; /* Smooth fade-in effect */
}

.visible {
    display: block;
    opacity: 1;
}

    .album-content {
        display: flex;
        align-items: center;
        margin-left: 15px; /* Space between image and text */
    }

    img {
        max-width: 500px;
        height: auto;
    }

.home-content-wrapper-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .home-content-wrapper-three {
    width: 48%;
  }
}

.home-content-wrapper {
  background-color: rgba(56, 27, 2,0.9);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  width: fit-content;
  max-width: 80%;
  margin: auto;
    backdrop-filter: blur(7px);
  border: 2px solid #523766;
}

.home-content-wrapper-two {
  background: linear-gradient(to bottom, rgba(5, 7, 26,0.8), rgba(47, 11, 47, 0.9));
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  width: fit-content;
  max-width: 80%;
  margin: auto;
  overflow: hidden;
    backdrop-filter: blur(7px);
  border: 2px solid #523766;
}

.home-content-wrapper-three {
  background: linear-gradient(to bottom, rgba(5, 7, 26,0.7), rgba(47, 11, 47, 0.9));
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: fit-content;
  max-width: 70%;
  margin: auto;
    backdrop-filter: blur(7px);
border: 2px solid #523766;
  
}


.chat-content-wrapper {
  background: linear-gradient(to bottom, rgba(5, 7, 26,0.7),rgba(47, 11, 47, 0.8));
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  width: 80%;
  max-width: 80%;
  margin: auto;
  overflow: hidden;
    backdrop-filter: blur(6px);
}

.zoom {
  transition: transform .2s; /* Animation */
      display: inline-block;
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.wave-text span {
    display: inline-block;
    font-size: 3rem;
    animation: wave 2s ease-in-out infinite;
}

.wave-text span:nth-child(1) {
    animation-delay: 0s;
}
.wave-text span:nth-child(2) {
    animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
    animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
    animation-delay: 0.6s;
}

.wave-text span:nth-child(5) {
    animation-delay: 0.8s;
}
.wave-text span:nth-child(6) {
    animation-delay: 1s;
}
.wave-text span:nth-child(7) {
    animation-delay: 1.2s;
}
.wave-text span:nth-child(8) {
    animation-delay: 1.4s;
}
.wave-text span:nth-child(9) {
    animation-delay: 1.6s;
}
.wave-text span:nth-child(10) {
    animation-delay: 1.8s;
}
.wave-text span:nth-child(11) {
    animation-delay: 2s;
}
.wave-text span:nth-child(12) {
    animation-delay: 2.2s;
}
.wave-text span:nth-child(13) {
    animation-delay: 2.4s;
}
@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.stayinplace {
  text-align: center;
  width: fit-content;
  max-width: 80%;
  margin: auto;
  overflow: hidden;
}