/*
*----------------------------------------------------------------------------------------
Author        : rama hardian sidik
Template Name : Sewa - Car Rental Multipurpose Bootstrap Html Template
Version       : 1.0
Filename      : main.css
* ------------------------------------------------------------ ----------- ------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* 01.BASE INDEX.
* 02.HEADER MAIN.
* 03.SECTION HERO.
* 04.SECTION SERVICES.
* 05.SECTION ABOUT.
* 06.SECTION FLEET.
* 07.SECTION GAP.
* 08.SECTION CLIENT.
* 09.SECTION BLOG.
* 10.SECTION TESTIMONIAL.
* 11.SECTION COUNTER.
* 12.SECTION WHY GAP.
* 13.SECTION TEAM.
* 14.SECTION FAQ.
* 15.SECTION OTHER.
* 16.SECTION FOOTER.
* 17.PAGE ABOUT CONTENT.
* 18.PAGE ABOUT CONTENT.
     - 18.1.SECTION TESTIMONIAL ABOUT PAGE.
* 19.SERVICES PAGE.
* 20.CAR PAGE.
* 21.CAR PAGE DETAIL.
* 22.CONTACT PAGE.
* 23.BLOG DETAIL PAGE.
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* ----------------------------------------------------------------------------------------
*/
:root {
  --one: #636363;
  --two: #fefefe;
  --tre: #8a8a8a;
  --four: #fafafa;
  --five: #bf9c60;
  --six: #e9e9e9;
  --seven: #232323;
  --eg: #292929;
  --font-body: "Inter", sans-serif;
  --font-head: "Barlow Condensed", sans-serif;
}

/*
* ----------------------------------------------------------------------------------------
* 01.BASE INDEX.
* ----------------------------------------------------------------------------------------
*/

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  height: auto;
  color: var(--seven);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background: var(--two);
}

a {
  text-decoration: none;
  color: var(--two);
}

main {
  overflow: hidden;
}

.col-w {
  color: var(--four);
}

.col-d {
  color: var(--seven);
}

.col-b {
  color: var(--five);
}

.col-sw {
  color: var(--tre);
}

.col-ssw {
  color: var(--one);
}

.bg-w {
  background: var(--four);
}

.bg-d {
  background: var(--seven);
}

.bg-b {
  background: var(--five);
}

.bg-sw {
  background: var(--tre);
}

.bg-sww {
  background: var(--eg);
}

.display-none {
  display: none;
}

.title-section span {
  font-family: var(--font-head);
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
}

