* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: rgba(34, 34, 34, 1);
  position: relative;
  font-family: "Bayon", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 1);
}
.noise::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  content: "";
  /* you can control opacity of noise  */
  opacity: 0.1;
  mix-blend-mode: overlay;
  z-index: 99;
  pointer-events: none;
  background: url(../img/txt2.gif);
  background-size: cover;
  background-repeat: no-repeat;
}
/* body:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -99;
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: url(../img/txt.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
} */
.hero {
  padding-top: 2rem;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  position: relative;
}

.hero .row .bg-gradient {
  position: absolute;
  background-color: #222222;
  width: 100vw;
  height: 120px;
  bottom: -15px;
  right: -10px;
  filter: blur(10px);
}
.hero .row .col-left {
  width: 50%;
  padding-left: 6rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  gap: 1rem;
  z-index: 2;
}
.hero .row .col-left h1 {
  font-size: 5rem;
  letter-spacing: 4px;
  line-height: 80px;
}
.hero .row .col-left h1 span {
  display: block;
}
.hero .row .col-left p span {
  font-weight: 600;
  color: rgba(172, 139, 54, 1);
}
.hero .row .col-left p {
  font-size: 1rem;
  letter-spacing: 0.5px;
  max-width: 80%;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Cabin Condensed", sans-serif;
  font-weight: 400;
}
.hero .row .col-left a {
  text-decoration: none;
  color: white;
  background-color: rgba(172, 139, 54, 1);
  margin-top: 1.5rem;
  font-size: 1.2rem;
  width: 14rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 400ms ease;
  z-index: 0;
}
.hero .row .col-left a:hover {
  background-color: rgba(172, 139, 54, 0.7);
  transition: all 400ms ease;
  backdrop-filter: blur(10px);
}
.hero .row .col-right {
  width: 50%;
  position: relative;
}
.hero .row .col-right:after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -45%;
  height: 100%;
  width: 100%;
  /* background-color: red; */
  z-index: 5;
  background-image: url(../img/Vector.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* .hero .row .col-right img {
  width: 100%;
  background-size: cover;
  object-fit: cover;
} */
.hero .row .col-right .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 90vh;
  width: 50vw;
}
.hero .row .col-right .slider-container::after {
  /* background-color: #000; */
  content: "";
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.hero .row .col-right .slider-container .slide {
  background-image: url(../img/Frame-Photo-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 25%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity 1.8s ease-in-out;
}
.hero .row .col-right .slider-container .slide:nth-child(2) {
  background-image: url(../img/Frame-Photo-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 25%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity 1.8s ease-in-out;
}
.hero .row .col-right .slider-container .slide:nth-child(3) {
  background-image: url(../img/Kelompok10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity 1.8s ease-in-out;
}
.hero .row .col-right .slider-container .slide.active {
  animation: grow 4s linear forwards;
  opacity: 1;
}
.hero .row .col-right .slider-container .controls-container {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 2;
}
.hero .row .col-right .slider-container .controls-container .control {
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  margin: 6px;
  height: 40px;
  width: 5px;
  border-radius: 5px;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}
.hero .row .col-right .slider-container .controls-container .control.active,
.hero .row .col-right .slider-container .controls-container .control:hover {
  background-color: #fff;
  opacity: 1;
  transform: scale(1.2);
}
.shortcut-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(172, 139, 54, 1);
  bottom: 20px;
  right: 20px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  transition: all 400ms ease;
  /* mix-blend-mode: difference; */
}
.shortcut-wa a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shortcut-wa:hover {
  transition: all 400ms ease;
  background-color: rgba(172, 139, 54, 0.7);
  backdrop-filter: blur(10px);
}
.video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 6.5rem 3rem 6.5rem;
}
.video video {
  width: 100%;
  border-radius: 0.5rem;
  border: 2px solid #ac8b36;
  height: auto;
}
/* Section Service */
.service {
  position: relative;
  margin-bottom: 3rem;
  padding: 2rem 6.5rem 3rem 6.5rem;
}
.service .row-glow {
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}
.service .row {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 0;
}
.service .row .col-left {
  padding-left: 4rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  width: 35%;
}
.service .row .col-left h2 {
  font-size: 4rem;
  line-height: 80px;
}
.service .row .col-left .line-service {
  width: 40px;
  height: 5px;
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}

.service .row .col-right {
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
  width: 65%;
}
.service .row .col-right .wrap-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
}
.service .row .col-right .wrap-content:nth-child(1):hover,
.service .row .col-right .wrap-content:nth-child(2):hover {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.service .row .col-right .wrap-content img {
  transition: all 400ms ease;
  width: 8rem;
  height: 8rem;
}
.service .row .col-right .wrap-content:nth-child(1):hover img,
.service .row .col-right .wrap-content:nth-child(2):hover img {
  transition: all 400ms ease;
  transform: translateY(-10px);
}
.service .row .col-right .wrap-content .im122g-2 {
  width: 8rem;
  height: auto;
}
.service .row .col-right .wrap-content .wrap-text {
  margin-left: 1rem;
}
.service .row .col-right .wrap-content .title {
  font-size: 1.5rem;
}
.service .row .col-right .wrap-content p {
  max-width: 200px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Cabin Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.service .row-glow:before,
.service .row:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #ffffff,
    rgba(0, 0, 0, 0) 25%
  );
  animation: rotate 5s linear infinite;
}
.service .row:after {
  content: "";
  position: absolute;
  z-index: -1;
  /* border width */
  left: 5px;
  top: 5px;
  /* double the px from the border width left */
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  /*bg color*/
  background: #222222;
  /*box border radius*/
  border-radius: 7px;
}

.client .marquee {
  overflow: hidden;
  margin-bottom: 2rem;
}

.client .marquee .marquee-content {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scrolling 50s linear infinite;
  cursor: pointer;
}
.client .marquee .marquee-content:hover {
  animation-play-state: paused;
}

.client .marquee .marquee-content .marquee-item {
  flex: 0 0 16vw;
  margin: 0 1vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}

.client .marquee .marquee-content .marquee-item img {
  display: block;
  filter: grayscale(100%);
  width: 100%;
  transform: scale(0.9);
  transition: all 400ms ease;
  padding: 5px;
}
.client .marquee .marquee-content .marquee-item img:hover {
  filter: none;
  transform: translateY(-5px);
  transition: all 400ms ease;
  cursor: pointer;
  /* cursor: url("../img/camera.png"), auto; */
}

@keyframes grow {
  0%,
  20% {
    transform: scale(1);
  }

  75%,
  100% {
    transform: scale(1.15);
  }
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-144vw);
  }
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
