@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet");

* {
  box-sizing: border-box;
}

header,
section {

}

:root {
  --Sniglet-font: "Sniglet", cursive;
  --Rubik: "Rubik", cursive;
  --Patua: "Patua One", cursive;
  --Lobster: "lobster", cursive;
  --light-black: #2e2c2caf;
  --bggradient: linear-gradient(to bottom, #212529, #212529);
  --light-gray: rgba(255, 255, 255, 0.877);
}

html {
  scroll-behavior: smooth;
}

header a {
  font-family: var(--Sniglet-font);
  font-size: 0.9em;
  color: whitesmoke;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

header .nav-item:last-child {
  padding-right: 8em;
}

header .nav-item {
  padding: 0.9em;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.3);
}

header .navbar-brand {
  z-index: 99;
}

.navbar-brand:hover {
  color: #10BEBE;
}

header .nav-link:hover {
  color: #10BEBE;
}

header .row .col-md-7 {
  padding: 22vmin 1vmin;
  padding-bottom: 35vmin;
}

header .row .col-md-5 {
  padding: 4.2vmin 1vmin;
}

header .row .col-md-5 img {
  width: 90%;
}

header {
  /* background: #10BEBE; */
  /* fallback for old browsers */
  background: var(--bggradient);
}

header .container .col-md-7 {
  font-family: "Rubik", sans-serif;
}

header .container .col-md-7 h6 {
  padding: 1vmin;
  letter-spacing: 4px;
}

header .container .col-md-7 h1 {
  font-size: 8.5vmin;
  font-weight: bold;
  padding: 0.1em 0em;
}

header .container .col-md-7 p {
  padding: 1vmin 5vmin;
}

.primary-btn {
  border-radius: 30px;
  font-weight: bold;
}

.navbar-brand img {
  height: 35px;
}

@media (max-width: 768px) {
.navbar-brand img {
  height: 30px;
}
}


/* @media (max-width: 768px) {
     .navbar-brand img  {
      margin-left: 0px;
    }
  } */

/* Header End */

/* Footer */

footer {
  background: #07192B;
  overflow-x: hidden;
  padding: 14vmin 18vmin;
}

footer p > span {
  color: #10BEBE;
}

footer input {
  border: none !important;
  margin-left: -30px;
  margin-top: -30px;
}

footer .input-group-text {
  margin-left: -30px;
  margin-top: -30px;
  z-index: 2;
}

footer input::placeholder {
  color: white !important;
}

footer .input-group .input-group-text {
  background: var(--bggradient);
  border: none;
}

footer .column i {
  color: #10BEBE;
}

footer .column a {
  margin-right: 15px;
  height: 50px;
}

/* footer img {
  height: 45px;
} */

footer .column {
  margin-left: -30px;
}

@media (max-width: 768px) {
  footer .column {
    margin-left: 0px;
  }
}

/* It is Adjacent sibling combinator */

footer .column i + i {
  padding: 0 0.5em;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.815);
  z-index: 9999;
  transition: all 1.5s ease;
}

/* Whatsapp */

.whatsapp {
  position: fixed;
  background: #10BEBE;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 68px;
  /* display: flex;
    justify-content: center;
    align-items: center; */

  border-radius: 50%;
  right: 25px;
  left: auto !important;
  bottom: 20px;
  font-weight: 400;
  z-index: 9999;
  -webkit-box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, 0.6);
}

.whatsapp:hover {
  color: white;
}

/* Whatsapp End*/

/* Body */

/* header */
.header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../assets/impresive-indonesia.jpeg');
  min-height: 70vh;
  background-position: center;
  background-size: cover;
  /*background-repeat: no-repeat;*/
  /*background-attachment: fixed;*/
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.hero-div {
  margin-top: 210px;
  flex: 1;
  flex-direction: column;
  text-align: center;
}
.hero-div h1 {
  font-size: 2.55rem;
  padding-bottom: 0.4rem;
}
.hero-div p {
  color: var(--white-smoke);
  font-size: 1.05rem;
  letter-spacing: 3px;
}

.hero-btns {
  margin-top: 2.8rem;
}

.hero-btns a {
  background-color: #10BEBE;
  border: 3.5px solid #10BEBE;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  /* text-transform: uppercase; */
  font-family: "rubik";
  color: white;
}

.hero-btns a:hover {
  background-color: #10BEBE;
  border: 3.5px solid #10BEBE;
}

.hero-btns button {
  background-color: #10BEBE;
  border: 3.5px solid #10BEBE;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  font-family: "rubik";
  color: white;
}

/* Mobile */

@media screen and (min-width: 1200px) .hero-div h1 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* Services */

.text-secondary {
  font-size: 18px;
}