.title-section h1 {
  font-family: var(--font-head);
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

.title-section h3 {
  font-family: var(--font-head);
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

.title-section h4 {
  font-family: var(--font-head);
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
}

.title-section p {
  line-height: 1.7;
  font-size: 18px;
}

.link-btn-one {
  display: inline-block;
  background: var(--five);
  color: var(--seven);
  padding: 20px 50px;
  border-radius: 5px;
  font-family: var(--font-head);
  font-weight: 500;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}

.link-btn-one:hover {
  color: var(--seven);
}

.link-btn-two {
  display: inline;
  color: var(--five);
  border: 1px solid var(--five);
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.link-btn-two:hover {
  background: var(--five);
  color: var(--one);
}

.fixi {
  background: var(--seven);
}

.navbar-toggler-icon {
  color: var(--two);
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.breadcum-btn {
  padding: 0;
}

.breadcum-btn li {
  list-style: none;
}

.breadcum-btn li.active {
  color: var(--five);
}

.breadcum-btn li i {
  font-size: 13px;
  padding: 0 10px;
}

.bread-btn-one:hover {
  color: var(--five);
}

#banner-section {
  padding: 150px 0;
  position: relative;
  z-index: 0;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.offcanvas {
  transition: all 0.3s;
  background: var(--seven);
}

.grid-wrap {
  border-right: 1px solid;
  padding: 0 30px;
}

.grid-wrap:nth-last-child(2) {
  border-right: none;
}

#form-search {
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.16));
  padding: 30px;
  position: relative;
}

#form-search:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  z-index: -1;
  background: linear-gradient(to top,
      transparent 30%,
      rgba(255, 255, 255, 0.3) 150%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.bootstrap-timepicker-widget table td input {
  font-size: 15px;
}

.input-group-addon {
  position: absolute;
  right: 0;
  bottom: 0;
}

input {
  outline: none;
  border: none;
}

.input:focus-visible {
  outline: none;
  border-bottom: 1px solid;
}

label {
  font-size: 20px;
  color: var(--tre);
}

label.error {
  font-size: 15px;
  padding: 5px 0;
  color: red;
}

.flashinfo-contact {
  font-size: 13px;
  padding: 10px 10px 10px 40px;
  background: rgb(85, 207, 85);
  display: none;
  position: relative;
  margin: 0 0 10px;
}

.flashinfo-contact span {
  position: absolute;
  left: 12px;
  top: 6px;
}

.flashinfo-book {
  font-size: 13px;
  padding: 10px 10px 10px 40px;
  background: rgb(85, 207, 85);
  display: none;
  position: relative;
  margin: 0 0 10px;
}

.flashinfo-book span {
  position: absolute;
  left: 12px;
  top: 6px;
}
.flashinfo-sub {
  font-size: 13px;
  padding: 10px 10px 10px 40px;
  background: #bf9c60;
  display: none;
  position: relative;
  margin: 10px 0 10px;
  border-radius: 10px;
}

.flashinfo-sub span {
  position: absolute;
  left: 12px;
  top: 6px;
}
.input {
  width: 100%;
  border: none;
  font-size: 16px;
  background: transparent;
  color: var(--two);
}

button.main-btn {
  width: 100%;
  padding: 20px;
  font-weight: 500;
  font-family: var(--font-head);
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 5px;
  background: var(--five);
}

.gap-col {
  border-right: 1px solid var(--six);
}

.gap-col:nth-last-child(1) {
  border-right: none;
}

::placeholder {
  color: var(--two);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--two);
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  text-decoration: none;
  font-size: 30px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--two);
  border-radius: 50%;
  animation: pulse 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--two);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button i {
  display: block;
  position: absolute;
  z-index: 3;
  width: 0;
  color: var(--eg);
  top: 30%;
  height: 0;
}

/* animation */

@keyframes pulse {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* media query */
@media (max-width: 999px) {

  .link-btn-one,
  .link-btn-two {
    display: block;
  }

  .title-section h1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .fixed {
    background: var(--seven);
  }

  .title-section h3 {
    font-size: 40px;
    line-height: 1.2;
  }

  .title-section h4 {
    font-size: 40px;
    line-height: 1.2;
  }

  .gap-col {
    border-right: none;
    border-bottom: 1px solid var(--six);
  }

  .gap-col:nth-last-child(1) {
    border-bottom: none;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 02.HEADER MAIN.
* ----------------------------------------------------------------------------------------
*/

#header-main {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}

.navbar-nav li {
  position: relative;
  font-size: 16px;
  margin: 0 15px 0 0;
}

.navbar-nav li:nth-last-child(1) {
  margin: 0 0 0 0;
}

.navbar-nav li a.nav-link {
  text-decoration: none;
  color: var(--two);
}

.navbar-nav li a.nav-link i {
  font-size: 13px;
}

.navbar-nav li a.nav-link.active {
  color: var(--five) !important;
}

.navbar-nav li a.nav-link:hover {
  color: var(--five) !important;
}

.navbar-nav .sub-menu li a {
  color: var(--tre);
  font-weight: 500;
  line-height: 38px;
  padding: 0 20px;
  width: 100%;
  text-decoration: none;
}

.navbar-nav .sub-menu li a.active {
  color: var(--five);
}

.navbar-nav .sub-menu li a:hover {
  color: var(--five);
}

.offcanvas-end {
  width: 80% !important;
}

/* media query */
@media screen and (min-width: 999px) {
  .navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    font-size: 16px;
    background: var(--seven);
    border-radius: 10px;
    padding: 18px 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    margin: 20px 0 0;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
  }

  .navbar-nav .sub-menu li {
    padding: 5px 0;
  }

  .navbar-nav .nav-item:hover>.sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }

  .offcanvas-backdrop.show {
    opacity: 0;
  }
}

@media (max-width: 999px) {
  .offcanvas-end.show {
    background: var(--seven);
  }

  .sub-menu {
    display: none;
  }

  .sub-menu.showdrop {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 03.SECTION HERO.
* ----------------------------------------------------------------------------------------
*/
#section-hero {
  padding: 450px 0 300px 0;
  height: 100vh;
  min-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--seven) !important;
  background-size: cover !important;
  background-position: center center !important;
  z-index: 0;
}

#section-hero:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

/* media query */
@media (max-width: 999px) {
  #section-hero {
    padding: 200px 0 100px 0;
    height: auto;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 04.SECTION SERVICES.
* ----------------------------------------------------------------------------------------
*/
#section-service {
  padding: 100px 0;
}

.wrap-info {
  padding: 10px 20px;
}

.wrap-info h4 {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 600;
}

.wrap-info p {
  font-size: 13px;
}

.icon-info {
  font-size: 40px;
  display: block;
}

/* media query */
@media (max-width: 999px) {
  .wrap-info {
    padding: 30px 20px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 05.SECTION ABOUT.
* ----------------------------------------------------------------------------------------
*/
#section-about {
  padding: 0 0;
}

.img-wrap {
  position: relative;
  height: 100%;
}

.img-wrap img {
  width: 100%;
}

.about-listed {
  padding: 0;
  margin: 50px 0;
}

.about-listed li {
  position: relative;
  padding: 0 20px 0 90px;
}

.about-icon {
  height: 58px;
  width: 58px;
  color: var(--two);
  background-color: var(--one);
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}

h4.about-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--six);
  margin-bottom: 18px;
  font-family: var(--font-head);
}

