@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  *{
  
      font-family: "Poppins", serif;
      font-weight: 200px;
      font-style: normal;
      margin: 0;
      padding: 0;
      text-decoration: none;
      scroll-behavior: smooth;
      overflow-x: hidden;
  }


  header{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.635);
}

header nav h1 a{
    color: black;
    font-size: 1.5rem;
}
header nav{
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-between;
}


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

nav ul a{
    padding:0 10px;
    font-size: 14px;
    color: black;
    transition: 0.5s ease;
}

nav ul a:hover{
    color: orange;
}

.menu{
    display: none;
}
#close{
    display: none;
}

.homeback{
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: background 30s linear infinite;
}

.home{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,#ffffff00,#000000ac);
}
@keyframes background {
    0%{
        background-image: url(../images/instruments080.jpg);
    }
    25%{
        background-image: url(../images/drum-back.jpg);
    }
    50%{
        background-image: url(../images/electric-guiter.jpg);
    }
    75%{
        background-image: url(../images/stoke1.jpg);
    }
    100%{
        background-image: url(../images/instruments080.jpg);
    }
}

.home .container{
    display: flex;
   flex-wrap: wrap;
}

.home .contents{
    flex-grow: 1;
    flex-basis: 200;
    text-align: center;
}
.home .contents em{
    border-bottom: 2px double orange ;
    color: white;
    font-weight: bolder;
}


.home .prod p{
    font-size: 2rem;
    color: rgb(255, 255, 255);
}

.home p{
    color: white;
}


.home .prod button{
    padding: 10px 100px;
    border: none;
    background-color: orange;
    color: white;
    transition: 0.4s ease;
    cursor: pointer;
    border: 1px solid orange;
}

.home .prod button:hover{
    background-color: rgba(255, 166, 0, 0.26);
    color: orange;
    backdrop-filter: blur(10px);
}

.home .buttons-navigater{
    position: fixed;
    right:30px;
    bottom: 50px;
    z-index: 1;
}
.home .back{
    height: 50px;
    width: 50px;
    transform: rotate(270deg);
    border-radius: 5px;
    background-color: orange;
    color: white;
    border: none;
    display: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.202);
    font-size: 1.2rem;
}

