:root {
    --kleurpri: black;
    --kleursec: #5C2F65;
    --kleurter: #fff;
    --kleurquad: #37C9DF;
}


.row>.limit {
    padding-right:0px !important;
}

@font-face {
    font-family: GADUGI;
    src: url(/assets/fonts/GADUGI.TTF);
}

@font-face {
    font-family: GADUGIB;
    src: url(/assets/fonts/GADUGIB.TTF);
}

.container{
    max-width: 80%;
    padding-right: var(--bs-gutter-x,12rem);
    padding-left: var(--bs-gutter-x,12rem);
}

p {
  font-size: 1.5rem;
}

.header-text p{
    font-size: 1.5rem;
}

body {
    margin-top: 126px;
    background-color: var(--kleurter);
    color:var(--kleurpri);;
    overflow-x: hidden;
    font-family: GADUGIB;
}

.paddingy{
    padding-top:50px;
    padding-bottom:50px;
}

h1 {
    font-family: GADUGIB;
    font-weight: bold;
    font-size: 40px;
    color:var(--kleurter);
}

h2 {
    font-family: GADUGIB;
    color:var(--kleurpri);
}

hr {
    border: solid 2px rgba(255, 255, 255, 0.76);
}

p{
    font-family: gadugi;
    color:black;
}

.img-top{
  position: absolute;
  left: 100px;
  top: 100px;
  border: 1px solid black;
  z-index: 1;
}

h3,
h4,
h5 {
    font-family: GADUGIB;
    font-size: 1.5rem;
    color:var(--kleurpri);
}

a {
    color: #37C9DF;
    text-decoration: none;
}

a:hover {
    color: var(--kleursec);
}

.prikleur {
    color: var(--kleurpri);
}

.seckleur {
    color: var(--kleursec);
}


.nav-link {
    color: var(--kleursec);
    text-decoration: none;
    font-weight: bold;
}

.nav-link:hover {
    color: var(--kleurquad);
    text-decoration: none;
}

.navbar-brand {
    color: var(--kleursec);
}

.navbar{
    min-height: 132px;
}

.btn {
    background-color: var(--kleursec);
    color: var(--kleurpri);
    padding:10px 30px 10px 30px;
    border-radius:100px;
    border:solid 5px var(--kleursec);
}

.btn:hover {
    background-color: var(--kleurpri);
    color: var(--kleursec);
    border:solid 5px var(--kleursec);
    
}

.btn-oranje {
    background-color: var(--kleurpri);
    color: var(--kleursec);
    padding:10px 30px 10px 30px;
    border-radius:100px;
    border:solid 5px var(--kleurpri);
}

.btn-oranje:hover {
    background-color: var(--kleursec);
    color: var(--kleurpri);
    border:solid 5px var(--kleurpri);
    
}

nav {
    background-color: var(--kleurter);
    border-bottom: 2px solid var(--kleursec);

}

footer {
    border-top: 2px solid var(--kleurpri);
    background-color: var(--kleurpri);
}

li{
    font-family: gadugi;
    color:var(--kleurpri);
}

.modal-header{
    border:none;
    background-color: var(--kleursec);
} 

.kleur{
    background-color: #ff902c;
}

.header-text{
    padding:100px 200px 100px 200px;
}

span{
    color:var(--kleurpri);
}

img{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.limit{
    
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.limit img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  #voorstellen>img{
    height:600px;
    width:auto;
  }

  #overons{
    scroll-margin-top: 132px;
  }

  #voorwaarden{
    scroll-margin-top: 132px;
  }

  #contact{
    scroll-margin-top: 200px;
  }

  #charliesstucwerk{
    scroll-margin-top: 132px;
  }

  #voorstellen{
    scroll-margin-top: 132px;

    display:flex;
          }

          #voorstellen>.header-text{
            padding:50px 50px 50px 50px;W
          }


          .offcanvas{
            background-color: var(--kleursec);
          }

          .info-contact{
            display:flex;
justify-content: center;
          }

          .info-contact a{
padding:0px 50px 0px 50px;
          }


@media only screen and (max-width: 1600px){

    .container{
        max-width: 100%;
        padding-right: var(--bs-gutter-x,2.5rem);
        padding-left: var(--bs-gutter-x,2.5rem);
    }

    .header-text{
        padding:50px 50px 50px 50px;
    }
    
    #voorstellen>.header-text{
        padding:50px 50px 50px 50px;
      }

    .paddingy{
        padding-top: 50px;
    padding-bottom: 50px;
}
    }


