/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* tooltip */

#element {
  width: 100%;
  height: 75vh;
  background: top left;
  background-size: cover;
  left: 150px;
  text-align: left;
}

#element .container {
  position: relative;
}

#element h1 span {
  color: #ffffff;
}

#element h2 {
  color: #ffffff;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 400;

}

#element .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #293F7C;
  left: 0px;
}

#element .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#element .btn-watch-video i {
  color: #ffffff;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#element .btn-watch-video:hover {
  color: #293F7C;
}

#element .btn-watch-video:hover i {
  color: #293F7C;
}

#hero {
  width: 100%;
  height: 75vh;
  background: top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

#hero h1 span {
  color: #ffffff;
}

#hero h2 {
  color: #ffffff;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #293F7C;
}

#hero .btn-get-started:hover {
  background: #ffffff;
  color: #293F7C;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #ffffff;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #293F7C;
}

#hero .btn-watch-video:hover i {
  color: #293F7C;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  margin-bottom: 0;
  margin-block-start: 7rem;
}

@media (max-width: 900px) {
  .section-title{
    margin-block-start: 6.5rem;
  }
}

@media (max-width: 500px) {
  .section-title{
    margin-block-start: 5.5rem;
  }
}

.section-title h1 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.section-visimisi {
  background: linear-gradient(0deg, rgba(228, 228, 228, 0.578), rgba(131, 208, 233, 0.545)), url("../img/testimonials-bg.jpg") no-repeat;
  height: auto;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.container .text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.card-visi,
.card-text {
  text-align: justify;
  text-justify: inter-word;
}

.card-berita {
  margin: 2vh;
  transition: transform 0.3s ease-in-out !important;
  will-change: transform !important;
}

.card-berita:hover {
  transform: scale(1.01) !important; 
}

@media (max-width: 600px) {
  /* .card-berita {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
  } */
}

.card-misi {
  background-color: #fff;
  border-radius: 5px;
  border: inset #106eea;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  margin: 20px;
  filter: drop-shadow(5px 5px 5px grey);
}


.card-misi:hover {
  transform: scale(1.01);
}

@media (max-width: 475px) {
  .card-misi:hover {
    transform: none;
  }
}

.testimoni .testimonial-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testimoni .testimonial-card p {
  font-size: 13px;
}

.testimoni .testimonial-card:hover {
  transform: scale(1.01);
}

.testimoni .card-content .nama-testimoni {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
}

.testimoni .card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  text-align: justify;
  text-justify: inter-word;
}

.testimoni .img-content::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 39px;
  right: 0;
  top: 160px;
  background-color: #4070F4;
}

.testimoni .img-content::after {
  content: '';
  position: absolute;
  height: 40px;
  width: 42px;
  right: 0;
  border-radius: 0 25px 0 0;
  background-color: white;
  border: none;
}

.testimoni .card-image {
  padding: 0 30px 30px 30px;
}

.testimoni .unique-border {
  background-color: white;
  border-width: 8px;
  border-color: #4070F4;
  border-style: double;
}

.staff {
  border-radius: 14px;
  margin: 14px auto;
  width: 280px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.staff-img {
  border-radius: 50%;
  display: inline-block;
  margin: 30px auto;
}

.wrapper::before {
  content: '';
  position: absolute;
  height: 39px;
  width: 39px;
  right: 0px;
  bottom: 62px;
  background-color: #4070F4;
}

.wrapper::after {
  content: '';
  position: absolute;
  height: 40px;
  width: 42px;
  right: 0px;
  bottom: 60px;
  border-radius: 0 25px 0 0;
  background-color: white;

}

.nama-staff {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  padding-top: 15px;
}

.posisi-staff {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  font-size: 0.8rem;
  position: relative;
}

.unique-border {
  background-color: white;
  border-width: 8px;
  border-color: #4070F4;
  border-style: double;
}

.partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  min-height: 200px;
}

.nama-partner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  font-size: 1rem;
  position: relative;
  text-align: center;
}

