/* Imported CSS */
@import "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900";
/* End Imported CSS*/


/* Default CSS */
body {
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.7;
	margin: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
a:focus,
a:hover {
	text-decoration: none;
	transition: 0.5s;
}
.title-section {
	padding-bottom: 50px;
	text-align: center;
}
.title-section-main {
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
}
.title-section-desc {
	font-size: 16px;
	padding-top: 15px;
	color: #666;
	max-width: 60%;
	display: block;
	margin: 0 auto;
	line-height: 1.7;
}


.yu2fvl {
    z-index: 9999;
    top: 0;
}

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8;
}

.yu2fvl-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer;
}

.owl-carousel {
  margin: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 10px;
    background-color: #ddd;
}
.owl-dots .owl-dot.active {
  background-color: #ccc;
  width: 35px;
    height: 10px;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.shadow-xs {
    --tw-shadow: 0px 6px 32px 0px rgba(0, 0, 0, .04);
    --tw-shadow-colored: 0px 6px 32px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.section-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
.view-more {
  text-align: right;
}
.view-more a {
  padding: 10px 25px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #007bff;
  border-radius: 50px;
}

.display-mobile {
  display: none;
}
/* End Default CSS */


/* Nav CSS */
.navbar {
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	z-index: 1030;
}
.navbar img {
	height: 50px;
  width: auto;
}
.navbar ul li {
	padding-right: 14px;
}
.navbar li a {
	color: #444;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  transition: 0.5s;
}
#navbar .active {
  position: relative;
}
#navbar .active::after {
  content: '';
    width: 40px;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: -5px;
    opacity: 0;
    left: calc(50% - 20px);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    bottom: 0;
}
.navbar-top {
	box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}
.navbar .social-media {
	padding-left: 40px;
}
.navbar .social-media li {
	display: inline-block;
}
.navbar .social-media li a:hover {
	color: #ff9c00;
}

