/********** Template CSS **********/
:root {
  --primary: #1e96fc;
  --secondary: #fedd00;
  --light: #f6f7fc;
  --dark: #15233c;
}

ul li::marker {
  content: '*️⃣';
  color: var(--primary);
}

.img-zoom .img{
    transition: transform .5s ease-in-out;
}

.img-zoom:hover .img{
    transform: scale(1.1) rotate(0deg);
}

.scrl{
    scroll-margin: 50px;
}

.bg-utama{
  background-color: var(--primary);
}

.text-utama{
  color: var(--primary);
}

.text-hitam{
  color: black;
}

.text-white{
  color: white;
}

.text-kedua{
  color: var(--secondary);
}

.text-dark{
  color: var(--dark);
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
  color: #ffffff;
}

.btn.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Shape Divier Start ***/
.shape-top {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.shape-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 67px;
}

.shape-top .shape-fill {
  fill: #1E96FC;
}

.shape-bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.shape-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 59px;
  transform: rotateY(180deg);
}

.shape-bottom .shape-fill {
  fill: #1E96FC;
}
/*** Shape Divier End ***/

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand img {
  max-height: 60px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 25px;
  padding: 10px 0;
  color: #696e77;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

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

  .navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .navbar .nav-item .dropdown-menu {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
    .bahasa-atas{
        display:flex;
    }
    .bahasa-bawah{
        display:none;
    }
}

@media (min-width:992px){
    .bahasa-atas{
        display:none;
    }
    .bahasa-bawah{
        display:flex;
    }
}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 50px;
}

.page-header {
  /* background: linear-gradient(rgba(19, 58, 98, .9), rgba(19, 58, 98, .9)), url(../img/carousel-1.jpg) center center no-repeat; */
  /* background: linear-gradient(rgba(19, 58, 98, .75), rgba(19, 58, 98, .75)), url(../img/carousel-1.jpg) center center no-repeat; */
  color: white;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
  color: #fff;
}

/*** Facts ***/
@media (min-width: 992px) {
  .container.facts {
    max-width: 100% !important;
  }

  .container.facts .facts-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

.container.facts .facts-text {
  /* background: linear-gradient(rgba(19, 58, 98, 0.9), rgba(19, 58, 98, 0.9)),
    url(../img/carousel-1.jpg) center right no-repeat;
  background-size: cover; */
}

.container.facts .facts-counter {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url(../img/carousel-2.jpg) center right no-repeat;
  background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*** Services Start ***/

.services .services-item {
  box-shadow: 0 0 60px rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* padding: 10px 0; */
  position: relative;
}


.services-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  background: var(--secondary);
  transition: .5s;
}

.services-content::after {
  top: 0;
  bottom: auto;
  border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
  height: 100%;
  opacity: 1;
  transition: .5s;
}

.services-item:hover .services-content-icon {
  position: relative;
  z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
  transition: .5s;
}

.services-item:hover .services-content-icon i {
  color: var(--red) !important;
}

.services-item:hover .services-content-icon p {
  color: var(--dark);
}

/*** Services End ***/

/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(1, 95, 201, 0.9)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

/*** Team ***/
.team-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-text {
  bottom: 0;
  opacity: 1;
}

.team-item a.btn {
  color: var(--primary);
}

.team-item a.btn:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

/*** Testimonial Start ***/
@media (min-width: 992px) {
  .testimonial-item{
      height: 320px;
  }
}

@media (max-width: 768px) {
  .testimonial-item{
      height: 350px;
  }
}

.testimonial-item {
  background: var(--abu);
}

.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--light);
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--secondary);
}

.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #FFFFFF !important;
  box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/

/*** Footer ***/
.footer {
  color: #a7a8b4;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #a7a8b4;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a7a8b4;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: #a7a8b4;
  border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
  color: #fff;
  border-color: var(--light);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--secondary);
}

.footer .copyright a:hover {
  color: #ffffff;
}

.btn-blue {
  color: #fff;
  background-color: #1285e4;
  background-image: none;
  border-color: #1285e4;
}

.btn-blue:hover {
  color: #1285e4;
  background-color: transparent;
  border-color: #1285e4;
}

.btn-blue-outline {
  color: #1285e4;
  background-color: transparent;
  background-image: none;
  border-color: #1285e4;
}

.btn-blue-outline:hover {
  color: #fff;
  background-color: #1285e4;
  border-color: #1285e4;
}

