
body {
  font-family:  'Outfit', sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #d9232d;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: black;
  line-height: 0;
}

.back-to-top:hover {
  background: rgb(245, 183, 84);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color:white;
}
#header .logo a span{
  color:rgb(245, 183, 84);
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: rgb(245, 183, 84);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: rgb(245, 183, 84);
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 9px;
  font-weight: 400;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: rgb(245, 183, 84);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: rgb(245, 183, 84);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #556270;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: rgb(245, 183, 84);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: rgb(245, 183, 84);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: left;
}

#hero h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 1000;
}
#hero h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 100;
}
#hero span {
  /* color: rgb(245, 183, 84); */
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: rgb(245, 183, 84);
}

#hero .btn-get-started {
  font-family: Outfit, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 20px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: rgb(245, 183, 84);
}

#hero .btn-get-started:hover {
  background:rgb(245, 183, 84);
}

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

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

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

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

.section-bg,
.services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #f8f9fa;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 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: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

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

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #d9232d;
}

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

/* details */
.cars2 .item .title .details {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0;
  transition: all 500ms ease;
}
.cars2 .item .title .details span {
  margin-right: 10px;
}
.cars2 .item .title .details span i {
  color: #f5b754;
  margin-right: 2px;
  font-style: normal;
}
.cars2 .item .title .details span:last-child {
  margin-right: 0px;
}
/* ======= Booking style ======= */
.booking-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  z-index: 5;
}
.booking2-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.booking-inner {
  position: relative;
  border-radius: 0;
}
.form1 {
  display: block;
  padding: 0;
  position: relative;
}

.form1 label {
  display: none;
}
.form1 .col1 {
  float: left;
  width: 17%;
}
.form1 .col2 {
  float: left;
  width: 17%;
}
.form1 .col3 {
  float: left;
  width: 15%;
}
.form1 .c1 {
  border-right: 1px solid #f2f2f2;
  height: 60px;
  margin-bottom: 15px;
}
.form1 .c2 {
  border-right: 0px solid #f2f2f2;
  height: 60px;
  margin-bottom: 15px;
}
.form1 .c3 {
  border-right: 1px solid #f2f2f2;
  height: 60px;
  margin-bottom: 15px;
}
.form1 .c4 {
  border-right: 1px solid #f2f2f2;
  height: 60px;
  margin-bottom: 15px;
}

.booking-button {
  display: block;
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
  background: #f5b754;
  color: #1b1b1b;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  text-decoration: none;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-weight: 300;
  border-radius: 30px;
}
.booking-button:hover {
  background: #1b1b1b;
  color: #fff;
}
.booking-button:focus {
  outline: none;
}
.input1_inner {
  position: relative;
  position: relative;
}
.input1_inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 24px;
  pointer-events: none;
  content: "\e6b6";
  font-family: "themify";
  font-size: 11px;
  color: #f5b754;
  line-height: 1;
  z-index: 99999;
}
.input1_inner input {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  padding: 15px 20px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  line-height: 28px;
}
.input1_inner input::placeholder {
  font-size: 14px;
  color: #555;

}
.input1_inner input:focus {
  outline: none;
  box-shadow: none;
  background: #fff;
  color: #555;

}

.input1_wrapper {
  margin-bottom: 15px;
}




/* ======= Footer style ======= */
.footer {
  background-color: #1b1b1b;
}
.footer-logo {
  width: 130px;
  margin-bottom: 15px;
}
.footer-logo h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.25em;

}
.footer-logo h2 span {
  color: #f5b754;
}
.footer .widget .widget-title {
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
/* first footer */
.first-footer {
  padding: 90px 0 0 0;
}
/* footer icon */
.icon-footer {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: #f5b754;
  color: #1b1b1b;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5b754;
  border-radius: 100%;
}
.icon-footer i {
  width: 100%;
  text-align: center;
}
/* footer link */
.links.dark {
  background-color: transparent;
  border: 1px solid #222;
  box-shadow: none;
  border-radius: 0px;
}
.links.dark.footer-contact-links {
  display: block;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}
.footer-contact-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1032px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-contact-links-divider {
  width: 1px;
  min-height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #222;
}
.footer-contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b1b1b;
  text-decoration: none;
  margin-bottom: 10px;
}
.image-wrapper.footer-contact-link-icon {
  margin-right: 15px;
}
.footer-contact-link-wrapper h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 700;
}
.footer-contact-link-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0px;
}
/* second footer */
.second-footer {
  border-bottom: 1px solid #222;
}
.second-footer .widget-area .widget {
  padding: 45px 0;
}
.second-footer .widget-area .widget p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
/* usefull links */
.footer .usful-links ul {
  margin: 0;
  padding: 0;
}
.footer .usful-links ul li {
  margin-bottom: 5px;
}
.footer .usful-links ul li:hover {
  color: #f5b754;
}
.footer .usful-links ul li i {
  font-size: 7px;
  margin-right: 3px;
}
.footer .usful-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 15px;
}

