/* Home */
.home1 {
  background-image: url("/img/cover.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  color: whitesmoke;
}
.home1 .filter {
  background-color: rgba(0, 0, 0, 0.281);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.home1 .content {
  text-align: center;
}
.home1 .content h1 {
  font-weight: bold;
  font-size: 60px;
}
.home1 .content p {
  max-width: 500px;
  margin: 0 auto;
}

.home2 {
  padding-top: 50px;
  width: 100%;
  height: 100vh;
}
.line {
  width: 80%;
  height: 5px;
  background-color: #91c734;
  margin: 0 auto;
}
.home2 p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: medium;
}

.home2 .services {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.home2 .services .cover {
  width: 100%;
  height: 100%;
}
.home2 .services .cover:hover {
  transition: 0.5s;
  background-color: #2c2c2c9d;
}
.home2 .services .cover:hover h1 {
  transition: 0.5s;
  font-size: 50px;
}
.home2 .services.geo {
  background-image: url("/img/geo.jpg");
}
.home2 .services.arch {
  background-image: url("/img/arch.jpg");
}
.home2 .services {
  color: whitesmoke;
}
.home2 a:hover .services img {
  transition: 0.6s;
  content: "";
}
.home3 {
  width: 100%;
  height: 100vh;
}
.home3 .content {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
  color: whitesmoke;
}
.home3 .content .cover {
  padding: 50px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.13);
}
.home3 .content .cover:hover {
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.425);
}
.home3 .link {
  background-color: #333333;
}
.home3 .link:hover {
  transition: 0.4s;
  background-color: #91c734;
}
.home4 {
  padding-top: 100px;
  width: 100%;
  height: 100vh;
}
.home4 .content {
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.home4 .content .cover {
  background-color: #33333360;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: whitesmoke;
}
.home4 .content .cover:hover {
  transition: 0.3s;
  padding-bottom: 40px;
  background-color: #33333328;
}

.think {
  padding-top: 100px;
  width: 100%;
}
.think .content {
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.think .content .cover {
  background-color: #33333360;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: whitesmoke;
}
.think .content .cover:hover {
  transition: 0.3s;
  padding-bottom: 40px;
  background-color: #33333328;
}
.home5 .head {
  background-color: white;
  padding: 30px;
}

/* GEO */
.geo1 {
  background-image: url("/img/geo-cover.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  color: whitesmoke;
}
.geo1 .filter {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.geo1 .content {
  text-align: center;
}
.geo1 .content h1 {
  font-weight: bold;
  font-size: 43px;
}
.geo1 .content p {
  max-width: 500px;
  margin: 0 auto;
}
.geo2 {
  padding-top: 100px;
  height: 100vh;
  width: 100%;
  position: relative;
}
.geo2 img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.geo2 .content {
  position: absolute;
  top: 10%;
  left: 10%;
}
.geo2 .content p {
  max-width: 500px;
}
.geo3 {
  width: 100%;
}
.geo-sub {
  height: 440px;
  padding: 40px 30px;
}
.geo-sub:hover {
  background: #e0e0e0;
  transition: 0.5s;
}

.geo-sub .r1 {
  height: 40%;
}

.geo-sub .r2 {
  height: 60%;
}
.geo-sub .r2 p {
  font-size: small;
  color: rgb(122, 122, 122);
}

.geo-sub img {
  margin: 20px auto;
}

.geo-pro {
  margin-top: 20vh;
}

.geo-pro .content {
  background: #e0e0e0;
  padding: 30px;
}

.geo-pro .content p {
  color: rgb(122, 122, 122);
}

/* ARCH */
.arch1 {
  background-image: url("/img/arch-cover.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  color: whitesmoke;
}
.arch1 .filter {
  background-color: rgba(0, 0, 0, 0.281);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.arch1 .content {
  text-align: center;
}
.arch1 .content h1 {
  font-weight: bold;
  font-size: 43px;
}
.arch1 .content p {
  max-width: 500px;
  margin: 0 auto;
}
.arch2 {
  width: 100%;
  height: 100vh;
}
.arch2 .content {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-image: url("/img/arch-content.png");
}
/* PROJECT */
.project-header {
  padding-top: 150px;
  padding-bottom: 50px;
}
.project-view {
  width: 100%;
  height: 270px;
  background-position: center;
  background-size: cover;
}
.project-view .cover {
  width: 100%;
  height: 100%;
  background-color: #1616162c;
}
.project-view .cover h3 {
  color: transparent;
}
.project-view .cover:hover h3 {
  transition: 0.5s;
  color: white;
}
.project-view .cover:hover {
  transition: 0.5s;
  background-color: #16161681;
}

.detail-cover {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
.detail-cover .filter {
  width: 100%;
  height: 100%;
  background-color: #0000003d;
}
.detail-cover .filter h1 {
  color: whitesmoke;
  text-align: center;
}

.nav-project {
  width: 100%;
  height: 20vh;
  background-color: whitesmoke;
}
.nav-project .title {
  text-transform: uppercase;
  border: 4px solid #282828;
  padding: 10px 15px;
  letter-spacing: 5px;
  font-weight: 35px;
  font-weight: bold;
}
.cover-project {
  height: 80vh;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.detail-menu .sub {
  border: 4px solid #282828;
  height: 130px;
  width: 130px;
  margin: 0px 10px;
}
.detail-menu .sub:hover {
  background-color: rgb(214, 214, 214);
  transition: 0.3s;
}

.detail-desc {
  font-size: 18px;
  text-align: justify;
}

.faq-header {
  padding-top: 150px;
  padding-bottom: 50px;
}
.btn-faq {
  text-align: left;
  background-color: transparent;
  border: none;
  font-weight: bold;
  color: #282828;
}
.collapse-faq .card-body {
  border: none;
  border-radius: 0;
  background-color: #80b33d27;
}
.nav-faq {
  display: block;
}
.faq-content {
  margin-bottom: 200px;
}
.nav-faq li a {
  color: #282828;
  margin: 20px;
}
.nav-faq li a:hover {
  color: #4e4e4e;
}
.nav-faq .active {
  color: #80b33d;
}
.about1 {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("/img/about.jpg");
}
.about1 .filter {
  color: whitesmoke;
  width: 100%;
  height: 100%;
  text-align: center;
}
.about1 .filter h1 {
  font-size: 60px;
}
.about1 .filter button {
  margin: auto;
}
.about2 {
  padding: 50px 0px;
  height: 100vh;
  width: 100%;
}
.about3 {
  padding: 100px 20px;
}
.about3 .title {
  font-size: small;
}
.contact {
  width: 100%;
  height: 100vh;
}
.btn-contact {
  font-size: 20px;
  color: #282828;
}
button.btn-contact {
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #282828;
}
.btn-contact:hover {
  color: #80b33d;
}
.content .tag {
  border: 3px solid #282828;
  font-size: 14px;
  padding: 2px 5px;
  font-weight: bold;
}
.content-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.content-img2 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .home2 {
    height: auto;
  }
  .home2 .services {
    height: 300px;
  }
  .home2 p {
    padding: 10px 60px;
  }
  .home2 .services h1 {
    font-size: 40px;
  }
  .home3 {
    height: auto;
  }
  .home4 {
    height: auto;
  }
  .home4 .content {
    height: 200px;
  }
  .home5 {
    padding-top: 100px;
  }
  .geo-sub .r2 p {
    font-size: x-small;
  }
  .arch2 {
    height: auto;
  }
  .arch2 .content {
    height: 500px;
  }
  .about2 {
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .dp-none {
    display: none;
  }
  .about1 .filter h1 {
    font-size: 30px;
  }
  .home1 .content h1 {
    font-size: 40px;
  }
  .home1 .content p {
    padding: 0px 10px;
    font-size: small;
  }
  .home2 p {
    padding: 0px 20px;
    font-size: small;
  }
  .home3 .content h4 {
    font-size: 20px;
  }
  .home3 .content p {
    font-size: small;
  }
  .geo1 .content h1 {
    font-size: 30px;
  }
  .arch1 .content h1 {
    font-size: 30px;
  }
}
.splide__slide:not(.is-active.is-visible) {
  transition: 0.3s;
  filter: brightness(50%);
}