.na-dropdown {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
.na-dropdown li a {
	font-size: 13px;
	color: #777;
	text-transform: capitalize;
	font-weight: 400;
}
.na-dropdown li a:hover {
	color: #ff9c00;
}
.navbar-travelku ul ul {
      position: absolute;
      min-width: 150px;
      background: #fff;
      border-radius: 2px;
      display: none;
}

.navbar-travelku ul ul li {
      display: block;
      background: #fff;
}

.navbar-travelku ul li:hover ul {
      display: block;
}
.navbar-travelku .dropdown-toggle::after {
    display: none;
}
.navbar-travelku .navbar-brand {
    padding-top: 0rem;
} 

.dropdown-pos-child {
	margin-left: 153px;
	margin-top: -35px;
	min-width: 190px !important;
}
.dpc-hidden {
	display: none !important;
}
.navbar-top {
	box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}
.head-nav {
	height: 75px;
}
/* End Nav CSS */



/* Carausel CSS */
.carausel-sb {
  margin-top: 120px;
  margin-bottom: 70px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.carausel-travelku .carousel-caption {
	text-align: left;
	color: #333;
	top: 20%;
    left: 9%;
    max-width: 580px;
}
.carausel-travelku .carousel-control-next, .carousel-control-prev {
	width: 8%;
	opacity: 0;
}
.carausel-travelku:hover .carousel-control-next,
.carausel-travelku:hover .carousel-control-prev {
	opacity: 1;
}
.carausel-travelku .carousel-indicators li {
	margin-bottom: 20px;
	background-color: #007bff;
}
.carausel-travelku .carousel-caption-title {
	padding-bottom: 20px;
}
.carausel-travelku .carousel-caption-title p {
	font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}
.carausel-travelku .carousel-caption-description p {
	font-size: 18px;
}
.carausel-travelku .carousel-caption-cta {
	padding-top: 50px;
}
.carausel-travelku .carousel-caption-cta a {
	  color: #fff;
    background: #0985f9;
    border: 1px solid #0985f9;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 11px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.carausel-travelku .carousel-caption-cta a:hover {
	background: transparent;
  color: #0985f9;
  transition: 0.5s;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
/* End Carausel CSS */

/* Category CSS */
.category {
  padding-bottom: 70px;
}
.category-parent {
  padding-top: 30px;
  display: flex;
  overflow: auto;
}
.category-parent-box {
  background: #fff;
  margin-bottom: 30px;
  margin-right: 20px;
  padding: 14px;
  border-radius: 20px;
  color: #333;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.1);
  min-width: 180px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.category-page {
  margin-top: 120px;
}
.category-parent-box.active {
  background: #007bff;
  color: #fff;
}
/* End Category CSS */

/* Modal Branch CSS */
#modal-id-branch .modal-body {
  max-height: 600px;
  overflow-y: scroll;
}
.branch-parent {
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.1);
  padding: 15px;
}
.branch-parent a .branch-parent-name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.2;
}
.branch-parent a .branch-parent-country,
.branch-parent a .branch-parent-address {
  color: #666;
}
.branch-parent a .branch-parent-country {
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 1.2;
}
.branch-parent a .branch-parent-address {
  font-size: 14px;
  line-height: 1.2;
}
.branch-parent-img {
  padding-bottom: 20px;
}
.branch-parent-img img {
  max-height: 60px;
  width: auto;
}

/* End Modal Bransh CSS */

/* Product CSS */
.product {
  padding-bottom: 80px;
}
.product-parent {
  padding-top: 30px;
}
.product-box {
  margin-bottom: 30px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
.product-box-img {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.product-box-img img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.product-box-parent {
  padding: 15px;
}
.product-box-title {
  height: 32px;
  line-height: 1.1;
  font-weight: 600;
}
.product-box-teks {
  padding-bottom: 20px;
}
.product-box-teks ul li {
  font-size: 12px;
  color: #666;
}
.product-box-cta-price {
  font-weight: 600;
}
.product-box-cta {
  padding-bottom: 10px;
}
.product-box-cta-button {
    text-align: right;
}
.product-box-cta-button a {
  font-size: 13px;
  font-weight: 600;
  background: #007bff;
  color: #fff;
  border-radius: 50px;
  padding: 6px 15px;
  transition: 1s;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.1);
}
/* End Product CSS */

/* Category Pop Up CSS */
#modal-id-category .category-parent {
  padding-top: 0px;
}
#modal-id-category .category-parent .category-parent-box {
  margin-bottom: 15px;
}
#modal-id-category button,
#bookingAlertModal button,
#modal-id-field button,
#modal-id-branch button {
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 600;
}
/* End Category Pop Up CSS */

/* ==================================== Field Details CSS =================================== */
.page-product-detail {
  margin-top: 80px;
  padding-bottom: 80px;
}
.page-product-detail .row-2 {
  padding-top: 20px;
}
.ppdm-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
}
.ppdm-img-box {
  padding-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
.ppdm-img-box img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.ppdm-img-box img:hover {
  opacity: 0.5;
}
.ppdm-img-box .owl-carousel {
  margin: auto;
}
.ppdm-img-box .owl-dots {
  text-align: center;
  margin-top: -25px;
  position: relative;
}
.ppdm-img-box .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 20px;
  margin-right: 20px;
  background-color: #ddd;
}
.ppdm-img-box .owl-dots .owl-dot.active {
  background-color: #318fff;
}
.ppdm-img-box .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.ppdm-img-box-all ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.ppdm-img-box-all ul li img {
  max-height: 60px;
  width: auto;
}
.ppdm-img-box-all ul li img:hover {
  opacity: 0.5;
}
.ppdm-img-box-preview {
  padding-top: 30px;
  text-align: center;
}
.ppdm-img-box-preview a {
  font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #007bff;
    padding: 13px 35px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}

