/* OVERALL STYLE */
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* outline: 2px solid red; */
}

/* MAIN SECTION */
#main {
  font-family: Arial, sans-serif;
  /* background-image: url('assets/img/wave.png'); */
  background-repeat: no-repeat;
  background-size: cover;
}

/* NAVIGATION */
.NavBar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: none;
  color: #0c0b0b;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 25px;
}

/* LOGO */
.logo {
  width: 180px;
  height: 180px;
  margin-right: 750px;
  margin-top: 50px;
}

/* NAVIGATION A */
.NavBar a {
  color: #110f0f;
  text-decoration: none;
  margin: 25px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* NAVIGATION BAR HOVER EFFECT */
.NavBar a:hover {
  color: #ffffff;
}

/* CONTENTS */
.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-left: 20px;
}

#back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  display: none;
}

/* LEFT CONTENT */
.content .left {
  width: 60%;
  max-width: 600px;
  box-sizing: border-box;
  padding-left: 200px;
  text-align: justify;
  padding-top: 30px;
  letter-spacing: 1.5px;
  font-family: system-ui;
}

/* RIGHT CONTENT */
.content .right-content {
  width: 42%;
  max-width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -15px;
  margin-right: 200px;
}

/* RIGHT CONTENT */
.right-content {
  background: #ffffff26;
  box-shadow: 0 8px 32px 0 rgba(170, 163, 163, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* CONTACT */
.contact {
  border: 2px solid #f5861b;
  padding: 10px;
  border-radius: 12px;
  background-color: #f5861b;
}

/* GET STARTED */
.get {
  font-family: system-ui;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: -10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* ALREADY HAVE AN ACCOUNT  */
.create {
  font-family: system-ui;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: -30px;
}

/* RICE VISION */
.rv {
  font-family: georgia;
  font-size: 50px;
  font-weight: bold italic;
  color: #d19336;
}

/* LABEL STYLE */
label {
  font-size: 14px;
  font-family: system-ui;
}

/* MARGIN BUTTONS */
.btn {
  margin: 20px;
}

/* BUTTONS */
.btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}

/* SUBMIT BUTTON */
.submit {
  background-color: #00c21f;
  border: none;
  width: 120px;
  color: #fff4f4;
  height: 40px;
  border-radius: 10px;
  text-align: center;
}

/* CANCEL BUTTON */
.cancel {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 120px;
  color: #000000;
  height: 40px;
  border-radius: 10px;
  text-align: center;
}

/* CANCEL BUTTON HOVER */
.cancel:hover {
  color: white;
  background-color: red;
  border: none;
}


/* CONTACT HOVER EFFECTS */
.contact:hover {
  background-color: #96ca8a;
  color: #f6f2f2;
}

/* MENU BUTTON HIDE FROM LARGE SIZE DEVICES */
.menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

/* Set NavBar position to relative for proper alignment of the menu button */
.NavBar {
  position: relative;
}

/* Move menu button to the left side */
.menu-btn {
  position: absolute;
  right: 0;
}

/* Adjust menu button padding and size for different devices */
.menu-btn {
  padding: 25px;
  padding-top: 200px;
  font-size: 35px;
}

/* CARD ANIMATION */
#cards {
  transition: all 0.3s ease;
  cursor: pointer;
}
/* CARDS HOVER ANIMATION */
#cards:hover {
  border-radius: 33px;
  background: #e5eee3;
  box-shadow: 33px -33px 100px #fbfbfb;
  transform: translateY(-5px);
}

/* ILLUSTRATION SEND TO BACK */
#illustration {
  position: absolute;
  top: 255px;
  left: 1100px;
  z-index: -1; /* Send the illustration to the back */
}

#About {
  background-image: url(../../assets/img/contact.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  margin-bottom: 30px;
}

#Story {
  margin-top: 48px;
  font-size: 15px;
  font-family: System-ui;
}

#storycontainer {
  background: #ffffff26;
  box-shadow: 0 8px 32px 0 rgba(170, 163, 163, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 25px;
}

.ContactUsContainer {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

h2 {
  font-weight: bold;
  color: #555555;
  margin-bottom: 30px;
}

#name #email {
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}

textarea {
  height: 300px;
}



#ContactLeft {
  background-color: #eeeeee;
  height: 550px;
  padding: 30px;
  border-radius: 10px 0 0 10px;
}

.footer {
  padding: 20px;
  text-align: center;
  margin-top: 50px;
}

.w-100 {
  width: 100%;
  margin: 0px;
}

.mb-5 {
  margin-bottom: 0px;
}

#loader {
  display: flex;
  justify-content: center;
  align-items: center;
}



/* STYLES FOR SMALLER DEVICES */
@media only screen and (max-width: 900px) {
  /* PARA MAAYOS ITSURA */
  * {
    box-sizing: border-box;
  }

  /* HIDE ILLUSTRATION */
  #illustration {
    display: none;
  }

  /* PANG AYOS NG NAV BAR PAG PININDOT */
  .NavBar {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }

  /* RESIZE LOGO STYLE */
  .logo {
    margin: 10px;
    height: 180px;
    width: 180px;
  }

  /* PROPER SPACING NG SELECTIONS */
  .NavBar a {
    margin: 10px 0;
  }

  /* PANG AYOS NG CONTENT */
  .content {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  /* PANG RESPONSIVE NG LEFT CONTENT (RICE VISION)*/
  .content .left {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  /* PANG RESPONSIVE NG RIGHT CONTENT (YUNG FORM) */
  .content .right-content {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-right: 0;
    height: auto;
    padding-top: 10px;
  }

  /* PANG DESIGN NG FORM */
  .right-content {
    border-radius: 35px;
    padding: 20px;
  }

  /* PAMG AYOS NG BUTTONNS */
  .btn {
    display: flex;
    margin: 10px;
    
  }
}

@media only screen and (max-width: 900px) {
  /* PANG TAGO NG NAV BAR, LALABAS PANG PININDOT */
  .NavBar a {
    display: none;
  }

  /* PAMPALALABAS DEN NAVBAR, CLICK PARA MA OPEN */
  .NavBar.active a {
    display: block;
  }

  /* DISPLAY MENU BUTTON */
  .menu-btn {
    display: block;
  }

  /* PAG PINDOT YUNG MENU, ETO LALABAS ( X ) */
  .NavBar.active .menu-btn {
    color: #ff0000;
  }

  /* BACK BUTTON */
  .NavBar.active .menu-btn i:before {
    content: '\f00d';
    position: absolute;
    top: 100px; 
    right: 30px; 
    color: #ff0000;
  }
  .padding_zero {
    padding: 0;
  }
  .aboutLogo{
    margin-top: 300px;
  }
}