.staff:hover {
  transform: scale(1.01);
  cursor: pointer;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.wrapper-news{
  display: flex;
  flex-direction: row;
  /* gap: 10px; */
}

.img-news img{
  min-width: 300px;
  padding: 15px 0px;
}

.title-news h6, 
.title-news p{
  color:black;
  align-items: center;
  margin: 0;
}

.title-news {
  margin-block:3rem;
}

.description-news{
  display: flex; 
  flex-direction:column; 
  height:200px; 
  color:black;
}

.description-news h6{
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
}

.ellipsis-news {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 820px) {
  .description-news {
    height: 230px;
  }
}

@media (max-width: 768px) {
  .wrapper-news{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

 .title-news{
  margin:0;
 }

 .description-news{
  height: fit-content;
 }


}

@media (max-width: 440px){
  #myTabContent h6{
   font-size: 13px;
  }
}
@media (max-width: 428px){
  .description-news {
    height: 150px;
  }

  .blog_item_img img{
    padding: 0;
    /* min-width:400px; */
  }
}

/*--------------------------------------------------------------
# news-detail
--------------------------------------------------------------*/
.news-detail{
  margin-block: 5rem;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  margin-block-start: 5rem;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Destinasi
--------------------------------------------------------------*/
.destinasi #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.destinasi #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.destinasi #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.destinasi #portfolio-flters li:last-child {
  margin-right: 0;
}

.destinasi .portfolio-item {
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.destinasi .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.destinasi .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.destinasi .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.destinasi .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.destinasi .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #000000;
}

.destinasi .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.destinasi .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.destinasi .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.destinasi .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.destinasi .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

.img-title,
.img-caption {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
  font-size: 1rem;
  position: relative;
  text-align: center;
}

.portfolio-item:hover {
  transform: scale(1.01);
  cursor: pointer;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .alamat{
    padding-inline: 3rem;
  }
}


/*--------------------------------------------------------------
# destinasi Details
--------------------------------------------------------------*/
.destinasi-details {
  padding-top: 40px;
}

.destinasi-details .destinasi-details-slider img {
  width: 100%;
}

.destinasi-details .destinasi-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.destinasi-details .destinasi-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.destinasi-details .destinasi-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.destinasi-details .destinasi-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.destinasi-details .destinasi-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.destinasi-details .destinasi-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.destinasi-details .destinasi-info ul li+li {
  margin-top: 10px;
}

.destinasi-details .destinasi-description {
  padding-top: 30px;
}

.destinasi-details .destinasi-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.destinasi-details .destinasi-description p {
  padding: 0;
}

.destinasi-details .detail-destinasi {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: center;
}

@media (max-width: 992px) {
  .destinasi-details .detail-destinasi {
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .destinasi-details .others {
    text-align: center;
    align-items: center;
  }

  .destinasi-details .img {
    margin-left: 100%;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0;
  background-color: #f1f6fe;
  font-size: 14px;
}

#footer a:hover{
  color: #106eea;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  width: 100%;
  max-width: 220px;
  height: auto;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 0;
  font-weight: 700;
}

#footer .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
}

#footer .logo a {
  color: #222222;
}

#footer .logo a span {
  color: #106eea;
}

#footer .logo img {
  max-height: 60px;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  width: 100%;
  max-width: 220px;
  height: auto;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }

  #footer .container {
    display: flex;
    flex-wrap: wrap;
  }

  #footer .copy-right-container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content:center !important ;
  }

  #footer .copyright{
    margin-right: 1rem;
  }
}

#footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
}

#footer .copy-right-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


/*--------------------------------------------------------------
# offlinetour
--------------------------------------------------------------*/
/* header */
.main .bd-offline {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 0px;
  font-size: 17px;
  color: #8d8f90;
  font-weight: 400;
  line-height: 32px;
  background-color: #edefef;
}