p.about-text {
  color: var(--tre);
  font-size: 15px;
}

/* media query */
@media (max-width: 999px) {

  .img-wrap {
    height: 500px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 06.SECTION FLEET.
* ----------------------------------------------------------------------------------------
*/
#section-fleet {
  padding: 100px 0 0;
}

.grid-2column {
  margin: 0 -20px;
}

.grid-2column .isotop-item,
.grid-2column .grid-sizer {
  width: 50%;
  padding: 0 20px;
}

#isotop-gallery-wrapper.custom-container {
  max-width: 1185px;
  margin: 0 auto;
}

.anim {
  transition: all 0.3s ease-in-out;
}

.filter-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.filter-link li {
  font-size: 19px;
  display: inline-block;
  position: relative;
  color: var(--tre);
  line-height: 45px;
  padding: 0 14px;
  border-radius: 5px;
  margin: 0 1.8% 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

li.is-checked {
  background: var(--seven);
  color: var(--five);
}

.filter-link li:hover {
  color: var(--five);
}

.fleet-block {
  transition: all 0.3s;
}

.fleet-block .img-meta {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid var(--six);
}

.fleet-block .img-meta img {
  width: 100%;
}

.fleet-block .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.fleet-block .hover-state a {
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  color: var(--two);
  font-size: 35px;
  transform: translateY(30px);
  transition-delay: 0.1s;
}

.fleet-block:hover .hover-state {
  opacity: 1;
  visibility: visible;
}

.fleet-block:hover .hover-state a {
  transform: translateY(0);
}

.fleet-block a:hover {
  color: var(--two);
}

.fleet-block .title {
  position: relative;
  background: var(--seven);
  border-radius: 0 0 20px 20px;
  padding: 25px 25px 30px;
  z-index: 0;
}

.fleet-block .tag {
  font-size: 30px;
  font-weight: 600;
}

.fleet-block .price {
  position: absolute;
  right: 20px;
}

.fleet-block .tag-price {
  font-size: 17px;
  display: block;
  color: var(--tre);
}

.fleet-block .detail-price {
  font-size: 30px;
  font-weight: 600;
}

.fleet-block:hover .title {
  transform: translateY(-20px);
  box-shadow: 0px 15px 40px rgba(0, 41, 121, 0.04);
}

.fleet-block:hover .title .pj-name {
  text-decoration: underline;
}

/* media query */
@media (max-width: 999px) {
  #section-about .title-section {
    padding: 0 0 100px 0;
  }

  .grid-2column .isotop-item,
  .grid-2column .grid-sizer {
    width: 100%;
  }

  .img-meta img {
    width: 100%;
  }

  .fleet-block .tag-price {
    font-size: 15px;
  }

  .fleet-block .tag {
    font-size: 15px;
  }

  .fleet-block .detail-price {
    font-size: 20px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 07.SECTION GAP.
* ----------------------------------------------------------------------------------------
*/
#section-gap {
  padding: 100px 0;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  position: relative;
  z-index: 1;
}

#section-gap:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

#section-gaptwo {
  padding: 100px 0 100px;
  position: relative;
}

