:root {
    --font-primary: 'Ubuntu Condensed', sans-serif;
    --font-heading: 'Ubuntu Condensed', serif;
    --bleker-blue: #05213E;
    --bleker-green: #A1B33B;
    --bleker-grey: #F8F8F8;
    --bleker-lightblue: #02B1EC;
    --bleker-darkblue: #002853;
    --bleker-gradient-blue: linear-gradient(135deg, #1e5799 0%,#004b9c 19%,#002853 51%,#002853 100%);
  }

  body {
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: var(--font-heading);
  }
  a{
    text-decoration: none;
    color: var(--bleker-lightblue);
  }
  .bg-bleker-grey{
    background: var(--bleker-grey);
  }
  .bg-bleker-blue{
    background: var(--bleker-blue);
  }
  .bg-bleker-green{
    background: var(--bleker-green);
  }
  .bg-bleker-lightblue{
    background: var(--bleker-lightblue);
  }
  .bg-bleker-darkblue{
    background: var(--bleker-darkblue);
  }
  .bg-bleker-gradient-blue{
    background: var(--bleker-gradient-blue);
  }
  .text-bleker-blue{
    color: var(--bleker-blue);
  }
  .text-bleker-grey{
    color: var(--bleker-grey);
  }
  .text-bleker-lightblue{
    color: var(--bleker-lightblue);
  }
  .text-bleker-darkblue{
    color: var(--bleker-darkblue);
  }
  .text-bleker-green{
    color: var(--bleker-green);
  }
  .text-bold{
    font-weight: 700;
  }
  .rounded-custom {
    border-top-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .rounded-25-top{
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
  .leading-54 {
    line-height: 54px;
  }
  ul li a:hover{
    text-decoration: underline;
  }
  .bg-img-competition{
    background: url(../../images/bleker-bleker-fan.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .h-650{
    height: 650px;
  }
  .h-700{
    height: 700px;
  }
  .h-800{
    height: 800px;
  }
  /* form elements*/
  input,
  textarea,
  select {
    border-radius: 0 !important;
    background: var(--bleker-grey) !important;
    border: var(--bleker-darkblue);
}
input:focus,
textarea:focus {
  color: var(--bleker-blue) !important;
  background-color: var(--bleker-grey) !important;
  border-color: var(--bleker-grey) !important;
}
select{
    font-size: 14px !important;
}
  /* Modal */

.modal-content{
  border-radius: 0;
}
.modal-header{
  border-bottom: 0;
}
.btn-close-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 50%;
  background: var(--bleker-darkblue);
  border: 2px solid #ffffff;
  color: #fff;
}
.btn-close-custom i {
  font-size: 17px;
}
.info-tooltip {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 5px !important;
}
.-mb-2 {
  margin-bottom: -2px;
}
.h-custom-100{
  height: 100px;
}
.vehicle-offer-equipment {
  display: none; 
  position: absolute;
  overflow-y: scroll;
  scrollbar-color: white var(--bleker-green);
  scrollbar-width: thin;
}
.-mt-18 {
  margin-top: -18px;
}
.-mt-26 {
    margin-top: -26px;
  }
ul {
  padding-left: 20px!important;
}
.rotating-icon {
  display: inline-block;
  transition: transform 1s linear;
}
.head-banner{
  background: url(../../images/bg-head-banner.jpg);
}
.bg-grey-dots{
  background: url(../../images/demo-bg.png);
}
.bg-football{
  background: url(../../images/bg-football.jpg);
}
.vehicle-offer-container .vehicle-offer-image {
  height: 265px;
}
.vehicle-offer-container .vehicle-offer-image img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* Flipdown */

.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: var(--bleker-grey) !important;
  background-color: var(--bleker-blue) !important;
}
.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
  background-color: var(--bleker-blue) !important;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: var(--bleker-darkblue) !important;
  text-transform: uppercase;
}
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: var(--bleker-darkblue) !important;
}
.rotate-355{
  transform: rotate(355deg);
}
/* Scroll-based fade-in Animation */
.css-fade-in {
	animation: fade-in linear;
	animation-timeline: view(90vh 0); 
}

@keyframes fade-in {
    from { scale: .3; opacity: 0; transform: translateY(20vh) }
	to { scale: 1; opacity: 1; transform: translateY(0vh) }
}

.border-top-4{
    border-top: solid 4px var(--bleker-green);
}
.border-bottom-4{
    border-bottom: solid 4px var(--bleker-green);
}
.monthDeal{
    background: url(../../images/badge-month.png);
    height: 200px;
    width: 200px;
    position: absolute;
    margin-top: -74px;
}