html,body {
  overflow-x: hidden !important;
}
.navbar {
  background-color: #ffffff00;
  transition: 0.4s;
}

.navbar.nav-muncul {
  background-color: #000;
}

.nav-link {
  position: relative;
}

.nav-link.active {
  color: #fdfdfd !important;
}

.nav-link:hover {
  color: #fff !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: rgba(236, 54, 66);
  z-index: 1;
  bottom: 0;
  left: 0;
  transition: 0.6s;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgba(236, 54, 66);
  z-index: 1;
  bottom: 0;
  left: 0;
  transition: 0.6s;
}

.nav-link:hover::after {
  width: 100%;
}

.navbar a {
  color: #fff;
}

/* Hero Banner */

.hero-banner {
  position: relative;
  height: 100vh;
}

.hero-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(45%);
}

.hero-banner .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* Card Banner */

.card-banner {
  padding: 50px;
  color: #fff;
  opacity: 0;
  transition: 0.6s;
  transform: scale(0.1);
}

.card-banner.card-banner-muncul {
  opacity: 1;
  transform: scale(1);
}

.card-banner a {
  transition: 0.4s;
  color: #fff;
  background: rgb(236, 54, 66);
  background: linear-gradient(42deg, rgba(236, 54, 66, 1) 47%, rgba(221, 32, 44, 1) 100%);
  border: none;
  transition: 0.4s;
}

.card-banner a:hover {
  color: #fff;
  box-shadow: 1px 3px 5px #fff;
}

.isi-banner {
  margin: 15px 0 17px 0;
}

.btn-banner {
  padding: 14px 18px;
}

.card-banner img {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate(0, -35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 10px);
  }
}
/* Wedo */

.wedo {
  background-color: #ec3642;
  color: #fff;
}

.wedo h1 {
  transform: translate(0, -100px);
  opacity: 0;
  transition: ease 0.4s;
}

.wedo h1.muncul {
  transform: translate(0, 0);
  opacity: 1;
}

.wedo svg {
  padding-bottom: 10px;
}

.wedo .isi-wedo {
  opacity: 0;
  transition: 0.6s;
}

.wedo .isi-wedo.wedo-muncul {
  opacity: 1;
}

/* about */

.about {
  position: relative;
  padding-top: 100px;
}

.about img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about .kanan {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  transform: translate(150px, 0);
  opacity: 0;
  transition: 0.6s;
}

.about .kiri {
  transform: translate(-150px, 0);
  opacity: 0;
  transition: 0.6s;
}

.about .kanan.about-muncul,
.about .kiri.about-muncul {
  transform: translate(0, 0);
  opacity: 1;
}

.kanan h5,
.kanan p {
  color: #0f0f0f;
}

.kanan a {
  background-color: #000;
  color: #fff;
  transition: 0.4s;
}

.kanan a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

/* Event */
.event {
  background-color: #000;
  color: #fff;
}
.event h1,
.event h4 {
  font-weight: 600;
}

.event h1 span {
  color: #ec3642;
}

.event h4,
.event p {
  transform: translate(-200px, 0);
  opacity: 0;
  transition: 0.6s;
}

.event h1 {
  transform: translate(200px, 0);
  opacity: 0;
  transition: 0.6s;
}

.event h4.muncul-event,
.event p.muncul-event,
.event h1.muncul-event {
  transform: translate(0, 0);
  opacity: 1;
}

.isi-event {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}

.isi-event div {
  opacity: 0;
  transition: 0.4s;
  transform: translate(0, -40px);
}

.isi-event div.event-muncul {
  opacity: 1;
  transform: translate(0, 0);
}

.isi-event div:first-child {
  grid-row: 1/3;
}

.event img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 8px;
  cursor: pointer;
}

.isi-event div {
  position: relative;
}

.isi-event a {
  text-decoration: none;
  color: #fff;
}

.isi-event div h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.6s;
  translate: 0 20px;
}

.isi-event div:hover h5 {
  opacity: 1;
  translate: 0 0;
}

.isi-event div:hover div {
  background-color: #000;
}

.isi-event div:hover img {
  filter: brightness(25%);
}

.event .btn {
  background-color: rgb(236, 54, 66);
  color: #fff;
  font-weight: 600;
  margin-bottom: 80px;
  transition: 0.6s;
}

.event .btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transform: scale(1.09);
}

/* Service */

.service .btn {
  background-color: #fff;
  border: 2px solid #000;
  transition: 0.6s;
}

.service .btn:hover {
  background-color: #000;
  color: #fff;
}