.main .bd-offline h1 h2 h3 h4 h5 h6 {
  color: #25292a;
  margin: 0px 0px 10px 0px;
  font-family: 'Overpass', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

.card-section .container .row a {
  text-decoration: none;
  color: #8d8f90;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.card-section .container .row a:focus,
a:hover {
  text-decoration: none;
  color: white;
}


.page-header {
  background: url(/assets/img/offlinetour/header.jpg)no-repeat;
  position: relative;
  background-size: cover;
  align-items: center;
}

.page-caption {
  padding-top: 140px;
  padding-bottom: 120px;
}

.page-title {
  font-size: 46px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.card-section { position: relative; bottom: 60px; }
.card-block { padding: 80px; }

.tour-package-card{
  display: flex;
  align-items: center;
  max-width: 1300px;
  height: 300px;
  padding: 2%;
  border-radius: 10px;
  background-color: #ceddf2;
  margin-bottom: 2%;
}

.tour-package-card h2{
  font-family: 'Merriweather', serif;
}

.tour-cover-container{
  width: 50%;
  height: 100%;
}

.tour-information-container  h3{
  font-size: 1.3rem;
  width: 80%;
  margin-block: 1rem 0.5rem !important;
}

.tour-cover-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}

.tour-information-container{
  height: 100%;
  width: 100%;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  border-radius: 0px 10px 10px 0px;
}

.tour-information-container .card-body{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  text-align: left;
}

.tour-day{
  position: absolute;
  right: 20px;
  top: 0px;
  background-color:#106eea;
  color: white;
  padding: 8px;
  width: fit-content;
  border-radius: 0px 0px 20px 20px;
  font-size: small;
}

.tour-information-container button{
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500 !important;
}

.col .card-body {
  font-family: "Roboto", sans-serif;
}

.col .card-text {
  font-size: 12px;
  color: #686868;
  font-style: italic;
  font-weight: bold;
  margin-left: 5px;
}

.col button {
  margin-top: 20px;
}

.main{
  margin-block: 4.5rem;
}

.tp-img-bg{
  padding-block: 1rem;
}

.tp-img-bg img{
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 300px;
}

@media (max-width: 993px){
  .tour-package-card{
    height: 100%;
    display: block;
    flex-direction: row;
    margin-block-end: 2rem;
  }

  .tour-cover-container{
    height: auto;
    height: 400px;
    width: 100%;
  }

  .tour-cover-container img{
    min-height: 400px;
    margin: auto;
    border-radius: 10px 10px 0 0;
  }

  .tour-information-container{
    border-radius: 0px 0px 10px 10px;
  }

  .tour-information-container h3,
  .tour-information-container p{
    align-items: center;
  }

  .tour-information-container .unique-button{
    width: 30%;
  }

  .main .tp-img-bg{
    padding: 0;
  }
  
  .main h3{
    margin: 0;
  }
}

@media (max-width: 768px){
  .tour-information-container .unique-button{
    width: 40%;
  }

  .tour-cover-container img{
    min-height: 300px;
  }

}

@media (max-width: 480px){
  .tour-information-container .unique-button{
    width: 40%;
    font-size: smaller;
  }

  .tour-information-container h3{
    font-size: 1.2rem;
  }

  .tour-information-container p{
    font-size: 0.8rem;
  }

  .main .tp-img-bg{
    padding-inline: 12px;
  }
}

@media (max-width: 391px){

  .tour-information-container{
    padding-left: 2%;
  }

  .tour-information-container .unique-button{
    font-size: 0.7rem;
    width: 50%;
  }
}

/* modal (detail produk) */
.modal-content {
  font-family: "Roboto", sans-serif;
}

.modal-content .modal-header {
  font-weight: bold;
  margin-top: 5px;
  color: rgba(16, 110, 234, 0.8);
}

.modal-content .modal-body h6 {
  color: rgb(19, 19, 19);
}

.modal-content .modal-body p ul {
  font-size: 13px;
  text-align: justify;
  color: #111;

}

.modal-body .row.col.detail {
  padding: 10px;
  background-color: #3b8af2;
}

.modal-body .table {
  font-style: normal;
  font-size: 12px;
  color: #686868;

}

.modal-body .table i {
  font-size: 15px;

}

.modal-body .table .bi-calendar-check {
  color: #0d58ba;
}

.modal-body .table .bi-geo-alt-fill {
  color: #ba0d0d;
}

.modal-body .table .bi-clock-fill {
  color: #0a0a0a;
}

.modal-body .table .bi-ticket-perforated {
  color: #dfad0a;
}

.modal-body .share {
  font-weight: bold;
  text-align: right;
  margin-left: 7px;
  font-size: 13px;
}

/* Rating */

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rating>input {
  display: none;
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 4vw;
  color: #FFD600;
  cursor: pointer;
}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important;
}

.rating>input:checked~label:before {
  opacity: 1;
}

.rating:hover>input:checked~label:before {
  opacity: 0.4;
}

.card-destinasi {
  border: none;
}

/* css hover image */

.image {
  position: relative;
  width: 210;
}

.image__img {
  display: block;
  width: 100%;
  border-radius: 5%;
}

.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  border-radius: 5%
}

