
* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0;
  }

nav{
    width:100%;
    height: auto;
    display:flex;
}

.logo{
    width: 20%;
    padding: 10px 0 0 60px;
  }
.menu{
  display: flex;
  width: 75%;
  height: auto;
  padding: 50px 0 0 40px;
  justify-content: center;

}
.menu ul li{
  margin: 0 40px 0 0;
  display: inline-block;

}
.menu a .other{
  opacity:1;
}
.menu a p{
  cursor:pointer;
  color:#000000;
  font: normal normal bold 16px/20px poppins;
}
.menu  a .gamaka{
  width: auto;
  background: #38459D 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 0.98;
  padding: 5px 10px;
  color: #ffffff;
  font: normal normal bold 16px/17px poppins;
}
.menu a .music{
  width: auto;
  background: #FBEB79 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 0.98;
  padding: 5px 10px;
  color: #000000;
  font: normal normal bold 16px/17px poppins;
}
.menu a .sis{
  width: auto;
  background: #C7D4DC 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 0.98;
  padding: 5px 10px;
  color: #000000;
  font: normal normal bold 16px/17px poppins;
}

.menu  a .gamaka:hover, .menu  a .gamaka:active{
  background: #c9d1ff 0% 0% no-repeat padding-box;
  color: #38459D;
}
.menu  a .music:hover, .menu  a .music:active{
  background: #e48f56 0% 0% no-repeat padding-box;
  color:  #FBEB79;
}
.menu  a .sis:hover, .menu  a .sis:active{
  background: #003a85 0% 0% no-repeat padding-box;
  color:  #C7D4DC;
}


.menu a p:hover{
  color: #494949;
}
.bar{
  width: 0%;
  display: none;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff00;
}
.bar:hover{
  color: #656363;
}

@media only screen and (max-width:1385px){
  .logo{
    padding:  15px 0 0 60px;
  }
  .logo img{
    width: 130px;
    object-fit: cover;
  }
  .menu  a .other{
    font: normal normal bold 14px/20px poppins;
    margin: 0 14px 0 14px;
  }
  .menu ul li{
    margin:  0 0 0 0;
  }
  .menu a .music, .menu a .gamaka{
    margin: 0 15px 0 0;
  }
  .menu a .music{font: normal normal bold 14px/20px poppins;
  }
  .menu  a .gamaka{font: normal normal bold 14px/20px poppins;}
  .menu  a .sis{font: normal normal bold 14px/20px poppins;}
}
@media only screen and (max-width:1120px){
  .logo{
    padding: 15px 0 0 60px;
  }
  .logo img{
    width: 110px;
  }
  .menu a .other{
    font: normal normal bold 14px/20px poppins;
    margin: 0 14px 0 14px;
  }
  .menu a .music, .menu a .gamaka{
    margin: 0 5px 0 0;
    width: 120px;
  }
  .menu a .music{font: normal normal bold 13px/20px poppins;
  }
  .menu  a .gamaka{font: normal normal bold 13px/20px poppins;}
  .menu  a .sis{font: normal normal bold 13px/20px poppins;}

}
@media only screen and (max-width:1110px){
  .logo{
    padding:  15px 0 0 20px;
  }
  .logo img{
    width: 100px;
  }
  .menu{
    display: block;
    padding:  0 0 0 0;
    position: absolute;
    top:120px;
    left: -100px;
    width: 0%;
    background-color:#656363;
    transition: 0.5s;
  }
  .menu ul li{
    display: block;
    height: auto;
  }
  .menu a .other, .menu a .gamaka , .menu a .music,.menu a .sis{
    width: 100%;
    font: normal normal bold 11px/18px poppins;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 11.5px 0;
    margin: 0;
  }
  .menu a:hover{
    color: rgb(85, 85, 85);
  }
  .menu a .music{
      background-color: #ffffff00;
      color:#e48f56;
      border-radius: 0;
  }
  .menu a .gamaka{
    border-radius: 0;
    background-color: #ffffff00;
    color:#c9d1ff;
  }
  .menu a .sis{
    border-radius: 0;
    background-color: #ffffff00;
    color:#C7D4DC;
  }
  .menu a .other:hover, .menu a .other:active{
    background-color: white;
    color: #7e7e7e;
    border: 2px solid #1E9144D6;
  }

  .bar{
    width: 5%;
    display: block;
    position: absolute;
    border: 0;
    background-color: rgba(196, 196, 196, 0);
    right: 50px;
    top: 50px;
  }
}

/* Fixed button */
:root{
  --btn-colr2:#4831D4;
  --btn-colr:#CCF381;
}
.fixed-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hide the button by default */
  z-index: 999; /* Ensure the button appears above other elements */
}
.fixed-button{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
  background-color:rgb(255, 255, 255);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.575);
  transition: .4s ease-in;
}
.fixed-button img {
  color: var(--btn-colr);
  width: 20px; /* Set the width of your image */
  height: auto; /* Maintain the image's aspect ratio */
  cursor: pointer;
}

/* fixed button ends here */

@media only screen and (max-width:1110px){
  .menu.onpress{
    display: block;
    padding:  0 0 0 0;
    position: absolute;
    top:120px;
    left: 0px;
    width: 100%;
    background-color:#656363;
    transition: 0.5s;
  }
}

/* ---------------------------home_btn------------------------------ */

.align_home_btn{
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 100px;
}

.home_btn{
  width: 50px;
  height: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--btn-colr);
  border-radius: 100px;
  background-color:rgb(255, 255, 255);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.575);
  transition: .4s ease-in;

  &::after{
      content: '';
      z-index: 1;
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 100px;
      background-color:rgb(255, 255, 255);
      transition: .4s ease-in;
  }
}
.home_btn:hover{
  background-color:var(--btn-colr2);
}
.home_btn:hover::after{
  width: 45px;
  height: 45px;
  background-color: var(--btn-colr);
}

.home_btn i{
  z-index: 999;
  transition: .4s ease-in;
}


.home_btn:hover i{
  rotate: 360deg;
  color: var(--btn-colr2);
}