.service .owl-carousel {
  height: 60vh;
}
.service .item {
  position: relative;
}
.service .owl-carousel img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  filter: brightness(25%);
}

.service h6 {
  color: #ec3642;
  font-weight: 600;
}

.service .service-text {
  position: absolute;
  bottom: 20px;
  right: 50px;
  left: 50px;
  color: #fff;
}

.service .service-text h3 {
  color: #ec3642;
  font-weight: 600;
}

.service .service-text a {
  text-decoration: none;
}

/* testimoni */

.testimoni {
  line-height: 30px;
}

.testimoni .testi-kanan {
  transform: translate(0, -200px);
  opacity: 0;
  transition: 0.8s;
}

.testimoni .testi-kiri {
  transform: translate(0, 200px);
  opacity: 0;
  transition: 0.8s;
}

.testimoni .testi-kanan.testi-muncul,
.testimoni .testi-kiri.testi-muncul {
  transform: translate(0, 0);
  opacity: 1;
}

.testimoni .card {
  border: none;
}

.testimoni .card-body {
  padding: 50px 50px 30px 50px;
  border: none;
  line-height: 35px;
}

.testimoni .owl-carousel .card {
  background-color: #f3f1f5 !important;
}

.testimoni .card-img {
  width: 120px !important;
  margin: auto;
}

.testimoni .btn-testimoni {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 10px 35px;
  transition: 0.6s;
}

.testimoni .btn-testimoni:hover {
  background-color: #fff;
  color: #000;
}

.testimoni h6 {
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 2px;
  border-radius: 2px;
}

.testimoni h1,
.testimoni h6 {
  font-weight: 600;
}

.testimoni p {
  color: #8d8d8d;
}

/* Client */

.client img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.client h2,
.client img {
  opacity: 0;
  transform: translate(0, -150px);
  transition: 0.6s;
}

.client h2.client-muncul,
.client img.client-muncul {
  opacity: 1;
  transform: translate(0, 0);
}

/* Footer */
.footer {
  background-color: #000;
  line-height: 1.8;
}

.footer a {
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  font-weight: 600;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p span {
  color: #ec3642;
}

/* Banner Contact Us */

.contact-banner {
  position: relative;
  height: 50vh;
}

.contact-banner .container {
  opacity: 0;
  transition: 1s;
}

.contact-banner .container.banner-muncul {
  opacity: 1;
}

.contact-banner h1 span {
  color: #ec3642;
}

.contact-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(45%);
}

.contact-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.breadcrumb {
  font-weight: 600;
}

.breadcrumb a {
  color: #212529bf;
  text-decoration: none;
}

.contact-fill a {
  text-decoration: none;
}

.contact-fill .container-fluid form {
  background: #fcfcfc;
  border-radius: 8px;
}

.contact-fill .container-fluid {
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../img/3.jpeg");
}

/* Visi Misi */

.vismis p {
  line-height: 1.9;
}

.vismis p:first-child b {
  background-color: #000;
  color: #fff;
}

.vismis h2 span {
  background-color: #000;
  color: #fff;
}

.group .owl-carousel {
  height: 598px;
}

.group .owl-carousel img {
  width: 100%;
  height: 598px;
  object-fit: cover;
}