.page-product-detail-text {
  margin-top: 50px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgb(102 113 228 / 13%);
  padding: 30px 15px;
}
.ppdt-product {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
}
.ppdt-categori {
  color: #666;
}
.ppdt-product-teks ul li {
  font-size: 15px;
  color: #666;
}
.ppdt-price {
  padding-top: 15px;
  padding-bottom: 25px;
  line-height: 1.3;
  font-size: 25px;
  font-weight: 700;
}
.ppdt-desc {
  padding-top: 20px;
  padding-bottom: 30px;
}
.ppdt-desc p {
  font-size: 14px;
}
.ppdt-desc p:nth-child(2) {
  padding-top: 10px;
}
.ppdt-desc p img {
  max-height: 20px;
  width: auto;
}

.ppdt-cta-form button {
  text-align: center;
  border: none;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #6ba229;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}
.ppdt-cta-form .no-wa input {
  border: none;
}
.ppdt-cta-form .fa-clone {
  color: #007bff;
}

/* page product detail desc CSS */
.page-product-detail-desc {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ppdd-desc ol,
.ppdd-desc ul {
  margin-left: 40px;
}
.ppdd-desc ol li {
  list-style-type: decimal !important;
  color: #666;
  line-height: 1.7;
}
.ppdd-desc ul li {
  list-style-type: disc !important;
  color: #666;
  line-height: 1.7;
}
.ppdd-video {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ppdd-video-box {
  margin-bottom: 30px;
}
.ppdd-video .video-play-button {
  top: 30%;
}

.ppdd-video-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.ppdd-video .row {
  padding-top: 30px;
}
.video-img-title {
  padding-top: 20px;
  height: 110px;
}
.video-img-title p {
  font-weight: 600;
}
/* End page product detail desc CSS */

/* page-product-detail-text-desc CSS */
.page-product-detail-text-desc {
  margin-top: 30px;
  padding: 15px;
}
.page-product-detail-text-desc tr td {
  padding-bottom: 10px;
}
.page-product-detail-text-desc tr td:nth-child(1) {
    font-weight: 700;
    width: 60%;
}
/* End page-product-detail-text-desc CSS */

/* ==================================== Success CSS =================================== */
.success {
  padding-top: 150px;
  padding-bottom: 70px;
  text-align: center;
}
.success-box {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 30px;
  box-shadow: 0 5px 10px rgb(102 113 228 / 13%);
  border-radius: 5px;
}
.success-box-title {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 20px;
}
.success-box-img img {
  max-height: 300px;
  width: auto;
}
.success-box-invoice {
  font-size: 20px;
  line-height: 1.3;
  padding-top: 20px;
  padding-bottom: 15px;
}

/* Footer CSS */
#footer {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/about.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.footer-detail {
  margin-bottom: 30px;
}
.footer-detail i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-detail p:nth-child(2) {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.footer-detail p:nth-child(3) {
  font-weight: 300;
  letter-spacing: 1px;
}
/* End Footer */


/* Copyright CSS */
#copyright {
  background: #212529;
  color: #fff;
  text-align: center;
}
.copyright-social {
  padding-top: 20px;
}
.copyright-social a {
  color: #fff;
}
.copyright-social ul li {
  font-size: 20px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.copyright-detail {
  padding: 20px 0;
}
.copyright-detail p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5;
}
.copyright-detail a {
  color: #fff;
  font-weight: 600;
}
/* End copyright */


/* Scrool Top CSS */
.scroll-top {
  position: fixed;
  bottom: 55px;
    right: 30px;
    z-index: 10;
    display: none;
}
.scroll-top .fa {
  color: #fff;
  font-size: 30px;
  background: #0985f9;
  border: 2px solid #0985f9;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  padding-left: 13px;
}
.scroll-top .fa:hover {
  background: transparent;
  color: #0985f9;
  transition: 0.5s;
}
/* End Scrool Top CSS
