@font-face {
    font-family: 'Helvetica Roman';
    src: url('../fonts/Helvetica Roman.ttf');
  }

/* Contact Form Styles */
#contact-form {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
  background-color: #0f0f0f;
}


.besa-video-container {
    position: fixed;
    top: 6px;
    left: -17px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
  }
  
  
  .besa-video {
    width: 100%;
    height: 100%;
    transform: scale(2); /* Zooms the video to twice its original size */
  }

.form-group {
    margin-bottom: 2px;
    padding: 2px;
    font-size: 16px;
    font-family: 'Wix Madefor Text', sans-serif;
    max-height: 300px;
    max-width: 500px;
    
}

#header {
  background-color: #151515;
}



label {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom:15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 15px;
}

input[type="text"], input[type="email"] {
    width: 500px;
    border: 1px solid #ccc;
    background-color: rgba(29, 29, 29, 0.937);
    color: #ccc;
     /* Set a maximum width for the inputs */
}


.form-heading {
    text-align: center;
    margin: 160px 170px 0px 200px;
    font-size: 20px;
    color:#e0e0e0;
    background-color:transparent;
    padding: 20px 0 10px 0px;
    font-family: 'Wix Madefor Text', sans-serif;

}

.form-heading2 {
    margin: 0px 170px 0px 200px;
    text-align: center;
    font-size: 20px;
    color:#e0e0e0;
    background-color:transparent;
    font-family: 'Wix Madefor Text', sans-serif;
    padding-bottom: 20px;

}

.form-group1 {
  margin-bottom: 30px;
  padding: 2px;
  margin-top: 20px;
  font-size: 14px;
  margin-left:80px;
  font-family: 'Wix Madefor Text', sans-serif;
  color: rgb(232, 232, 232);
}

.form-group2 {
    margin-bottom: 2px;
    padding: 2px;
    font-size: 16px;
    font-family: 'Wix Madefor Text', sans-serif;
    max-height: 300px;
    max-width: 500px;
    
}



button[type="submit"] {
    padding: 10px 50px;
    background-color: #2e889e;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 15px;

}

button[type="submit"]:hover {
    background-color: #228ea9;
}

textarea {
    width: 500px;
    padding: 11px;
    border: 1px solid #ccc;
    background-color: rgba(29, 29, 29, 0.937);
    color: #ccc;
    border-radius: 4px;
    margin-top: 5px;
    max-height:200px;
    font-family: 'Helvetica Roman';
}



@media only screen and (max-width: 600px) {
    html {
        position: fixed;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
      }
      
      body {
        margin: 0;
        width: 100vw; 
        height: 100%;
        overflow-x: hidden;
      }


.besa-video {
    display: none;
  }

.besa-video-container .besa-gif {
  display: none;
}

body {
  background-color: #0c0c0cf6;
}

#header {
    position: absolute;
    margin-left: 0;
    width: 420px;  
    background-color: #1a1919f6;
  }

  .form-group1 {
    padding: 2px;
    margin-top: 150px;
    font-size: 14px;
    margin-left:50px;
    font-family: 'Wix Madefor Text', sans-serif;
    color: rgb(232, 232, 232);
  }



.form-group {
    margin-bottom: 2px;
    padding: 2px;
    font-size: 14px;
    max-height: 100px;
    max-width: 220px;
    margin-right:40px;
}

.form-group2 {
  margin-bottom: 2px;
  padding: 2px;
  font-size: 14px;
  max-height: 100px;
  max-width: 220px;
  margin-right:40px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 330px;
    padding: 8px;
    margin-bottom:5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Wix Madefor Text', sans-serif;
}


.form-heading {
    margin-left: 35px;
    width: 330px; 
    font-size: 15px;
    padding: 0;
    padding-top: 10px;
    
  }

  .form-heading2 {
    margin-left: 35px; 
    width: 330px;
    font-size: 15px;
    padding-bottom: 8px;
  }


#contact-form  {
    margin-bottom:170px;
    margin-top: 30px;
    margin-right:80px;
}

button[type="submit"] {
    position: relative;
       font-size: 15px;
       margin-left:80px;
}

}