/* Team */
.team {
  background: url("../img/89781.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.team .foto {
  background: linear-gradient(rgb(28, 28, 28) 0%, rgb(49, 49, 49) 100%);
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #00000000;
  transition: 0.4s;
}

.team .foto:hover {
  border: 1px solid #fff;
}

/* All Event */

.all-event .isi-all-event .gambar-all-event {
  position: relative;
  text-decoration: none;
  color: #fff;
}

.all-event .isi-all-event .gambar-all-event p,
.all-event .isi-all-event .gambar-all-event h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

.isi-all-event {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.all-event .isi-all-event .gambar-all-event img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.all-event .isi-all-event .gambar-all-event:hover img {
  filter: brightness(5%);
}

.all-event .isi-all-event .gambar-all-event:hover p,
.all-event .isi-all-event .gambar-all-event:hover h5 {
  opacity: 1;
}

.isi-detail p {
  text-indent: 25px;
  text-align: justify;
}

.social-med {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: fixed;
  z-index: 9999999;
  top: 50vh;
  transition: 4s;
}

.social-med a {
  text-decoration: none;
  color: #000;
}

.soc-isi {
  width: 50px;
  padding: 10px;
  background-color: #fcfcfc;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  box-shadow: 0 1px 5px #000;
  transform: translate(-50px, 0);
}

.soc-isi.soc-isi-muncul {
  transform: translate(0, 0);
}

.soc-isi img {
  height: 25px;
}

.soc-isi p {
  display: none;
  margin-bottom: 0;
  font-weight: 600;
}

.social-med a:hover .soc-isi {
  width: 150px;
}

.social-med a:hover .soc-isi p {
  display: block;
}

nav .breadcrumb {
  transform: translate(-1000px, 0);
  transition: 1s;
}

nav .breadcrumb.breadcrumb-muncul {
  transform: translate(0, 0);
}

.profile {
  transform: translate(1800px, 0);
  transition: 1s;
}

.profile.profile-muncul {
  transform: translate(0, 0);
}

.vismis .kiri,
.vismis .kanan {
  transform: translate(-200px, 0);
  opacity: 0;
  transition: 0.6s;
}

.vismis .kanan {
  transform: translate(200px, 0);
}

.vismis .kiri.vismis-muncul,
.vismis .kanan.vismis-muncul {
  transform: translate(0, 0);
  opacity: 1;
}

.group {
  transform: translate(0, 150px);
  opacity: 0;
  transition: 0.6s;
}

.group.group-muncul {
  transform: translate(0, 0);
  opacity: 1;
}

.team .row div {
  transform: translate(-100px, 0);
  opacity: 0;
  transition: 0.6s;
}

.team .row div.team-muncul {
  transform: translate(0, 0);
  opacity: 1;
}

.all-service .owl-carousel {
  position: relative;
}

.all-service .owl-carousel img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.all-service h5 {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

@media (max-width: 1399.98px) {
  .hero-banner {
    background-size: cover;
    background-position: 0 0;
  }
  .testimoni .card-body {
    padding: 50px 30px 10px 30px;
  }
}

@media (max-width: 1199.98px) {
  .hero-banner {
    background-size: cover;
    background-position: 0 0;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    background-color: #0f0f0f;
  }

  .nav-link.active::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    background-color: rgba(236, 54, 66);
    z-index: 1;
    bottom: 0;
    left: 0;
    transition: 0.6s;
  }

  .nav-link:hover::after {
    width: 30%;
  }

  .hero-banner {
    background-size: cover;
    background-position: 0 0;
    margin-top: 71px;
  }

  .contact-banner {
    margin-top: 71px;
  }

  .group .owl-carousel {
    height: 398px;
  }
  .group .owl-carousel img {
    height: 398px;
    object-fit: cover;
  }
  .isi-event {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .isi-event div:first-child {
    grid-row: 1;
  }
  .social-med {
    display: none;
  }
  .all-service .owl-carousel img {
    height: 200px;
  }
}

@media (max-width: 899.98px) {
  .hero-banner {
    background-size: cover;
    background-position: 0 0;
    height: 100vh;
  }
  .service .owl-carousel {
    height: 268px;
  }
  .service .owl-carousel img {
    height: 268px;
  }

  .group .owl-carousel {
    height: 298px;
  }
  .group .owl-carousel img {
    height: 298px;
    object-fit: cover;
  }

  .isi-all-event {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Buat HP Landscape */

@media (max-width: 767.98px) {
  .hero-banner {
    background-size: cover;
    background-position: 0 0;
  }
  .service .owl-carousel {
    height: 268px;
  }
  .service .owl-carousel img {
    height: 268px;
  }
  .testimoni .card-body {
    padding: 70px 30px 30px 30px;
  }
  .all-service .owl-carousel img {
    height: 350px;
  }
}
@media (max-width: 649.98px) {
  .hero-banner {
    background-size: cover;
    background-position: 0 0;
  }
  .service .owl-carousel {
    height: 268px;
  }
  .service .owl-carousel img {
    height: 268px;
  }
  .isi-event {
    grid-template-columns: 1fr;
  }
  .isi-event div:first-child {
    grid-row: 1;
  }
  .isi-event img {
    height: 235px;
  }
}

/* Buat HP */

@media (max-width: 575.98px) {
  .hero-banner {
    background-size: 100%;
    background-position: 0 0;
  }
  .service .owl-carousel {
    height: 208px;
  }
  .service .owl-carousel img {
    height: 208px;
    object-fit: cover;
  }
  .testimoni .card-body {
    padding: 70px 30px 30px 30px;
  }
  .contact-banner {
    height: 30vh;
  }

  .group .owl-carousel {
    height: 298px;
  }

  .group .owl-carousel img {
    height: 298px;
    object-fit: cover;
  }
  .isi-all-event {
    grid-template-columns: repeat(1, 1fr);
  }
}
