/********** Template CSS **********/
:root {
    --primary: #f29400;
    --light: #fbfbda;
    --dark: #111111;
    --keskgroen: #f2ba4b;
    --keskrood: #ed1b24;
    --keskgeel: #f6ee31;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

body{font-family: "Raleway", sans-serif; font-variant-numeric: lining-nums; font-size:16px; font-weight:300; }
h1{font-family: "Raleway", sans-serif; font-weight:300; text-align:center;}
h2{font-family: "Raleway", sans-serif; font-weight:300; color: var(--keskgroen);}
h3{font-family: "Raleway", sans-serif; font-weight:300; color: var(--keskgroen);}
h4{font-family: "Raleway", sans-serif; font-weight:300; }
h5{font-family: "Raleway", sans-serif; font-weight:300; }
h6{font-family: "Raleway", sans-serif; font-weight:300; }
    
    
.sppb-title-heading:after {
  content: '';
  display: block;
  margin: 30px auto 15px;
  background-color: #f39200 !important;
  height: 1px;
  width: 105px;
    }

.font-secondary {
    font-family: 'Arial', cursive;
}

.p-5bis{padding-left:3rem !important}

/*** Navbar ***/
/*** Navbar ***/
.navbar {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 28px 18px;
    color: var(--dark);
    font-weight: 600;
    letter-spacing: .3px;
    transition: color .3s ease;
    outline: none;
}

/* Groene lijn onder het menu-item */
.navbar .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 18px;
    height: 3px;
    background: var(--keskgroen);
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s ease;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--keskdonker);
}

.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav .nav-link.active::before {
    transform: scaleX(1);
}

/* Sticky navbar */
.navbar.sticky-top {
    top: -100px;
    transition: top .5s ease, box-shadow .3s ease;
}

/* Font Awesome dropdown-pijltje */
.navbar .dropdown-toggle::after {
    display: inline-block;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .8rem;
    vertical-align: middle;
    margin-left: 6px;
    transition: transform .3s ease, color .3s ease;
}

/* Pijltje mee laten verkleuren */
.navbar .nav-item:hover .dropdown-toggle::after,
.navbar .dropdown-toggle[aria-expanded="true"]::after {
    color: var(--keskdonker);
}

/* Pijltje draaien als menu open is */
.navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--keskgroen);
    background: transparent;
    border: 1px solid var(--keskgroen);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--keskgroen);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.polaroid {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin:10px 0px 10px 0px;
  padding-top:10px;
  padding-bottom:10px;
}
.polaroid {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.container-fluid h2{
    font-weight:700;
    margin-bottom:10px;
}

.container-fluid p{
    font-size:1.15rem;
    line-height:1.5;
}
div.polaroid {
  width: 100%;
   -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin:10px 0px 10px 0px;
  padding:10px;
 
}

.limo-card{
    display:block;
    width:100%;
    height:100%;
    background:#fff;
    text-decoration:none;
    color:#222;
    overflow:hidden;

    box-shadow:0 4px 15px rgba(0,0,0,.15);

    transition:
        transform .25s,
        box-shadow .25s,
        filter .25s;
}

/* Hover */

.limo-card:hover{

    filter:brightness(.88);

    box-shadow:
        0 15px 35px rgba(0,0,0,.35);

    transform:translateY(-4px);
}

/* Afbeelding */

.limo-image{
    position:relative;
}

.limo-image img{
    width:100%;
    display:block;
}

/* Zwarte balk */

.limo-title{

    position:absolute;

    right:0;
    bottom:-20px;

    background:rgba(35,35,35,.92);

    color:#fff;

    padding:14px 30px;

    font-size:28px;
    font-weight:bold;

    letter-spacing:1px;
}
/* Smartphone */
@media (max-width: 767px) {
    .limo-title{

        position:absolute;

        right:0;
        bottom:-20px;

        background:rgba(35,35,35,.92);

        color:#fff;

        padding:5px 5px;

        font-size:12px;
        font-weight:bold;

        letter-spacing:1px;
    }
}
/* Onderste gedeelte */

.limo-footer{

    padding:22px;
}

/* Groene knop */

.limo-button{

    display:inline-block;

    background:#f2ba4b;

    color:#fff;

    padding:14px 28px;

    border-radius:4px;

    font-size:18px;

    transition:.25s;
}

.limo-card:hover .limo-button{

    background:#bc923e;
}
/* ===========================================
   HERO
=========================================== */

#heroSlider,
#heroSlider .carousel-inner,
#heroSlider .carousel-item{

    width:100%;
    aspect-ratio:1600 / 650;
    max-height:650px;
}


