/*

Tooplate 2115 Marvel

https://www.tooplate.com/view/2115-marvel

*/
:root {
  --background-color: #f8f3e8;
  --text-color: #5b5b5b;
  --h1-color: #434931;
  --accent-color: #808254;
  --navbar-color: #5b5b5b;
  /* default
  --background-color: #f8f3e8;
  --text-color:    #5b5b5b;
  --h1-color:      #434931;
  --accent-color:  #81826b;
  */
  /* logo-match
  --background-color: #dddcd8;
  --text-color:    #293545;
  --h1-color:      #434931;
  --accent-color:  #81826b;
  */
}

@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");

body {
  font-family: "Mada", sans-serif;
  background-color: var(--background-color);
}

html {
  scroll-behavior: smooth;
}

.fade-in-on-scroll {
  opacity: 0;
}

.padding-up {
  padding-top: 6.854rem;
}

.vertical-img{
  width: 0;
}

.small-text {
  color: var(--text-color);
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

.container {
  max-width: 1300px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.4s ease;
}

a:hover {
  color: var(--h1-color) !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.logo-img {
  width: 10%;
}

p {
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.5;
  color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 450;
}

h1 {
  color: var(--text-color);
  font-size: 4.326em;
  margin: 24px 0;
}

h2 {
  color: var(--text-color);
  font-size: 2.618em;
  font-weight: 450;
}

h3 {
  color: var(--text-color);
  font-size: 1.618rem;
}

h3,
b, strong {
  font-weight: 600;
}

/* Navbar Classes */
.navbar-brand .uil {
  font-size: 40px;
}

.navbar {
  margin: 1.5%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  will-change: transform;
  transition: transform 200ms linear;
}



.navbar-brand {
  font-weight: bold;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 50px;
}

.nav-link {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.618rem;
  overflow: hidden;
}

.nav-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
}

.nav-link span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(navbar-color);
  font-weight: bold;
}