.img-gap {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  height: auto;
  align-items: flex-end;
  display: flex;
  padding: 60px 70px;
}

.img-gap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  left: 0;
}

.img-gap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.infogap {
  display: flex;
  position: relative;
  z-index: 2;
  width: 600px;
}

/* media query */
@media (max-width: 999px) {
  .img-gap {
    align-items: center;
    padding: 60px 30px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 08.SECTION CLIENT.
* ----------------------------------------------------------------------------------------
*/
#section-client {
  padding: 100px 0;
}

.slide-itemclient {
  padding: 20px 50px;
  width: 250px;
}

/*
* ----------------------------------------------------------------------------------------
* 09.SECTION BLOG.
* ----------------------------------------------------------------------------------------
*/
#section-blog {
  padding: 100px 0;
  background: var(--four);
}

.wrap-blogitem {
  padding: 100px 0 0;
}

.imgblog-wrap img {
  width: 100%;
}

.content-blog {
  padding: 30px 37px;
  position: relative;
  top: -100px;
  margin-bottom: -80px;
}

.content-blog .info {
  background: var(--eg);
  padding: 50px;
  position: relative;
}

.content-blog .info .date {
  height: 80px;
  width: 80px;
  text-align: center;
  background: var(--five);
  color: var(--four);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  top: -40px;
}

.content-blog .info .date strong {
  font-size: 30px;
}

.content-blog .info ul.blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  color: var(--six);
}