.image__overlay:hover {
  opacity: 1;
}

.image__title {
  font-size: 18px;
  font-weight: bold;
}

.image__description {
  font-size: 12px;
  margin-top: 0.25em;
  text-align: center;
}

.image_acc {
  display: block;
  width: 100%;
  border-radius: 5%
}

/* Star Rating */
.rating-css div {
  color: #ffe400;
  font-size: 30px;
  font-family: sans-serif;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  margin-left: -15px;
}

.rating-css input {
  display: none;
}

.rating-css input+label {
  font-size: 35px;
  text-shadow: 1px 1px 0 #8f8420;
  cursor: pointer;
}

.rating-css input:checked+label~label {
  color: #b4afaf;
}

.rating-css label:active {
  transform: scale(0.8);
  transition: 0.3s ease;
}



/* readmore */
div.deskripsi {
  line-height: 25px;
  max-height: calc(25px * 11);
  overflow: hidden;
}

.button-readmore::after {
  content: 'Baca lebih banyak'
}

.button-readmore {
  padding: 5px 10px;
  background: #efefef;
  border-radius: 4px;
  cursor: pointer;
}

.button-readmore:hover {
  background: #cccc;
}

#check-readmore:checked~.button-readmore::after {
  content: 'Baca lebih sedikit'
}

#check-readmore:checked~div.deskripsi {
  max-height: 1000vh;
}

/* hide input checkbox */
#check-readmore {
  position: absolute;
  left: -200px;
}

.tour-detail{
  padding: 2% 5%;
}

.tour-detail section {
  padding: 2vh 0;
}

.tour-detail .image-container {
  display: flex;
  gap: 10px;
  height: 500px;
}

