:root {
  --bg1: url("./images/gallery/1.png");
  --bg2: url("./images/gallery/2.png");
  --bg3: url("./images/gallery/3.png");
  --bg4: url("./images/gallery/1.png");
  --bg5: url("./images/gallery/2.png");
}

@font-face {
  font-family: 'MyCustomFont'; 
  src: url('font/AnjaElianeaccent002.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}


body {
    background-image: url('https://bettysgraphics.neocities.org/images/backgrounds/flowers%2012.gif');
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: 'MyCustomFont', Arial, sans-serif; 
}

nav {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding-left: 20px; 
}

.logo img {
    height: 120px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #bae5ff;
    background-color: white;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 1.2em;
    border: 2px solid pink;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
    letter-spacing: 1px;
}

nav ul li a:hover {
    background-color: pink;
    color: white;
}

.announcement-banner {
    background-color: pink; 
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2em;
    border-radius: 5px;
    margin: 20px auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
}

.announcement-banner p {
    margin: 0;
    padding: 0;
    animation: blinker 1.5s linear infinite; 
}



  /* test image  */
  .p-animated-images {
    height: 200px;
    width: 500px;
    margin: 250px auto;
    position: relative;
  }
  
  .img-animated {
    height: 200px;
    position: absolute;
    border: 2px solid #fff;
    left: 0;
    offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
    box-shadow: 1px 1px 3px #0008;
    transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
    z-index: 0;
  }
  
  .img-animated:hover {
    transform: scale(3);
    offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
    box-shadow: 3px 4px 10px #0006;
    z-index: 999;
  }

  
  .img-animated:nth-last-child(5):first-child {
    offset-distance: 0%;
  }
  .img-animated:nth-last-child(4):nth-child(2) {
    offset-distance: 33%;
  }
  .img-animated:nth-last-child(3):nth-child(3) {
    offset-distance: 66%;
  }
  .img-animated:nth-last-child(2):nth-child(4) {
    offset-distance: 75%;
  }
  .img-animated:last-child:nth-child(5) {
    offset-distance: 100%;
  }
  

  /* about us */
  .about-us {
    max-width: 800px; 
    margin: 0 auto; 
    padding: 20px;
    font-size: 1em; 
    line-height: 1.6;
    text-align: justify; 
    color: white; 
  
  background-color: pink;
  border-radius: 5px; 
  font-size: 1.2em;
  letter-spacing: 2px; 
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 

  }

  /* faq  */
.faq {
  max-width: 800px;
  margin: 0 auto; 
  white-space: pre-line;
  line-height: 1.6;
  font-size: 1em;
  padding-bottom: 100px;
  padding: 20px;
  color: white; 
  text-shadow: 0 0 3px #35b2ff, 0 0 5px #35b2ff;

background-color: #fffce9;
border-radius: 5px; 
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
font-size: 1.2em; 
letter-spacing: 2px;
}

.faq b {
  display: block;
  margin-top: 1em; 
  font-weight: bold;
  color: white; 
  text-shadow: 0 0 3px #35b2ff, 0 0 5px #35b2ff;
  background-color: #ffe8f0;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;

}


  /* socials */
  .contact-section {
    text-align: center; 
    max-width: 200px; 
    padding: 20px; 
    border-radius: 5px; 
    margin: 0 auto;
    background-color: pink;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
  }

  .contact-section h2 {
    letter-spacing: 2px; 
    text-transform: uppercase;
    color: white;
  }
  
  .social-icons {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px; 
  }
  
  .social-icon {
    display: inline-block;
    text-decoration: none; 
  }
  
  .social-icon i {
    transition: transform 0.3s ease; 
  }
  
  .social-icon i:hover,
  .social-icon i:focus {
    transform: scale(1.1); 
  }
  
  .social-icon.instagram i {
    color: #E1306C;
  }
  
  .social-icon.tiktok i {
    color: #69C9D0;
  }
  
.social-icon.email i {
  color: #0078D4; 
}
  

/* gallery */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  display: block;
  border: 5px solid pink; 
  box-shadow: 0px 0px 15px #ff69b4; 
}



.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}



@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
  .prev, .next {
    padding: 12px; 
    font-size: 14px;
  }

  .dot {
    height: 12px;
    width: 12px;
  }

  .slideshow-container {
    max-width: 95%;
  }

  .mySlides img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .logo {
    width: 100%;
    display: flex;
    justify-content: center; 
    padding-left: 0; 
  }

  nav {
    flex-direction: column; 
  }

  nav ul {
    width: 100%;
    justify-content: center; 
  }

  nav ul li {
    width: 100%; 
    text-align: center; 
  }

  nav ul li a {
    display: block; 
    margin: 5px 0;
    padding: 10px 0; 
  }

  .announcement-banner {
    font-size: 1.4em; 
    padding: 15px 0; 
  }

  .about-us {
    padding: 15px;
    font-size: 0.9em;
  }

  
  .social-icon i {
    font-size: 2.5em; 
  }

  /* gallery */
  .prev, .next {
    padding: 10px; 
    font-size: 12px; 
  }

  .dot {
    height: 10px;
    width: 10px;
  }

  .faq {
    padding-left: 10px; 
    padding-right: 10px; 
  }
  
}