@font-face {
  font-family: "Urbanist";
  src:
    url("../webfonts/urbanist/Urbanist-Black.woff2") format("woff2"),
    url("../webfonts/urbanist/Urbanist-Black.woff") format("woff");
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src:
    url("../webfonts/urbanist/Urbanist-ExtraBold.woff2") format("woff2"),
    url("../webfonts/urbanist/Urbanist-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src:
    url("../webfonts/urbanist/Urbanist-Bold.woff2") format("woff2"),
    url("../webfonts/urbanist/Urbanist-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src:
    url("../webfonts/urbanist/Urbanist-SemiBold.woff2") format("woff2"),
    url("../webfonts/urbanist/Urbanist-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src:
    url("../webfonts/urbanist/Urbanist-Medium.woff2") format("woff2"),
    url("../webfonts/urbanist/Urbanist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src:
    url("../webfonts/urbanist/Urbanist-Regular.woff2") format("woff2"),
    url("../webfonts/urbanist/Urbanist-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Impact Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Impact Regular"),
    url("../webfonts/impact/impact.woff") format("woff");
}

@font-face {
  font-family: "Impact Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Impact Regular"),
    url("../webfonts/impact/unicode.impact.woff") format("woff");
}

@font-face {
  font-family: "Impacted Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Impacted Regular"),
    url("../webfonts/impact/Impacted.woff") format("woff");
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  background-color: #ffffff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.wow {
  visibility: hidden;
}

a,
button,
.btn {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a {
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0 !important;
}

.owl-carousel .owl-item img {
  width: auto;
}

.mxcontainer {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.mxcontainer2 {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

/*  */

/* banner */
.banner {
  padding: 40px;
  height: 100dvh;
  background: #000;
  font-family: "Impact Regular";
  flex-direction: column;
  display: flex;
  justify-content: center;
  background: url("../images/banner.webp") center center;
  background-size: cover;
  min-height: 760px;
}

.banner h1 {
  color: #fff;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.banner h1 span {
  font-size: 40px;
}

.banner h1 label {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-style: italic;
}

.banner h1 div {
  position: relative;
  margin-top: -30px;
}

.banner .btn {
  font-family: "Oswald", sans-serif;
  width: 315px;
  height: 50px;
  display: inline-flex;
  margin: 25px 0 0 0;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  font-size: 21px;
  border-radius: 26px;
  background: #e3b021;
  line-height: 1;
  font-weight: 500;
}

.banner .btn:hover {
  background: #fff;
  color: #000;
}

/* Section 2 */
.sec-2 {
  padding: 220px 0;
  background: url('../images/car.webp') bottom right no-repeat;
  background-size: cover;
  position: relative;
  
  /* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 65.38%),
  linear-gradient(180deg, #000000 16.01%, rgba(0, 0, 0, 0) 66.87%); */
}
.sec-2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 65.38%),
  linear-gradient(180deg, #000000 16.01%, rgba(0, 0, 0, 0) 66.87%);
  width: 100%;
  height: 100%;
}

.sec-2 .cell-wrap {
  max-width: 900px;
  position: relative;
  z-index: 1;
}
.sec-2 .row-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 43px;
  margin-bottom: 20px;
}

.sec-2 h2 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 0 0;
  white-space: nowrap;
}

.sec-2 h2 span {
  color: #E3B021;
  font-weight: 800;
  letter-spacing: -1.5px;
  display: block;
}

.sec-2 p {
  font-size: 30px;
  color: #fff;
  line-height: 115%;
  margin: 0 0 20px 0;
}

/* Driving experiences */
.driving-experiences {}

.driving-experiences .img-bx {
  position: relative;
}

.driving-experiences .img-bx::after {
  width: 100%;
  height: 200px;
  content: "";
  background: #000000;
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(7, 157, 217, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.driving-experiences .img-bx img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}

.driving-experiences .content-cell {
  position: relative;
  margin-top: -310px;
  padding-top: 120px;
  background: linear-gradient(0deg, #131313 60.1%, rgba(19, 19, 19, 0.00) 100%);
  padding-bottom: 90px;
}

.driving-experiences .content-cell h4 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 58px;
  margin: 0;
  font-size: 60px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

.driving-experiences .content-cell h4 span {
  color: #e3b021;
}

.driving-experiences .content-cell h4 sub {
  bottom: auto;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  margin: 20px auto 0 auto;
  max-width: 500px;
  line-height: normal;
}

.driving-experiences .cell-wrap {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}

.driving-experiences .cell-wrap .cell {
  width: calc((100% - 60px) / 5);
  background: #1f1f1f;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 145px;
  padding: 30px 20px;
}

.driving-experiences .cell-wrap .cell p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-align: center;
  margin: 10px 0 0 0;
}
.driving-experiences .info {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin: 10px 0 0 0;
}


/* Footer */
footer {
  background: #000;
  text-align: center;
  padding: 170px 0 0 0;
}

footer .logo img {
  max-width: 100%;
}
footer .ft-buttons-wrap {
  margin: 90px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

footer .ftbtn-s1 {
  font-family: "Oswald", sans-serif;
  width: 200px;
  height: 52px;
  border: 1px solid #fff;
  display: inline-flex;
  /* margin: 90px auto; */
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  border-radius: 26px;
}
footer .ftbtn-s1:hover {
  border: 1px solid #e3b021;
  background: #e3b021;
  color: #000;
}

footer .back-to-top {
  font-family: "Oswald", sans-serif;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  display: inline-flex;
  /* margin: 90px auto; */
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  border-radius: 26px;
}

footer .back-to-top:hover {
  border: 1px solid #e3b021;
  background: #e3b021;
  color: #000;
}

footer .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 25px 35px 25px;
}

footer .bottom p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

footer .bottom p a {
  color: #fff;
}

footer .bottom p a:hover {
  text-decoration: underline;
}

footer .bottom span {
  margin: 0 20px;
}

/* The itinerary: Start */
.the-itinerary {
  background: #e3b021;
  display: flex;
  flex-direction: row;
  padding: 80px 0 0 40px;
  position: relative;
  /* align-items: flex-start; removed so left and right match heights */
}
.the-itinerary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 7px;
  background: url('../images/yellow-pattern.webp') left top repeat-x;
  z-index: 9;
}
/* .the-itinerary::after {
  width: 100%;
  height: 7px;
  position: absolute;
  content: "";
  bottom: -7px;
  background: url('../images/ptn-1.webp') left top repeat-x;
  z-index: 9;
} */

.the-itinerary .left {
  font-family: "MonumentExtended";
  min-width: 300px;
  /* background: yellow; */
  display: flex;
  flex-direction: column;
  flex: 0 1;
  min-height: 1px;
}

.the-itinerary .left .top-cell {
  width: 100%;
  /* background: green; */
}

.the-itinerary .left .top-cell h3 {
  font-size: 100px;
  font-weight: 800;
  margin: 0;
  color: #000;
  line-height: 1;
}

.the-itinerary .left .top-cell h3 sup {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: normal;
  top: 0;
}

.the-itinerary .left .number-cell {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.the-itinerary .left .number-cell .number-track {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.the-itinerary .left .number-cell .count {
  font-size: 150px;
  color: #000;
  line-height: 150px;
  opacity: 0.3;
  font-weight: 700;
  /* transform: scale(0.7); */
  transform-origin: left center;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  /* height: 150px; */
  /* margin: 0; */
}

.the-itinerary .left .number-cell .count.active {
  opacity: 1;
  font-weight: 900;
  transform: scale(1);
}

.the-itinerary .right {
  flex: 1;
  min-width: 1px;
  padding: 0 0 80px 100px;
  /* background: blue; */
}

.the-itinerary .right .cell {
  display: flex;
  align-items: center;
  gap: 40px;
}

.the-itinerary .right .cell .img-bx {
  min-width: 465px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.the-itinerary .right .cell .img-bx h6 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    display: none;
}
/* Mobile only: show it */
@media (max-width: 768px) {
    .the-itinerary .right .cell .img-bx h6 {
        display: block;
    }
}

.the-itinerary .right .cell .text-bx {
  width: 100%;
  /* background: green; */
}

.the-itinerary .right .cell .text-bx h4 {
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 20px 0;
  color: #000;
  line-height: 1;
  display: flex;
  flex-direction: column;
}

.the-itinerary .right .cell .text-bx h4 sub {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  bottom: 0;
  margin-top: 5px;
}

.the-itinerary .right .cell .text-bx p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1;
}

.the-itinerary .right .cell .text-bx p.last {
  margin-top: 50px;
  line-height: 1.2;
}
.the-itinerary .right .cell .text-bx ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.the-itinerary .right .cell .text-bx ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 4px;
}
.the-itinerary .right .cell .text-bx ul li::after {
  width: 4px;
  height: 4px;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.the-itinerary .right .sopt-now {
  font-family: "Oswald", sans-serif;
  background: #000;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #E3B021;
  padding: 0 50px;
  height: 54px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.the-itinerary .right .sopt-now:hover {
  background: #fff;
  color: #000;
}

.the-itinerary .right .owl-nav {
  width: 35px;
  position: absolute;
  top: 168px;
  left: -85px;
  display: flex;
  gap: 4px;
  flex-direction: column-reverse;
}

.the-itinerary .right .owl-nav .owl-prev,
.the-itinerary .right .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
}

.the-itinerary .right .owl-nav .owl-prev i,
.the-itinerary .right .owl-nav .owl-next i {
  transform: rotate(270deg);
}

.the-itinerary .right .owl-nav .owl-prev:hover,
.the-itinerary .right .owl-nav .owl-next:hover {
  background: #000;
}

.the-itinerary .right .owl-nav .owl-prev:hover i,
.the-itinerary .right .owl-nav .owl-next:hover i {
  color: #fff;
}

/* The itinerary: End */