@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css');

* {
  font-family: 'Outfit';
}

:root {
  --primary-color: #4363ae;
  --secondary-color: #0bb1e3;
  --font-black-color: #3e3e3e;
  --font-description-color: #ebebeb;
  --font-placeholder-color: #9d9d9d;
  --btn-cta-color: #4e7ce6;
  --white: #fff;
  --green: #47c556;
}

html {
  scroll-behavior: smooth;
}

/* Utilities */

.btn {
  width: 220px;
  height: 50px;
  border-radius: 5px;
  padding: 0;
  line-height: 45px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.btn-cta {
  background-color: var(--btn-cta-color);
  margin-top: 26px;
}

.btn-cta-secondary {
  margin-top: 26px;
  margin-left: -50px;
  color: var(--white);
  border-color: var(--white);
}

.btn-cta-slide-2 {
  margin-right: -50px;
}

.btn-cta-secondary-slide-2 {
  margin-left: 50px;
}

.btn-cta-secondary:hover {
  color: var(--font-black-color);
  border-color: #fff;
  background-color: #fff;
}

.position {
  bottom: 30px;
  right: 110px;
  position: fixed;
  z-index: 99;
}

.btn-sticky-wa {
  width: 240px;
  height: 50px;
  color: white;
  box-shadow: 4px 4px 20px rgba(71, 197, 86, 0.3);
  background-color: var(--green);
  border-color: transparent;
}

/* End Utilities */

/* Navbar */
.brand-logo {
  width: 96px;
  height: 59px;
}

header {
  color: transparent;
  width: 100%;
  position: relative;
  z-index: 100;
}

.navbar {
  height: 85px;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  margin-right: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--btn-cta-color);
}

.navbar-light .navbar-nav .nav-link > .active > a {
  color: var(--btn-cta-color);
}

.navbar-light .navbar-nav .nav-link:hover::after {
  border-bottom: 3px solid var(--btn-cta-color);
  display: block;
  content: '';
  width: 50%;
  margin: auto;
  padding-top: 5px;
  margin-bottom: -8px;
}

.nav-link.active {
  color: var(--font-black-colorf);
}

/* End Navbar */

/* Hero */

section .hero {
  width: 100%;
  height: 600px;
}

.swiper {
  width: 100%;
  height: 100vh;
  margin-top: -85px;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;

  /* Set top margin or padding to create space above the slider */
  padding-top: 120px; /* Atur sesuai kebutuhan Anda */
}

.hero-content {
  padding-left: 60px;
}

.title-hero {
  color: var(--white);
  font-weight: 600;
  line-height: 60px;
  font-size: 48px;
}

.desc-hero {
  font-weight: 300;
  color: #fbfbfb;
  font-size: 24px;
  line-height: 30px;
  margin-top: 26px;
}

.hero-slide-3 {
  background-color: var(--white);
  border-radius: 10px;
  width: 580px;
  height: 443px;
  box-shadow: 4px 4px 35px 0px rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0 auto;
  padding-top: 90px;
  padding-left: 32px;
  padding-right: 32px;
}

.text-black {
  color: var(--font-black-color);
}

.swiper-button-prev {
  padding-left: 60px;
  --swiper-theme-color: var(--white);
}

.swiper-button-next {
  padding-right: 60px;
  --swiper-theme-color: var(--white);
}

.swiper-pagination {
  color: var(--white);
}
/* End Hero */

/* Clients Section */

section.clients {
  margin-top: 30px;
}

