@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;1,200;1,300&display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
}

:root {
  --cmenu: #6d3b0c;
  --cmenuhover: #b89b5e;
  --bgsubmenuhover: #f8f9fa;
  --bg-white: #fff;
}

figure {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.714em;
}

h3,
h4,
h5 {
  font-family: "Source Sans Pro", sans-serif;
}

h2 {
  color: var(--cmenuhover);
}

.infotop {
  background-color: var(--cmenu);
}

.infotop a {
  color: var(--bg-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

#search-results ul li {
  color: var(--cmenu);
}

#search-results ul li a {
  color: var(--cmenuhover);
  text-decoration: underline;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 5px;
}

.language .dropdown-item {
  color: var(--cmenu);
}

.language .dropdown-item:active {
  background-color: var(--bgsubmenuhover);
}

.btn-language {
  background-color: var(--cmenuhover);
}

.btn-language:hover,
.btn-language:active,
.btn-language:focus {
  border-color: var(--cmenuhover);
  background-color: var(--cmenu) !important;
}

.wrap-search .btn-search {
  width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
  border-radius: 50px;
  font-size: 14px;
}

.wrap-search .form-control {
  border: 1px solid var(--cmenuhover);
  padding: 0.375rem 0.75rem 0.375rem 2rem;
}

.modal.show {
  background-color: #6d3b0c6b;
}

.wrap-search .form-control:focus,
.wrap-search .btn-submit:focus,
.main_form .form-control:focus {
  color: var(--cmenu);
  background-color: var(--bs-body-bg);
  border-color: var(--cmenuhover);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(105 58 4 / 25%);
}

.main_form .btn-submit {
  padding: 10px 15px;
  border: 1px solid;
  background-color: #b89b5e;
  color: var(--bg-white);
  border-radius: 4px;
}

.se_lauguage button {
  background: none;
  border: 1px solid #bfbfbf;
  width: 100%;
  color: var(--bg-white);
  border-radius: 5px;
}

.se_lauguage .dropdown-item:active {
  background-color: var(--bgsubmenuhover);
}

.se_lauguage .dropdown-menu {
  min-width: 4rem;
}

.main_form .btn-submit:focus {
  color: var(--bg-white);
  background-color: var(--cmenu);
  border-color: var(--cmenuhover);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(105 58 4 / 25%);
}

.wrap-search .box-search {
  position: relative;
  width: 100%;
}

.wrap-search .box-search .icon-search {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(-50%, -50%);
  color: var(--cmenuhover);
}

.wrap-search .btn-submit {
  border: 1px solid;
  background-color: #b89b5e;
  color: var(--bg-white);
  padding: 5px 10px;
  border-radius: 4px;
}

.main_form .btn-submit:hover {
  background-color: var(--cmenu);
}

.modal-backdrop {
  z-index: 1;
}

.navbar-nav .nav-item .nav-link {
  color: var(--cmenu);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  position: relative;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.menuactive {
  color: var(--cmenuhover);
}

.navbar {
  box-shadow: inset 0px 0px 10px -5px rgb(59 83 163 / 25%) !important;
}

.btn.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.navbar-nav {
  list-style-type: none;
  padding-left: 0;
}

.header_menu .navbar-nav .nav-item .nav-link {
  /* color: #ffffff;
    background-color: #b89b5e;
    border-radius: 4px;
    transition: background-color 0.3s ease; */
}

.navbar .dropdown-menu.show {
  background-color: #ffffff;
  min-width: 160px;
  width: 100%;
  margin-top: -1px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.navbar .dropdown-menu .nav-item .nav-link {
  padding: 7px 15px;
}

.navbar .dropdown-menu .nav-item .nav-link:hover {
  background-color: var(--bgsubmenuhover);
}

.offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 11px 25px;
}

.offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  background-color: var(--bgsubmenuhover);
}

.offcanvas-body .submenu {
  list-style: none;
  padding-left: 0;
}

.offcanvas-body .submenu .nav-item .nav-link {
  padding-left: 45px;
}

/* #content {
  padding-top: 240px;
} */

.dropdown.language .dropdown-menu.show {
  background-color: #ffffff;
  min-width: 160px;
  inset: 0px 0px auto auto !important;
}

/* ==== home slide ========= */

.single-banner-slide {
  height: 40vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.single-banner-slide span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.single-banner-slide h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
}

