



.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 ;

}


.grid-container {
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
}

.grid-container .main-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: solid #ffffff ;
}

.grid-container .main-text,
.grid-container .footer-text {
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;   font-family: "Kanit", sans-serif;
}


.grid-container .image-row img {
  width: 100%;
  max-width: calc(33.333% - 10px);
  border-radius: 10px;
  border: solid #ffffff ;
}




.homestar1 img {
  height: 50px;
  width: auto;
}
.homestar2 img {
  height: 50px;
  width: auto;
}
.header{
  display: flex; align-items: center; justify-content: center;
}

.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");;
}

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;
}
