/*------------------------------------------------------------------ section hero */
#hero {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: var(--main-font);
  margin-bottom: 100px;
}

.hero_img_utama_mask {
  -webkit-clip-path: inset(0px 0px 00px 0px);
  clip-path: inset(0px 0px 0px 0px);
}

.hero_img_utama {
  height: auto;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Font Alamat Head */
#hero a {
  color: #fff !important;
  font-size: .7rem;
  text-shadow: 1px 0px 5px rgba(7, 3, 3, 0.73);
}

#hero a:hover {
  color: var(--txt-green-color) !important;
  font-size: .7rem;
  text-shadow: 1px 0px 5px rgba(7, 3, 3, 0.73);
}

.text-hero h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  margin-top: 22%;
}

.text-hero span {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.text-hero button {
  width: 200px;
  height: 50px;
  background-color: var(--bg-green-color);
  border-radius: 100px;
  border: none;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
}

.text-hero button:hover {
  scale: 105%;
  background-color: var(--bg-green-color);
}

.hero-title {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}

.hero-img-mask-bottom {
  border: 4px solid blue;
  margin-top: -150px;
  position: absolute;
}


/*-------------------------------------------------------------- section about */
#about {
  position: relative;
  z-index: 1 !important;
  margin-bottom: 100px;
}

#about p {
  text-align: justify !important;
}

#about .container {
  width: 80%;
  /* height: 300px; */
}

#about .card-about {
  /* width: 100%; */
  /* height: auto; */
  font-family: var(--main-font);
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.card-about .col:nth-child(2) {
  padding: 50px;
}

.card-about img {
  box-shadow: 5px 5px 8px rgba(94, 88, 114, 0.3);
  width: 100%;
  /* min-width: ; */
  transition: all 0.2s ease-in;
}

.card-about h3 {
  font-size: 24px;
  color: var(--txt-blue-color);
  font-weight: 700;
}

.card-about p {
  font-size: 15px;
  color: var(--txt-purple-color);
}

.card-about button {
  width: 75px;
  height: 30px;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--bg-green-color);
  border: none;
}

.card-about button:hover {
  background-color: var(--bg-green-color);
  box-shadow: 1px 1px 4px var(--bg-green-color);
}


/*------------------------------------------------------------ section solution */
#solution {
  font-family: var(--main-font);
  height: 100%;
  position: relative;
}

#solution .container {
  /* border: 1px solid red; */
}

#solution h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: var(--txt-orange-color);
}

#solution h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: var(--txt-blue-color);
}

.card a {
  text-decoration: none !important;
  font-variant: normal
}

.card p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: var(--txt-purple-color);
  margin-top: -5px;
}

#solution .card {
  width: 288px;
  height: 155px;
  text-decoration: none !important;
  background-color: transparent;
  border: 1px solid var(--bg-blue-color);
}

#solution .card:hover {
  box-shadow: 5px 5px 10px rgba(94, 88, 114, 0.4);
  scale: 106%;
  transition: all 0.1s ease-in-out;
}

#solution>.container>.row>div>.card {
  height: 170px;
}

.card img {
  top: -19%;
}

#solution .sol-line-cutoff {
  width: 70px;
  height: 2.5px;
  background-color: white;
  position: absolute;
  top: 0;
  margin-top: -1.5px;
}

/*---------------------------------------------------------------- section portfolio */
#portfolio {
  width: 100%;
  font-family: var(--main-font);
  position: relative;
  height: 55vh;
}

#portfolio>img {
  width: 100vw !important;
  height: 480px !important;
  position: absolute !important;
}

.portofolio-slider {
  display: flex;
  width: 100%;
  justify-content: space-around;

  position: relative;
  /* overflow-x: scroll; */
  /* overflow-y: hidden; */
}

#portfolio .card {
  /* border: 1px solid blue; */
  border: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#portfolio .card:hover {
  scale: 106%;
  transition: all 0.2s ease-in-out;
}

#portfolio h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: var(--txt-blue-color);
  margin-top: 70px;
  margin-bottom: 43px;
}

#portfolio .card img {
  width: 100%;
}

#portfolio .row:nth-child(2) {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

#portfolio .row:nth-child(2) .portofolio-content {
  display: flex !important;
  /* border: 1px solid red; */
  width: 18%;
}

#portfolio .card h5 {
  font-style: normal;
  font-size: .8rem;
  color: var(--txt-purple-color);
  margin-top: 14px;
  text-align: center;
  padding: 10px;
}

