/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

@import url('https://fonts.googleapis.com/css2?family=Gantari&display=swap');
#owl-carousel.owl-stage-outer .owl-stage .owl-item {
  /* background: #4DC7A0; */
  padding: 1rem;
}

:root {
--wg-red: rgb(251, 78, 66);
--wg-yellow: #ffff5b;
--wg-skyblue: #8df9e3;
--wg-red-rgb: 251, 78, 66;
--wg-yellow-rgb: 255, 255, 91;
--wg-skyblue-rgb: 141, 249, 227;
}
html, body {
  font-family: 'Gantari', sans-serif;
  font-weight: 400;
  background-color: white;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body section#main-home{
  /* background-image: url("/img/banner-themes.png"); */
  /* background-color: rgba(141, 249, 227,1); */
  /* background: linear-gradient(0deg, rgba(255, 250, 111, 0) 10%, #8df9e3 70%); */
  /* background-attachment: fixed; */

  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  /* margin-top: -75px; */
  
  
}


.navbar{
  transition: all .3s;
}

/*-- dropdown bootstrap --*/
/* .dropdown:hover .dropdown-menu{
    display: block;
} */
.dropdown-menu{
    margin-top: 0;
}
/* -------------------- */
hr{
  height:0px;
  border-radius: 2px;
  border: 2px solid;
}
h2.t-clear:hover{
  color: rgb(var(--wg-red-rgb));
  
}

a:hover{
  color: rgb(var(--wg-red-rgb));
  text-decoration: none;
  
  
}

.form-control:focus {
  background-color: white;
  transition: all 0.4s;
  margin-left: 2px;
  border-color: rgb(var(--wg-red-rgb));
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 98, 70, 0.5);
}


h2.t-clear hr {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  /* position: absolute; */
  left: 0;
  top: -3px; /* this is to match where the border is */
  transform-origin: left; 
  transform: scale(0);
  transition: 0.25s linear;
/*   will-change: transform; */
}

h2.t-clear:hover hr {
  transform: scale(1);
}

.text-shadow{
  text-shadow: 
  0 10px 10px rgba(0,0,0,.2),
  0 20px 20px rgba(0,0,0,.15);
}

section#list .container.bg-container{
  background-image: url("/img/section.jpg"); 
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
}

.cards {
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 5px;
}