.home .callus a{
    padding: 15px;
    border-radius: 50%;
    background-color: green;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .callus i{
    color: white;
    font-size: 1.7rem;
}

.home .back.show {
    display: block; 
}

.category{
    width: 100%;
    background-color: white;
}

.categories{
    display: flex;
    flex-wrap: wrap;
}

.allpagecontainer{
    margin: 60px 80px;
}

.categories .prodicon{
    display: flex;
    align-items: center;
}

.prodicon i{
    font-size: 2rem;
    padding: 5px;
}

.prodicon p{
    color: gray;
}

.categories-list-A em{
    border-bottom: 2px solid orange;
}
.categories .categories-list-A{
    width: 200px;
    height: 220px;
    background-color: white;
    margin: 5px;
}
.categories .categories-list{
    width: 280px;
    height: 250px;
    background-color: #ffffff;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(199, 199, 199);
    transition: 0.5s ease;
}

.categories-list:hover{
    background-color: orange;
}

.categories-list a{
    color: rgb(0, 0, 0);
}
.categories-list img{
    width: 100%;
    height: 210px;
}

.categories-list p{
    padding-left: 10px;
}

.rooms-stoke{
    width: 100%;
    min-height: 350px;
    display: flex;
    margin: 50px 0;
    flex-wrap: wrap;
    overflow-y: hidden;
}

.rooms-stoke .stoke1{
    width: 350px;
    height: 350px;
    background-image: url("../images/stoke1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    margin: 10px;
    flex-grow: 1;
    flex-basis: 200;
    border-radius: 20px;
}

.stoke1 p{
    width: 70%;
    padding: 50px 20px;
    font-size: 1rem;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    transition: 0.5s ease;
}

.stoke2 p{
    width: 70%;
    padding: 50px 20px;
    font-size: 1rem;
    backdrop-filter: blur(50px);
    border-radius: 20px;
    transition: 0.5s ease;
}
.rooms-stoke .stoke2{
    width: 350px;
    height: 350px;
    background-image: url("../images/stoke2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    margin: 10px;
    flex-grow: 1;
    flex-basis: 200;
    border-radius: 20px;
}

/* nav that i scroll */
.scroll-nav {
    width: 100%;
    padding: 20px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    scroll-behavior: smooth;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
.scroll-nav2 {
    width: 100%;
    padding: 20px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    background-color: #fff;
    scroll-behavior: smooth;
  }

  .scroll-nav2 h2 a{
    color:black;
    padding-right:120px;
  }

  .scroll-nav h2 a{
    color:black;
    padding: 0 60px;
  }
  .scroll-nav::-webkit-scrollbar {
    display: none; /* Hide scrollbar on WebKit */
  }

  .scroll-item{
    flex: 0 0 auto;
    margin-right: 10px;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #eee;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }

  .scroll-item.active,
  .scroll-item:hover {
    background-color: orange;
    color: white;
  }

  .instrument{
    margin-top: 50px;
  }

  .instrument h1{
    color: orange;

  }

.products-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    width: 100%;
}

.products-container .product{
    width: 250px;
    height: 340px;
    margin: 10px;
    background-color:whitesmoke;
    border-radius: 10px;
    padding-bottom: 8px;
    border: 1px solid gray;
    overflow-y: hidden;
}

.products-container .product .image-cont{
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.products-container .product .image-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: whitesmoke;
    transition: 0.4s ease;
}

.products-container .product .image-cont img:hover{
    transform: scale(1.1);
}

.products-container .product label{
margin-left: 8px;
}

.products-container .product a{
    padding: 3px 7px;
    background-color: #333;
    border-radius: 10px;
    margin-left: 8px;
    transition: 0.4s ease;
    color: white;
}

.products-container .product a:hover{
    color: black;
    background-color: white;
    border: 1px solid black;
}
.product .rating{
    margin: 5px;
}

.product .rating i{
    color: orange;
    font-size: 20px;
}

.about{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.know-us{
    display: flex;
    flex-wrap:wrap-reverse;
    padding: 20px;
}
.about .image{
    width: 400px;
    height: 400px;
}

.about-content{
    width: 500px;
    flex-grow: 1;
    flex-basis: 200;
    margin: 20px;
}
.about-content label{
    color: orange;
}

.about-content p{
    color: gray;
    font: 13px;
}

.banner{
    width: 100%;
    height: 250px;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner .container{
    height: 200px;
}

.banner p{
    color: gray;
    font-size: 13px;
    width: 500px;
}

.banner a{
    padding: 10px 50px;
    background-color: orange;
    color: white;
    border-radius: 20px;
}

.banner a:hover{
    background-color: rgb(255, 151, 41);
}

/* footer css */
footer .container{
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}

footer .links{
    flex-grow: 1;
    flex-basis: 200;
    margin: 20px;
}

footer h1{
    font-size: 1.5rem;
}

footer ul{
    list-style: none;
}
footer a{
    font-size: 13px;
    color: #333;
}

footer a:hover{
    text-decoration: underline;
}
footer .infomation{
    display: flex;
    margin: 10px 0;
}

footer .infomation i{
    font-size: 1rem;
    background-color: orange;
    margin: 5px;
    color: white;
    border-radius: 50%;
    padding: 16px;
}
footer .Copyright{
    padding: 40px;
    text-align: center;
    font-size: 13px;
}
.backhome{
    height: 50px;
    width: 50px;
    transform: rotate(270deg);
    border-radius: 5px;
    background-color: orange;
    color: white;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.202);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right:30px;
    bottom: 120px;
    z-index: 1;
    transition: 0.5s ease;
    font-size: 2rem;
}

.backhome:hover{
    bottom: 130px;
}
.calltoaction a{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: green;
    color: white;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.202);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right:30px;
    bottom: 50px;
    z-index: 1;
    transition: 0.5s ease;
}

.calltoaction i{
    color: white;
    font-size: 1.7rem;
}
.calltoaction a:hover{
    bottom: 60px;
}