#portfolio .dropdown button {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #563e92;
  margin-top: -10px;
}

.btn-portfolio {

  width: 75px;
  height: 30px;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--bg-green-color);
  border: none;
  margin-top: 40px;
}

.btn-portfolio:hover {
  background-color: var(--bg-green-color);
}

.container-portofolio {
  z-index: 3;
}

.info-hover {
  position: absolute;
  width: 100%;
  font-size: .8rem;
  color: rgba(225, 225, 225, 0.9);
  bottom: 10px;
  text-align: center;
}

#top-video {
  left: 0;
  /* top: 0; */
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;

  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.video-element {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(128, 179, 23, 0.3) 0%, rgba(235, 97, 35, 0.5) 100%);
  z-index: 2;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}


/*------------------------------------------------------------ section News n Update */
#newsnupdate {
  font-family: var(--main-font);
  height: 100%;
  position: relative;
}

#newsnupdate .container p {
  font-size: 15px;
  color: var(--txt-purple-color);
}

#newsnupdate h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: var(--txt-blue-color);
}


/*---------------------------------------------- section our partner */
#ourclient,
#ourpartner {
  font-family: var(--main-font);
}

#ourclient h4,
#ourpartner h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: var(--txt-blue-color);
}

#ourclient p,
#ourpartner p {
  font-weight: 400;
  font-size: 16px;
  color: var(--txt-purple-color);
}

#ourclient>.container>:nth-child(2) div,
#ourpartner>.container>:nth-child(2) div {
  display: flex;
  justify-content: center;
  margin: 5px;
  align-items: center;
}

/* !================================================ M O B I L E ================================================ */
/* !============================================================================================================= */