@media only screen and (max-width: 1200px) {
    .limit{
    
        width: 100%;
        max-height: 400px;
        overflow: hidden;
    }

    #voorstellen>img{
        height:400px;
        width:auto;
        margin-left: auto;
        margin-right: auto;
      }

      #voorstellen>img{
        height:500px;
        width:auto;
        margin-bottom:50px;
      }

      .nav-link {
        color: var(--kleurter);
        text-decoration: none;
        font-weight: bold;
    }

      #voorstellen{
display:block;
      }

      #voorstellen>.header-text{
        padding:0px;
      }
}

@media only screen and (max-width: 575px) {
    p, li{
        font-size: 1.2rem;
    }

    .w-sm-80{
        width: 150px !important;
    }

    #voorstellen>img{
        height:400px;
        width:auto;
        margin-left: auto;
        margin-right: auto;
      }
}

@media only screen and (max-width: 500px) {
    p, li{
        font-size: 1rem;
    }

    .header-text p{
        font-size: 1rem;
    }

    .container{
        max-width: 100%;
        padding-right: var(--bs-gutter-x,2.5rem);
        padding-left: var(--bs-gutter-x,2.5rem);
    }

    .header-text{
        padding:50px 50px 50px 50px;
    }

    #voorstellen>img{
        height:400px;
        width:auto;
        margin-left: auto;
        margin-right: auto;
      }

      .info-contact{
        display: block;
      }
}


.contact-section{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom:50px;
}

.contact-info{
  color: #fff;
  max-width: 500px;
  line-height: 65px;
  padding-left: 50px;
  font-size: 18px;
}

.contact-info i{
  margin-right: 20px;
  font-size: 25px;
}

.contact-form{
  max-width: 900px;
  margin-right: 50px;
}

.contact-info, .contact-form{
  flex: 1;
}

.contact-form h2{
  color: #fff;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-form .text-box{
  background: white;
  color: black;
  border: none;
  width: calc(50% - 10px);
  height: 50px;
  padding: 12px;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  opacity: 0.9;
}

.contact-form .text-box-email{
  background: white;
  color: black;
  border: none;
  width: 100%;
  height: 50px;
  padding: 12px;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 1px white(0, 0, 0, 0.1);
  margin-bottom: 20px;
  opacity: 0.9;
}


.contact-form .text-box:first-child{
  margin-right: 15px;
}

.contact-form textarea{
  background: white;
  color:black;
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  min-height: 200px;
  max-height: 400px;
  resize: vertical;
  border-radius: 5px;
  box-shadow: 0 1px 1px white(0, 0, 0, 0.1);
  margin-bottom: 20px;
  opacity: 0.9;
}

.contact-form .send-btn{
  float: right;
  background: white;
  color: black;
  border: none;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  transition-property: background;
}


@media screen and (max-width: 950px){
  .contact-section{
    flex-direction: column;
  }

  .contact-info, .contact-form{
    margin: 30px 50px;
  }

  .contact-form h2{
    font-size: 30px;
  }

  .contact-form .text-box{
    width: 100%;
  }
}

/*css for alert messages*/

.alert-success{
  z-index: 1;
  background: #D4EDDA;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #3AD66E;
  border-radius: 4px;
}

.alert-error{
  z-index: 1;
  background: #FFF3CD;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #FFA502;
  border-radius: 4px;
}
      



.carousel-item{
  max-height:600px;
}

.whatsapp{
  position:fixed;
  right:30px;
  bottom:30px;
}


.slider-text {
  position: absolute;
  left: 11.5%;
  right: 0;
  bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media (max-width: 767.98px) {
  .slider-text {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    text-align: center;
    width: 100%;
  }
  
  .slider-text h1,
  .slider-text h3 {
    text-align: center;
  }
}
 

 .slider-text h1,.slider-text h2,.slider-text h3{
  color:white;
 }

 .accordion-button:not(.collapsed){
  color:white;
  background-color: #5C2F65;
 }

 .nav-border{
  border-right: 2px solid var(--kleursec);
  padding-right:20px !important;
 }

 .nav-border-2{
  padding-left:20px !important;
 }


 .contact-form .text-box, .contact-form .text-box-email, .contact-form textarea, .contact-form .send-btn {
  background-color: black;
  color:white;
 }

.offcanvas > p h2 h3 h1 a{
  color:white;
}