/********** Template CSS **********/
:root {
    --primary: #344780;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.page-header .breadcrumb-item a{
    color:#73aef1 !important;
}

.whatsapp-button {
    position: fixed;
    display: none;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    background:#25D366!important;
    border-color:#25D366!important;
}

.whatsapp-button:hover{
    background-color: #03b5d2 !important;
    border-color: #03b5d2 !important;
}

.whatsapp-button:active{
    background-color: #03b5d2 !important;
    border-color: #03b5d2 !important;
}

.whatsapp-button:focus{
    background-color: #03b5d2 !important;
    border-color: #03b5d2 !important;
    box-shadow:unset;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 80px;
    bottom: 25px;
    z-index: 99;
    border-color: #03b5d2 !important;
    background-color: #03b5d2 !important;
}

.back-to-top:hover{
    background-color: #03b5d2 !important;
    border-color: #03b5d2 !important;
}


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

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


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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;
    border-radius: 50%;
    border-color: #00FFAB;
    background-color: #00FFAB;
    box-shadow: 0 8px 28px rgba(159, 234, 255, 0.671);
}


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

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

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

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

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

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

/**mySwiper Galeri**/
.mySwiper{
    height: 400px;
}

.swiper-wrapper{
    align-items: center;    
}

.swiper-slide{
width: 200px;
height: 250px;
top: 20px;
border-radius: 7px;
box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06) !important;
}

.swiper-slide-active{
    transform:scale(1.2);
    transition: .4s;
}

.swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-pagination{    
    bottom:0 !important;
}


/*** Header ***/

@media (max-width: 768px) {
    .carousel-item .carousel-caption h6{
        display: none;
        /*font-size: 14px;
        position: absolute;
        top: 60px;
        text-align: center;
        display: flex;                */
    }

    .carousel-item{
        min-height: 550px !important;
    }

    .carousel-item .carousel-caption h1{
        display: none;
        /*font-size: 20px;*/
    }

    .carousel-item .carousel-caption .btn-container{
        position: absolute;
        top: 420px;        
    }

    .carousel-item .carousel-caption .btn-hero{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    

}

.carousel-item .carousel-caption .btn-hero{
    background-color: #2d6db6;
    box-shadow: 0 8px 28px rgb(42, 130, 230);
    color: #fff;
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 120px;
    background:unset !important;    
    z-index: 1;   
    padding-top: 0; 
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
    bottom: 150px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-caption h1{
    font-size: 40px;
    color:var(--primary) !important;
}

.carousel-caption h6{
    font-size: 20px;
    color:var(--primary) !important;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/background-pengalaman-dan-driver-hsrentcar.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/

@media (max-width: 768px){
    .service .image-service{
        display: none;
    }
}

.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/

@media screen and (max-width: 768px) {
.booking .mobile-disabled{
    display: none;
}

.booking .mobile-font h1{
    font-size: 24px;
}

.booking .btn{
    font-size: 10px;
}

.booking .mobile{
    padding: 1rem !important;
}

.booking-form{
    background-color: unset !important;
}

.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/booking-bg.jpg) center center no-repeat;
    background-size: cover;    
}

}

.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/booking-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 1rem;
}

.booking-form{
    background-color: var(--primary);
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/*Contact*/
.contact .contact-card{
    min-height: 150px;
}

/*Testimonial*/
.testimonial .testimonial-text{
    min-height: 120px;
}

/*load more lokasi*/
#loadMorelokasi {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;    
    background-color: #2d6db6;
    border-color: #2d6db6;
    transition: .3s;    
  }
  #loadMorelokasi:hover {
    color: #fff;
    background-color: #73aef1;
    border-color: #2d6db6;
    text-decoration: none;    
  }
  .noContentlokasi {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
    box-shadow: none;
  }

/*** Lokasi ***/
.lokasi-content {    
    display: none;
  }

.lokasi-wrap{
    box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06) !important;
    margin: 0 !important;
}

.lokasi-wrap .container-lokasi .btn-lokasi{
  font-family: "Open Sans", sans-serif;;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);  
  color: white;  
  padding: 12px 12px;
  border-width: 1px;
  border-color: rgba(180, 180, 180, 0.336);
  cursor: pointer;
  font-size: 12px;
  text-transform: none;
  background-color: rgba(180, 180, 180, 0.336);
}

.lokasi-wrap .container-lokasi .btn-lokasi:hover {
    color: #FFFFFF;
    background: #00FFAB;
}

.lokasi-wrap .container-lokasi .img-lokasi{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

/**Visi**/

.visi h5{
    color: #474747;
    font-weight: 100;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 0;
    text-align: justify;
    word-spacing: -2px;
}  

/**Misi**/
.misi h2{
    margin-bottom: 20px;    
}

/*load more armada*/
#loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;    
    background-color: #2d6db6;
    border-color: #2d6db6;
    transition: .3s;    
  }
  #loadMore:hover {
    color: #fff;
    background-color: #73aef1;
    border-color: #2d6db6;
    text-decoration: none;    
  }
  .noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
    box-shadow: none;
  }

/*** Armada ***/
.car-content {    
    display: none;
  }

.car-item{
    box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06) !important;
}

.armada .car-item .container-armada img{
    min-height: 100% !important;    
}
.armada .car-item .nice-title{
    min-height: 240px;
}

.armada .car-item .nice-title p{
    font-size: 14px !important;
    color: #474747;

}

.armada .car-item .nice-title .right{
    margin-left: auto !important;
}

.car-item .nice-title p span{
    font-size: 15px !important;
    color: #1089ff;
    font-weight: 500;    
}

.car-item .nice-title .btn-primary{
    position: absolute;
    width: 70%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2d6db6;
    border-color: #2d6db6;
    text-transform: none;
    border-radius: 5px;
    box-shadow: 0 8px 28px rgba(159, 234, 255, 0.671);   
         
}

.car-item .container-lokasi .img-lokasi{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

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

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/hs-rentcar-sewa-mobil-lampung.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

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

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

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

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

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*faqs*/
@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 2em 0;
}