@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --primary: #ec5800;
  --secondary: #fff;
}
.__primary {
  color: var(--primary);
}
.__no-wrap {
  white-space: nowrap;
}
.single-line {
  display: flex;
  gap: 0.3rem;
  white-space: nowrap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 6cqw;
}
.wrapper {
  container-type: inline-size;
  container-name: main-container;
  /* max-width: 1240px; */
  margin-inline: auto;
  margin-block: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  height: 80vh;
}
.gradient {
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(69, 108, 145, 0.6139705882352942) 40%,
    rgba(12, 63, 111, 0.5887605042016807) 70%
  );
  opacity: 20%;
}
header {
  padding: 1.5cqw 0 0rem 0;
}
nav {
  display: flex;
  justify-content: space-between;
}
.nav-btn {
  cursor: pointer;
  font-size: 1.5cqw;
}
.nav-btn:hover {
  transform: scale(1.08);
  transition: 0.2s ease-in-out;
}
.logo-container {
  padding-right: 3rem;
}
.logo-container .logo {
  height: 4cqw;
}
.logo-container .logo:hover {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}

.navbar {
  display: flex;
  justify-content: space-between; /* This positions elements to opposite ends */
  align-items: center; /* Aligns elements vertically */
  padding: 1rem 0 2rem 0;
  color: white;
  flex-wrap: wrap;
  /* border: 5px red solid; */
}
.nav-list {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 0.2rem 0;
  gap: 3.5rem;
}

li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: var(--secondary);
  line-height: 1;
}
button {
  all: unset;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: var(--secondary);
}
.btn-selected {
  color: var(--primary);
  transition: 1.2s ease-in-out;
}
h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: var(--secondary);
  font-size: 4.9cqw;
  line-height: 1;
  white-space: nowrap;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: var(--secondary);
  font-size: 1.5cqw;
}
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--secondary);
  font-size: 1.5cqw;
}
h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: var(--secondary);
  font-size: 1.6cqw;
}
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: end;
  font-size: 0.5rem;
  color: var(--secondary);
}
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.7cqw;
  color: var(--secondary);
  line-height: 1;
}
p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--secondary);
  text-align: justify;
  font-size: 1.6cqw;
  /* padding-bottom: 1rem; */
}
.description p {
  margin-bottom: 3cqh;
}

.content-wrapper .contact-us-logo img {
  background-size: cover;
  height: 7cqw;
  padding: 0 0.1rem;
}
.content-wrapper .bottom h1 {
  text-align: end;
  white-space: nowrap;
  font-size: 4cqw;
}

.bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

footer {
  margin-bottom: 0.1cqh;
  padding: 0.5rem 0.5rem;
  position: fixed;
  bottom: 0;
  right: 0;
}
footer h5 {
  font-size: 0.5cqw;
}
/* experience page */
#experience_contents {
  margin-top: -2rem;
}
.exp-top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.exp-top span {
  /* width: 45vw; */
}


.slideshow-container {
  overflow: hidden;
}

.mySlides {
  max-width: 40cqw;
  height: 15cqw;
  display: none;
  transition: opacity 2s ; /* Smooth transition between slides */
}
.mySlides img {
  background-position: center;
  height: 20cqw;
}


.active {
  display: block;
  opacity: 1;
}

.bullets {
  min-width: 20rem;
  margin-bottom: 0.5cqw;
}
#capability_contents .cap-right .bullets {
  margin-bottom: 0.2cqw;
}
.bullets span {
  display: flex;
  margin-left: 2rem;
  gap: 1.5rem;
}
.bullets ul li {
  color: var(--secondary);
  font-size: 1.4cqw;
}

.exp-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.exp-bottom span {
  /* width: 45vw; */
}
.exp-bottom #slide-also-exp {
  font-size: 3cqw;
  margin-bottom: 1.2rem;
}
#experience_contents h1 {
  font-size: 4cqw;
}
#experience_contents p {
  font-size: 1.5cqw;
}
.exp-bottom p {
  font-size: 0.8rem;
}
.exp-bottom .contact-infomation {
  display: flex;
  gap: 1rem;
}
#experience_contents .exp-bottom .contact-infomation p {
  margin-top: -0.5rem;
  white-space: nowrap;
  font-size: 1.2cqw;
}
#experience_contents .hide {
  display: none;
}
#experience_contents .makati {
  max-width: 50%;
}