.title-client {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(62, 62, 62, 0.5);
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.img-logo-client {
  width: 150px;
  height: 80px;
}

/* End Clients Section */

/* About Section */

.text-label-section {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 30px;
}

.text-title-section {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 10px;
}

.text-desc-section {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 20px;
}

/* End About Section */

/* Reason Section */

section.reason {
  padding-bottom: 30px;
}

.item-reason-wrapper {
  padding: 20px;
}

.title-reason-item {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.title-reason-item::before {
  content: '';
  border: 2.5px solid var(--primary-color);
  transform: rotate(90deg);
  border-radius: 20px;
  margin-right: 16px;
  background-color: var(--primary-color);
}

.desc-reason-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}
/* End Reason Section*/

/* Service Section */

.container-service {
  padding-top: 20px;
  margin: 0 55px;
  margin-bottom: 60px;
  display: flex;
}

.card-service-item {
  width: 430px;
  height: auto;
  border-radius: 10px;
  box-shadow: 4px 4px 15px rgba(62, 62, 62, 0.06);
  border: 0px solid transparent;
  margin: 15px 0;
}

.service-icon-img {
  margin-left: 30px;
  margin-top: 30px;
}

.card-service-item .card-body {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 30px;
}

.service-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.card-service-item .card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  margin-top: 20px;
  word-wrap: break-word;
}

.navigation-service {
  width: 26px;
  height: 20px;
}

.owl-theme .owl-nav {
  float: right;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent !important;
}

.card-btn-link {
  color: var(--secondary-color);
}

/* End Service Section */

/* Catalogue Section */

/* Style link by default */
a.download-link {
  text-decoration: none;
  color: #0077b6;
  position: relative;
  overflow: hidden;
}

/* Add underline pseudo-element */
a.download-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -2px;
  background-color: #0077b6;
  height: 2px;
  transition: right 0.3s ease;
}

/* Style link when hovered */
a.download-link:hover::before {
  right: 0;
}



/* End Catalogue Section */

/* Project Section */

.card-project {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 266px;
}

.card-project img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  transform: scale(1.8);
  filter: brightness(50%);
}

.card-project:hover img {
  filter: brightness(100%);
  transform: scale(2.2);
  object-fit: cover;
}

.card-img-project {
  border-radius: 10px;
  object-fit: fill;
}