.content-blog .info ul.blog-meta li {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.content-blog .info ul.blog-meta li a:hover {
  color: var(--five);
}

.content-blog .info .title {
  font-family: var(--font-head);
  font-size: 32px;
  padding-right: 50px;
  font-weight: 400;
}

.content-blog .info .title a:hover {
  color: var(--five);
}

/* media query */
@media (max-width: 999px) {
  .content-blog {
    padding: 30px 20px;
  }

  .content-blog .info { 
    padding: 50px 30px; 
  }
  .content-blog .info .title {
    font-size: 25px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 10.SECTION TESTIMONIAL.
* ----------------------------------------------------------------------------------------
*/
#section-testimoni {
  padding: 100px 0 100px 0;
}

.item-testi {
  padding: 50px 30px;
  border-radius: 5px;
  background: var(--eg);
  position: relative;
}

.item-testi:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  z-index: 1;
  background: linear-gradient(to top,
      transparent 30%,
      rgba(255, 255, 255, 0.3) 150%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.item-testi h3 {
  font-size: 20px;
  line-height: 1.7;
}

.item-testi .img-user {
  width: 100%;
  display: flex;
}

.item-testi .img-user img {
  display: block;

  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-position: center;
  object-fit: cover;
  image-rendering: auto;
}

.info-user {
  flex: 6;
  margin: 0 0 0 20px;
}

.info-user h4 {
  font-size: 17px;
}

.info-user p {
  font-size: 13px;
  color: var(--tre);
}

/*
* ----------------------------------------------------------------------------------------
* 11.SECTION COUNTER.
* ----------------------------------------------------------------------------------------
*/
.counter-wrap {
  padding: 50px 0;
  background: var(--eg);
  margin: 10px 0 0 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.counter-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  z-index: 1;
  background: linear-gradient(to bottom,
      transparent 30%,
      rgba(255, 255, 255, 0.3) 150%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.counter-item {
  display: flex;
  padding: 20px 30px;
}

.icon-flat {
  font-size: 60px;
  color: var(--five);
  padding: 20px 30px;
}

.odometer {
  color: var(--one);
  font-size: 30px;
  font-weight: 600;
}

.unit {
  color: var(--one);
  font-size: 30px;
}

.wrap-odo p {
  color: var(--four);
}

/*
* ----------------------------------------------------------------------------------------
* 12.SECTION WHY GAP.
* ----------------------------------------------------------------------------------------
*/
.wrap-why {
  position: relative;
  min-height: 83px;
  padding: 0 0 0 120px;
  margin: 0 0 40px;
}

.why-icon {
  width: 84px;
  height: 83px;
  background-color: var(--five);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.why-icon span {
  font-size: 30px;
}

.why-detail {
  position: relative;
}

.why-detail h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.why-detail p {
  font-size: 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 13.SECTION TEAM.
* ----------------------------------------------------------------------------------------
*/
#section-team {
  padding: 100px 0;
}

.driver-wrap {
  position: relative;
  overflow: hidden;
}

.img-driver {
  border-radius: 10px;
  position: relative;
  height: 396px;
  overflow: hidden;
}

.img-driver img {
  width: 100%;
  height: 396px;
  object-fit: cover;
  border-radius: 5px;
}

.img-driver:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  transition: transform 0.3s;
  opacity: 1;
}

.wrap-driverdetail {
  position: absolute;
  bottom: -20px;
  padding-right: 30px;
  padding-left: 20px;
  transform: translateY(calc(0 + 1em));
  transition: transform 0.3s;
}

.wrap-driverdetail h3 {
  font-size: 20px;
  color: var(--two);
}


.wrap-driverdetail h3 a:hover {
  color: var(--five);
}

.wrap-driverdetail p {
  font-family: var(--font-head);
  color: var(--five);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.wrap-driverdetail .sosmed-link {
  transition: all 0.5s;
  opacity: 0;
}

.wrap-driverdetail .sosmed-link li a {
  margin: 0 0 0 0;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border: 1px solid var(--one);
  padding: 5px;
  font-size: 13px;
}

.wrap-driverdetail .sosmed-link li a:hover {
  border: 1px solid var(--five);
  color: var(--eg);
  background: var(--five);
}

.driver-wrap .img-driver img {
  transition: all 0.3s;
}

.driver-wrap:hover>.wrap-driverdetail {
  transform: translateY(-50px);
}

.driver-wrap:hover>.wrap-driverdetail .sosmed-link {
  opacity: 1;
}

.driver-wrap:hover .img-driver:after {
  background: linear-gradient(rgba(0, 0, 0, 0) -100%, rgb(0, 0, 0) 100%);
  opacity: 1;
}

.driver-wrap:hover .img-driver img {
  transform: scale(1.1);
}

/* media query */
@media (max-width: 999px) {

  .wrap-driverdetail {
    padding-right: 0;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 14.SECTION FAQ.
* ----------------------------------------------------------------------------------------
*/
#section-faq {
  padding: 0 0 100px 0;
}

#section-faq .faq-info h3 {
  font-size: 45px;
  font-weight: 700;
  color: ;
}

#section-faq .faq-info span {
  position: relative;
  z-index: 1;
  color: ;
}

#section-faq .faq-accordion-item,
#section-faq .faq__collapse-item,
#section-faq .faq-collapse-item {
  margin-bottom: 10px;
  border-radius: 6px;
}

#section-faq .faq-accordion-item:last-child,
#section-faq .faq__collapse-item:last-child,
#section-faq .faq-collapse-item:last-child {
  margin: 0;
}

#section-faq .faq-collapse-item-card {
  border: 1px solid var(--six);
  padding: 0 0 0;
}

#section-faq .faq-accordion-item-card-header,
#section-faq .faq__collapse-item-card-header,
#section-faq .faq-collapse-item-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  padding: 20px;
  background: var(--six);
}

#section-faq .faq-accordion-item-card-header h6,
#section-faq .faq__collapse-item-card-header h6,
#section-faq .faq-collapse-item-card-header h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

#section-faq .faq-accordion-item-card-header i,
#section-faq .faq__collapse-item-card-header i,
#section-faq .faq-collapse-item-card-header i {
  border: 1px solid;
  padding: 10px;
  color: var(--tre);
}

#section-faq .faq-accordion-item-card-header span,
#section-faq .faq__collapse-item-card-header span,
#section-faq .faq-collapse-item-card-header span {

  margin-right: 15px;
}

#section-faq .faq-accordion-item-card-header-content,
#section-faq .faq__collapse-item-card-header-content,
#section-faq .faq-collapse-item-card-header-content {
  padding: 0 60px 0 0;
}

#section-faq .faq-accordion-item-card-header-content p,
#section-faq .faq__collapse-item-card-header-content p,
#section-faq .faq-collapse-item-card-header-content p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  padding: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 15.SECTION OTHER.
* ----------------------------------------------------------------------------------------
*/
#section-other {
  padding: 0 0 100px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 16.SECTION FOOTER.