.wrapper {
  display: grid;
  text-align: center;
  margin: 100px 90px auto;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media (max-width: 700px) {
  .wrapper {
    margin: 70px auto;
  }
}
.wrapper .box {
  width: 350px;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  border-radius: 10px;
}

.box .front-face {
  background: #fff;
  height: 220px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
  transition: all 0.5s ease;
  border-radius: 10px;
}
.box .front-face .icon {
  height: 80px;
}
.box .front-face .icon i {
  font-size: 65px;
}
.box .front-face span,
.box .back-face span {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.box .front-face .icon i {
  background: linear-gradient(-135deg, #10BEBE, #10BEBE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box .front-face span {
  background: linear-gradient(-135deg, #6c757d, #6c757d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box .back-face {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 220px;
  width: 97%;
  padding: 30px;
  color: #fff;
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background: linear-gradient(-135deg, #10BEBE, #10BEBE);
  transform: translateY(110px) rotateX(-90deg);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}
.box .back-face p {
  margin-top: 10px;
  /* text-align: justify; */
}
.box:hover .back-face {
  opacity: 1;
  transform: rotateX(0deg);
  border-radius: 10px;
}
.box:hover .front-face {
  opacity: 0;
  transform: translateY(-110px) rotateX(90deg);
  border-radius: 10px;
}

/* Services */

/* About */

.about {
  margin: 100px 60px;
}

@media (max-width: 700px) {
  .about {
    margin: 80px 10px;
  }
}

.about img {
  border-radius: 10px;
}

.about h2 {
  margin-top: 70px;
}

@media (max-width: 700px) {
  .about h2 {
    font-size: 24px;
  }
}

.about p {
  color: #6c757d;
  font-size: 16px;
  margin-top: 10px;
}

/* About End */

/* Paket */

.paket {
  /* background-color: #30336b; */
  margin-top: 30px;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.pricing-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: min(1000px, 100%);

  margin: auto;
}

.pricing-card {
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  flex: 1;
  max-width: 360px;
  max-height: 710px;
  background-color: #fff;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: 0.3s linear;
}

.pricing-card-header {
  background-color: #10BEBE;
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.4s linear;
}

.pricing-card:hover .pricing-card-header {
  box-shadow: 0 0 0 33em #10BEBE;
}

.price {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.5);
  margin: 40px 0;
  transition: 0.2s linear;
}

.price sup,
.price span {
  font-size: 15px;
  font-weight: 700;
}

.pricing-card:hover,
.pricing-card:hover .price {
  color: #fff;
}

.pricing-card li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}

.order-btn {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 50px;
  border: 2px solid #10BEBE;
  color: #10BEBE;
  padding: 18px 40px;
  border-radius: 8px;
  /* text-transform: uppercase; */
  font-weight: 700;
  transition: 0.3s linear;
}

.order-btn:hover {
  background-color: #10BEBE;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .pricing-card {
    flex: 50%;
  }
}

/* Paket 2 */

.pricing-card-2 {
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  flex: 1;
  max-width: 360px;
  max-height: 780px;
  background-color: #fff;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: 0.3s linear;
}

.pricing-card-2:hover .pricing-card-header {
  box-shadow: 0 0 0 33em #10BEBE;
}

.pricing-card-2:hover,
.pricing-card-2:hover .price {
  color: #fff;
}

.pricing-card-2 li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
  .pricing-card-2 {
    flex: 50%;
  }
}

/* Paket 3 */

.pricing-card-3 {
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  flex: 1;
  max-width: 360px;
  max-height: 860px;
  background-color: #fff;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: 0.3s linear;
}

.pricing-card-3:hover .pricing-card-header {
  box-shadow: 0 0 0 39em #10BEBE;
}

.pricing-card-3:hover,
.pricing-card-3:hover .price {
  color: #fff;
}

.pricing-card-3 li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
  .pricing-card-3 {
    flex: 50%;
  }
}

/* FAQ */
.accordion {
  width: 97%;
  margin: 2rem auto;
}

@media (max-width: 767px) {
  .accordion {
    width: 100%;
  }
}