.cards:hover {
  color: rgba(var(--wg-red-rgb), .7);
  text-shadow: 0px 1px 2px rgba(81,67,21,0.8);
}
.cards:hover .kategori-icon {
  background-color: rgb(255, 255, 91);
  background-image: linear-gradient(0deg, #ffff5b 20%, #8df9e3 80%);
  box-shadow: 0 6px 11px 0 rgb(33 33 33 / 20%);
  transform: scale(1.01);
}
.cards a {
  color: black;
}

.border-main {
  border: 2px solid #ffff5b;
  padding: 10px;
  border-image: linear-gradient(0deg, #ffff5b 0%, #8df9e3  80%) 1;
  /* border-radius: 5px; */
}

.card.banner-link{
  color: black;
  text-align: center;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.card.banner-link:hover {
  background-color: black;
  text-align: center;
  /* opacity: 0.7; */
  color: white;
}

.owl-prev, .owl-next {
  width: 35px;
  height: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border:1px solid black;
}
.owl-prev { left: 0; }
.owl-next { right: 0; }
.owl-prev i, .owl-next i {transform : scale(1,2); color: #ccc;
}

header nav.nav-fixed {
  width: 100%;
  position: fixed;
  transition: 0.3s ease-in-out;
}

/* .back_utama {
  background: url('/img/one way (147x60).jpg') center no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: cover;
  
} */

 /* button custom */
.btn-wg {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}
.btn-wg:hover,
.btn-wg:focus {
  background-color: rgb(255, 255, 91);
  background-image: linear-gradient(0deg, #ffff5b 20%, #8df9e3 80%);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(208, 0, 0, 0.65);
  
}
.btn-wg:hover {
  transform: translateY(-1px);
}

.btn-wg:active{
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}


/* ---------------------------------- */

.nav-active {
  background-color:#fff;
  /* border-bottom: 1px solid #333; */
  /* box-shadow: 5px -1px 12px -5px grey; */
}
.kategori-icon{
  border: 1px solid #ddd;
  border-radius: 20%;
  padding: 6px;
  width: 70px;
  /* background-color: #ccc; */
}

.gambar1  > img{
  width: 100%;
  height: 500px;
  /* object-fit: cover; */
  padding: 10;
}
@media only screen and (max-width: 600px){
 .gambar1 > img{
  width: 100%;
  /* height: 100%; */
  padding: 10;
  object-fit: fill;
  /* overflow: hidden; */
  }
}

.glow-button:hover {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 10px rgba(104, 201, 104, 0.4);
}

.wg-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.scrollspy-example{
  position: relative;
  height: 450px;
  overflow: auto;
}

.img-blob {
  /* The image used */
  background-image: url('../images/blob.svg');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.img-with-scroll {
  /* The image used */
  background-image: url('../images/dark-one-way.png');

  /* Full height */
  height: 100%; 
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
/* Text and bg */
.wg-red {
  --bs-text-opacity: 1;
  color: rgba(var(--wg-red-rgb), var(--bs-text-opacity)) !important;
}
.wg-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--wg-yellow-rgb), var(--bs-text-opacity)) !important;
}
.wg-skyblue {
  --bs-text-opacity: 1;
  color: rgba(var(--wg-skyblue-rgb), var(--bs-text-opacity)) !important;
}

.wg-bg{
  background-color: rgb(255, 255, 91);
  background-image: linear-gradient(0deg, #ffff5b 20%, #8df9e3 80%);
}
.wg-bg-nav{
  background-color: rgb(255, 255, 91);
  background-image: linear-gradient(0deg, #ffff5b 20%, #8df9e3 50%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.wg-bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--wg-red-rgb), var(--bs-bg-opacity)) !important;
}
.wg-bg-skyblue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--wg-skyblue-rgb), var(--bs-bg-opacity)) !important;
}
.wg-bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--wg-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.wg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.wg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.wg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.wg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.wg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* DEMO 2 ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
  float: left;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

/* .hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
} */

.hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: -21px;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: scale(1,1);
  /* background: rgba(255, 255, 255, 0.5); */
}

/*********************** Demo - 5 *******************/
.box12{position:relative}
.box12 .box-content,.box12:after{position:absolute;transition:all .3s ease 0s}
.box12:after{content:"";width:65%;background:rgba(28,28,28,.8);padding-bottom:65%;opacity:0;top:50%;left:50%;transform:rotate(0) translate(-50%,-50%);transform-origin:0 0 0}
.box12:hover:after{transform:rotate(-45deg) translate(-50%,-50%);opacity:1}
.box12 img{width:100%;height:auto}
.box12 .box-content{width:100%;top:35%;left:0;opacity:0;z-index:1; text-align: center;}
.box12:hover .box-content{opacity:1}
.box12 .title{padding:10px 0;color:#fff;margin:0;}
.box12 .icon{padding:0;margin:12px 0 0;list-style:none}
.box12 .icon li a{display:inline-block;width:35px;height:35px;line-height:35px;border-radius:50%;border:1px solid #fff;font-size:18px;color:#fff;margin-right:0;transition:all .3s ease 0s}
.box12 .icon li a:hover{border-radius:0}
@media only screen and (max-width:990px){.box12{margin-bottom:20px}
}

/* tracking */
.steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 250px;
}
.step {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ACACA6;
  border-radius: 50%;
  transition: background 1s;
}
.step .step-name {
  position: relative;
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1; 
}
.step.selected {
  border: 2px solid var(--wg-red);   
}
.step.completed {
  border: 2px solid var(--wg-red);
  background: var(--wg-red);
  animation: FadeIn .5s linear;
  animation-fill-mode: both; 
}

.step.completed:nth-child(1) { animation-delay: 0s }
.step.completed:nth-child(2) { animation-delay: .5s }
.step.completed:nth-child(3) { animation-delay: 1s }
.step.completed:nth-child(4) { animation-delay: 1.5s }

@keyframes FadeIn { 
  0% {
    border: 2px solid #ACACA6;
    background: #fff;
    /* transform: scale(.1); */
  }

  85% {
    background: var(--wg-red);
  }
  100% {
    border: 2px solid var(--wg-red);
    /* transform: scale(1); */
  }
}

.progres_step {
  position: absolute;
  width: 100%;
  height: 50%;
  border-bottom: 2px solid #ACACA6;
  z-index: -1;
}
.percent {
  position: absolute;
  width: 0;
  height: 120%;
  border-bottom: 2px solid var(--wg-red);
  z-index: 1;
  animation: noWidth 2.5s;
}

@keyframes noWidth {
  from {
    width: 0;
  }
}
