html{
  overflow-x: hidden;
}
body {
    margin: 0;
    background-color: black;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Kanit', sans-serif;
    /*user-select: none;*/
}

@font-face {
    font-family: 'Kanit';
    src: url(../font/Kanit-Regular.ttf);
}

.welcome {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
                linear-gradient(to bottom, transparent, rgba(0,0,0,2)), 
                url('/images/cool_page-0001.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply; /*blend mode*/
}
/*--------------------------------RESPONSIVE---------------------------------------*/
@media screen and (max-width: 1024px) {
  .welcome {
    font-size: 6px;
    height: 50vh;
}
.box-image {
    flex-direction: column;
    margin: 10px;
    justify-content: space-around;
}
.box-image img {
    width: 10vh;
    height: 10vh;
    margin-bottom: 6vh; 
}
.box-image img:last-child {
    margin-bottom: 0; /* Removes margin from the last image */
}
.box-image img:hover {
    transform: scale(1.2);
    transition: 0.5s;
}
#contactform {
  position: relative;
  width: 900%;
  min-height: 60vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

}
@media screen and (max-width: 768px) {
  .welcome {
      font-size: 6px;
      height: 50vh;
  }
  .box-image {
      flex-direction: column;
      margin: 10px;
      justify-content: space-around;
  }
  .box-image img {
      width: 20vh;
      height: 20vh;
      margin-bottom: 10px; /* Adds spacing between images */
  }
  .box-image img:last-child {
      margin-bottom: 0; /* Removes margin from the last image */
  }
  .box-image img:hover {
      transform: scale(1.2);
      transition: 0.5s;
  }
  nav {
      font-size: 5px;
  }
  }
  .tooltext{
    position: relative;
    left: 5vh;
    top: 5vh;
    width: fit-content;
  }
  .links{
    position: relative;
    display: flex; /* Enables Flexbox for the video wrapper */
    justify-content: center; /* Centers the video horizontally */
    align-items: center; /* Centers the video vertically */
    width: 100%;
    bottom: 50px;
  }
  footer{
    position: relative;
    top: 100px;
  }
body{
  overflow: visible;
}
/*--------------------------------RESPONSIVE END---------------------------------------*/
.box {
    border: 2px solid white;
    border-radius: 10px;
    margin: 5%;
    padding: 10px;
    transition: transform 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.box p {
    font-size: 16px;
    color: white;
}

.hiddenDescription {
    display: none;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.show {
    display: block;
    opacity: 1;
    max-height: 200px; /* Adjust height as needed */
    transition: max-height 0.3s ease, opacity 0.3s ease;
}
/*------------------------------------------------------------------*/
/* Track */
::-webkit-scrollbar {
    width: 10px; /* Width of the entire scrollbar */
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #252525; /* Color of the scrollbar handle */
    border-radius: 5px; /* Rounded corners of the handle */
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scrollbar handle on hover */
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #000000; /* Color of the scrollbar track */
  }
  
  /* Track on hover */
  ::-webkit-scrollbar-track:hover {
    background: #0f0f0f; /* Color of the scrollbar track on hover */
  }
  
  /* Corner */
  ::-webkit-scrollbar-corner {
    background: #f1f1f1; /* Color of the scrollbar corner */
  }
  
  /* Button */
  ::-webkit-scrollbar-button {
    display: none; /* Hide the scrollbar button */
  }

footer{
  position: relative;
  color: white;
  text-align: center;
  font-size: 12px;
  margin-top: 5%;
  border-top: 1px solid white;
}
/**-------------------------------------------GALLERY------------------------------------------------------------------------*/
#gallery-banner{
position: relative;
display: flex;
width: 100%;
height: 55vh;
}
.parralax{
  position: relative;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/skechers.jpg');
  align-content: center;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 40px;

}
#gallery{
  position: relative;
  width: 100%;
  min-height: 100vh;
  align-self: center;
}
.row1{
  position: relative;
  width: 100%;
  height: fit-content;
  bottom: 15px;
}
.row-title{
  position: relative;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  width: 100%;
  color: white;
  font-size: 30px;
  height: 10vh; 
  text-align: center;
}
.box-image{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 3vh 0 3vh 0;
}
.box-image img{
  width: 40vh;
  height: 40vh;
}
.box-image img:hover{
  transform: scale(1.2);
  transition: 0.5s;
}
/*-----------------------------------------HEADER-------------------------------------------------*/
nav{
  position: relative;
  background-color: transparent;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
}


ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/*slash symbol (/)  */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}


ul.breadcrumb li a {
  color: white;
  text-decoration: none;
}

/* color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
/*----------------------------TOOLS------------------------------------------------*/
#tools{
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 10vh 0;
  align-self: center;

}
.toolrow {
  position: relative;
  width: calc(90% - 20px); /*  account for borders */
  margin: 10px auto; /* center horizontally with margins */
  min-height: 35vh;
  display: flex;
  border: 1px solid white;
  border-radius: 45px;
  flex-direction: row;
  color: white;
  margin-bottom: 5%;
}

.toolimage{
  position: relative;
  top: 5vh; 
  left: 5vh;
}
.toolimage img {
  height: auto; /* Maintain aspect ratio */
  max-width: 25vh; 
  max-height: 25vh;
}

.tooltext{
  position: relative;
  left: 15vh;
  top: 5vh;
  width: 50%;
}

/*additional css for tool text*/
.additional {
  position: relative;
  width: 100%;
  height: auto;
  display: flex; /* Enables Flexbox for the container */
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  margin-bottom: 5%;
}

.VID {
  position: relative;
  display: flex; /* Enables Flexbox for the video wrapper */
  justify-content: center; /* Centers the video horizontally */
  align-items: center; /* Centers the video vertically */
  width: 100%;
}
.VID iframe{
  width:560px;
  height: 315px;
}
.links{
  position: relative;
  display: flex; /* Enables Flexbox for the video wrapper */
  justify-content: center; /* Centers the video horizontally */
  align-items: center; /* Centers the video vertically */
  width: 100%;
  bottom: 100px;
}
.safelinks{
  font-size: 20px;
  color: green;
}
.safelinks:hover{
  font-size: 22px;
  color: white;
}
/*-------------------------------------Info---------------------------------------------*/
#contactform {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.titlecontact {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.form-container {
  width: 90%;
  max-width: 700px;
  background-color: #1e1e1e; /* Slightly lighter background for form */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 15px;
}

label {
  color: white;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

input,
textarea {
  width: 95%;
  padding: 10px;
  border: 1px solid #444;
  border-radius: 5px;
  background-color: #262626;
  color: white;
  font-size: 14px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #555;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #4caf50;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #45a049;
}