.btn-white-outline {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-white-outline:hover {
  color: #1285e4;
  background-color: white;
  border-color: white;
}

.heading-section .subheading {
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b3b3b3;
}

.heading-section h2 {
  font-size: 34px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}

.heading-section.heading-section-with-line {
  position: relative;
}

.heading-section.heading-section-with-line:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #1285e4;
}

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff;
}

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9);
}

.desc-box h1,
.desc-box h2,
.desc-box h3,
.desc-box h4,
.desc-box h5,
.desc-box h6 {
  color: #1285e4;
}

.text-blue-primary {
  color: #1285e4;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.block-21 .text {
  width: calc(100% - 100px);
}
.block-21 .text .heading {
  font-size: 18px;
  font-weight: 300;
}
.block-21 .text .heading a {
  color: #000000;
}
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  color: #1285e4;
}
.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.block-21 .text .meta > div a {
  color: gray;
}

.owl-carousel .owl-stage {
  display: flex;
}

.testimoni-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimoni-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #1285e4;
  border-radius: 10px;
  transition: 0.5s;
}

.testimoni-carousel .owl-dot.active {
  background: #1285e4;
  border-color: #1285e4;
}

.artikel-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.artikel-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #1285e4;
  border-radius: 10px;
  transition: 0.5s;
}

.artikel-carousel .owl-dot.active {
  background: #1285e4;
  border-color: #1285e4;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .tab-class .nav-item {
  padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
  background: var(--primary) !important;
}

.gallery .tab-class .nav-item a.active span {
  color: var(--light) !important;
}

.gallery .gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-img img {
  transition: 0.5s;
}

.gallery .gallery-img:hover img {
  transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.gallery .gallery-img .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
  opacity: 1;
}

.paketwisata-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.paketwisata-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #1285e4;
  border-radius: 10px;
  transition: 0.5s;
}

.paketwisata-carousel .owl-dot.active {
  background: #1285e4;
  border-color: #1285e4;
}

.contact-btn {
  position: fixed;
  /* display: none; */
  left: 30px;
  bottom: 30px;
  z-index: 99;
}

.button-wa {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset,
    rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px,
    rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px,
    rgba(44, 187, 99, 0.15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-wa:hover {
  background-color: var(--primary);
  color:white;
  box-shadow: rgba(30, 150, 252, 0.35) 0 -25px 18px -14px inset,
    rgba(30, 150, 252, 0.25) 0 1px 2px, rgba(30, 150, 252, 0.25) 0 2px 4px,
    rgba(30, 150, 252, 0.25) 0 4px 8px, rgba(30, 150, 252, 0.25) 0 8px 16px,
    rgba(30, 150, 252, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

.button-telp {
  background-color: #9EB6D0;
  border-radius: 100px;
  box-shadow: rgba(158, 182, 208, 0.2) 0 -25px 18px -14px inset,
    rgba(158, 182, 208, 0.15) 0 1px 2px, rgba(158, 182, 208, 0.15) 0 2px 4px,
    rgba(158, 182, 208, 0.15) 0 4px 8px, rgba(158, 182, 208, 0.15) 0 8px 16px,
    rgba(158, 182, 208, 0.15) 0 16px 32px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-telp:hover {
  background-color: var(--secondary);
  box-shadow: rgba(254, 221, 0, 0.35) 0 -25px 18px -14px inset,
    rgba(254, 221, 0, 0.25) 0 1px 2px, rgba(254, 221, 0, 0.25) 0 2px 4px,
    rgba(254, 221, 0, 0.25) 0 4px 8px, rgba(254, 221, 0, 0.25) 0 8px 16px,
    rgba(254, 221, 0, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

.btn-custom {
  width: 100%;
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  /*margin: 0.5em;*/
  padding: 15px;
  color: var(--primary);
  transition: 0.25s;
  border-radius: 30px;
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--primary);
  color:var(--light);
}

.btn-custom2 {
  width: 100%;
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  /*margin: 0.5em;*/
  padding: 15px;
  color: var(--light);
  transition: 0.25s;
  border-radius: 30px;
}

.up2:hover,
.up2:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--light);
  color:var(--primary);
}

.btn-custom3 {
  width: 100%;
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  /*margin: 0.5em;*/
  padding: 15px;
  color: var(--red);
  transition: 0.25s;
  border-radius: 30px;
}

.up3:hover,
.up3:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--red);
  color:var(--light);
}

@media (min-width: 992px) {
    .wdt-50{
        width: 50% !important;
    }
    
    .wdt-25{
        width: 25% !important;
    }
}