.tour-detail .image-container .main-image {
  flex-grow: 1;
  width: 500px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.tour-detail .image-container .secondary-image {
  flex-grow: 1;
  width: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;

}

.tour-detail .image-container .secondary-image .upper {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

}

.tour-detail .image-container .secondary-image .lower {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tour-detail .image-container .secondary-image .upper .l,
.tour-detail .image-container .secondary-image .upper .r,
.tour-detail .image-container .secondary-image .lower .l,
.tour-detail .image-container .secondary-image .lower .r {
  display: flex;
  width: 100%;
  height: 100%;
}

.tour-detail .image-container .secondary-image .upper .l img,
.tour-detail .image-container .secondary-image .upper .r img,
.tour-detail .image-container .secondary-image .lower .l img,
.tour-detail .image-container .secondary-image .lower .r img,
.tour-detail .image-container .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.tour-detail .image-div{
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-inline: 1.5rem;
}

.tour-detail .image-div img{
  border-radius: 10px;
}

.tour-detail .main-image-div{
  width: 50%;
  height: 100%;
}

.main-image-div img {
  width: 100%;
  height: 103%;
  object-fit: cover;
}

.tour-detail .secondary-image-div{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.secondary-image-div img{
  width: 280px;
  height: 250px;
  object-fit: cover;
}

.caption-container {
  background-color: #f6f9fe;
  padding: 5%;
  text-align: center;
}

.caption-container blockquote {
  font-size: 4vh;
  font-family: 'Merriweather', serif;
  line-height: 1.5;
}

.accordion-item .accordion-body{
  padding: 1rem 0.5rem;
}

.caption-container blockquote span {
  font-size: xx-large;
  font-family: 'Space Mono', monospace;
}

.itinerary-container {
  background-color: #f6f9fe;
  padding: 2%;
  border-radius: 20px;
}

.itinerary-container .itinerary-items-container {
  display: flex;
  flex-direction: column;
}

.itinerary-container .itinerary-items-container .itinerary-items {
  display: flex;
}

.itinerary-container .itinerary-items-container .itinerary-items .itinerary-graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 10%;

}

.itinerary-container .itinerary-items-container .itinerary-items .itinerary-content {
  background-color: #eff4fe;
  padding: 2% 2%;
  width: 90%;
}

.dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.dot i {
  position: absolute;
  font-size: 250%;
}

.dot i {
  color: #2700b5;
}

.dot img {
  position: absolute;
  width: 70%;
  background-color: #ffffff;
  padding: 4px
}

.line{
  width: none;
  height: 100%;
  border-style:solid;
  border-color: #2700b5;
  border-width: 3px;
}

.itinerary-items-body{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.itinerary-image-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
}

.itinerary-content-text{
  width: 100%;
  font-size:larger;
  text-align: left;
}

.itinerary-image{
  width:190px; 
  height:400px;
}

.itinerary-image img{
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 20px;
}


@media screen and (max-width: 1240px){
  .tour-detail{
    margin-block-end: 1rem !important;
  }
  
  .tourdetail-section{
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .tourdetail-section h3{
   text-align: center;
  }

  .tour-detail .image-div{
    width: 100%;
    /* height: 500px; */
    height: fit-content;
    margin: 0;
    flex-direction: column;
    justify-content: center;
  }
  
  .tour-detail .main-image-div{
    width: 500px;
    height: 400px;
  }
  
  .tour-detail .main-image-div img{
    height: 400px;
    width: 500px;
    object-fit: cover;
    margin:  0 auto;
  }

  .secondary-image-div{
    width: 100% !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }
  .secondary-image-div img{
    width: 200px;
    height: 150px;
    object-fit: cover !important;
  }

  .tour-detail h1{
    font-size: 1.5rem;
  }

  .contact-us-wrapper{
      flex-direction: column-reverse !important;
      height: fit-content !important;
  }

  .contact-us-left{
    width: 100% !important;
  }

  .contact-us-container{
    height: fit-content !important;
  }

  .contact-us-container h1{
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 500px) {
  .tour-detail .main-image-div img{
    height: 300px;
    width: 100%;
    margin: 0 auto !important;
  }
  
  .tour-detail .main-image-div {
    height: 300px;
    width: 400px;
  }

  .contact-us-left img{
    width: 100% !important;
  }
  
  .contact-us-right{
    width: 80% !important;
    height: fit-content !important;
  }

  .exclude-include-container{
    flex-direction: column ;
  }
  
  .caption-container blockquote {
    font-size: x-large !important;
  }
  
  .tour-detail h1 {
    font-size: 1.2rem !important;
  }
}

/* Services Page */
.service-link {
  display: flex;
  justify-content: center;
  margin: 1%;
}

#service-link {
  padding: 0;
  background-color: #eff4fe;
}

.service-icon {
  width: 250px;
  height: 250px;
  padding: 9%;
}

.service-icon img{
  width: 50%;
  height: auto;
  object-fit: cover;
}

.service-row {
  width: 650px;
  height: auto
}

.service-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
}

.service-caption {
  display: flex;
  flex-direction: column;
}

.service-caption p{
  font-size: 14px;
  letter-spacing: 1px;
}

.service-caption h4{
  font-size: 20px;
  letter-spacing: 1px;
}

.service-caption a{
  color:#22188E;
}

@media (max-width: 1125px) {
  .service-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1%;
  }

  .service-col {
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-icon {
    align-items: center;
  }
}

@media (max-width: 710px) {
  .service-icon {
    width: 200px;
    height: 200px;
    padding: 10%;
  }

  .service-icon img {
    width: 100%;
    
  }

  .service-row {
    width: 500px;
    height: auto
  }

  .service-col {
    width: 450px;
  }

}

@media (max-width: 575px) {
  .service-icon {
    width: 180px;
    height: 180px;
    padding: 10%;
  }

  .service-icon img {
    width: 100%;
    padding: 25px;
  }

  .service-caption h4 {
    font-size: 16px;
  }

  .service-caption p {
    font-size: 14px;
  }

  .service-row {
    width: 500px;
    height: auto
  }

  .service-col {
    width: 400px;
  }
}

@media (max-width: 480px) {
  .service-col {
    width: 330px;
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .service-row {
    width: 300px;
  }

  .service-link {
    padding-bottom: 10px;
    margin: 10px;
    width: 300px;
    padding: 0;
  }

  .service-icon {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin-block-start: 2.7rem;
  }

  .margin-optimize{
    margin-block-start: 1.5rem;
  }

  .service-caption {
    padding-left: 2rem;
  }

  #service-link {
    padding: 10px
  }

  .service-caption h4 {
    font-size: 15px;
  }

  .service-caption p,
  .section-title p {
    font-size: 13px;
  }

  .section-title h3 {
    font-size: 20px;
  }
}

.service-wrapper{
  margin: 5%;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  gap: 6rem;
  align-items: center;
}

.service-img{
  width: 100%;
}

.service-img img{
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: cover;
  filter: drop-shadow(5px 5px 5px grey);
  border-radius:10px;
}

.service-desc{
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: cover;
}

.service-desc h4{
  font-size: calc(16px + 0.4vw);
  letter-spacing: 1px;
  color: #000000;
}
.service-desc p{
  font-size: calc(12px + 0.2vw);
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: 1px;
  color: #000000;
  width: 100%;
}

.pdf-container{
  width: 100%;
  display: flex;
  gap: 3rem;
}

.pdf-container p{
  width: fit-content;
}


.service-img2{
  width: 100%;
}

.service-img2 img{
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: cover;
  filter: drop-shadow(5px 5px 5px grey);
  border-radius:10px;
}

.service-desc2{
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: cover;
}

.service-desc2 h4{
  font-size: calc(16px + 0.4vw);
  letter-spacing: 1px;
  color: #000000;
}
.service-desc2 p{
  font-size: calc(12px + 0.2vw);
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: 1px;
  color: #000000;
  width: fit-content;
}

#pelatihan,
#konsultan, 
#pengkajian,
#media-and-production{
  padding: 0;
}

.cover-pdf-img{
  width: 300px;
  height: auto;
  border-radius: 20px 0 20px 0;
  filter: drop-shadow(5px 5px 5px grey);
}

.pdf-wrapper{
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.pdf-div-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:20px;
  margin-inline: 10px;
  background-color: #eff4fe;
  padding: 3%;
}

@media (max-width: 1125px) {
  .service-wrapper ,.service-img, .service-img2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .service-img,
  .service-img2 {
    order: -1;
  }

  .service-desc h4,
  .service-desc2 h4{
    text-align: center;
    padding-bottom: 10px;
  }
}

.annual-content{
  background-color: #106eea;
  border-radius: 20px;
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 420px) {
  .service-desc{
    padding: 0;
  }
}

.detail-destinasi-content p{
  text-align: justify;
  text-justify: inter-word;
}

.accordion-button div{
  color: black;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}

.price{
  font-family: 'Poppins', sans-serif;
  background-color:#2700b5;
  color: white;
  border-radius: 10px;
  padding: 10px; 
}

.information-container{
  background-color: #eff4fe;
  width: 100%;
  height: 100%;
  border-radius:10px;
  padding: 2%;
}

.information-container h2{
  text-align: center;
}

.information-container h1{
  color: black;
}

.information-container .exclude-include-container{
  display: flex;
  gap:20px;
}

.information-container .exclude-include-container div{
  padding: 2%;
  border-radius: 10px;
  width: 100%;
}

.information-container .exclude-include-container .include{
  background-color:#D6FFE7;
  font-size:large;
  text-align: justify;

}

.information-container .exclude-include-container .exclude{
  background-color:#FFD6DE;
  font-size:large;
  text-align: justify;

}

.facility-container{
  width: 100%;
  background-color: #f6f9fe;
  border-radius: 10px;
  margin-top: 20px;
  padding:2%;
  margin-bottom:20px;
  font-size:large;
  text-align: justify;

}

.tips-container{
  background-color: #eff4fe;
  width: 100%;
  height: fit-content;
  border-radius:10px;
  padding: 2%;
  text-align: justify;
  font-size:large;
}

.other-container{
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  margin-top: 20px;
  padding:2%;
  font-size:large;
  text-align: justify;

}

.contact-us-container{
  background-color: #eff4fe;
  width: 100%;
  height: 100%;
  border-radius:10px;
  padding: 2%;
}

.contact-us-container h1{
  text-align: center;
}

.contact-us-left{
  width: 55%;
  text-align: center;
}

.contact-us-left img{
  width: 550px;
  height: auto;
  margin-bottom: 20px;
}

.contact-us-left p{
  font-size: x-large;
}

.contact-us-left a{
  font-size:10px;
  font-style: italic;
}

.contact-us-right{
  width: 45%;
  text-align: center;
  /* cursor: pointer; */
  color: white;
}

.contact-us-right p{
  font-size: large;
}

.contact-us-email{
  background-color: #5adbff;
  border-radius: 10px;
  margin:20px 0px;
  padding: 4%;
}

.contact-us-wa{
  background-color: #25d366;
  border-radius: 10px;
  margin:20px 0px;
  padding: 4%;
}

.contact-us-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* email form */

.email-form{
  margin: 0% 20%;
}

.email-form .email-form-container{
  margin: 15% 5%;
  padding: 4%;
  border-radius: 20px;
  background-color: #eff4fe;
}

.email-form .email-form-container input, 
.email-form .email-form-container select,
.email-form .email-form-container textarea{
  border: none;
}

.sdgs-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sdgs-container img{
  height:200px;
  width:200px;
  border-radius: 10px;
}

/* Basic styling */
.flip-card {
  width: 300px; 
  height: 300px;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d; 
  transition: transform 0.5s; 
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); 
}