* ----------------------------------------------------------------------------------------
*/
#main-footer {
  padding: 0 0 30px;
  background: var(--seven);
}

.upper-footer {
  padding: 50px 0;
}

.upper-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--one);
}

.footer-wrap img {
  width: 150px;
}

.footer-wrap h4 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-wrap ul {
  padding: 0;
}

.footer-wrap ul li {
  list-style: none;
  position: relative;
  margin: 15px 0;
  font-size: 15px;
}

.footer-wrap ul.link-list li:first-child {
  margin: 0 15px 0 0;
}

.footer-wrap ul li a:hover {
  color: var(--five);
}

.bottom-wrap span {
  color: var(--five);
  font-size: 20px;
}

.sosmed-link li {
  display: inline-block;
}

.sosmed-link li:nth-last-child(1) a {
  margin: 0 0 0 0;
}

.sosmed-link li a {
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
  display: block;
  text-align: center;
  border: 1px solid var(--one);
  padding: 8px;
  font-size: 15px;
}

.sosmed-link li a:hover {
  border: 1px solid var(--five);
  background: var(--five);
}

.sosmed-link li a:hover span {
  color: var(--eg);
}

.wrap-bfoot {
  padding: 10px 20px;
  border-radius: 5px;
}

.wrap-bfoot span {
  font-size: 13px;
  color: var(--tre);
}

.email-box {
  position: relative;
  height: 70px;
}

.email-box input {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: var(--four);
  border-radius: 8px;
  padding: 0 155px 0 25px;
  font-size: 17px;
  box-shadow: 0px 10px 20px rgba(0, 33, 63, 0.03);
}

.form-subribe {
  font-family: var(--font-head);
  border: none;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  color: var(--seven);
  width: 150px;
  border-radius: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  background: var(--five);
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
}

.form-submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--five);
  color: var(--seven);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  height: 64px;
  padding: 17px 40px 17px;
  transition: 500ms;
  overflow: hidden;
  z-index: 2;
}

.contact-submit {
  font-family: var(--font-head);
  border: none;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--seven);
  width: auto;
  position: relative;

  background: var(--five);
  padding: 10px 50px;
  -webkit-appearance: none;
  outline: none !important;
}

/* media query */
@media (max-width: 999px) {

  .upper-f {
    display: block;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 17.PAGE ABOUT CONTENT.
* ----------------------------------------------------------------------------------------
*/

#section-content {
  padding: 100px 0;
}

.thumbnail-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.thumbnail-img .m-img {
  width: 100%;
}

.thumbnail-img .m-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*
* ----------------------------------------------------------------------------------------
* 18.PAGE ABOUT CONTENT.
     - 18.1.SECTION TESTIMONIAL ABOUT PAGE
* ----------------------------------------------------------------------------------------
*/
.wrap-miniicon {
  width: 50%;
}

.wrap-miniicon p {
  font-size: 13px;
}

.up-wrap {
  max-width: 230px;
}

.up-wrap p {
  color: var(--one);
}

.inner-mini {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 600;
}

.inner-mini h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  max-width: 150px;
  margin: 0;
}

.inner-mini .box-icon {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--seven);
  border-radius: 5px;
  color: var(--five);
  font-size: 26px;
}

.inner-mini .box-icon span {
  display: inline-block;
  font-size: 20px;
}

.upper-gapwrap {
  place-content: center flex-start;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row;
  gap: 32px;
  height: min-content;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 100%;
}

.upper-gapwrap span {
  font-size: 30px;
}


/* media query */
@media (max-width: 999px) {
  .wrap-miniicon {
    width: 100%;
  }

  .up-wrap {
    max-width: 100%;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 19.SERVICES PAGE.
* ----------------------------------------------------------------------------------------
*/
#section-serviceco {
  padding: 100px 0;
}

.slide-itemservices {
  border: 1px solid var(--six);
  transition: all .3s;
}

.slide-itemservices:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);

}

.img-service img {
  width: 100%;
  object-fit: cover;
  height: 171px;
}

.service-mini {
  position: relative;
  z-index: 2;
  padding: 40px 30px 46px;
  overflow: hidden;
}


.service-mini span.numberservice {
  font-size: 13px;
  display: inline-block;
}