@media only screen and (max-width: 991px) {

  /*------------------------------------------------------------------ section hero */
  #hero {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--main-font);
    margin-bottom: 50px;
    padding-top: 75px;
  }

  .hero_img_utama_mask {
    -webkit-clip-path: inset(0px 0px 00px 0px);
    clip-path: inset(0px 0px 0px 0px);
  }

  .hero_img_utama {
    height: auto;
    width: 100%;
    object-fit: cover;
    z-index: 0;
  }

  /* Font Alamat Head */
  #hero a {
    color: #fff !important;
    font-size: .7rem;
    text-shadow: 1px 0px 5px rgba(7, 3, 3, 0.73);
  }

  #hero a:hover {
    color: var(--txt-green-color) !important;
    font-size: .7rem;
    text-shadow: 1px 0px 5px rgba(7, 3, 3, 0.73);
  }

  .text-hero h1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    margin-top: 22%;
  }

  .text-hero span {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
  }

  .text-hero button {
    width: 200px;
    height: 50px;
    background-color: var(--bg-green-color);
    border-radius: 100px;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
  }

  .text-hero button:hover {
    scale: 105%;
    background-color: var(--bg-green-color);
  }

  .hero-title {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
  }

  .hero-img-mask-bottom {
    border: 4px solid blue;
    margin-top: -150px;
    position: absolute;
  }


  /*-------------------------------------------------------------- section about */
  #about {
    position: relative;
    z-index: 1 !important;
    margin-bottom: 50px;
  }

  #about p {
    text-align: justify !important;
  }

  #about .container {
    width: 85%;
    /* height: 300px; */

  }

  #about .card-about {
    font-family: var(--main-font);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
  }

  .card-about .col {
    width: 100%;
    /* padding: 10%; */
    margin: 0;
  }

  .card-about .col:nth-child(2) {
    /* border: 1px solid red; */
    margin-top: 2rem;
    margin-top: 2rem;
    padding: 10px;
  }

  .card-about img {
    box-shadow: 5px 5px 8px rgba(94, 88, 114, 0.3);
    width: 100%;
    /* min-width: ; */
    transition: all 0.2s ease-in;
  }

  .card-about h3 {
    font-size: 24px;
    color: var(--txt-blue-color);
    font-weight: 700;
  }

  .card-about p {
    font-size: .8rem;
    color: var(--txt-purple-color);
    /* border: 1px solid red; */
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card-about button {
    width: 100%;
    /* height: 30px; */
    border-radius: 10px;
    font-size: 1rem;
    color: #ffffff;
    background-color: var(--bg-green-color);
    border: none;
  }

  .card-about button:hover {
    background-color: var(--bg-green-color);
    box-shadow: 1px 1px 4px var(--bg-green-color);
  }


  /*------------------------------------------------------------ section solution */
  #solution {
    font-family: var(--main-font);
    height: 100%;
    position: relative;
  }

  #solution .card-solution {
    font-family: var(--main-font);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
  }

  #solution .container {
    padding-bottom: 50px;
  }

  #solution h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: var(--txt-orange-color);
    margin-bottom: 50px;
  }

  #solution h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--txt-blue-color);
  }

  .card-solution-item {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .card a {
    /* border: 1px solid red; */
    text-decoration: none !important;
    font-variant: normal;
  }

  .card p {
    font-style: normal;
    font-weight: 400;
    font-size: .7rem;
    color: var(--txt-purple-color);
    margin-top: -5px;
    text-align: justify;
  }

  #solution .card {
    width: 80%;
    height: auto !important;
    text-decoration: none !important;
    background-color: transparent;
    border: 1px solid var(--bg-blue-color);
  }

  #solution .card:hover {
    box-shadow: 5px 5px 10px rgba(94, 88, 114, 0.4);
    scale: 106%;
    transition: all 0.1s ease-in-out;
  }

  #solution>.container>.row>div>.card {
    height: 170px;
  }

  .card img {
    top: -19%;
  }

  #solution .sol-line-cutoff {
    width: 70px;
    height: 2.5px;
    background-color: white;
    position: absolute;
    top: 0;
    margin-top: -1.5px;
  }

  /*---------------------------------------------------------------- section portfolio */
  #portfolio {
    width: 100%;
    font-family: var(--main-font);
    position: relative;
    height: 60vh;
  }

  #portfolio>img {
    width: 100vw !important;
    height: 480px !important;
    position: absolute !important;
  }

  .portofolio-slider {
    display: flex;
    width: 100%;
    /* height: 100%; */
    justify-content: space-around;

    position: relative;
    overflow-x: scroll;
    /* overflow-y: hidden; */
    padding: 40px;
  }

  #portfolio .card {
    /* border: 1px solid blue; */
    border: none;
    width: 100%;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }

  #portfolio .card:hover {
    scale: 106%;
    transition: all 0.2s ease-in-out;
  }

  #portfolio h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: var(--txt-blue-color);
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #portfolio .card img {
    width: 100%;
  }

  #portfolio .row:nth-child(2) {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }

  #portfolio .row:nth-child(2) .portofolio-content {
    display: flex !important;
    /* border: 1px solid red; */
    width: 95%;
    margin-right: 5%;
  }

  #portfolio .card h5 {
    font-style: normal;
    font-size: 1rem;
    color: var(--txt-purple-color);
    margin-top: 14px;
    text-align: center;
    padding: 10px;
  }

  #portfolio .dropdown button {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #563e92;
    margin-top: -10px;
  }

  .btn-portfolio {

    width: 75px;
    height: 30px;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    background-color: var(--bg-green-color);
    border: none;
    margin-top: 40px;
  }

  .btn-portfolio:hover {
    background-color: var(--bg-green-color);
  }

  .container-portofolio {
    z-index: 3;
  }

  .info-hover {
    position: absolute;
    width: 100%;
    font-size: .8rem;
    color: rgba(225, 225, 225, 0.9);
    bottom: 10px;
    text-align: center;
  }

  #top-video {
    left: 0;
    /* top: 0; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;

    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }

  .video-element {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .video-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, rgba(128, 179, 23, 0.3) 0%, rgba(235, 97, 35, 0.5) 100%);
    z-index: 2;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }


  /*------------------------------------------------------------ section News n Update */
  #newsnupdate {
    font-family: var(--main-font);
    height: 100%;
    position: relative;
  }

  #newsnupdate .container {
    width: 95%;
    padding: 10px;
  }

  #newsnupdate .container p {
    font-size: .8rem !important;
    color: var(--txt-purple-color);
    /* border: 1px solid red; */
    text-align: justify;
  }

  #newsnupdate h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: var(--txt-blue-color);
  }


  /*---------------------------------------------- section our partner */
  #ourclient,
  #ourpartner {
    font-family: var(--main-font);
  }

  #ourclient h4,
  #ourpartner h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: var(--txt-blue-color);
  }

  #ourclient p,
  #ourpartner p {
    font-weight: 400;
    font-size: 16px;
    color: var(--txt-purple-color);
  }

  #ourclient>.container>:nth-child(2) div,
  #ourpartner>.container>:nth-child(2) div {
    display: flex;
    justify-content: center;
    margin: 5px;
    align-items: center;
  }
}