/* PRELOADER */

#preloader {
  background: #0d1013 url(../assets/loader.gif) no-repeat center center;
  opacity: 0.7;
  background-size: 10%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

/* NAVBAR */

.navbar {
  background-color: #ffffff;
  padding: 24px 0;
}

.navbar .navbar-nav li a {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 500;
  margin-right: 60px;
  color: #9a9a9a;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
}

.navbar .navbar-nav .nav-link {
  padding: 8px 0;
}

.navbar li a:hover {
  color: #22272e;
  transition: 0.5s;
}

.navbar li a:after {
  content: '';
  position: absolute;
  background-color: #22272e;
  height: 1.5px;
  width: 0;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

.navbar li a:hover:after {
  width: 100%;
}

.navbar-toggler {
  background: #22272e;
  border: none;
  padding: 14px 10px;
  outline: none;
  border-radius: 8px;
}

.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border: 1px;
  background: #ffffff;
}

.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
  margin-left: 4px;
}

.navbar-toggler span + span + span {
  width: 10px;
  margin-left: 12px;
}

.navbar ul {
  list-style-type: none;
}

/* .navbar-nav .btn-cta {
  background-color: #22272e;
  color: white;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: bold;
  border: none;
  transition: 0.3s;
}

.navbar-nav .btn-cta:hover {
  border: none;
  background-color: #0d1013;
  transition: 0.3s;
} */

.navbar-expand-lg .navbar-nav .nav-link.actived {
  color: #22272e;
  font-weight: 700;
}

/* NAVBAR */

/* HERO SECTION */

#Banner {
  margin-top: 80px;
}

.bg-banner {
  background-image: url(../assets/Hal-Utama/hero-bg.svg);
  background-size: cover;
  width: 100%;
  min-height: 650px;
  background-position: center;
}

.bg-banner .sec-left {
  overflow: hidden;
}

.bg-banner .sec-right {
  overflow: hidden;
}

.bg-banner .sec-left h1 {
  font-family: 'Work Sans';
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -0.043em;
  background: linear-gradient(107.77deg, #2f8cff 8.89%, #6acff6 89.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

.bg-banner .sec-right img {
  width: 100%;
  max-height: 450px;
}

.bg-banner .sec-left p {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #949494;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: justify;
  width: 95%;
}

.banner-btn-cta {
  background-color: #2f8cff;
  color: white;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: bold;
  border: none;
  transition: all 0.5s ease;
}

.banner-btn-cta:hover {
  background-color: #1960b6;
  color: white;
  transition: all 0.5s ease;
}
*/

/* HERO SECTION */

/* SERVICE SECTION */

#Service {
  margin-top: 50px;
}

#Service .text-service h1 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin: 50px 0 50px 0;
  padding: 0;
}

.box-service a {
  text-decoration: none;
  transition: 0.3s;
}

.box-service a .cs2:hover {
  border: 2px solid #1a98d5;
  transition: 0.5s ease;
}

.box-service img {
  transition: 0.5s ease;
}

.box-service a:hover img {
  scale: 1.4;
  transition: 0.5s ease;
}

.card-service {
  min-height: 420px !important;
  padding: 40px;
  background: #ffffff;
  border: 2px solid #f9f9f9;
  border-radius: 40px;
  transition: 0.3s;
}

.card-service h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
  color: #333333;
  transition: 0.3s;
}

.card-service p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 21px;
  color: #c1c1c1;
  margin: 0;
  transition: 0.3s;
}

/* SERVICE SECTION */

/* CUSTOMER SECTION */

#Customer {
  background-color: #fafbfd;
  padding: 50px 0px;
  margin-top: 50px;
}

#Customer .container {
  padding: 0px 40px;
  overflow: hidden;
}

.text-customer h1 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin: 0 0 100px 0;
  padding: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 5));
  }
}

.logo-customer .slider {
  height: 80px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.logo-customer .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 10);
}

.logo-customer .slider .slide {
  height: 80px;
  width: 250px;
  margin: 0 20px;
}

/* CUSTOMER SECTION */

/* VALUE SECTION */

#Value {
  margin-top: 100px;
}

#Value .container {
  overflow: hidden;
}

.val-sec .sec-left img {
  width: 100%;
  max-height: 450px;
}

.val-sec .sec-right h1 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  background: linear-gradient(255.12deg, #2f8cff 21.68%, #6acff6 73.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
  margin: 0;
}

.val-sec .sec-right p {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #c1c1c1;
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: justify;
}

.val-sec .sec-right button {
  padding: 24px 48px;
  border: none;
  background: #ffd600;
  box-shadow: 0px 15px 25px rgba(255, 214, 0, 0.25);
  border-radius: 80px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 95%;
  color: #ffffff;
  margin-right: 60px;
  transition: 0.3s;
}

.val-sec .sec-right button:hover {
  background-color: #ecc500;
  transition: 0.3s;
}

.val-sec .sec-right .selengkapnya {
  margin-right: 16px;
}

/* VALUE SECTION */

/* WHY US SECTION */

#Whyus {
  margin-top: 100px;
}

.text-whyus h1 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  padding: 0;
}

.point-whyus h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-top: 32px;
  margin-bottom: 24px;
}

.point-whyus p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #c1c1c1;
  margin: 0;
}

/* WHY US SECTION */

/* BANNER SECTION */

#BannerCTA {
  margin-top: 100px;
  background-image: url(../assets/Hal-Utama/Banner-cta.png);
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.circle1 {
  width: 350px;
  height: 350px;
  position: absolute;
  top: -100px;
  right: -100px;
  z-index: 0;
}

.circle2 {
  width: 350px;
  height: 350px;
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: 0;
}

.text-banner {
  margin-top: 70px;
  z-index: 1;
}

.text-banner h1 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: white;
  margin-bottom: 24px;
}

.text-banner p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 60px;
}

.banner-cta-btn {
  padding: 24px 48px;
  background: #ffffff;
  border-radius: 80px;
  border: none;
  transition: 0.3s;
  margin-bottom: 70px;
}

.banner-cta-btn:hover {
  background-color: #f4f4f4;
  transition: 0.3s;
}

.banner-cta-btn p {
  margin: 0;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 95%;
  background: linear-gradient(107.77deg, #2f8cff 8.89%, #6acff6 89.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

/* BANNER SECTION */

/* SECTION FOOTER */
#Footer {
  margin: 100px 0;
}

#Footer .footer-body h4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #22272e;
  margin-bottom: 24px;
}

#Footer .footer-body a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #c1c1c1;
  display: flex;
  transition: 0.5s;
  text-decoration: none;
}

.footer-link {
  margin-bottom: 16px;
}

#Footer .footer-body .menu-ic {
  margin-top: -10px;
}

#Footer .footer-body a > p {
  margin-top: 12px;
  margin-left: 10px;
}

#Footer .footer-body a:hover {
  color: #1a98d5;
  margin-left: 6px;
}

.copyright {
  padding-bottom: 50px;
}

.copyright p {
  font-family: 'Dm Sans';
  color: #c1c1c1;
  font-weight: 300;
  font-size: 16px;
}

.copyright p span {
  color: #22272e;
  font-weight: 500;
}
/* SEC FOOTER */
