:root {
  --color-primary: #0b0a12;
  --color-secondary: #fff;
}

html {
  font-size: 16px;
}

body {
  background-color: #fcfcfc;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: var(--color-primary) !important;
  margin: auto;
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
}

li {
  font-size: 0.875rem;
  font-weight: 400;
  color: #f4f4f4;
  list-style: none;
  text-decoration: none;
}

a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400 !important;
  color: var(--color-primary) !important;
}

h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

p {
  font-size: 1.25rem;
  margin-bottom: 0rem;
}

span {
  font-size: 1rem;
}

ul {
  list-style-type: none;
  padding: 0;
}

label {
  font-weight: 600;
  font-size: 0.875rem;
}

input[type="number"] {
  overflow: hidden !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.btn-primary,
.btn-outline-primary,
.btn-secondary {
  font-size: 1rem;
  text-align: center;
  padding: 0.45rem 0.95rem;
  font-weight: 500;
  border-radius: 8px;
}

.btn-primary {
  background-color: var(--color-primary);
  border: 2px solid #bfa37c;
}

.btn-outline-primary {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-secondary);
}

.btn-secondary {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  margin-top: 1.5rem;
}

.btn:hover,
.btn:focus-visible,
.btn-check:focus+.btn,
.btn:focus,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: none;
  transition: 0.5s ease-in-out;
}

.btn:hover.btn-primary,
.btn:focus-visible.btn-primary,
.btn-check:focus+.btn.btn-primary,
.btn:focus.btn-primary,
.btn:first-child:active.btn-primary,
:not(.btn-check)+.btn:active.btn-primary,
.btn:hover.btn-outline-primary,
.btn:focus-visible.btn-outline-primary,
.btn-check:focus+.btn.btn-outline-primary,
.btn:focus.btn-outline-primary,
.btn:first-child:active.btn-outline-primary,
:not(.btn-check)+.btn:active.btn-outline-primary {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  text-decoration: none;
}

.btn:hover.btn-primary,
.btn:focus-visible.btn-primary,
.btn-check:focus+.btn.btn-primary,
.btn:focus.btn-primary,
.btn:first-child:active.btn-primary,
:not(.btn-check)+.btn:active.btn-primary {
  border: 2px solid #bfa37c;
}

.btn:hover.btn-outline-primary,
.btn:focus-visible.btn-outline-primary,
.btn-check:focus+.btn.btn-outline-primary,
.btn:focus.btn-outline-primary,
.btn:first-child:active.btn-outline-primary,
:not(.btn-check)+.btn:active.btn-outline-primary {
  border: 1px solid var(--color-primary);
}

.btn:hover.btn-secondary,
.btn:focus-visible.btn-secondary,
.btn-check:focus+.btn.btn-secondary,
.btn:focus.btn-secondary,
.btn:first-child:active.btn-secondary,
:not(.btn-check)+.btn:active.btn-secondary {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.form-control,
.form-select {
  background-color: var(--color-secondary);
  padding: 0.75rem;
  border: 1.5px solid #d0d5dd;
  border-radius: 4px;
  width: 100%;
  color: #667085;
}

.form-control:focus,
.form-select:focus {
  background-color: var(--color-secondary);
  border-color: #D0D5DD;
  box-shadow: none;
  color: var(--color-white);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border: none;
  box-shadow: none;
}

.form-control::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: #667085;
}

.form-select::placeholder {
  font-size: 0.875rem;
  color: #919191;
}

.form-control,
.form-select {
  margin-top: 0.5rem;

}

.form-check-input {
  background-color: transparent;
}

.form-check-input:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-white);
}

/* header */
.navbar-nav {
  margin-left: 0rem !important;
}

.navbar {
  padding: 1rem 0;
  position: relative;
}

.navbar .navbar-toggler {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0.5rem;
}

.navbar .nav-link {
  padding-bottom: 0;
  margin-bottom: 1rem;
  font-size: 1rem!important;
  display: flex;
  justify-content: center;
  color: var(--color-secondary) !important;
}

.navbar .navbar-collapse {
  position: absolute;
  right: 30%;
  top: 7rem;
}

.header-text {
  background-color: #BFA37C;
  color: var(--color-secondary);
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1rem;
}

.header-block-custom {
  background-color: #1b2223;
  border-radius: 7rem 0 0 0;
  padding: 7rem 1rem 1rem 1rem;
}

.header-form {
  background-color: var(--color-secondary);
  border-radius: 12px;
  max-width: 370px;
  width: 100%;
  margin: 5rem 0 1rem auto;
}

.header-form form {
  padding: 1.5rem 2rem 2rem 2rem;
}

.header-form h6 {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #DFDFE3;
  padding: 2rem;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 0;
}

.header-form .form .btn-outline-primary {
  width: 100%;
}

.header-img img {
  max-width: 700px !important;
  display: none;
}

