
#requestForm{
    display: flex;
    flex-direction: column;
}

#requestForm input{
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(138, 138, 138);
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Rooftop', Arial, sans-serif;
}


#requestForm button{
    padding: 0px 15px;
    display: block;
    width: 160px;
    font-weight: 400;
    height: 32px;
    width: 100% !important;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-family: Rooftop;
    cursor: pointer;
    background-color: #000000;
    transition: 0.3s ease all;
    outline: none;
    margin-top: 60px;

}


#requestFormContact{
    display: flex;
    flex-direction: column;
}

#requestFormContact input{
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid;
    color: #fff;
    border: 1px solid rgb(138, 138, 138);
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Rooftop', Arial, sans-serif;
}


#requestFormContact button{
    padding: 0px 15px;
    display: block;
    width: 160px;
    font-weight: 400;
    height: 32px;
    width: 100% !important;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-family: Rooftop;
    cursor: pointer;
    background-color: #000000;
    transition: 0.3s ease all;
    outline: none;
    margin-top: 60px;


}


.logo_img {
    left: 50%;
    transform: translate(-60%, -5vmax);
    position: absolute;
    width: 80%;
}

.c-form input{
    border: 1px solid #fff !important;
}

.c-form button{
    background-color: #ffffff !important ;
    color: #000000 !important;
}

@media (max-width: 1024px) {
    .logo_img {
        transform: translate(-50%, -5vmax);
    }
    

}


.volume{
    width: 50px;
    height: 60px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    border-radius: 100px;
    cursor: pointer;
    transition: border-color .2s,box-shadow .2s;
    position: fixed;
    z-index: 999;
    bottom: 40px;
    right: 40px;
    -webkit-tap-highlight-color: transparent;
  }

  .volume::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: #ffffff0d;
    box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter:  blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 1s cubic-bezier(.06,.67,.07,.96),box-shadow 1s cubic-bezier(.06,.67,.07,.96);
  }

@media (max-width: 500px) {
    .logo_img {
        transform: translate(-50%, -2.1vmax);
    }

    .volume{
        bottom: 20px;
        right: 20px;
    }

    #requestForm button{
        width: 90% !important;
    }
    #requestFormContact button{
        width: 90% !important;
    }

}



.white-error-message {
    color: #ff0000;
    margin-top: 5px;
    font-family: 'Rooftop', Arial, sans-serif;
  }


  .playing {
    background: rgba(255, 255, 255, 0.1);
    width: 2rem;
    height: 2rem;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0.5rem;
    box-sizing: border-box;
    position: absolute;
  }
  
  .playing__bar {
    display: inline-block;
    background: white;
    width: 30%;
    height: 100%;
    -webkit-animation: up-and-down 1.3s ease infinite alternate;
            animation: up-and-down 1.3s ease infinite alternate;
  }

  .stop__bar{
    display: inline-block;
    background: white;
    width: 30%;
    height: 100%;
  }
  
  .playing__bar1 {
    height: 60%;
  }
  
  .playing__bar2 {
    height: 30%;
    -webkit-animation-delay: -2.2s;
            animation-delay: -2.2s;
  }
  
  .playing__bar3 {
    height: 75%;
    -webkit-animation-delay: -3.7s;
            animation-delay: -3.7s;
  }
  
  @-webkit-keyframes up-and-down {
    10% {
      height: 30%;
    }
    30% {
      height: 100%;
    }
    60% {
      height: 50%;
    }
    80% {
      height: 75%;
    }
    100% {
      height: 60%;
    }
  }
  
  @keyframes up-and-down {
    10% {
      height: 30%;
    }
    30% {
      height: 100%;
    }
    60% {
      height: 50%;
    }
    80% {
      height: 75%;
    }
    100% {
      height: 60%;
    }
  }




  html,
  body {
    cursor: none; /* Hide default cursor */
  }

  #dot,
  #ball {
    position: absolute; /* Absolute positioning relative to the document */
    border-radius: 50%;
    pointer-events: none;
  }

  #dot {
    width: 10px;
    height: 10px;
    background: red;
    z-index: 9999; /* Dot in front */
  }


  #ball {
    width: 30px; /* Reduced size */
    height: 30px; /* Reduced size */
    border: 2px solid #000; /* Ball with border */
    background: transparent;
    z-index: 9999; /* Ball behind */
  }


  @media (max-width: 1024px) {
    #dot,
    #ball {
        display: none;
    }

    html,
    body {
      cursor: auto; /* Hide default cursor */
    }
    

}