.card-text-project {
  margin-top: 170px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.card-title-project {
  margin-top: -10px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
/* End Project Section */

/* Team Section */

.card-team {
  height: 430px;
  border-radius: 10px;
  box-shadow: 6px 6px 20px rgba(62, 62, 62, 0.05);
  border: 0px;
  margin-bottom: 20px;
}

.card-img-team {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  margin-top: 30px;
  border: 4px solid var(--primary-color);
  object-fit: cover;
  object-position: center;
  background-color: var(--font-placeholder-color);
}

.card-title-team {
  font-weight: 500px;
  font-size: 28px;
  line-height: 35px;
}

.card-job-team {
  font-weight: 400px;
  font-size: 16px;
  line-height: 20px;
}

.logo-sosmed-wrapper {
  display: block;
  padding: 0;
  margin: 0 30px;
  justify-content: center;
  margin-top: 30px;
  list-style: none outside none;
  text-align: center;
}

.logo-sosmed-wrapper li {
  margin: 0 10px;
  display: inline-block;
}

.logo-sosmed {
  width: auto;
  height: 40px;
}

.logo-sosmed-wrapper a:hover .logo-sosmed {
  border: 5px solid var(--font-black-color);
  border-radius: 5px;
}

/* End Team Section */

/* Testimoni Section */

.card-testimoni {
  width: fit-content;
  height: 350px;
  margin: 20px 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 30px 10px rgba(41, 76, 156, 0.4);
}

.padding-card {
  padding: 30px 40px;
}

.card-text-testimoni {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: var(--font-black-color);
  text-align: center;
}

.card-image-testimoni {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.card-image-testimoni img {
  width: 70px;
  height: 70px;
  border-radius: 100;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  object-fit: cover;
}

.card-name-testimoni {
  color: var(--font-black-colork);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.job-testimoni {
  color: var(--font-black-color);
  font-size: 16px;
  position: relative;
  bottom: 3px;
  font-weight: 300;
}

/* End Testimoni */

/* Contact Section */
.form-control {
  width: 540px;
  margin: 0 auto;
}

.text-contact {
  height: 50px;
}

/* End Contact Section */

/* Footer Section */

.logo-footer {
  height: 90px;
  width: auto;
}

.text-alamat-footer {
  color: var(--font-black-color);
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}

.text-alamat-footer:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.text-copyright {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: var(--font-black-color);
}

.footer ul {
  list-style-type: none;
  margin-left: -10px;
}

/* End Footer Section */

/* Media Query */
@media screen and (max-width: 576px) {
  /* Utilities */

  .btn {
    width: 100px;
    height: auto;
    font-size: 10px;
  }

  .btn-cta {
    margin-top: 13px;
  }

  .btn-cta-secondary {
    margin-top: 13px;
    margin-left: 0px;
  }

  /* Navbar */

  .navbar-light .navbar-nav .nav-link {
    background-color: var(--font-black-color);
    color: white;
  }

  /* Hero */
  .title-hero {
    font-size: 24px;
    line-height: normal;
  }

  .desc-hero {
    font-size: 13px;
    line-height: normal;
    margin-top: 13px;
  }

  .hero-slide-3 {
    background-color: var(--white);
    border-radius: 10px;
    width: 240px;
    height: 222px;
    box-shadow: 4px 4px 35px 0px rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .swiper-button-next {
    padding-right: 20px;
  }
  .swiper-button-prev {
    padding-left: 20px;
  }

  /* Clients */
  .img-logo-client {
    width: auto !important;
    height: 150px !important;
  }

  /* About */

  .text-label-section {
    font-size: 8px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .text-title-section {
    font-size: 22px;
    line-height: normal;
    margin-top: 0;
  }

  .text-desc-section {
    font-size: 12px;
    line-height: normal;
    margin-top: 5px;
  }

  .video-porto {
    width: auto;
    height: max-content;
  }

  .text-contact {
    width: fit-content;
    height: auto;
  }

  .text-message {
    width: fit-content;
    height: auto;
  }

  /* Reason Section */

  .item-reason-wrapper {
    padding: 10px 20px;
  }
  .title-reason-item {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }

  .title-reason-item::before {
    content: '';
    border: 1px solid var(--primary-color);
    transform: rotate(90deg);
    margin-right: 8px;
  }

  .desc-reason-item {
    font-size: 12px;
    line-height: normal;
    margin-top: 10px;
  }

  /* Service */
  .card-service-item {
    width: 250px;
    height: auto;
    border-radius: 10px;
    box-shadow: 4px 4px 15px rgba(62, 62, 62, 0.06);
    border: 0px solid transparent;
    margin: 15px 0;
  }

  .service-icon-img {
    margin-left: 10px;
    margin-top: 10px;
    height: 80px;
    width: 80px;
  }

  .card-service-item .card-body {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-right: 15px;
  }

  .service-card-title {
    font-size: 20px;
    line-height: normal;
    margin-left: -20px;
  }

  .card-service-item .card-text {
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 10px;
    margin-left: -20px;
  }

  .card-btn-link {
    margin-left: -20px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  /* Project */
  .card-project {
    height: 200px;
  }

  .card-text-project {
    margin-top: 110px;
    font-weight: 400;
    font-size: 10px;
    line-height: normal;
  }

  /* Team */
  .card-team {
    height: 280px;
    margin-bottom: 20px;
  }

  .card-img-team {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-top: 15px;
  }

  .card-title-team {
    font-size: 14px;
    line-height: normal;
  }

  .card-job-team {
    font-size: 8px;
    line-height: normal;
  }

  .logo-sosmed-wrapper {
    margin: 0 15px;
    margin-top: 15px;
  }

  .logo-sosmed {
    width: auto;
    height: 20px;
  }

  .logo-sosmed-wrapper a:hover .logo-sosmed {
    border: 2px solid var(--font-black-color);
  }

  /* Contact */
  .form-control {
    width: 220px;
    margin: 0 auto;
  }

  .text-contact {
    height: 50px;
  }

  /* Sticky Button */
  .position {
    bottom: 30px;
    right: 50px;
  }
}