.fade-in {
  opacity: 0; /* Start at zero opacity */
  transition: opacity 1s; /* Fade in over 1 second */
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  background-position: center bottom;
  height: 100vh;
  width: 100vw;
}
/* Capability */
#capability_contents {
  margin-top: -2rem;
}
#capability_contents h1 {
  font-size: 3.7cqw;
}
.cap-container {
  display: flex;
  gap: 3cqw;
}

.cap-container h2 {
  font-size: 1.5cqw;
  line-height: 1.2;
}
.cap-container .bullets ul li {
  font-size: 1.14cqw;
  line-height: 1;
  text-align: justify;
}

#capability_contents .show {
  display: none;
}

.show-address {
  display: block;
}
.hide-address {
  display: none;
}

#contact-href:hover, #cap-contact-href:hover {
  color: var(--primary);
  transition: 0.2s ease-in-out;
}
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .show-address {
    display: none;
  }
  .hide-address {
    display: block;
  }
  header {
    padding: 1.5rem 0 0rem 0;
  }
  .logo-container .logo {
    height: 12cqw;
  }
  .navbar {
    padding: 1rem 0 1rem 0;
  }
  .bg {
    height: 100% !important;
  }
  .nav-list {
    gap: 1rem;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    padding-top: 1rem;
  }
  .nav-btn {
    font-size: 16px;
  }
  .wrapper {
    height: 100%;
  }

  .cap-container h2 {
    font-size: 4cqw;
  }
  h2 {
    font-size: 3.5cqw;
  }

  h4 {
    font-size: 3.4cqw;
  }
  p {
    font-size: 4cqw;
  }
  body {
    padding: 0 4cqw;
    height: 100%;
  }

  #home_content .bottom {
    flex-direction: column-reverse;
    gap: 1.2rem;
  }
  #home_content .bottom h1 {
    font-size: 9cqw;
  }

  .contact {
    font-size: 4cqw;
  }
  .content-wrapper .contact-us-logo img {
    background-size: cover;
    height: 22cqw;
    padding: 0 0.1rem;
  }
  .content-wrapper .contact-us-logo span {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
  }
  footer {
    position: relative;
  }
  footer h5 {
    font-size: 0.35rem;
  }

  /* experient tab */
  #experience_contents .show {
    display: block;
  }
  #experience_contents {
    margin-top: 0;
  }
  .exp-top {
    gap: 0.5rem;
  }
  .exp-top span img {
    max-width: 49cqw;
  }
  #experience_contents h1 {
    font-size: 6cqw;
  }
  .exp-top span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #experience_contents .bullets {
    min-width: 10cqw;
  }

  #experience_contents .bullets span {
    margin-left: 1rem;
    gap: 0;
    flex-direction: column;
  }
  #experience_contents .bullets ul li {
    font-size: 0.6rem;
  }
  #experience_contents p {
    font-size: 3.5cqw;
  }
  .exp-bottom {
    flex-direction: column;
    gap: 1rem;
  }
  .exp-bottom h1 {
    font-size: 7cqw !important;
    margin-bottom: 1rem;
  }
  .exp-bottom .contact-infomation {
    flex-direction: column;
    gap: 0;
  }
  .exp-bottom .contact-infomation h2 {
    font-size: 3.5cqw;
    margin-bottom: 0.4rem;
  }
  .exp-bottom .contact-infomation p {
    font-size: 3cqw !important;
    margin-bottom: 0.2rem;
  }
  #experience_contents .makati {
    max-width: 100%;
  }

  /*  Capability */
  #capability_contents {
    margin-top: 0;
  }
  .cap-container {
    flex-direction: column;
    gap: 0;
  }
  #capability_contents .cap-container .bullets {
    min-width: 10cqw;
    margin-top: 1rem;
  }
  #capability_contents .hide {
    display: none;
  }
  #capability_contents .show {
    display: block;
  }
  #capability_contents h3 {
    font-size: 4cqw;
  }
  #capability_contents .contact-us-logo img {
    max-height: 10cqh;
  }
  #capability_contents .cap-bottom-container h6 {
    font-size: 5cqw;
  }
  #capability_contents .cap-container .bullets ul li {
    font-size: 3cqw !important;
  }
  #capability_contents .cap-bottom {
    margin-top: 1rem;
  }

  .mySlides {
    height: 100%;
  }
  .mySlides img {
    background-position: center;
    width: 20rem !important;
    height: auto;
  }
  
}