.single-banner-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.single-banner-slide p {
  color: #fff;
  font-size: 15px;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.single-banner-slide a {
  color: #000;
  background: #fff;
  padding: 10px 45px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.3s;
}

.single-banner-slide a:hover {
  color: #fff;
  background: #000;
}

.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  transition: 0.3s;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.owl-nav button {
  color: var(--bg-white) !important;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: transparent;
}

@media (min-width: 576px) {
  .single-banner-slide {
    height: 33vh;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 768px) {
  .single-banner-slide {
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 992px) {
  .single-banner-slide {
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 1200px) {
  .single-banner-slide {
    height: 60vh;
    background-repeat: no-repeat;
    background-position: top;
  }
}

@media (min-width: 1400px) {
  .single-banner-slide {
    height: 89vh;
    background-repeat: no-repeat;
    background-position: top;
  }
}

@media (max-width: 575.98px) {
  .modal.show .modal-dialog {
    height: 50vh;
  }

  .single-banner-slide {
    height: 26vh;
  }

  .single-banner-slide h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 48px;
  }

  .single-banner-slide p {
    max-width: 90%;
  }
}

.banner h1 {
  font-size: 50px;
  color: var(--bg-white);
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
}

.banner::after {
  content: "";
  position: absolute;
  background: linear-gradient(#ffffff00, #00000080);
}

.card-item .card {
  position: relative;
  overflow: hidden;
}

.card-item .card img {
  height: 30vh;
  object-fit: cover;
  max-width: 100%;
}

.card-item .card .card-title {
  position: absolute;
  bottom: 35px;
  left: 30px;
}

.card-item .card .card-title h4 {
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: var(--bg-white);
  text-transform: uppercase;
  font-size: 18px;
}

.btn-g {
  color: var(--cmenu);
  transition: all 0.4s ease-in-out;
  background-color: var(--bg-white);
}

.btn-g:hover {
  color: var(--bg-white);

  background-color: var(--cmenu);
}

.about-content,
.car-leasing-content,
.content-page {
  color: var(--cmenu);
  word-spacing: 1px;
  font-size: 17px;
}

.car-leasing-content h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.car-leasing-content ul li {
  margin-bottom: 5px;
}

.about-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-out;
}

.about-content figure {
  overflow: hidden;
}

.about-content figure:hover img {
  transform: scale(1.1);
}

.item-list .image img {
  width: 100%;
  padding: 5px 5px 15px 5px;
  float: left;
}

.bg-footer {
  background-color: #6d3b0c;
}

.img-logo-footer p {
  color: var(--bg-white);
  font-size: 17px;
}

.img-logo-footer img {
  width: 200px;
  margin-bottom: 40px;
}

.link-media-l ul li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #f8f9fa;
  background-color: #6d3b0c;
  margin: 0 2px;
  padding: 9px 13px;
  list-style: none;
}

.link-media-l ul li i {
  font-size: 18px;
}

.add-footer h2 {
  text-align: left;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 59px;
}

.add-footer h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--cmenuhover);
  margin-bottom: 10px;
  margin-top: 15px;
}

.information ul a,
.add-footer a {
  transition: all 0.4s;
}

.information ul a:hover {
  color: var(--cmenuhover);
}

.information ul a {
  color: #fff;
  margin-bottom: 15px;
}

.information ul li {
  margin-bottom: 15px;
}

.add-footer a:hover {
  color: #b89b5e;
}

.add-footer span {
  color: var(--bg-white);
  display: table-cell;
}

.add-footer p i {
  color: var(--cmenuhover);
  display: table-cell;
}

.add-sub {
  padding-left: 10px;
  display: table-cell;
  color: #fff;
  font-size: 15px;
}

.cz-top-footer {
  margin-top: 50px;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  color: var(--cmenuhover);
}

a:hover {
  text-decoration: none;
}
button:disabled,
button[disabled],
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999999;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
}
.alert-success {
  color: #1ca567;
}

.alert-warning {
  color: #ff3838;
  background: #ffcdcd;
  border: 1px solid #ff9c9c;
}
/* ======= media screen ========= */

@media (min-width: 576px) {
  .item-list .image img {
    width: 250px;
    padding: 5px 15px 5px 5px;
  }
}

@media (min-width: 768px) {
  .cz-top-footer {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex;
    justify-content: end;
  }

  .navbar-nav .nav-item .nav-link {
    color: var(--cmenu);
    padding: 24px 15px;
  }

  .navbar .dropdown-menu.show {
    background-color: #ffffff;
    width: 16rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
}

/* ======= responsive ========= */

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  border-radius: 0.375rem;
  background-color: var(--bg-white);
  border: 1px solid var(--cmenu) !important;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--cmenuhover) transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active {
  color: var(--cmenu);
  background-color: var(--bs-body-bg);
  border-color: var(--cmenuhover);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(105 58 4 / 25%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--cmenuhover) transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: var(--cmenuhover);
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: var(--bg-white);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid var(--cmenuhover);
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}

.select-items div {
  color: var(--cmenuhover);
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
