@import url("https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&family=Kanit:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&family=Roboto+Mono:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700&family=Kanit:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aleo:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Calistoga&display=swap");

:root {
  --nav-font_1: "Agdasima";
  --nav-font_2: "Roboto Mono";
  --nav-font_3: "Bitter";
  --nav-font_4: "Aleo";
  --nav-font_5: "Montserrat";
  --nav-font_6: "Calistoga";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Karla", sans-serif;
}

/*---------------------------------------------*/
/*              B A N N E R                   */
/*-------------------------------------------*/
.container {
  width: 100%;
  height: 35vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./image/bg_color_about.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 10px;
  padding-left: 8%;
  padding-right: 8%;
}
.position {
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 45px;
}
.position h1 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: var(--nav-font_6);
  font-size: 40px;
  font-weight: 500;
}
.position span {
  color: #57bb8a;
  font-family: var(--nav-font_6);
}

  /*---------------------------------------------*/
 /*       E N D  O F  B A N N E R               */
/*---------------------------------------------*/



  /*-----------------------------------*/
 /*        PAGE  TRANSITION           */
/*-----------------------------------*/
body {
  color: #fff;
  animation: transitionIn 0.75s;
}

@keyframes transitionIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  /*-----------------------------*/
 /*   END   PAGE TRANSITION     */
/*-----------------------------*/




  /*--------------------------*/
 /*      START OF LOGO       */
/*--------------------------*/
.logo {
  display: flex;
  flex-direction: row;
  gap: 5px ;
}
nav .logo img {
  width: 1.8rem;
  height: auto;
}
.logo a {
  font-size: 1.5rem;
  text-decoration: none;
  font-family: var(--nav-font_1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.logo span {
  color: #57bb8a;
  font-family: var(--nav-main-font);
  font-weight: 600;
}
  /*--------------------------*/
 /*      END OF LOGO         */
/*--------------------------*/


  /*----------------------------------------*/
 /*               NAVBAR                   */
/*----------------------------------------*/
nav {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 15px;
}
nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(0.5rem, 0.075rem + 5.2vw, 1.5rem);
  font-weight: 500;
  font-family: var(--nav-font_1);
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
nav ul li a:hover {
  background: #57bb8a;
  color: black;
}

  /*----------------------------------------*/
 /*             END OF NAVBAR              */
/*----------------------------------------*/


/*--------------------------*/
/*    START OF FOOTER       */
/*--------------------------*/
.footer {
  padding: 10px 0;
  background-color: #348e62ca;
  margin-bottom: -5px;
  margin-top: -5px;
}
.footer ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  gap: 15px;
}
.footer ul a {
  color: black;
  text-decoration: none;
  opacity: 0.8;
  font-family: var(--nav-font_5);
  font-weight: 500;
}

.footer ul li {
  display: inline-block;
  padding: 0 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #0c0c0c;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: var(--nav-font_1);
  transition: all 0.3s ease;
}

.footer ul li a:hover {
  font-size: 1.1rem;
  color: rgb(4, 4, 4);
  border-bottom: 3px solid #fefefe;
}
.footer .copyright {
  margin-top: 2px;
  text-align: center;
  font-size: 0.8rem;
  color: #000000;
  font-family: var(--nav-font_2);
  margin-bottom: -5px;
  word-spacing: 2px;
}
  /*--------------------------*/
 /*     END OF FOOTER        */
/*--------------------------*/
a{
  color: #ffffff;
}
.link {
  margin-top: 30px;
}

  /*--------------------------*/
 /*          Content         */
/*--------------------------*/
.career-highlights {
  justify-content: center;
  text-align: center;
  margin: 20px 60px 10px 30px;
}
.career-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding: 15px;
  gap: 30px;
}

img {
  width: 300px;
  height: auto;
}

.right {
  color: black;
  text-align: justify;
  width: 800px;
  line-height: 2;
  letter-spacing: 2;
}

.right h3 {
  margin-bottom: 10px;
  font-family: var(--nav-font_5);
}
.right p {
  margin: 0 auto;
  font-family: var(--nav-font_5);
  color: black;
  font-weight: 400;
  font-size: clamp(16px,1vw,14px);
}
  /*--------------------------*/
 /*          Content         */
