/* style css by Meer Muhammad */
/* all the images in this code are AI generated by Meer Muhammad*/

.back {
    /* From https://css.glass */
    background: rgba(15, 15, 15, 0.53);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(255, 252, 252, 0.105);
    height: 100vh;
}

.video-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -1;
    
}

.landingtext {
height: 85vh;
}
/*Font Family For Heading*/
.myheadtext1{
    font-family: "Pacifico", serif;
    font-weight: 400;
    font-style: bold;
    text-decoration: none !important;
   
}
.kanit-semibold {
    font-family: "Kanit", serif;
    font-weight: 600;
    font-style: normal;
    color: yellow;
  }
  .bebas-neue-regular {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 90px;
  }
 

.open-sans-1 {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}
/*Navbar button*/
.btnnav{
    border-radius: 8px;
    padding: 7px;
    border: 1px solid white;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    font-weight: 1000 !important;
    font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.btnnav:hover{
  background-color: white;
  color: black !important;
  transition-duration: 0.50s;
}
.cbtn:hover{
  color: rgb(255, 208, 0) !important;
  transition-duration: 0.50s;
  border:2px solid rgb(255, 208, 0) !important;
}
.rbtn:hover{
  color: rgb(255, 208, 0) !important;
  transition-duration: 0.50s;
  border:2px solid rgb(255, 208, 0) !important;
}
.bbtn:hover{
  color: rgb(255, 208, 0) !important;
  transition-duration: 0.50s;
  border:2px solid rgb(255, 208, 0) !important;
}


.txtsize{
  font-size: 12px;
  text-decoration: none;
  margin: 5px;
}
.txtsize:hover{
  color: yellow !important;
  transition-duration: 0.50s; 
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  margin: 15% auto;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}

.modal-content h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

.modal-content label {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.modal-content input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition: border 0.3s ease;
}

.modal-content input:focus {
  border: 1px solid #1e90ff;
}

.modal-content button {
  background: #1e90ff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.modal-content button:hover {
  background: #007acc;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
  width: 40px;
}

.close:hover {
  color: white !important;
  background-color: #1e90ff;
}

#learnMoreBtn{
  border-radius: 10px;
  background-color: transparent;
  color: white;
  font-weight: 700;
}
#learnMoreBtn:hover{
  color: black;
  background-color: rgb(255, 200, 0);
  transition-duration: 0.50s;
}

.myheadtext2{
  font-family: "Pacifico", serif;

}
        .about-container {
              padding: 20px;
              text-align: center;
          }
          .about-content {
              max-width: 800px;
              margin: 0 auto;
          }
          .myheadtext2 {
              font-size: 2rem;
          }
          .ab p {
              margin: 10px 0;
              font-size: 1rem;
              line-height: 1.5;
          }
          #learnMoreBtn {
              border-radius: 10px;
              background-color: transparent;
              color: white;
              font-weight: 700;
              padding: 10px 20px;
              font-size: 1rem;
              cursor: pointer;
          }
          #learnMoreBtn:hover {
              color: black;
              background-color: rgb(255, 200, 0);
              transition-duration: 0.50s;
          }
          @media (max-width: 768px) {
              .myheadtext2 {
                  font-size: 1.5rem;
              }
              .ab p {
                  font-size: 0.9rem;
              }
          }
          @media (max-width: 576px) {
              .myheadtext2 {
                  font-size: 1.3rem;
              }
              #learnMoreBtn {
                  font-size: 0.9rem;
              }
          }
        
.mobilenav{
  display: none;
}