.accordion-item {
  font-family: "Rubik";
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item-header {
  text-align: left;
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  color: #10BEBE;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.accordion-item-body-content a {
  color: #10BEBE;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

/* Metode Pembayaran */

.our-project p {
  margin-left: 10px;
  margin-right: 10px;
}
.container-payment {
  width: 100%;
  height: 40vh;
  display: grid;
  place-items: center;
  margin-top: -50px;
}

@media (max-width: 768px) {
  .container-payment {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

.payment-wrap {
  width: 90%;
  height: auto;
  text-align: center;
  display: grid;
  place-items: center;
  margin-top: -100px;
}

@media (max-width: 768px) {
  .payment-wrap {
    margin-top: 10px;
  }
}

/* .payment-wrap h1
{
    font-size: 60px;
    color: #555;
}

.payment-wrap hr
{
    width: 15%;
    height: 5px;
    border: none;
    background: #26ccca;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
} */

.logo-in {
  width: 100%;
  height: auto;
}

.logo-in ul {
  padding: 0;
  margin: 0;
}

.logo-in ul li {
  list-style: none;
  display: inline-block;
  width: 100px;
  height: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
  box-shadow: 0px 0px 0px -10px #555;
  transition: 0.5s;
}

.logo-in ul li img {
  width: 100%;
  height: 100%;
}

.logo-in ul li img:nth-child(1) {
  transform: translateY(0);
  transition: 0.5s;
}

.logo-in ul li img:nth-child(2) {
  transform: translateY(0);
  transition: 0.5s;
}

/* Hover-Section */

.logo-in ul li:hover img:nth-child(1) {
  transform: translateY(-100%);
  transition: 0.5s;
}

.logo-in ul li:hover img:nth-child(2) {
  transform: translateY(-100%);
  transition: 0.5s;
}
/* Metode Pembayaran End */

/* Our Client */

.our-client {
  margin-top: 100px;
}

.customer-impresif {
  /*padding-left: 7px;*/
  width: 97vw;
  height: 300px;
  border-radius: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .customer-impresif {
    height: 200px;
  }
}

.slider {
  width: 1400px;
  height: 120px;
  position: relative;
  background: white;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.slide-logo {
  height: 100px;
  display: flex;
  align-items: center;
}
.slide-logo img {
  height: 150px;
  padding: 0 30px 0 30px;
}

.slide-logo {
  height: 100px;
  display: flex;
  align-items: center;
  animation: slideshow 12s linear alternate infinite;
}

@keyframes slideshow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .slide-logo img {
    height: 100px;
    padding: 0 30px 0 30px;
  }

  .slide-logo {
    height: 100px;
    width: 1570px;
    display: flex;
    align-items: center;
    animation: slideshow 9s linear alternate infinite;
  }
}

/* Our Client End*/

/*----------------------
 VIDEO SECTION
-----------------------------*/

.video-streaming {
  justify-content: center;
  margin: 100px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .video-streaming {
    margin: 50px 10px;
  }
}

.tentang-streaming {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .tentang-streaming {
    margin-top: 30px;
  }
}

.video-bg {
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

a.video-overlay-content {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 42%;
  top: 38%;
  background: transparent;
  border: transparent;
}

button:focus,
button:hover {
  cursor: pointer;
}

.video-overlay-content {
  text-align: center;
}

.video-overlay-content i {
  opacity: 70%;
  font-size: 30px;
  background: #fff;
  color: #000;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: inline-block;
  line-height: 30px;
  padding-top: 20px;
}

/* SEO */

.cb-seo p {
  font-size: 0.857143rem;
  line-height: 1.57143rem;
  text-align: left;
  color: var(--NN700, rgba(82, 88, 103, 0.68));
  padding: 8px 0px;
}

@media (max-width: 768px) {
  .cb-seo {
    display: none;
  }
}

.cb-seo a {
  color: var(--NN700, rgba(82, 88, 103, 0.68));
  font-weight: 700;
}

/*----------------------
 VIDEO SECTION
-----------------------------*/

.video-streaming {
  justify-content: center;
  margin: 100px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .video-streaming {
    margin: 50px 10px;
  }
}

.video-streaming .play-btn:before,
.video-streaming .play-btn:after {
  content: "";
  position: absolute;
  /* border: 2px solid #2afaac; */
  border: 2px solid #fff;
  border-radius: 50%;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  animation: animate 1.5s linear infinite;
  opacity: 0;
}

.video-streaming .play-btn:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    transform: scale(1.3);
  }
}

.tentang-streaming {
  margin-left: 30px;
}

.tentang-streaming p {
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .tentang-streaming {
    margin-top: 30px;
  }
}

.video-bg {
  background-color: #f7f7f7;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

a.video-overlay-content {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 42%;
  top: 38%;
  background: transparent;
  border: transparent;
  margin-top: 30px;
  opacity:50%;
}

button:focus,
button:hover {
  cursor: pointer;
}

.video-overlay-content {
  text-align: center;
}

.video-overlay-content i {
  opacity: 70%;
  font-size: 30px;
  background: #fff;
  color: #000;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: inline-block;
  line-height: 30px;
  padding-top: 20px;
}

.card:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all ease 250ms;
}

.card-header {
  background-color: #10BEBE !important;
  color: #fff !important;
}

h4.price-header b {
  color: #10BEBE !important;
}

.card-body ul {
  padding-left: 0;
  list-style: none;
}

.card-body ul li {
  margin-top: 10px;
  font-size: 16px;
}

a.btn-impresive:hover {
  background-color: #10BEBE! !important;
}

.text-muted {
    color: #cfd9e0!important;
}

.dropdown-menu {
  z-index: 1!!important;
}