/* Media Query for Tablets */
@media (min-width: 481px) and (max-width: 980px) {
  header {
    padding: 1.5rem 0 0rem 0;
  }
  .logo-container .logo {
    height: 12cqw;
  }
  .nav-list {
    gap: 1rem;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    padding-top: 1rem;
  }
  .nav-btn {
    font-size: 3.5cqw;
  }
  .navbar {
    padding: 1rem 0 1rem 0;
  }
  .bg {
    height: 100% !important;
  }
  .wrapper {
    height: 100%;
  }
  .cap-container h2 {
    font-size: 4cqw;
  }
  h4 {
    font-size: 3cqw;
  }
  h2 {
    font-size: 3cqw;
  }
  p {
    font-size: 4cqw;
  }
  body {
    padding: 0 4cqw;
  }
  #home_content .bottom {
    flex-direction: column-reverse;
    gap: 1.2rem;
  }
  #home_content .bottom h1 {
    font-size: 9cqw;
  }

  .contact {
    font-size: 4cqw;
  }
  .content-wrapper .contact-us-logo img {
    background-size: cover;
    height: 22cqw;
    padding: 0 0.1rem;
  }
  .content-wrapper .contact-us-logo span {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
  }
  footer {
    position: relative;
  }
  footer h5 {
    font-size: 1cqw;
  }

  /* experient tab */
  #experience_contents .show {
    display: block;
  }
  #experience_contents .bullets span {
    gap: 0;
  }
  #experience_contents {
    margin-top: 0;
  }

  .exp-bottom h1 {
    font-size: 7cqw !important;
    margin-bottom: 1rem;
  }
  .exp-top {
    gap: 0.5rem;
  }
  .exp-top span img {
    max-width: 49cqw;
  }
  #experience_contents p {
    font-size: 3cqw;
  }
  .exp-top span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #experience_contents .bullets {
    min-width: 10cqw;
  }

  #experience_contents .bullets span {
    margin-left: 1rem;
    flex-direction: column;
  }
  #experience_contents .bullets ul li {
    font-size: 3cqw;
  }

  .exp-bottom {
    flex-direction: column;
    gap: 1rem;
  }
  .exp-bottom h1 {
    font-size: 7cqw;
  }
  .exp-bottom .contact-infomation {
    flex-direction: column;
  }
  .exp-bottom .contact-infomation h2 {
    font-size: 3cqw;
    margin-bottom: 0.2rem;
  }
  .exp-bottom .contact-infomation p {
    margin-bottom: 0.2rem;
    font-size: 3cqw !important;
  }
  .exp-bottom #slide-also-exp {
    font-size: 6cqw;
    margin-bottom: 2rem;
  }
  #experience_contents .makati {
    max-width: 100%;
  }
  /*  Capability */

  #capability_contents {
    margin-top: 0;
  }
  .cap-container {
    flex-direction: column;
    gap: 0;
  }
  #capability_contents .bullets {
    min-width: 10cqw;
    margin-top: 1rem;
  }
  #capability_contents .hide {
    display: none;
  }
  #capability_contents .show {
    display: block;
  }
  #capability_contents h3 {
    font-size: 4cqw;
  }
  #capability_contents .contact-us-logo img {
    max-height: 14cqh;
  }
  #capability_contents .cap-bottom-container h6 {
    font-size: 5cqw;
  }
  #capability_contents .cap-container .bullets ul li {
    font-size: 3cqw !important;
  }
  #capability_contents .cap-bottom {
    margin-top: 1rem;
  }
}
