


:root {     
    --base-color: #FFCA03;
    --medium-gray:#151515;
    --dark-gray:#2d2c2b; 
    --nero-gray:#1e1d1d;  
    --light-red: #c8b2ab;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}


body {
font-size: 17px;
line-height: 30px;
}


/*
-------------------------------------------------------------------------
                          LOGO
-------------------------------------------------------------------------
*/

header .navbar-brand img {
max-height:100px!important;
}

/*
-------------------------------------------------------------------------
                          HEADER
-------------------------------------------------------------------------
*/

header .container-fluid {
padding-left: 65px;
padding-right: 65px;
}
.navbar .navbar-nav .nav-link {
font-size: 18px;
}
header .navbar-brand {
padding: 35px 0;
}
header .navbar-brand img {
max-height: 39px;
}

.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
opacity: 1;
color: #000000;
background-color: #FFCA03;
}

/*
-------------------------------------------------------------------------
                          TITLES
-------------------------------------------------------------------------
*/


h1.page-tp-1 {
  font-size: 17px;
  line-height: 20px;
}

h2.page-tp-1 {
  font-size: 17px;
  line-height: 20px;
}

h1, .h1 {
  font-size: 3.438rem;
  line-height: 3.438rem;
}
h2, .h2 {
  font-size: 2.813rem;
  line-height: 3.125rem;
}
h3 {
  font-size: 2.375rem;
  line-height: 2.7rem;
}
h4 {
  font-size: 2rem;
  line-height: 2.2rem;
}
h5 {
  font-size: 1.75rem;
  line-height: 1.95rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

/* swiper slider */ 
.banner-slider .swiper-slide .position-absolute {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1.5s;
    opacity: 0;
}
.banner-slider .swiper-slide.swiper-slide-active .position-absolute {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.fs-34 {
    font-size: 2.125rem;
    line-height: 2.20rem;
}

/*
-------------------------------------------------------------------------
                          LINK
-------------------------------------------------------------------------
*/

link-tp-1 a {
color: #000000; 
text-decoration: none;
border-bottom: 1px solid;
}
link-tp-1 a:hover {
color: #FFCA03;
text-decoration: none;
border-bottom: 1px solid #FFCA03;
}

link-primary a {
color: rgba(255, 202, 3,1);
text-decoration: none;
border-bottom: 1px solid #FFCA03!important;
}

link-primary a:hover {
color: rgba(255, 255, 255,1);
text-decoration: none;
border-bottom: 1px solid #FFCA03!important;
}

.link-primary {
color: rgba(255, 255, 255,1)!important;
-webkit-text-decoration-color: rgba(255, 255, 255,1)!important;
text-decoration-color: rgba(255, 255, 255,1)!important;
}




/* bg color */
.bg-nero-gray {
    background-color: var(--nero-gray);
}
/* bg sliding line */ 
.bg-sliding-line { 
    background-image: linear-gradient(135deg, transparent 45%, #d1b9b2 45%, #d1b9b2 55%, transparent 0);
    background-size: 5px 5px;
}
.bg-sliding-line-dark-gray { 
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}
/* bg color */ 
.bg-base-color-transparent {
    background-color: rgba(239, 211, 203,.6);
}
.border-color-light-red {
    border-color: var(--light-red) !important; 
}
.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.15) !important;
}
/* highlight separator */ 
.highlight-separator[data-shadow-animation] span {
    height: 100px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span img {
    height: 100px;
    width: auto;
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span {
    height: 45px; 
    bottom: -10px;
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span img {
    height: 45px; 
    width: 100%;
}

/* btn */
.btn.btn-hover-animation-switch {
    text-transform: none;
    font-family: var(--primary-font);
}

/* margin */
.mb-minus-50px {
    margin-bottom: -50px;
}
/* right */
.right-minus-40 {
    right: -40%;
}

/* page title extra large */
.page-title-extra-large h1 {
    font-size: 4.8rem;
    line-height: 4.8rem;
}
.extra-very-small-screen {
    height: 180px !important;
}

/* team style */ 
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}
.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
}
.team-style-08.skrollable {
    transition: none !important; 
}

/*
-------------------------------------------------------------------------
                          FOOTER
-------------------------------------------------------------------------
*/

footer {
color: #FFFFFF; 
}

footer a {
color: #FFCA03; 
text-decoration: none;
border-bottom: 1px solid;
}

footer a:hover {
color: #FFFFFF;
text-decoration: none;
border-bottom: 1px solid #000000;
}

.social-icon-style-09 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #000000 !important; /* zwart */
  color: #FFFFFF !important; /* wit icoon */
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 1; /* icoon boven de border */
}

.social-icon-style-09 a:hover {
color: #FFCA03 !important; 
color: rgba(255, 202, 3, 1)!important;
background-color: #FFCA03 !important; 
}

.social-icon-style-09 a i {
  color: inherit !important;
}

.social-icon-style-09 a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #000000; 
  color: rgba(255, 202, 3, 1)!important;
  border-radius: 50%;
  opacity: 1;
  transform: scale(0.8);
  transition: all .5s cubic-bezier(0,0,.2,1);
  z-index: -1; /* border achter icoon */
}

.social-icon-style-09 a:hover:after {
  border-color: #FFCA03; 
  opacity: 1;
  transform: scale(1.3);
}


footer .footer-logo img {
max-height: 100px; 
}

footer .footer-logo a,
footer .footer-logo a:hover {
  border-bottom: none !important;
}

#copyright a {
color: #FFFFFF; 
}

#copyright a:hover, .footer-navbar li a:hover {
color: var(--base-color);
}


.hr-padding {
  border-top: 1px solid black;
  padding-left: 10%;
  padding-right: 10%;
}

/*
-------------------------------------------------------------------------
                          ANIMATIE 
-------------------------------------------------------------------------
*/

.flipInY {
  animation-name: flipInY;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}


/*
-------------------------------------------------------------------------
                          COLORS
-------------------------------------------------------------------------
*/


.text-tp-1, 
.btn-link.text-tp-1,
a.text-tp-1-hover:hover{ 
color: #315442!important; 
color: rgba(0, 75, 32, 1); 
}
.text-tp-2 {
color: #f3f2ee; 
}
.text-tp-3 {
color: #FFCA03;
color: rgba(255, 202, 3, 1); 
}
.highlight {
padding: 10px 10px 10px 20px;
color: #000000;  
border-left: 5px solid #FFCA03;
}


.bg-tp-1 { 
background-color: #315442;
}
.bg-tp-2 { 
background-color: #f3f2ee;
}
.bg-tp-3 { 
background-color: #FFCA03;
}


.border-color-very-light-gray {
  border-color: #eaeaea!important;
}

.border-base-color {
border-color: #FFCA03!important;
}

/*
-------------------------------------------------------------------------
                          MEDIA
-------------------------------------------------------------------------
*/


/* media query responsive */
@media (max-width: 1600px) {
    .fs-140 {
        font-size: 8.125rem; 
    }
}
@media (max-width: 1199px) {
    .fs-140 {
        font-size: 6.875rem;
    }
    .lh-95 {
        line-height: 4.75rem;
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        text-align: center;
        padding: 0;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 36px;
        line-height: 40px;
    }
     header .navbar-brand {
        padding: 22px 0;
    }
}
@media (max-width: 767px) {
    .fs-140 {
        font-size: 5rem;
    }
    .lh-95 {
        line-height: 3.75rem;
    } 
}
