/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400&display=swap');

/* font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif; */
/* Desktop */
body {
    background-color: #F8F8F8;
    font-family: 'Open Sans', sans-serif;
}
.logo-jands {
    width: 10rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}

.banner-content {
    color: #fff;
}

.banner-content h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 3rem;
}

.banner-content h4 {
    font-family: 'Open Sans', sans-serif;
}

.banner-content h5 {
    font-family: 'Open Sans', sans-serif;
}

.line {
    width: 36rem;
}

.interior-design {
  padding-top: 1rem;
}

.interior-construction {
  padding-top: 1rem;
}

.furniture-manufacture {
  padding-top: 1rem;
}

.project-management {
  padding-top: 1.5rem;
}

.hr-portofolio {
  margin: 5px 0px;
}

/* NAVBAR */

.button_container {
    position: relative;
    top: 5%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
  }
  .button_container:hover {
    opacity: 0.7;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #FFF;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
  }
  .button_container span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
  }
  .button_container span:nth-of-type(3) {
    top: 22px;
  }
  
  .overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 8;
  }
  .overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
  }
  .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Varela Round", serif;
    font-weight: 400;
    text-align: center;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
    margin: 1rem 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: 0.35s;
  }

  .content-clients {
    letter-spacing: 2px;
  }
  /* END OF NAVBAR */

  .btn-portfolio {
    background-color: #3F573F;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    padding: 10px 20px;
  }

  .btn-portfolio:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    border-bottom-width: 2px;
    transform: translateY(2px);
    cursor: pointer;
    color: #e7e7e7;
  }

  footer {
    background-color: #3F573F;
    padding: 20px 0px 0px 0px;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .head-office p {
    font-size: 12px;
    font-weight: 300;
  }

  .warehouse p {
    font-size: 12px;
    font-weight: 300;
  }

  svg {
    width: 54px;
  }

  .copyright p {
    font-size: 14px;
  }


/* OUR STORY */
.our-story {
  background-color: #fff;
}

.content-ourstory {
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2rem;
}

.our-story-bg-right {
  background-color: #232923;
}

.img-ourstory {
  color: #fff;
}

.our-vision-bg-left {
  background-color: #232923;
}

.our-vision {
  color: #fff;
}

.our-mission-content p {
  color: #000;
  font-size: 14px;
}

.our-vision-bg-right {
  background-color: #FFF;
}

.line-story {
  width: 100%;
}

.bg-contact-left {
  background-color: #232923;
}

.bg-contact-left-content h1 {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 54px;
}
/* END OUR STORY */

/* Portfolio */
.section-categories p {
  font-size: 14px;
}

.section-categories hr {
  width: 50%;
}

.nav-pills .nav-link {
  font-size: 14px;
  border-radius: 0px;
  color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  border-bottom: 1px solid #3F573F;
  background-color: transparent;
  color: #3F573F;
  font-weight: 600;
}

.img-portfolio {
  border-radius: 2px;
}

figure-caption {
  letter-spacing: 4px;
}

.logo-footer {
  width: 18rem;
}

ol, ul {
  padding-left: 1rem;
}
/* End Portfolio */

/* Contact */
.content-desc ul li {
  letter-spacing: 0.05rem;
  padding: 8px 0px;
}
/* End of Contact */
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }

  /* MOBILE VIEW  */
  @media (max-width: 575.98px) {
    .bg-contact-left-content h1 {
      font-size: 1rem;
      line-height: 40px;
    }

    .nav-pills .nav-link {
      font-size: 12px;
    }

    .figure-caption {
      font-size: 0.8rem;
    }
  }


  /* SWUP JS */
  .transition-fade {
    transition: 7s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
    transform: translateY(-100px);
}

