


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0f0d3596;
    padding: 10px 20px;
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.navbar .nav-group {
    display: flex;
    gap: 100px;
}

.navbar a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
   
}

.navbar a:hover {
    background-color: #263069;
    color: #ffffff;
}

.navbar .center-text {
    color: white;
    font-size: 40px;
    font-family: "Quintessential", serif;
}
.navbar img {
  height: 50px;
  width: auto;
}

.banner {
    width: 100%;
    height: 300px;
    background-image: url('../images/viktor\ floating.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.body {
    background-color: #005a9c ;

}


.contact-section {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #031d389f;
    color: white;
    border-radius: 10px;
    font-family: "Kanit", sans-serif;
}

.contact-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.contact-section form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-section form input,
.contact-section form textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.contact-section form button {
    background-color: #005a9c;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.contact-section .map {
    margin-top: 20px;
}

.contact-section .map iframe {
    width: 100%;
    border-radius: 10px;
}

.homestar1 img {
  height: 50px;
  width: auto;
}
.homestar2 img {
  height: 50px;
  width: auto;
}

.hometext{
  text-align: center; font-family: "Kanit", sans-serif; color: #ffffff; font-size: 50px;
}

body{ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/base\ bg.jpg");;
}

.header{
  display: flex; align-items: center; justify-content: center;
}

footer {
  background-color: #0f0d3596;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
  font-family: "Rajdhani", sans-serif;

}

footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

footer .footer-content .social-media {
  display: flex;
  gap: 15px;
  justify-content: center;
}

footer .footer-content .social-media a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

footer .footer-content .social-media a:hover {
  color: #005a9c;
}



/*-----------------------MOBILE---------------------*/
.navbar .hamburger {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: white;
    transition: color 0.3s ease;
  }
  
  .navbar .hamburger:hover {
    color: #005a9c;
  }
  
  .navbar .right-image {
    display: none;
  }
  
  @media (max-width: 640px) {
    .navbar {
      display: flex;;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        text-align: center;
        justify-content: center;
    }
  
    .navbar img {
        display: none;
    }
   
    .navbar .center-text {
        font-size: 30px;
        text-align: center;
    }
  
    .navbar .nav-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        justify-content: center;
    }
  
  
    .navbar .right-image {
        display: block;
        height: auto;
        max-height: 60px;
        margin-top: 10px;
        justify-content: center;
    }
  }
  







/*fonts*/
.rajdhani-light {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .rajdhani-regular {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
  }



  /*------------------------------------*/

  .kanit-extralight {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .kanit-light {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .kanit-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .kanit-extralight-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .kanit-light-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .kanit-regular-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
/*-------------------------------*/

  .quintessential-regular {
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
  }
    /*----------------------------*/
  .redacted-script-light {
  font-family: "Redacted script", cursive;
  font-weight: 300;
  font-style: normal;
}

.redacted-script-regular {
  font-family: "Redacted script", cursive;
  font-weight: 400;
  font-style: normal;
}

.redacted-script-bold {
  font-family: "Redacted script", cursive;
  font-weight: 700;
  font-style: normal;
}