.service-mini h3 {
  font-family: var(--font-head);
  font-size: 20px;
  color: var(--eg);
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  z-index: 3;
  margin: 0 70px 37px 0;
}

.service-mini:hover h3 {
  color: var(--five);
}

.icon-services {
  position: absolute;
  z-index: 3;
  right: 50px;
  top: 50px;
  font-size: 40px;
  line-height: 1;
  color: var(--five);
  display: inline-block;
  margin: 0;
}
/* media query */
@media (max-width: 999px) {
  .img-service img {
  
    height: 271px;
  }
  
}

/*
* ----------------------------------------------------------------------------------------
* 20.CAR PAGE.
* ----------------------------------------------------------------------------------------
*/
.pagination_detail {
  padding: 10px 30px;
}

.pagination-link li {
  display: inline-block;
}

.pagination-link li:nth-last-child(1) a {
  margin: 0 0 0 0;
}

.pagination-link li a {
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--one);
  background: var(--eg);
  padding: 8px;
  font-size: 15px;
}

.pagination-link li.active a {
  border: 1px solid var(--five);
  background: var(--five);
  color: var(--seven);
}

.pagination-link li.disable a {
  opacity: .5;
  pointer-events: none;
}

.pagination-link li a:hover {
  border: 1px solid var(--five);
  background: var(--five);
  color: var(--seven);
}

.pagination-link li a:hover span {
  color: var(--eg);
}

.bottom-content {
  margin: 20px 0;
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid var(--six);
}

.content-wrap {
  display: flex;
  margin-right: 20px;
  position: relative;
  box-sizing: border-box;
  background: var(--six);
  padding: 10px 20px;
}

.content-wrap span {
  margin-right: 10px;
  font-size: 25px;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: var(--one);
}

.content-wrap .atribute {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
  line-height: 30px;
}

.content-itemcar h1 {
  font-family: var(--font-head);
  padding: 20px 0;
}

.content-itemcar p {
  line-height: 34px;
  font-size: 16px;
  color: var(--seven);
  padding: 10px 0;
}

.list-feature {
  padding: 0;
}

.list-feature li {
  display: flex;
}

.list-feature li .icon {
  height: 15px;
  width: 15px;
  background-color: var(--eg);
  border-radius: 50%;
  font-size: 8px;
  color: var(--five);
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-feature li .text {
  margin: 0 10px 0;
}

.bottom-feature {
  padding: 50px 0;
  border-top: 1px solid var(--six);
}

/*
* ----------------------------------------------------------------------------------------
* 21.CAR PAGE DETAIL.
* ----------------------------------------------------------------------------------------
*/

.price {
  padding: 5px 15px 0 15px;
  background: var(--seven);
  color: var(--two);
  border-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 1;
}

.curency {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: -30px;
}

.nominal {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
}

.prices {
  position: relative;
  top: -14px;
  margin-left: 5px;
}

.side-cardetail {
  position: relative;
  display: block;
  padding: 45px 20px 20px;
  background-color: var(--six);
}

.side-cardetail>h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
  padding: 0 30px 0;
  font-family: var(--font-head);
}

.cat-detail {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
  justify-content: space-between;
}

.cat-detail span:first-child {
  color: var(--one);
}

.formrent-wrap {
  background: var(--six);
  padding: 50px 30px;
}

.date-input {
  position: relative;
}

.date-input>[type="date"] {
  background: #fff url('../images/page/calendar-128.webp') 97% 50% no-repeat;
  background-size: 16px
}