/* about */
.about {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.about .row {
  justify-content: center;
}

.about .card .card-title {
  border-radius: 50%;
  background-color: #eeecfe;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 2rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.about .card .card-title-reserv {
  background-color: #fef6e0;
}

.about .card .card-title-divertissment {
  background-color: #e8f6f8;
}

.about .card .card-title-secure {
  background-color: #e7f8f3;
}

.about .card .card-title-conducteur {
  background-color: #f5f5f6;
}

.about .card .card-title-vehicle {
  background-color: #fbeaec;
}

.about .card {
  border: none;
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15);
}

.about .card .card-body {
  padding: 1.5rem;
}

.about .card-text {
  color: #747579;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.about .card .card-subtitle {
  margin: 0 0 0.75rem 0;
  font-size: 1.25rem;
  color: #0b0a12;
}

/* start */
.start {
  background-color: #1b2223;
  background-image: url(images/Mask-group.svg);
  background-repeat: no-repeat;
  padding: 3.75rem 0;
  margin-top: 2rem;
}

.start .container {
  color: #fff;
}

.start h2 {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.start h6{
  font-weight: 400!important;
  margin: 0.75rem 0 1.5rem 0;
  color: #b9bbbc!important;
  font-size: 0.65rem;
}

.start .start-btn {
  text-align: center;
}
 
.start .start-btn .btn {
  margin-top: 0;
}

/* faq */
.faq-home {
  background-image: url(images/faq-bg.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

.faq {
  padding: 6rem 0;
}

.faq .accordion-button {
  background-color: #f5f5f6;
  color: var(--color-primary);
}

.faq .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.faq .accordion-item {
  margin-bottom: 1rem;
  border: none;
  border-radius: 8px;
  background-color: transparent;
}

.faq .accordion-button {
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 1rem;
}

.faq .accordion-item:first-of-type .accordion-button {
  border-radius: 8px;
  border: none;
}

.faq .accordion-item:last-of-type .accordion-button {
  border-radius: 8px;
  border: none;
}

.accordion-button::after {
  background-image: url(images/icon-add.svg);
  background-size: 10px 10px;
  background-position: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(images/icon-open.svg);
  background-size: 10px 10px;
  background-position: center;
}

.faq .accordion-body {
  padding: 1rem 0;
  color: #747579!important;
  font-size: 1rem;
  font-weight: 400;
}

/* patner */
.slick-prev, .slick-next {
  display: none!important;
}

/* reservation */
.reservation {
  margin: 6rem 0;
}

.reservation .reservation-title {
  padding: 1rem;
  text-align: center;
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

.reservation .reservation-block {
  padding: 2.25rem;
  border: 1px solid #DFDFE3;
  background-color: var(--color-secondary);
}

.reservation h6 {
  color: var(--color-primary);
  font-weight: 700;
}

.reservation h5 {
  color: #0b0a1280;
  font-weight: 700;
}

.reservation span {
  color: #667085;
  font-size: 1rem;
}

.reservation td {
  color: #667085;
}

.reservation th {
  color: #bfa37c;
}

.reservation .table {
  border: 1px solid var(--color-primary) !important;
}

.reservation .reservation-table {
  margin-bottom: 10rem;
}

/* catalogue */

.catalogue .card{
  border: none;
  border-radius: 0;
}
.catalogue .card-body {
  text-align: center;
  padding: 0;
  background-color: #f5f5f5;
}

.catalogue .card-body .card-description {
  text-align: center;
  padding: 0rem 2rem 2rem ;
}

.catalogue .card-body .card-content .card-text {
  border-right: 1px solid #71717a;
  margin-right: 0.5rem;
  padding-right: 0.5rem;

}

.catalogue .card-body p{
  font-size: 0.875rem;
  color: #71717A;
}

.catalogue .card-body .card-content{
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}

.catalogue h2{
  margin-bottom: 4rem;
}

/* contact */
.contact {
  margin: 6rem 0;
}

.contact span {
  font-size: 0.875rem;
  color: #a2a9b0;
}

.contact .contact-text h2 {
  margin-bottom: 3.5rem;
}

.contact form {
  margin-top: 2.5rem;
}

/* register */
.register {
  margin: 6rem 0;
}

.register .register-block {
  background-color: var(--color-secondary);
  padding: 4rem;
}

.register-block-link a {
  color: #bfa37c !important;
  text-decoration: none;
  font-weight: 600 !important;
}

.register .register-block span {
  font-weight: 600 !important;
  font-size: 0.875rem;
}

/* .login */
.login .auth-bg {
  background-color: #8c8b89cc;
  text-align: center;
  padding: 10.5rem 0;
}

.login .auth-bg .auth-title {
  margin: 6rem 0 0rem;
}

.login .auth-bg span{
  color: #cfd1d1;
  font-weight: 400;
}
.login .auth-bg h4{
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.login .auth-bg .slick-dots li{
  margin: 0;
}

.login .auth-bg .slick-dots {
bottom: -80px;
}

.login .auth-bg .slick-prev, .slick-next {
  display: none!important;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

.slick-dots li button:before {
  font-size: 10px;
  opacity: 20%;
  color: var(--color-secondary);
}

.login .auth-form{
  padding: 5.5rem 0 4.5rem;
}

.login .auth-form .form-check-label{
  font-weight: 400;
  font-size: 1rem;
}

.login .auth-form label{
  font-weight: 600;
  font-size: 1.125rem;
}

.login .auth-form .form-required{
  font-weight: 500;
  font-size: 1.125rem;
  color: #e8112d;
}

.login form{
  margin-top: 3rem;
}

.login h2{
  margin-bottom: 3rem;
  font-weight: 600;
}

.login span{
  color: #747579;
  font-size: 1rem;
  font-weight: 500;
}

.login .form-control{
  margin-top: 0.75rem;
}

.login .form-check{
  display: flex;
  align-items: center;
  margin: 1.5rem 0 2rem;
}

.register-block-link span{
  font-size: 1rem;
  font-weight: 400;
  color: #222222;
}

/* footer */
.footer {
  background-color: #000;
  color: #f4f4f4;
  margin-top: 6rem;
  padding: 2rem 0 1rem 0;
}

.footer-link {
  border-bottom: 1px solid var(--color-secondary);
}

.footer .footer-link .form-control {
  border-radius: 0;
  background-color: transparent;
  margin-top: 0;
}

.footer .footer-link .btn-secondary {
  margin-top: 0;
  border-radius: 0;
}

.footer h6 {
  font-weight: 700;
}

.footer .footer-link .btn-secondary {
  border: none;
  padding-bottom: 0.56rem !important;
}

.footer span {
  font-size: 1rem;
  font-weight: 400;
  color: #b9bbbc;
}

.footer .footer-link .form-control::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.copyright .container {
  padding-top: 1rem;
}

.copyright span{
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

.footer .footer-list {
  display: flex;
}

.footer .footer-list .footer-list-item {
  margin: 0rem 1.5rem;
}

.e-input-group-icon.e-date-icon::before, *.e-control-wrapper .e-input-group-icon.e-date-icon::before {
  content: "\e901";
  font-family: "e-icons";
}

.e-input-group:not(.e-filled) .e-input-group-icon::after, .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after  {
  background: #bdbdbd;
  border-radius: 100%;
  content: "";
  display: block;
  filter: alpha(opacity = 75);
  height: 50%;
  left: 25%;
  opacity: 0.75;
  position: absolute;
  top: 25%;
  transform: scale(0);
  width: 50%;
}

@media (max-width:575.98px) {}

/* Small devices (landscape phones, 576px, up to 768px) */
@media (min-width: 576px) {
  .header-block-custom {
    background-color: #1b2223;
    border-radius: 7rem 0 0 0;
    padding: 7rem 1rem 1rem 3rem;
  }
  
  .header-form {
    margin: 1rem 0 1rem auto;
  }

  
}

/* Medium devices (tablets, 768px, up to 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: 3rem;
    font-weight: 700;
  }

  .navbar-nav {
    margin-left: 0rem;
  }
  .header-block-custom::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background-image: url(images/bg-header.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header-block-custom::after {
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background-color: #1b2223;
  }

  .header-form {
    margin: 1.5rem 0 3rem auto;
  }

  .header-block-custom {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  .navbar .navbar-collapse {
    position: absolute;
    right: 55%;
    top: 7rem;
  }
  
  .catalogue .card-body .card-description {
    text-align: center;
    padding: 0rem 0.5rem 2rem ;
  }

  .footer .footer-list {
    display: block;
  }

  .footer .footer-list .footer-list-item {
    margin: 1.5rem 0;
  }

}

@media (min-width: 992px) {
  h2 {
    font-size: 3rem;
    font-weight: 700;
  }

  .navbar-nav .nav-item {
    margin-left: 1.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

  .navbar-nav .nav-item-reservation {
    margin-left: 9rem;
  }

  .navbar .nav-link-contact {
    margin-left: 0rem;
  }

  .navbar .nav-link {
    background-color: transparent;
    color: var(--color-primary) !important;
    padding: 0rem;
    margin-bottom: 0;
  }

  .navbar .navbar-collapse-btn {
    margin-top: 0rem;
  }

  .navbar .navbar-collapse {
    position: inherit;
    right: auto;
    top: auto;
  }

  .header-img img {
    display: block;
  }

  .header-block-custom {
    display: flex;
    background-color: transparent!important;
    border-radius: 0!important;
    padding: 0!important;
  }

  .header-block-custom::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background-image: url(images/bg-header.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header-form {
    margin: 1.5rem 0 3rem auto!important;
  }

  .start h2 {
    font-size: 2.15rem;
  }

  .start h6{
    font-weight: 400!important;
    margin: 0.75rem 0 1.5rem 0;
    color: #b9bbbc!important;
    font-size: 1rem;
  }

  .footer .footer-list {
    display: block;
  }

  .footer .footer-list .footer-list-item {
    margin: 1.5rem 0;
  }
}

/* Large devices (desktops, 992px, up to 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* X-Large devices (large desktops, 1200px, up to 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .footer span {
    font-size: 1.15rem;
  }

  .start .start-bg-elipse1 {
    background-position: 86%!important;
  }
  
  .start .start-bg-elipse2 {
    background-position: 96%!important;
  }
}