/********** Template CSS **********/
:root {
  --primary: #AD272E;
  --secondary: #5CE1E6;
  --third: #9EB6D0;
  --light: #f6f7fc;
  --dark: #15233c;
}

.fz-10 { font-size: 10px; }
.fz-11 { font-size: 11px; }
.fz-12 { font-size: 12px; }
.fz-14 { font-size: 14px; }
.fz-16 { font-size: 16px; }
.fz-18 { font-size: 18px; }
.fz-20 { font-size: 20px; }
.fz-22 { font-size: 22px; }
.fz-24 { font-size: 24px; }
.fz-25 { font-size: 25px; }

.scrl{
    scroll-margin: 70px;
}

.rad-left-10{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rad-right-10{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-bluesky{
  background-color: var(--secondary);
}

.bg-bluesky-trans{
    background-color: #5CE1E6bf;
}

.bg-merah-trans{
    background-color: #AD272Ebf;
}

.bg-abu {
    background-color: var(--light);
}

.bg-ketiga {
    background-color: var(--third);
}

.text-white{
  color: white;
}

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

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

.text-hitam{
  color: black;
}

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

.desk h3 {
    font-size: 16px;
}

.element-map {
    position: absolute;
    right: auto;
    width: 250px;
    z-index: 5;
}

.element-map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .1;
}

@media (min-width: 2210px) AND (max-width: 2600px) {
    .element-map {
        left: 1000px;
        top: 850px;
    }
}

@media (min-width: 1920px) AND (max-width: 2200px) {
    .element-map {
        left: 850px;
        top: 650px;
    }
}

@media (min-width: 1292px) AND (max-width: 1918px) {
    .element-map {
        left: 690px;
        top: 600px;
    }
}


@media (min-width: 992px) AND (max-width: 1290px) {
    .element-map {
        left: 600px;
        top: 530px;
    }
}

@media only screen and (max-width: 600px) {
    .element-map {
        position: absolute;
        right: auto;
        left: 10px;
        top: 850px;
        width: 150px;
    }
}

.element-camera {
    position: absolute;
    right: 20px;
    left: auto;
    top: 110px;
    width: 200px;
    z-index: 5;
}

.element-camera img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .15;
}

@media only screen and (max-width: 600px) {
    .element-camera {
        position: absolute;
        right: 10px;
        left: auto;
        top: 100px;
        width: 100px;
    }
}

/* ********** Style Header Paket Start ********** */
.section-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: black;
}

.image-left {
    flex: 1 1 40%;
}

.image-left img {
    width: 100%;
    height: auto;
}

.content {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    
.content .isi {
    padding: 50px 90px;
}
    
.content h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.content p {
    font-size: 16px;
    line-height: 1.6;
}

.btn-link {
    margin-top: 20px;
    display: inline-block;
    color: #7FC8F8;
    text-decoration: none;
    font-weight: bold;
}

.image-small {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 250px;
}

@media (min-width: 2210px) AND (max-width: 2600px) {
    .image-small {
        width: 400px;
    }
}
    
@media (min-width: 1920px) AND (max-width: 2200px) {
    .image-small {
        width: 300px;
    }
}
    
@media (min-width: 992px) AND (max-width: 1290px) {
    .content .isi {
        padding: 40px 70px;
    }
    
    .image-small {
        width: 200px;
        bottom: -80px;
    }
}

@media (max-width: 768px) {
    .section-wrapper {
        flex-direction: column;
    }

    .image-left {
        order: 1;
        flex: 1 1 100%;
        width: 200px;
        position: absolute;
        top: 0;
        left: 0;
    }
        
    .image-left img {
        width: 100%;
    }

    .content {
        order: 2;
        padding-top: 160px;
        text-align: center;
    }
      
    .content .isi {
        padding: 50px 20px;
    }

    .image-small {
        width: 150px;
        position: absolute;
        bottom: -120px;
        right: 0;
    }
}
/* ********** Style Header Paket End ********** */    

a {
  color: #a7a8b4;
}

a:hover {
  color: var(--primary);
}

@media (max-width: 767.98px) {
    .margin-nol{
        margin: 0;    
    }
    .rad-top{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
    .rad-bottom{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0;
    }
    .fz-13{
        font-size: 13px;
    }
    .pd-3{
        padding: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .px-lg-10 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
}

.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;
}

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

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

.navbar .navbar-nav .nav-link {
  margin-left: 24px;
  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) {
    .navbar-collapse{
        border-top:1.5px solid var(--primary);
    }
    .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;
}

@media (max-width: 768px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 1.5rem;
        height: 1.5rem;
        border: 7px solid var(--primary);
    }
}

.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;
}

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

.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}

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

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

/*** 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 ***/
.animated.pulse {
  animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
  position: relative;
}

.testimonial-left img,
.testimonial-right img {
  position: absolute;
  padding: 5px;
  border: 1px dashed var(--primary);
  border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 10px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

/*** 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: #AD272E;
  background-image: none;
  border-color: #AD272E;
}

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

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

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

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

.btn-white-outline:hover {
  color: #AD272E;
  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: #AD272E;
}

.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: #AD272E;
}

.text-blue-primary {
  color: #AD272E;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    border-radius: 15px;
    position: sticky;
    top: 70px;
}

.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: #AD272E;
}
.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 #AD272E;
  border-radius: 10px;
  transition: 0.5s;
}

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

.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 #AD272E;
  border-radius: 10px;
  transition: 0.5s;
}

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

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

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

.gallery-carousel .owl-dot.active {
  background: #AD272E;
  border-color: #AD272E;
}

.gallery-overlay {
  opacity: 0;
  transition: ease-in-out 0.2s;
}

.gallery-item:hover .gallery-overlay {
  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 #AD272E;
  border-radius: 10px;
  transition: 0.5s;
}

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

.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: #AD272E;
  color:white;
  box-shadow: rgba(173, 39, 46, 0.35) 0 -25px 18px -14px inset,
    rgba(173, 39, 46, 0.25) 0 1px 2px, rgba(173, 39, 46, 0.25) 0 2px 4px,
    rgba(173, 39, 46, 0.25) 0 4px 8px, rgba(173, 39, 46, 0.25) 0 8px 16px,
    rgba(173, 39, 46, 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: #5CE1E6;
  box-shadow: rgba(92, 225, 230, 0.35) 0 -25px 18px -14px inset,
    rgba(92, 225, 230, 0.25) 0 1px 2px, rgba(92, 225, 230, 0.25) 0 2px 4px,
    rgba(92, 225, 230, 0.25) 0 4px 8px, rgba(92, 225, 230, 0.25) 0 8px 16px,
    rgba(92, 225, 230, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}
