@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Fjalla+One&family=Hachi+Maru+Pop&family=Kaisei+HarunoUmi&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=RocknRoll+One&family=Sawarabi+Gothic&family=Yuji+Boku&family=Zen+Maru+Gothic&display=swap'); 



/* body::-webkit-scrollbar {
    display: none;
} */


:root {
    --green: #2EA139;
}

* {
    font-family: "Zen Maru Gothic", sans-serif;      
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: none;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .2s linear;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}


body {
    background-color: #f4f4f9;
    background-image: url('png/background_black_music.jpg');
     /* background-attachment: fixed;   
     background-repeat: no-repeat;
     background-size: cover; */
}
h1 {
    color: #fff;
}

.logo span{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-family: "Playwrite GB S", cursive;
    animation: blink-smooth 3.5s ease-in-out infinite;
}
@keyframes blink-smooth {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #0B0B0B;
  color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.nav-links {
  display: flex;
  list-style: none;
}
.nav-links li a {
  color: white;
  text-decoration: none;
  padding: 0 15px;
  font-size:1.3rem;
  font-family: "Playwrite GB S", cursive;
}
.nav-links li a:hover{
  color:#F80576;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  background: transparent;
  border: none;
  cursor: pointer;
}
.menu-toggle .bar {
  height: 3px;
  width: 25px;
  background-color: white;
  margin: 4px 0;
  transition: 0.3s ease;
}

.container .title{
    font-family: "Playwrite GB S", cursive;
    text-align: center;
    padding-left: 10px;
    margin: 100px auto 30px auto;
    color: #333;
    border-left: 10px solid #553595;
    border-right: 10px solid #553595;   
    width: 30%;
    font-size: 30px;
    background: #fff;
}
.container section .content {
    height: auto;
    background: #553595;
    color: #fff;
    width:50%;
    margin: 50px auto;
    padding:1px 15px 30px 15px;
    /* margin-bottom:50px; */
 }
 .container section .content .movies{
    margin: 10px auto;
    width: 90%;
    background: gray;
    padding:20px;
    margin-bottom: 30px;
 }
  .container section .content .movies iframe{
    width: 80%;
    margin-left: 80px;
  }
   .container section .content .records{
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    width: 90%;
    height: auto;
    background: gray;
    padding:20px;
    margin-bottom: 30px;
 }
  .container section .content .records p    {
    text-align: center;
  }
   .container section .content .records .image{
        background: red;
   }
   .container section .content .records img{
        margin: 20px auto;
        width: 50%;
        background: black;
   }
  .container section .content h2{
    font-size: 2rem;
    text-align: center;
    margin: 10px auto 20px;
    width:60%;
    border-bottom: 2px solid red;
    padding-bottom: 5px;
  }
  .container section .content h3{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.container section .content h4{
    text-align: center;
    font-size: 1.3rem;
    margin-bottom:20px;
}
  .container section .content ul{
    list-style: none;
  }

.container section .content p{
    font-size: 1.5rem;
    text-align: left;
}
.container section .content img{
    width: 35%;
    margin: 20px;
    float: left;
    border-radius: 10px;
}

.counter {
    margin: 10px auto;
    width: 8%;
    height: auto;
    text-align: center;
    background: #553595;
    padding-top: 2px;
}
.counter img {
    height:auto;
    width: 80px
}


@media (max-width: 768px) {
    .logo{
        margin-left: 25px;
    }
    .logo span{
        font-size: 1.1rem;
        text-align: center;
    }
   

   .menu-toggle {
    /* Show hamburger on mobile */  
    display: flex; 
    padding: 2px;
    z-index: 9999;

  }

  .nav-links {
    position: fixed;
    top: 60px;
    right: -100%; /* Hidden off-screen by default */
    flex-direction: column;
    background-color: #3D3595;
    width: 80%;
    height: calc(100vh - 60px);
    text-align: center;
    transition: 0.3s ease;
  }

  .nav-links li {
    margin: 25px 0;
    font-size: 1.5rem;
  }

  /* Target Class Added by JavaScript to Slide Menu In */
  .nav-links.active {
    right: 0;
  }
  
  
.container section {
    width: 90%;
    margin: 10px auto;
    }

.container section .content {
    /* padding:2px; */
    width:100%;
    
    
}
    .container section .content p{
        font-size: 1.2rem;
        clear: both;
    }
    .container section .content h2{
        font-size: 1.4rem;
        margin-bottom: 10px;
        border-bottom: .5px solid red;
        padding-bottom: 10px;
        width: 100%;
        }
    .container section .content h3{
        font-size: 1.2rem;
    }
    .container section .content h3 span{
        font-size: .8rem;
    }
     .container section .content h4{
        font-size: 1rem;
     }
    .container .title{
        width: 90%;
        font-size: 24px;
    }
    .container section .content img{
       width: 90%
    }
      .container section .content .movies{
        width: 100%;
        padding:2px;
      }

     .container section .content .movies iframe{
        width: 100%;
        margin-left: 0px;
     }
     
      .counter {
    margin: 10px auto;
    width: 20%;
    height: auto;
    text-align: center;
    }
    .counter img {
        height:auto;
        width: 50px
    }
}
