a {
  text-decoration: none;
}

.header {
    display: flex;
    flex-direction: row;
    position: fixed;
    justify-content: space-between; 
    padding: 0.8rem;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    z-index: 999;
    text-decoration: none;
}

.site-title {
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
    color: black;
    font-family: 'Times New Roman', serif;
  }


.bird-nav {
    position: fixed;
    top: -0.3rem;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  
  .bird {
    width: 25px;
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  
  .bird2 {
    width: 25px;
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  
  .bird-h {
    width: 18px;
  }
  
  .carousel-section {
    scroll-margin-top: 4rem;
  }
  
.carousel{
    position: relative;
    height: 35rem;
    width: 64%;
    margin: 6rem auto 2rem auto; 
}

.carousel2 {
    position: relative;
    height: 35rem;
    width: 55%;
    margin: 4rem auto 2rem auto; 
}

.carousel3 {
    position: relative;
    height: 35rem;
    width: 58%;
    margin: 4rem auto 2rem auto; 
}

.carousel4 {
    position: relative;
    height: 35rem;
    width: 64%;
    margin: 7rem auto 2rem auto; 
}

.carousel5 {
    position: relative;
    height: 35rem;
    width: 68%;
    margin: 7rem auto 2rem auto; 
}

.carousel6 {
    position: relative;
    height: 35rem;
    width: 55%;
    margin: 7rem auto 2rem auto; 
}

.carousel7 {
    position: relative;
    height: 35rem;
    width: 55%;
    margin: 7rem auto 2rem auto; 
}


.carousel__iframe {
    transform: scale(0.8);        /* scales down to 80% */
    width: 100%;
    height: 110%;
    border: none;
  }
  

.carousel__image{
    width: 100%;
}

.carousel__image1 {
  width: 120%;
  margin-left:1rem;
}

.carousel__track-container{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.carousel__track{
    padding: 0;
    margin: 0;
    list-style: none;
}

.carousel__slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  

.carousel__cursor-zone {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
  }

  @media (max-width: 768px) {
    .carousel__cursor-zone {
      width: 30%;
    }
  }
  
  .left-zone {
    left: 0;
    cursor: url('data/arrow-left.png'), w-resize;
  }
  
  .right-zone {
    right: 0;
    cursor: url('data/arrow-right.png'), e-resize;
  }
  
  .carousel__track video {
    position: relative;
    z-index: 2;
  }

.text-zone{
top: 0;
margin-bottom: 7rem;
}


  .title {
    font-size: 5rem;
    font-family: 'Times New Roman', serif;
  }