/*--------------------------*/


  /*---------------------------------------------*/
 /*         START OF MEDIA QUERIES              */
/*---------------------------------------------*/
@media screen
    and (max-device-width: 375px) {
      .container {
        width: 100vw;
        height: 20vh;
        padding-top: 10px;
        padding-left: 12%;
        padding-right: 2%;
      }
     
      nav {
        width: 100%;
      }
      nav ul li {
        margin: 1px 1px;
      }
      nav ul li a {
        font-size: clamp(0.5rem, 0.075rem + 5.2vw, 0.8rem);
        padding: 10px 10px;
      }
      .logo {
        gap: 2px ;
      }
      nav .logo img {
        width: 1rem;
        height: auto;
      }
      .logo a {
        font-size: 1rem;
        margin-right: 5px;
        word-spacing: 1px;
      }
      img {
        width: 180px;
        height: auto;
      }
      .right {
        color: black;
        text-align: justify;
        line-height: 1.5;
        letter-spacing: 2;
      }
      .right h3 {
        font-size: 16px;
      }
      .right p {
        font-size: clamp(12px,1vw,14px);
      }
      .career-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
        padding: 15px;
        width: 83vw;
        gap: 30px;
      }
      .footer ul li a {
        font-size: 0.8rem;
      }
      .footer .copyright {
        margin-top: 2px;
        font-size: 0.6rem;
      }
    
    }
    @media screen
    and (max-device-width: 414px) {
      .container {
        width: 100vw;
        height: 20vh;
        padding-top: 10px;
        padding-left: 12%;
        padding-right: 2%;
      }
      .position {
        line-height: 40px;
      }
      .position h1 {
        color: white;
        font-size: 40px;
      }
    
    }
    @media screen
    and (max-device-width: 428px) {
      img {
        width: 150px;
        height: auto;
      }
    }
@media screen
    and (max-device-width: 640px) {
      .container {
        width: 100vw;
        height: 20vh;
        padding-top: 10px;
        padding-left: 12%;
        padding-right: 2%;
      }
      .position {
        line-height: 25px;
        align-items: center;
        justify-content: center;
        text-align: center;
      }
      .position h1 {
        font-size: 1.6rem;
      }
      .position span {
        color: #fff;
        font-family: var(--nav-font_6);
        display: block;
        font-size: 1.1rem;
        
      }
      nav {
        width: 100%;
      }
      nav ul li {
        margin: 1px 1px;
      }
      nav ul li a {
        font-size: clamp(0.5rem, 0.075rem + 5.2vw, 0.8rem);
        padding: 10px 10px;
      }
      .logo {
        gap: 2px ;
      }
      nav .logo img {
        width: 1rem;
        height: auto;
      }
      .logo a {
        font-size: 1rem;
        margin-right: 5px;
        word-spacing: 1px;
      }
      img {
        width: 200px;
        height: auto;
      }
      .right {
        color: black;
        text-align: justify;
        line-height: 1.5;
        letter-spacing: 2;
      }
      .right h3 {
        font-size: 16px;
      }
      .right p {
        font-size: clamp(12px,1vw,14px);
      }
      .career-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
        padding: 15px;
        width: 83vw;
        gap: 30px;
      }
      .footer ul li a {
        font-size: 0.8rem;
      }
      .footer .copyright {
        margin-top: 2px;
        font-size: 0.6rem;
      }
     
    }
@media (min-width:768px) {
  nav ul li a {
    font-size: clamp(0.5rem, 0.075rem + 5.2vw, 1.2rem);
  }
  .position span {
    color: #57bb8a;
    font-family: var(--nav-font_6);
    display: block;
  }
}
@media (min-width:1024px) {
  nav ul li a {
    font-size: clamp(0.5rem, 0.075rem + 5.2vw, 1.3rem);
  }
  .position span {
    color: #57bb8a;
    font-family: var(--nav-font_6);
    display: block;
  }
}
@media (min-width:1280px) {
  nav ul li a {
    font-size: clamp(0.5rem, 0.075rem + 5.2vw, 1.5rem);
  }
  .position span {
    color: #57bb8a;
    font-family: var(--nav-font_6);
    display: block;
  }
}
  /*---------------------------------------------*/
 /*         END OF MEDIA QUERIES                */
/*---------------------------------------------*/