.navbar-light .navbar-toggler-icon {
  background: none;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .navbar-toggler-icon {
  background: #fff;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  transition: all 0.4s ease;
  position: relative;
}

.navbar .navbar-nav .nav-link {
  color: var(--navbar-color);
}

/* Einde Navbar Classes */
/* About Classes */


.background-about img {
  width: 75%;
}

.more-about .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-about h2, .more-about p {
  color: #fff;
}

.more-about {
  position: relative;
  height: 600px;
  background-color: var(--accent-color);
  overflow: hidden;
}

.more-about .img-box {
  box-shadow: 8px 12px 15px 0.5px #393d36;
  position: relative;
  width: 50%;
  margin-left: 40%;
}

.more-about .img-box.large-image {
  width: 75%;
}

.background-about {
  background-color: #615e57;
}

.about .card-block {
  background-color: #fff;
}

.about .card-block p, .card-block h2 {
  color: var(--text-color);
}

.more-about .img-box img {
  max-width: 100%;
  width: 50%;
  position: relative;
  z-index: 2;
}

.about-img {
  max-width: 85%;
}

.about-button {
  width: 33%;
}

/* Einde About */
/* Card */
.card .h2, .card h2 {
  margin-top: 0;
  margin-bottom: 20px
}

.card .card-block {
  padding: 6.854rem;
  box-shadow: 8px 12px 15px 0.5px #b5b5b5;
}

.card .submit-btn {
  margin-top:10%;
}

.card .submit-btn:hover {
  background: var(--text-color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
}

@media (max-width:991px) {
  .card .card-block {
    padding: 2rem
  }
}

/* Einde Card */
/* Diensten */
.dienst-item {
  position: relative;
  height: 103%;
  background-color: #f7f8f9;
  border-radius: 3px;
  overflow: hidden;
}

.dienst-item p {
  font-size: 1rem;
}

.dienst-item .submit-btn {
  width: 90%;
  padding: 5px;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 0px;
  left: 5%;
  overflow: hidden;
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease;
}

.submit-btn:hover {
  background: #fff;
  color: var(--text-color);
}

.dienst-desc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4.0rem;
}

.dienst-desc li {
  margin-bottom: 1.0rem;
  padding-left: 1.5rem;
  position: relative;
}

.dienst-desc li::before {
  content: "✔";
  color: var(--h1-color);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-gray .dienst-item {
  background-color: #fff;
}

.dienst-item-wrapper {
  margin-bottom: 30px;
}

.dienst-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.dienst-title h4 {
  color: var(--text-color);
}

.dienst-text {
  padding: 1.618rem;
}

/* Einde Dienst */
/* Contact */
.contact-form {
  position: relative;
}

.contact-form .form-control {
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  margin: 16px 0;
}

.contact-form .form-control:not(textarea) {
  height: 48px;
}

.contact .submit-btn {
  width: 100%;
  padding: 5px;
  overflow: hidden;
  background: #615e57;
  border: 1px solid var(--text-color);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease;
}

.contact .submit-btn:hover {
  background: #fff;
  color: var(--text-color);
}

.contact-info {
  background-color: #615e57;
  border-radius: 0 0 3px 3px;
  position: relative;
  bottom: 8px;
}

.contact-info p, .contact-info a {
  color: #f7f3f3;
}

.social-links .uil {
  color: #f7f3f3;
  font-size: 20px;
  display: block;
  margin: 5px 0;
}

.social-links .uil:hover {
  color: #ffc200;
}

/* Einde Contact */
/* info box @diensten.html */
.info-box {
  margin-bottom: 5%;
}

.info-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.info-box li {
  margin-bottom: 1.0rem;
  padding-left: 1.5rem;
  position: relative;
}

.info-box li::before {
  content: "✔";
  color: var(--h1-color);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* einde info-box */
.footer{
  text-align: center;
}


@media (min-width: 1270px) {
  .owl-theme .owl-dots {
    position: relative;
    bottom: 50px;
  }
}

@media (max-width: 914px) {
  .about-img {
    max-width: 75%;
    margin-left: 11.5%;
    margin-bottom: 10%;
  }

  .img-box {
    max-width: 0%;
  }

  .vertical-img{
    width: 100%;
    z-index: 1;
  }


  .more-about {
    height: 475px;
  }

  .logo-img {
    width: 20%;
  }

  .full-screen {
    padding-bottom: 0rem;
  }

  .color-mode {
    display: none;
  }

  .about-image {
    margin-top: 4em;
  }

  .mobile-mt-2,
  .contact-form {
    margin-top: 2em;
  }

  .contact-info {
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  .animated-item {
    font-size: 28px;
  }

  .navbar-collapse {
    background-color: var(--accent-color);
    text-align: left;
    padding-bottom: 20px;
    color: #fff;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px;
  }
}

@media(max-width: 915px) {
.padding-up{
  padding-top: 4.236rem;
}

.navbar{
  background-color: var(--accent-color);
  margin: 0;
}

.navbar .navbar-nav .nav-link {
  margin: 0;
  color: #fff;
}



  .navbar-nav .nav-link {
    padding-right: 33px;
    padding-left: 33px;
    color: #fff;
  }

  .nav-link {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
}

.more-about {
  position: relative;
  min-height: 500px;
  height: auto; /* allow div to grow as needed */
  padding: 1rem;
}

  .contact-img{
    width: 0%;
  }

  .contact-info {
    background-color: #615e57;
    border-radius:
      0 0 3px 3px;
    position: relative;
    bottom: 8px;
    margin-bottom: 5%;
    padding: 50px;
  }
}

@media (max-width: 580px) {
  .animated-info {
    min-width: 200px;
  }

  .animated-item {
    font-size: 30px;
  }

  .custom-btn-group {
    text-align: center;
  }

  .custom-btn {
    display: block;
    margin: 10px 0;
  }

  .owl-theme .owl-nav {
    display: none;
  }

  .timeline-info small {
    display: block;
    margin: 10px 0 0 0;
  }
}

@media (max-width: 360px) {
  .animated-text {
    margin-top: 0;
  }

  .about-text {
    text-align: center;
  }

  .full-screen {
    padding: 4rem 0;
  }

  .mobile-block {
    display: block;
  }

  .contact-info {
    flex-direction: column;
  }

  .social-links li {
    display: inline-block;
    vertical-align: top;
  }
}