.date-input>[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.date-input>[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.date-input i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 0;
}

/* media query */
@media (max-width: 999px) {
  .bottom-content {
    display: block;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 22.CONTACT PAGE.
* ----------------------------------------------------------------------------------------
*/
.wr-contact {
  border-left: 1px solid var(--six);
  border-top: 1px solid var(--six);
  border-bottom: 1px solid var(--six);
}

.wr-contact:nth-last-child(1) {
  border-right: 1px solid var(--six);
}

.info-contact i {
  font-size: 30px;
}

.info-contact h3 {
  font-size: 20px;
  font-family: var(--font-head);
  color: var(--seven);
}

.info-contact span {
  color: var(--tre);
}

.form-wrap {
  padding: 50px 0;
}

.inner-formwrap {
  padding: 50px;
  background: var(--six);
}

.inner-formwrap h3 {
  font-family: var(--font-head);
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

.form-control {
  width: 100%;
  padding: 15px;
}

.form-group {
  margin: 0 0 20px;
}

.contact-content {
  padding: 0 30px;
}

.contact-content h2 {
  font-family: var(--font-head);
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

.contact-content p {
  color: var(--tre);
}

.contact-content h3 {
  font-family: var(--font-head);
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

.contact-content a.mail-link {
  color: var(--five);
}

/* media query */
@media (max-width: 999px) {
  .wr-contact {
    border-left: 1px solid var(--six);
    border-right: 1px solid var(--six);
    border-top: 1px solid var(--six);
    border-bottom: none;
  }

  .wr-contact:nth-last-child(1) {
    border-bottom: 1px solid var(--six);
  }

  .contact-content {
    padding: 50px 0;
  }
  
.inner-formwrap {
  padding: 50px 10px;
}

}

/*
* ----------------------------------------------------------------------------------------
* 23.BLOG DETAIL PAGE.
* ----------------------------------------------------------------------------------------
*/
.post-content {
  padding: 50px 0;
  border-bottom: 1px solid var(--six);
}

.post-content p {
  line-height: 34px;
  font-size: 16px;
  color: var(--seven);
  padding: 10px 0;
}

.post-content h1 {
  font-family: var(--font-head);
  padding: 20px 0;
}

.img-mainpost .date {
  height: 80px;
  width: 80px;
  text-align: center;
  background: var(--five);
  color: var(--four);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  top: -40px;
}

.img-mainpost .date strong {
  font-size: 30px;

}

.img-mainpost img {
  width: 100%;
}

.bottom-post {
  display: flex;
}

.bottom-post .tag {
  padding: 0;
}

.bottom-post .tag li {
  list-style: none;
  display: inline-block;
}

.bottom-post .tag li a {
  padding: 5px 10px;
  background: var(--six);
  color: var(--one);
}

.bottom-post ul.sosmed-link {
  text-align: right;
  flex: 1;
}

.bottom-post ul li a {
  background: var(--one);
}

.search-box {
  position: relative;
}

.widget-src {
  display: block;
  border: none;
  outline: none;
  background-color: var(--six);
  color: var(--eg);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  color: var(--one);
  height: 90px;
  width: 100%;
  padding-right: 100px;
}

.widget-src::placeholder {
  color: var(--one);
  opacity: 1;
  /* For Firefox */
}

.form-search {
  background-color: transparent;
  color: var(--eg);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 80px;
  outline: none;
  border: none;
  padding: 0;
}

.form-search i {
  color: var(--one)
}

.side-post {
  position: relative;
  display: block;
  padding: 45px 20px 20px;
  background-color: var(--six);
}

.side-post>h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
  padding: 0 30px 0;
  font-family: var(--font-head);
}

.list-post {
  padding: 0;
}

.list-post li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 30px 0 30px;
  background-color: transparent;
}

.list-post li .img-listpost {
  padding: 0 20px 0 0;
}

.list-post li .sidepost-content {
  padding: 20px 0 0;
}

.list-post li .sidepost-content span {
  font-size: 15px;
  font-weight: 500;
}

.list-post li .sidepost-content h3 {
  font-size: 18px;
}

.list-post li .sidepost-content h3 a {
  color: var(--one);
  font-size: 15px;
  display: inline-block;
  padding: 10px 0;
  line-height: 1.5;
}

.list-post li .sidepost-content span {

  display: block;
  padding: 0 0 5px 0;
}

.cat-list .cat-item {
  padding: 10px 0;
}

.cat-list .cat-item a {

  font-size: 15px;
  color: var(--one);
  font-weight: 500;
}

.nav-blogpost {
  display: flex;
  padding: 20px 0;
}

.nav-blogpost a:hover {
  background: var(--five);
  color: var(--seven);
}

.nav-blogpost a {
  display: inline-block;
  padding: 20px 30px;
  background: var(--seven);
  width: 50%;
  font-size: 18px;
  text-align: center;
  font-family: var(--font-head);
}

/* media query */
@media (max-width: 999px) {
  .bottom-post {
    display: block;
  }

  .bottom-post ul.sosmed-link {
    text-align: left;

  }
}