.footer .usful-links ul li a:hover {
  color: #f5b754;
}
/* bottom footer */
.copyright {
  padding-top: 40px;
  padding-bottom: 40px;
}
.copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.copyright p a {
  background: linear-gradient(to bottom, #f5b754 0%, #f5b754 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  color: #fff;
  text-decoration: none;
  transition: background-size .2s;
}
.copyright p a:hover {
  color: #fff;
}
/* social icons */
.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  background: transparent;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  margin-right: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border: 1px solid #f5b754;
  border-radius: 100%;
}
.social-icons li:hover {
  background: #f5b754;
  color: #1b1b1b;
}
/* newsletter */
.widget-newsletter {
  position: relative;
}
.widget-newsletter input {
  height: 60px;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #fff;
  outline: none;
  padding: 0 90px 0 20px;
  border: 1px solid #f5b754;
  border-radius: 30px;
}
.widget-newsletter button {
  height: 50px;
  width: 50px;
  border: none;
  background: #f5b754;
  font-size: 14px;
  font-weight: 700;
  color: #1b1b1b;
  outline: none;
  padding: 0px 16px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  line-height: 55px;
  outline: none;
  transform: rotate(0);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.widget-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}




/* ======= Cars 1 style ======= */
.cars1 {
  position: relative;
}
.cars1 .cars1-carousel {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.cars1 .cars1-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}
.cars1 .item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.cars1 .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  
      width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.cars1 .item:hover img {
  transform: scale(1.05);
}
.cars1 .item .con {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 30px 25px;
  margin-top: -55px;
  margin-left: 25px;
  margin-right: 25px;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 2;
  visibility: visible;
  opacity: 0;
  border-radius: 20px;
}
.cars1 .item .con.opacity-1 { 
  opacity: 0;
}
.cars1 .item .con.active{
  visibility: visible;
  opacity: 1;
}
.cars1 .item .con .title,
.cars1 .item .con .title a {
  font-family: 'Outfit', sans-serif;
  font-size: 21px;
  margin-bottom: 0px;
  color: #1b1b1b;
  font-weight: 700;
  line-height: 1.2em;
  transition: all 500ms ease;
}
.cars1 .item .con .details {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
  margin-right: 10px;
  transition: all 500ms ease;
}
.cars1 .item .con .details span {
  margin-right: 10px;
}
.cars1 .item .con .details span i {
  color: #f5b754;
  margin-right: 2px;
  font-style: normal;
}
/* book */
.cars1 .item .con .book {
  text-align: -webkit-right;
  margin-top: 1px;
}
.cars1 .item .con .book .btn {
  margin: 0;
  background: #f5b754;
  padding: 14px 21px;
  color: #1b1b1b;
  border: 1px solid #f5b754;
  border-radius: 30px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.cars1 .item .con .book .btn:hover {
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  color: #fff;
}
.cars1 .item .con .book > div {
  display: inline-block;
  vertical-align: middle;
}
.cars1 .item .con .book > div:nth-child(2) {
  padding-left: 15px;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.2em;
}
.cars1 .item .con .book > div > span {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
}
.cars1 .item .con .book .car-price {
  font-family: 'raleway', sans-serif;
  font-size: 21px;
  line-height: 1.2em;
  color: #f5b754;
  font-weight: 700;
}