.flip-card-front,
.flip-card-back {
  width: 300px;
  height: 300px;
  position: absolute;
  backface-visibility: hidden; 
  text-align: center;
  font-size: medium;
}

.flip-card-front img{
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card-back {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg); 
  padding: 4%;
  border-radius: 10px;
}

.unique-button{
  border-radius: 999px;
  background: white;
  color:black;
  font-weight:600;
  text-transform: capitalize;
}

.unique-button:hover{
  font-weight: 600px;
}

.modal-dialog{
  margin-block-start :8rem;
}

.modal-body li{
  display: flex;
  flex-direction: column;
  background-color: rgb(239, 244, 254);
  margin-bottom: 12px;
  border-radius: 10px;
}

.modal-body li p{
  padding-top: 5px;
  padding-inline: 10px;
}

.modal-body li img{
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 500px;
  padding: 10px;
}

.fixed-con {
  z-index: 9724790009779558!important;
  background-color: #f7f8fc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

/* google translate css */
.fixed-con {
  z-index: 9724790009779558!important;
  background-color: #f7f8fc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
 z-index: 9724790009779!important;
 top:0;
 left:unset;
 right:-5px;
 display:none!important;
 border-radius:50%;
 border:2px solid gold;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO{
  width:80px;
  height:80px;
}
.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
  display: none!important;
}
.goog-te-gadget {
  color: transparent!important;
  font-size:0px!important;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element select{
  background:white;
  color:#383ffa;
  border: none;
  border-radius:3px;
  padding:6px 8px;
  border: #000000 solid 2px;
}
#google_translate_element:hover{
    cursor: pointer;
}
@media (max-width: 500px) {
  #google_translate_element{
    max-width: 140px;
  } 
  .goog-te-combo{
    max-width: 140px;
  }
  #google_translate_element select{
    font-size: 11px;;
  }
}

#headlinepict {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.other-news:hover{
  color:#2c33f7;
  text-decoration-line: underline ;
}


/* Tour Package Card */
.tour-card-div{
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin:0 2rem 2rem;
}

.tour-card{
  width: 400px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  box-shadow: 0px 0px 5px 1.5px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

@media screen and (max-width: 500px) {
  .tour-card{
    width: 350px;
  }
}

.tour-card:hover{
  transform: scale(1.01); 
}

.tour-img{
  width: 100%;
  height: 50%;
}

.tour-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.tour-desc{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #0d58ba;
  border-radius: 10px;
  padding: 0 1rem 1rem;
}

.tour-label{
  width: 250px;
  height: 40px;
  border-radius: 0 0 40px 40px;
  padding: 0.5rem;
  background-color: #0d58ba;
  color: white !important;
}

.tour-title{
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  font-weight: bold;
  color: #0d58ba;
}

.tour-price{
  font-weight: 600;
  color: #0d58ba;
  font-size: 1.1rem;
}

.tour-caption{
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  color: grey;
}