/* ===========================================
   HERO
=========================================== */

.wagenpark-hero {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.wagenpark-hero img {
    width: 100%;
    display: block;

    /* startpositie rechts */
    transform: translateX(100%);
    animation: slideInImage 1.5s ease-out forwards;
}


@keyframes slideInImage {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}


.wagenpark-title {
    display: block;
    transform: translate(-150%, -50%);

    color: white;
    
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    z-index: 2;
    text-shadow: 0 3px 10px rgba(0,0,0,.8);

    opacity: 0;
    animation: slideInText 1.2s ease-out 0.8s forwards;
}


    
@keyframes slideInText {
    from {
        transform: translate(-150%, -50%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}
.wagenpark-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}




.wagenpark-subtitle {
    display: block;
    color: white;
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    text-shadow: 0 3px 10px rgba(0,0,0,.8);
     opacity: 0;
    animation: slideInText 1.2s ease-out 0.8s forwards;
}

/* ===========================================
   PIJLEN
=========================================== */

.carousel-control-prev-icon,
.carousel-control-next-icon{

    width:55px;
    height:55px;
}

/* ===========================================
   MOBIEL
=========================================== */

@media (max-width:992px){

    .hero-content h1{
        font-size:2.8rem;
    }

    .hero-content p{
        font-size:1.15rem;
    }

    .btn-gold{
        padding:14px 28px;
        font-size:1rem;
    }

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

    .hero-content{
        width:90%;
    }

    .hero-content h1{
        font-size:2rem;
        margin-bottom:10px;
    }

    .hero-content p{
        font-size:1rem;
        margin-bottom:20px;
    }

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

    .hero-content h1{
        font-size:1.5rem;
    }

    .hero-content p{
        display:none;
    }

    .btn-gold{
        padding:10px 22px;
        font-size:.95rem;
    }

}


/* ===========================================
   FOTO
=========================================== */

.hero-image{

    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center center;
}

/* ===========================================
   KEN BURNS
=========================================== */

@keyframes kenburns{

    from{

        transform:scale(1);
    }

    to{

        transform:scale(1.10);
    }

}

/* ===========================================
   OVERLAY
=========================================== */

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
}


/* ===========================================
   TEKST
=========================================== */

.hero-content{

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:90%;
    max-width:900px;

    color:white;

    text-align:center;

    z-index:10;
}

.hero-content h1{

    color:#fff;

    font-size:4rem;

    font-weight:700;

    margin-bottom:20px;

    text-shadow:0 5px 20px rgba(0,0,0,.5);
}

.hero-content p{
    color:#fff;
    font-size:1.45rem;
    text-shadow:0 3px 10px rgba(0,0,0,.5);
}
    
/* ===========================================
   GOUDEN KNOP
=========================================== */

.btn-gold{

    display: inline-block;
    margin-top: 20px;
    padding: 10px 18px;
    background: #bc923e;
    border-radius: 30px;
    backdrop-filter: blur(4px);
    font-size: 1.1rem;
    font-weight: 600;
    color:white;
    transition:.35s;
    text-shadow:0 3px 10px rgba(0,0,0,.5);
}

.btn-gold:hover{

    background:#d5aa53;

    color:white;

    transform:translateY(-3px);

    box-shadow:0 12px 25px rgba(0,0,0,.35);
}

/* ===========================================
   PIJLEN
=========================================== */

.carousel-control-prev-icon,
.carousel-control-next-icon{

    width:55px;
    height:55px;
}

/* ===========================================
   MOBIEL
=========================================== */

@media (max-width:992px){

    .hero-content h1{
        font-size:2.8rem;
    }

    .hero-content p{
        font-size:1.15rem;
    }

    .btn-gold{
        padding:14px 28px;
        font-size:1rem;
    }

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

    .hero-content{
        width:90%;
    }

    .hero-content h1{
        font-size:2rem;
        margin-bottom:10px;
    }

    .hero-content p{
        font-size:1rem;
        margin-bottom:20px;
    }

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

    .hero-content h1{
        font-size:1.5rem;
    }

    .hero-content p{
        display:none;
    }

    .btn-gold{
        padding:10px 22px;
        font-size:.95rem;
    }

}


.gallery_sec img{
  width:100%;
  margin-bottom:30px;
  
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}