
@font-face {
    font-family: 'poppins';
    src: url('fonts/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'poppins-thin';
    src: url('fonts/Poppins-ExtraLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-light';
    src: url('fonts/Poppins-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-semi-bold';
    src: url('fonts/Poppins-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('fonts/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@keyframes wobble {
    0%   {transform: translate(0px, 0px);}
    25%  {transform: translate(-5px, 4px);}
    50%  {transform: translate(2px, 0px);}
    75% {transform: translate(0px, -5px);}
    100%   {transform: translate(0px, 0px);}
}

@keyframes wobbleupdown {
    0%   {transform: translate(0px, -4px);}
    50%  {transform: translate(0px, 4px);}
    100%   {transform: translate(0px, -4px);}
}

@keyframes wobbleimg {
    0%   {transform: translate(-4px, 2px);}
    50%  {transform: translate(4px, -2px);}
    100%   {transform: translate(-4px, 2px);}
}

@keyframes rotateuniform {
    0%   {transform: rotate(0deg);}
    100%   {transform: rotate(360deg);}
}

body{
    position: relative;
    display: table;
    margin: 0px;
    overflow-x: hidden;
}

#main{
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
    /* overflow-y: scroll; */
}

.block-lg{
    position: relative;
    width: calc(100% - 320px);
    background-color: #F1F4E3;
    padding: 30px 160px;
    overflow: hidden;
}
.block-w{
    position: relative;
    width: calc(100% - 320px);
    background-color: #fff;
    padding: 30px 160px;
    overflow: hidden;
}

.dummy2{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
}

h3{
    font-family: 'poppins-thin';
    font-size: 34px;
    text-transform: uppercase;
    color: #69257A;
    margin-bottom: 0px;
}

h2{
    position: relative;
    font-family: 'poppins';
    font-size: 16px;
    text-transform: uppercase;
    color: #925FA2;
    margin-top: 0px;
    top: -5px;
}

h4{
    display: block;
    position: relative;
    font-family: 'poppins';
    font-size: 16px;
    text-transform: uppercase;
    color: #925FA2;
    margin: 14px 0px;
    top: -5px;
}

.footer{
    position: relative;
    width: calc(100% - 320px);
    background-color: #000;
    padding: 30px 160px;
    overflow: hidden;
    color: #fff !important;
}

.footer h4{
    color: #fff !important;
}

p{
    font-family: 'lato';
    color: #555;
    font-size: 17px;
    line-height: 22px;
}

p b{
    color: #69257A;
}

.contact-error{
    position: relative;
    color: #f00;
    width: calc(100% - 40px);
    padding: 0px 20px;
}

.notification_error{
    display: flex;
    flex-direction: column;
    width: 100% !important;
    text-align: center;
    justify-content: center;
}

.contact-error p{
    text-align: center;
}

/*?Scrollbar*/

.scrollbar {
    width:100%;
    max-width:100%;
    overflow-y:scroll;
}

/* customize scrollbar css */
#scrollbar-custom::-webkit-scrollbar{
    width:15px;
}

/*!Scrollbar*/

/*? Meta */

.moving{
    transition: 0.8s bottom, 0.8s right, 0.8s top, 0.8s left, 0.8s transform;
}

.movingfast{
    transition: 0.05s bottom, 0.05s right, 0.05s top, 0.05s left, 0.05s transform;
}

.b1{
    z-index: 10;
}
.b2{
    z-index: 20;
    height: 740px;
}
.b3{
    z-index: 30;
    padding-top: 60px;
    padding-bottom: 60px;
}

.b3-5{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 35;
    padding-top: 60px;
    padding-bottom: 120px;
}
.b4{
    z-index: 40;
    margin-bottom: 40px;
    overflow: hidden;
}
.b5{
    z-index: 50;
    height: auto;
    padding-bottom: 100px;
}
.b6{
    z-index: 60;
    overflow: hidden;
}

.b7{
    z-index: 70;
}

/*! Meta */


/*?Circles*/

/*REQUIRES OPTIMALISATION*/

csg50{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csg50.svg');
}

csg100{
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csg100.svg');
}

csg150{
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csg150.svg');
}

csg200{
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csg200.svg');
}

cslg50{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/cslg50.svg');
}

cslg100{
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/cslg100.svg');
}

cslg150{
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/cslg150.svg');
}

cslg200{
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/cslg200.svg');
}


csdg50{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csdg50.svg');
}

csdg100{
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csdg100.svg');
}

csdg150{
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csdg150.svg');
}

csdg200{
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csdg200.svg');
}

csw50{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csw50.svg');
}

csw100{
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csw100.svg');
}

csw150{
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csw150.svg');
}

csw200{
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background-image: url('img/circles/striped/csw200.svg');
}

/** Start Full circles */

cfg50{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfg50.svg');
}

cfg100{
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfg100.svg');
}

cfg150{
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfg150.svg');
}

cfg200{
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfg200.svg');
}

cflg50{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cflg50.svg');
}

cflg100{
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cflg100.svg');
}

cflg150{
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cflg150.svg');
}

cflg200{
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cflg200.svg');
}


cfdg50{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfdg50.svg');
}

cfdg100{
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfdg100.svg');
}

cfdg150{
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfdg150.svg');
}

cfdg200{
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfdg200.svg');
}

cfw50{
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfw50.svg');
}

cfw100{
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfw100.svg');
}

cfw150{
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfw150.svg');
}

cfw200{
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background-image: url('img/circles/full/cfw200.svg');
}

/*!Circles*/

.header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    top:0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 50px;
    background-color: rgba(255,255,255,1); 
    
    box-shadow: -3px 0px 3px 3px rgba(0,0,0,0.3);
    transition: 0.5s background-color, 0.5s border-color;
    padding: 2px 10px;
    border-bottom: solid 3px;
    border-color: rgba(107,37,130,1); 
    
}
.header .center{
    display: flex;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.logo{
    margin-left: 145px;
    height: 45px;
    cursor: pointer;
}

.nav-item{
    display: flex;
    font-family: 'poppins-light';
    font-size: 16px;
    color: #925FA2;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    cursor: pointer;
    margin: 0px 30px;
}
.nav-item:hover{
    color: #69257A;
}

.nav-item.active{
    cursor: default;
    color: #69257A;
}

.offerte{
    font-size: 14px;
    font-family: 'poppins';
    text-transform: uppercase;
    background-color: #62B669;
    border-radius: 22px;
    color: #fff;
    margin-right: 155px;
    cursor: pointer;
    transition: 0.4s background-color;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    height: 35px;
    width: 170px;
}

.offerte:hover{
    background-color: #69257A;
}

.header-right{
    display: flex;
    align-items: center;
}

.banner{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('img/banners/banner1.jpg');
    background-size: cover;
    background-position: 0px 0px;
    overflow: hidden;
}

.content{
    position: relative;
    width: 100%;
    height: auto;
}



.happy{
    position: absolute;
    bottom: -10px;
    right: 50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #62B669;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 10;
}

.happy-img{
    width: 100%;
    height: 100%;
    background-image: url('img/happy.png');
    background-size: 350px 350px;
    background-position: -20px 0px;
    background-repeat: no-repeat;
    

}

.speciaal{
    position: absolute;
    top: calc(100vh - 450px);
    left: 210px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #62B669;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 12;
    background-image: url('img/speciaal.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.speciaal-mobile{
    width: 100%;
    height: calc(100vw - 60px);
    border-radius: 50%;
    background-color: #62B669;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 12;
    background-image: url('img/speciaal.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.speciaal-mobile-container{
    display: none;
    width: 100%;
    justify-content: center;
}

#c1{
    position: absolute;
    bottom: -85px;
    right: 20px;
    z-index: 20;
    transform: rotate(45deg);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 4px #B2D577;
}

#c2{
    bottom: 200px;
    right: 60px;
    z-index: 15;
    transform: rotate(-25deg);
    opacity: 0.4;
}

#c3{
    bottom: 30px;
    right: -30px;
    z-index: 3;
    transform: rotate(-25deg);
    opacity: 0.2;

}

#c4{
    bottom: -70px;
    right: 220px;
    z-index: 3;
    transform: rotate(0deg);
    opacity: 0.6;

}

#c5{
    position: absolute;
    bottom: -70px;
    right: 480px;
    z-index: 3;
    transform: rotate(45deg);
    opacity: 0.3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 4px #38693C;
}

#c6{
    bottom: 60px;
    right: 400px;
    z-index: 3;
    transform: rotate(90deg);

}

.bubbles-mobile{
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
}

#c7{
    position: absolute;
    bottom: 10px;
    left: 10px;
    transform: rotate(45deg);
}

#c8{
    position: absolute;
    bottom: 120px;
    left: 100px;
    opacity: 0.6;
}

#c9{
    position: absolute;
    bottom: 180px;
    left: -20px;
    opacity: 0.6;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 4px #38693C;

}

#c10{
    position: absolute;
    bottom: 60px;
    left: 60px;
    opacity: 0.3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 4px #B2D577;

}

#c11{
    position: absolute;
    bottom: 300px;
    left: 80px;
    opacity: 0.6;

}

.slogan{
    position: absolute;
    top: calc(100vh - 500px);
    left: 160px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #fff;
    z-index: 22;
    
}

.slogan-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 65px;
    height: calc(100% - 100px);
    
}
.slogan-title{
    position: relative;
    font-size: 40px;
    font-family: 'poppins-semi-bold';
    text-align: center;
    color: #69257A;
    line-height: 45px;
}

.slogan-subtitle{
    position: relative;
    font-size: 30px;
    font-family: 'poppins';
    text-align: center;
    color: #925FA2;
    line-height: 35px;
}

button{
    background: rgba(0,0,0,0);
    border: none;
    border-radius: 0px;
}

.meer-info{
    font-size: 14px;
    font-family: 'poppins';
    text-transform: uppercase;
    background-color: #B2D577;
    border-radius: 22px;
    padding: 4px 12px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.4s background-color;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    height: 35px;
}

.meer-info:hover{
    background-color: #69257A;
}

.meer-info-big{
    font-size: 20px;
    font-family: 'poppins';
    text-transform: uppercase;
    background-color: #B2D577;
    border-radius: 22px;
    padding: 4px 12px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.4s background-color;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

.meer-info-big:hover{
    background-color: #69257A;
}

.b-dark{
    background-color: #62B669;
}

.cursor{
    position: relative;
    top: 7px;
    display:inline-block;
    border: 2px solid #69257A;
    height: 40px;
    animation: blink-animation 0.8s steps(5, start) infinite;
    -webkit-animation: blink-animation 0.8s steps(5, start) infinite;
}

.cb1{
    position: relative;
    height: 100%;
    width: calc(100% - 600px);
    max-width: 600px;
    float: right;
    z-index: 30;
    margin-bottom: 50px;
}

.cb2{
    position: relative;
    height: 100%;
    width: calc(100% - 500px);
    max-width: 600px;
    z-index: 30;
}

.responsive-bubble-small{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #B2D577;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    animation-name: wobble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.responsive-bubble{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #62B669;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    animation-name: wobble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.rb-phone{
    top: 80px;
    right: 430px;
}
.rb-tablet{
    top: 300px;
    right: 160px;
    animation-delay: -1s;
    
}
.rb-laptop{
    top: 60px;
    right: 170px;
    animation-delay: -2s;
    
}

.img-phone{
    width: 100%;
    height: 100%;
    background-image: url('img/responsive/Phone.png');
    background-size: 160px 160px;
    background-position: center;
    background-repeat: no-repeat;
}

.img-tablet{
    width: 100%;
    height: 100%;
    background-image: url('img/responsive/Tablet.png');
    background-size: cover;
    background-size: 160px 160px;
    background-position: center;
    background-repeat: no-repeat;
}

.img-laptop{
    width: 100%;
    height: 100%;
    background-image: url('img/responsive/Laptop.png');
    background-size: cover;
    background-size: 250px 250px;
    background-position: center;
    background-repeat: no-repeat;
}

.backdrop{
    position: absolute;
    width: 500px;
    bottom: -100px;
    left: -100px;
    z-index: -20;
}

.feat-card{
    background: #fff;
    font-family: 'poppins';
    width: calc(33% - 20px);
    border-radius: 16px;
    
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
}

.feat-content{
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
    padding: 20px 20px;
}

.feat-top{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.feat-bottom{
    display: none;
}

.feat-card ul{
    padding-right: 15px;
}

.btw{
    font-size: 16px;
    color: #555;
}

.pack-img{
    position: relative;
    width: calc(100% + 40px);
    height: calc(16vw - 30px);
    top: -20px;
    left: -20px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    
}

.pi{
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    animation-name: wobbleimg;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    
}

.pi1{
    background: url('img/trees/small.jpg');
    background-size: cover;
    background-position: center;
    
}

.pi2{
    background: url('img/trees/medium.jpg');
    background-size: cover;
    background-position: center;
    animation-delay: -1.5s;
}

.pi3{
    background: url('img/trees/big.jpg');
    background-size: cover;
    background-position: center;
    animation-delay: -3s;
    
}

.pack-name{
    font-size: 26px;
    text-transform: uppercase;
    color: #69257A;
    padding: 0px 15px;
}

.line{
    width: 100%;
    border: solid 1px #925FA2;
}

.feat-card li{
    font-size: 16px;
}

.feat-li{
    color: #555;
}

.prijs{
    color: #555;
    padding-left: 15px;
}

.prijs-euro{
    color:#69257A;
    font-size: 20px;
}

.feat-card .buttons{
    align-self: flex-end;
    padding-left: 15px;
}
.feat-card p{
    padding-left: 15px;
    font-size: 16px;
}

.feat-card .meer-info{
    margin-right: 20px;
}

.f2{
    animation-delay: -1s;
}

.f3{
    animation-delay: -2s;
}

.fc{
    top: -25px;
    right: -25px;
    animation-name: rotateuniform;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

#fc2{
    background: url('img/circles/striped/csdg50.svg')
}

#fc3{
    background: url('img/circles/striped/csp50.svg')
}

.faqbg {
    position: fixed;
    background: url('img/banners/contact.jpg');
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: -2;

}

.faqblock {
    position: relative;
    width: calc(100% - 160px);
    padding: 30px 80px;
}

.faqblock h3{
    color: #fff;
}

.faqblock h2{
    color: #fff;
}

.contact-form{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 700px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    margin-top: 40px;
    margin-bottom: 0px;
}

.contact-form div{
    display: flex;
    width: 620px;
    justify-content: stretch;
}

.contact-form div input:nth-last-child(1){
    margin-left: 20px;
}

.contact-form h3{
    font-family: 'poppins-thin';
    color: #69257A;
    margin-top: 0;

}

.contact-form h3{
    font-family: 'poppins-thin';
    color: #69257A;
    margin-top: 0;

}

.contact-form h2{
    position: relative;
    font-family: 'poppins';
    font-size: 16px;
    text-transform: uppercase;
    color: #925FA2;
    margin-top: 0px;
    top: -5px;
}

.form-title{
    display: block !important;
}

.center{
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}

input{
    font-family: 'lato';
    font-size: 16px;
    border: none;
    margin: 10px 0px;
    padding: 0px 10px;
    background: rgb(254,254,254);
    width: 300px;

    height: 40px;
    box-shadow: none;
    outline: 2px solid #ddd;
    border-radius: 2px;
}

textarea{
    font-family: 'lato';
    font-size: 16px;
    border: none;
    resize: none;
    width: 600px;
    margin: 10px 0px;
    padding: 3px 10px;
    background: rgb(254,254,254);

    height: 200px;
    box-shadow: none;
    outline: 2px solid #ddd;
    border-radius: 2px;
}

    

textarea{
    height: 200px;
    box-shadow: none;
    outline: 2px solid #ddd;
    border-radius: 2px;
}

.contact-form{
    box-shadow: none;
}


.submit{
    background: #B2D577;
    margin-top: 30px;
    border-radius: 15px;
    transition: 0.4s background-color;
    cursor: pointer;
    color: #fff;
    outline: none;
}

.submit:hover{
    background-color: #69257A;
    
}

input:focus{
    outline: 2px solid #69257A;
}

textarea:focus{
    outline: 2px solid #69257A;
}

.submit:focus{
    outline: none;
}

.call-blob{
    position: absolute;
    top: 100px;
    left: calc(50% + 280px);
    border-radius: 50%;
    height: 250px;
    width: 250px;
    
}

.mail-blob{
    position: absolute;
    top: 300px;
    right: calc(50% + 280px);
    border-radius: 50%;
    height: 250px;
    width: 250px;
    animation-delay: -1s;
    
}

.noheight{
    height: 0px;
}

.wobble{
    animation-name: wobble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.horizontal-contact{
    display: flex;
    height: 50px;
    background-color: #62B669;
    justify-content: center;
    align-items: center;

}

.horizontal-contact img{
    height: 25px;
    margin-right: 5px;
    margin-left: 5px;
    transform: translateY(3px);
}

.horizontal-contact p{
    font-size: 25px;
    color: #fff;
}

/*? Start FAQ */

.accordionMenu{
    width: 100%;
    margin: 0;
}
.accordionMenu input[type=radio]{
    display: none;
}
.accordionMenu label{
    background: #62B669;
    font-family: 'lato';
    font-size: 18px;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 47px;
    padding: 0 25px 0 10px;
    border-bottom: 1px solid #e6e6e6;
}

.accordionMenu label::after{
    display: block;
    content: "";
   border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 20px;
    z-index: 10;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordionMenu .content{
    max-height: 0;
    height: 0;
    overflow: hidden;
   -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.accordionMenu .content .inner{
    font-size: 1.2rem;
    font-family: 'lato';
    color: #555;
    font-size: 18px;
    line-height: 1.5;
    background: white;
    padding: 20px 10px;
}

.accordionMenu input[type=radio]:checked + label:after{
    -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
 }
  
 .accordionMenu input[type=radio]:checked + label + .content{
     max-height: 2000px;
     height: auto;
 }

 .accordionMenu input[type=radio]:checked + label{
    background: #69257A;
 }

/*! End FAQ */

.massive-text{
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    font-family: 'poppins-thin';
    margin: 140px 0px;
    color: #69257A;
}

.bubble{
    position: absolute;
    animation-name: rotateuniform;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.bub1{
    position: absolute;
    top: 80px;
    left: calc(50% - 340px);
    animation-delay: -0s;
}

.bub2{
    position: absolute;
    top: 150px;
    left: calc(50% - 440px);
    animation-delay: -0.5s;
    opacity: 0.7;
}

.bub3{
    position: absolute;
    bottom: 250px;
    left: calc(50% + 340px);
    animation-delay: -1s;
    opacity: 0.8;
}

.bub4{
    position: absolute;
    bottom: 125px;
    left: calc(50% + 140px);
    animation-delay: -1.5s;
    opacity: 0.5;
}

.bub5{
    position: absolute;
    top: 140px;
    left: calc(50% - 540px);
    animation-delay: -2s;
    opacity: 0.8;
}

.bub6{
    position: absolute;
    top: 30px;
    left: calc(50% - 190px);
    animation-delay: -2.5s;
    opacity: 0.2
}

.bub7{
    position: absolute;
    top: 30px;
    left: calc(50% + 490px);
    animation-delay: -2.5s;
    opacity: 0.5;
}

.bub8{
    position: absolute;
    top: 240px;
    right: 450px;
    animation-delay: -0.5s;
}

.bub9{
    position: absolute;
    top: 140px;
    right: 300px;
    animation-delay: -1s;
}

.bub10{
    position: absolute;
    top: 280px;
    right: 220px;
    animation-delay: -1.5s;
}

.bub11{
    position: absolute;
    top: 260px;
    right: 420px;
    animation-delay: -2s;
}

.bub12{
    position: absolute;
    top: 480px;
    left: calc(50% - 430px);
    animation-delay: -1.5s;
}

.bub13{
    position: absolute;
    top: 380px;
    left: calc(50% + 300px);
    animation-delay: -2s;
}

.bub14{
    position: absolute;
    top: 180px;
    left: calc(50% - 580px);
    animation-delay: -0.5s;
}

.bub15{
    position: absolute;
    top: 380px;
    left: calc(50% + 500px);
    animation-delay: -2.5s;
}

.buba2{
    animation-delay: -0.5s;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 4px #38693C;
}

.buba4{
    animation-delay: -1s;
}

.buba1{
    animation-delay: -1.5s;
}

.buba8{
    animation-delay: -0.5s;
}

.buba9{
    animation-delay: -1s;
    opacity: 0.2;
}

.buba10{
    animation-delay: -1.5s;
    opacity: 0.4;
}

.buba11{
    animation-delay: -2s;
    opacity: 0.6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #38693C;
}

.buba12{
    animation-delay: -0.5s;
}

.buba13{
    animation-delay: -1.5s;
}

.buba14{
    animation-delay: -1s;
}

.buba15{
    animation-delay: -2s;
}

.buba16{
    opacity: 0.8;
}
.buba17{
    opacity: 0.6;
}

.offerte-match{
    position: absolute;
    top: 260px;
    left: calc(50% - 100px);
}

.wobble{
    animation-name: wobble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.logo-footer{
    height: 45px;
    margin-bottom: 20px;
}

.columns{
    display: flex;
    justify-content: space-evenly;
}

.col2s{
    width: 50%;
}

.column-splitter{
    display: flex;
    width: 50%;
}

h4{
    font-family: 'poppins-thin';
    font-size: 18px;
    line-height: 1.5;
}

.columns .entry{
    display: flex;
    align-items: flex-end;
    font-family: 'lato';
    font-size: 14px;
    margin: 4px 0px;
    min-height: 20px;
}

.footer-img{
    height: 16px;
    margin-right: 8px;
}

.footer-email-img{
    margin-right: 5px;
}

.footer a{
    color: #fff;
}

.voorwaarden{
    font-family: 'lato';
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
}

.copyright{
    font-family: 'lato';
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.wordpress-logo{
    position: absolute;
    top: 135px;
    right: 230px;
}

#wp-interact{
    position: relative;
    width: 400px;
    height: 400px;
}

/* .bub16{
    position: absolute;
    animation-delay: -0.5s;
}

.bub17{
    position: absolute;
    animation-delay: -2.5s;
} */

.bub16{ 
    position: absolute;
    animation-delay: -0.5s;
    top: 84px;
    left: 84px;
}

.bub17{
    position: absolute;
    animation-delay: -2.5s;
    top: 260px;
    left: 260px;
}

.buba16{
    position: absolute;
    background: #B2D577;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    
}

.buba17{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 4px #B2D577;
}

.cards{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
}

.menu-button {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: rgba(107,37,130,1);
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.owl-carousel.off {
    display: flex;
}

.accordionMenu .content .inner{
    font-size: 16px;
}

.call-text{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.horizontal-contact p{
    margin: 4px 0px;
}

.navbar-mobile{
    position: fixed;
    top: -500px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
    padding-top: 60px;
    transition: top 0.3s;
}

.nav-item-mobile{
    display: flex;
    padding: 0px 20px;
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #ddd;
    align-items: center;
    font-family: 'poppins-light';
    font-size: 16px;
    color: #925FA2;
    cursor: pointer;

}

.navbar-mobile .nav-sub-item{
    display: flex;
    padding: 0px 20px 0px 60px;
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #ddd;
    align-items: center;
    font-family: 'poppins-light';
    font-size: 16px;
    color: #925FA2;
    cursor: pointer;
}

.navbar-mobile .nav-sub-item.active{
    color: #69257A;
    cursor: default;
}

.nav-item-mobile:hover{
    color: #69257A;
}

.nav-item-mobile.active{
    color: #69257A;
    cursor: default;
}

.navbar-mobile.active{
    top: 0px;
}

.navbar-mobile .offerte{
    display: none;
    margin: 10px 0px 10px 80px;
}

.nav-sub-menu{
    position: absolute;
    top: 44px;
    background: #fff;
    /* transition: 0.5s background-color, 0.5s border-color; */
    border-bottom: solid 3px;
    border-color: rgba(107,37,130,1); 
    display: none;
    padding-top: 10px;
}

.nav-sub-menu .nav-sub-item{
    cursor: pointer;
    color: #925FA2;
    padding: 5px 15px;
}

.nav-sub-menu .nav-sub-item.active{
    color: #69257A;
    cursor: default;
}

.nav-sub-menu .nav-sub-item:hover{
    background-color: #fafafa;
}

.nav-sub-item:hover{
    color: #69257A;
}

.nav-sub-menu .nav-sub-item.active:hover{
    background-color: #fff;
}

.nav-item:hover .nav-sub-menu{
    display: block;
}

.feat-content{
    height: calc(100% - 50px);
}

.feat-top{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.feat-text{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.portfolio-1{
    background-image: url('img/portfolio/cover-indebouw.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portfolio-2{
    background-image: url('img/portfolio/cover-libratum-mentis.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portfolio-3{
    background-image: url('img/portfolio/cover-blockbook.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portfolios{
    display: flex;
    width: 100%;
}

.single-portfolio{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 30px;
}

.single-portfolio-item{
    position: relative;
    padding: 15px 30px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    width: calc(100% - 60px);
    margin-bottom: 0px;
    padding-bottom: 85px;
    
    
}

.single-portfolio-item:last-child{
    height: calc(100% - 370px);
}

.single-portfolio-item button{
    position: absolute;
    bottom: 20px;
}

.portfolio-img{
    position: relative;
    min-height: 107px;
    border-bottom: solid 3px;
    border-bottom-color: currentcolor;
    border-color: rgba(107,37,130,1);
    box-shadow: -3px 0px 3px 3px rgba(0,0,0,0.3);
    z-index: 10;
    margin-bottom: 50px;
    overflow: visible;
}

.portfolio-embleem{
    position: absolute;
    bottom: -50px;
    left: calc(50% - 50px);
}

.portfolio-img-info{
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: calc(100% - 20px);
    display: flex;
    height: 26px;
    background-color: rgba(107,37,130,1);
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.portfolio-img-info div{
    width: calc(50% - 60px);
    text-align: center;
}

.single-portfolio-item h4{
    font-size: 15px;
    margin: 5px 0px;
}

.single-portfolio-item p{
    font-size: 14px;
    margin: 0px;
    padding-left: 0px !important;
}

@media only screen and (max-width: 1250px) {
    .block-lg{
        padding: 30px 80px;
        width: calc(100% - 160px);
    }
    .block-w{
        padding: 30px 80px;
        width: calc(100% - 160px);
    }
    
    .footer{
        padding: 30px 80px;
        width: calc(100% - 160px);
    }
    .cb1{
        width: calc(100% - 680px);
    }
    
    .cb2{
        width: calc(100% - 580px);
    }

    .header-right{
        padding-right: 80px;
    }

    .header .logo{
        margin-left: 70px;
    }

    .wordpress-logo{
        top: 110px;
        right: 155px;
    }
    .offerte{
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1150px) {

    .menu-button{
        display: inline-block;
    }

    .bubbles-resp{
        display: none;
    }

    .cb1{
        width: 100%;
        float: left;
    }

    .cb2{
        width: 100%;
    }
    .cards{
        flex-direction: column;
    }
    .feat-card{
        width: 100%;
        margin: 10px 100px 10px 0px;
    }
    .feat-content{
        display: flex;
        flex-direction: row;
        align-items: stretch;
        overflow: hidden;
        border-radius: 16px;
    }
    .feat-top{
        flex-direction: row;
    }
    .pack-img{
        height: auto;
        width: 45%;
        top: 0px;
        left: 0px;
        transform: scale(1.15);
        border-radius: 0px;
        margin-right: 30px;
    }

    .block-lg{
        padding: 30px 160px;
        width: calc(100% - 320px);
    }
    .block-w{
        padding: 30px 160px;
        width: calc(100% - 320px);
    }

    .faqblock{
        padding: 30px 160px;
        width: calc(100% - 320px);
    }

    .bub12{
        left: 80px;
    }

    .call-blob{
        left: unset;
        right: 60px;
        z-index: 50;
        
    }
    
    .footer{
        padding: 30px 160px;
        width: calc(100% - 320px);
    }

    /* .slogan{
        display: none;
    } */

    .bani{
        display: none;
    }

    .speciaal{
        display: none;
    }

    .header .center{
        display: none;
    }

    .header-right{
        padding-right: 160px;
    }

    .header .logo{
        margin-left: 150px;
    }

    .b3-5{
        flex-direction: column;
    }

    .wordpress-logo{
        position: absolute;
        top: unset;
        right: unset;
        left: 245px;
        bottom: 105px;
    }

    .wp-interact{
        left: 180px;
    }

    .contact-form{
        width: 100%;
    }

    .contact-form .row{
        display: flex;
        flex-direction: column;
        width: calc(100% - 40px);
    }

    .contact-form textarea{
        width: calc(100% - 60px);
    }

    .contact-form .form-title{
        width: calc(100% - 40px);
    }

    .contact-form .row input{
        margin-left: 0px !important;
        width: calc(100% - 20px);
    }
    .feat-text{
        width: 350px;
    }
    .cb1{
        display: flex;
        flex-direction: row;
        max-width: 100%;
    }

    .speciaal-mobile-container{
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    .speciaal-mobile{
        width: 300px;
        height: 300px;
    }

    .nav-item-mobile{
        padding: 0px 160px;
    }

    .navbar-mobile .nav-sub-item{
        padding: 0px 200px;
    }

    .offerte{
        margin-right: 20px;
    }

    .b2{
        height: auto !important;
    }

    .backdrop{
        display: none;
    }
}

@media only screen and (max-width: 900px) {

    .pack-img{
        height: 200px;
    }

    .block-lg{
        padding: 30px 80px;
        width: calc(100% - 160px);
    }
    .block-w{
        padding: 30px 80px;
        width: calc(100% - 160px);
    }

    .faqblock{
        padding: 30px 80px;
        width: calc(100% - 160px);
    }
    
    .footer{
        padding: 30px 80px;
        width: calc(100% - 160px);
    }

    .header-right{
        padding-right: 80px;
    }

    .header .logo{
        margin-left: 70px;
    }

    .bub12{
        display: none;
    }

    .call-blob{
        display: none;
        
    }

    .wordpress-logo{
        left: 155px;
        bottom: 105px;
    }

    .feat-content{
        flex-direction: column;
    }
    .feat-top{
        align-items: stretch;
    }
    .feat-top .prijs{
        display: none;
    }
    .feat-top .buttons{
        display: none;
    }
    .feat-top li{
        font-size: 14px;
    }
    .feat-bottom{
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .pack-img{
        height: auto;
        transform: scale(1.1);
        top: -30px;
        left: -10px;
    }

    .feat-text{
        width: 350px;
    }

    .columns{
        flex-direction: column;
    }
    .col2s{
        width: 50%;
    }
    .column-splitter{
        width: 100%;
    }
    

    .speciaal-mobile{
        width: 300px;
        height: 300px;
    }

    .cb1{
        flex-direction: column;
    }

    .slogan{
        left: 80px;
    }

    .nav-item-mobile{
        padding: 0px 80px;
    }

    .navbar-mobile .nav-sub-item{
        padding: 0px 120px;
    }
}

@media only screen and (max-width: 700px) {
    .feat-card{
        background: #fff;
        font-family: 'poppins';
        width: 100%;
        border-radius: 8px;
        
        box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
    }
    
    .feat-content{
        position: relative;
        width: calc(100% - 40px);
        overflow: hidden;
        padding: 20px 20px;
    }
    
    .feat-top{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
    
    .feat-bottom{
        display: none;
    }

    .pack-img{
        width: 100%;
        height: 200px;
        top: 0px;
        left: 0px;
        top: -30px;
        transform: scale(1.2);
    }

    .feat-top .prijs{
        display: block;
    }
    .feat-top .buttons{
        display: block;
    }
    .feat-top li{
        font-size: 16px;
    }
    .offerte-match{
        top: 340px;
    }

    .horizontal-contact img{
        height: 18px;
        margin-right: 5px;
        margin-left: 5px;
        transform: translateY(1px);
    }
    
    .horizontal-contact p{
        font-size: 18px;
    }

    h3{
        font-size: 24px;
    }
    h2{
        font-size: 14px;
    }
    .contact-form h2{
        font-size: 14px;
    }

    .header .offerte{
        display: none;
    }

    .bub1{
        top: unset;
        bottom: 60px;
        left: 50%;
    }
    
    .bub2{
        top: 150px;
        left: calc(50% - 300px);
    }
    
    .bub3{
        bottom: 50px;
        left: calc(50% - 240px);
    }
    
    .bub4{
        bottom: 155px;
        left: calc(50% + 140px);
    }
    
    .bub5{
        top: 40px;
        left: calc(50% + 240px);
    }
    
    .bub6{
        top: 30px;
        left: calc(50% - 190px);
    }
    
    .bub7{
        top: 30px;
        left: calc(50% + 490px);
    }

    .navbar-mobile .offerte{
        display: block;
    }

    .massive-text{
        line-height: 60px;
    }

    .portfolio-img-info{
        font-size: 12px;
    }
    
    
}

@media only screen and (max-width: 500px) {
    .block-lg{
        padding: 30px 30px;
        width: calc(100% - 60px);
    }
    .block-w{
        padding: 30px 30px;
        width: calc(100% - 60px);
    }

    .faqblock{
        padding: 30px 30px;
        width: calc(100% - 60px);
    }

    .footer{
        padding: 30px 30px;
        width: calc(100% - 60px);
    }

    .header-right{
        padding-right: 30px;
    }

    .header .logo{
        margin-left: 30px;
    }

    .col2s{
        width: 100%;
    }
    .column-splitter{
        flex-direction: column;
        align-items: center;
    }

    .horizontal-contact p{
        font-size: 16px;
    }

    .submit{
        width: calc(100% - 40px);
    }

    .pack-name{
        font-family: 'poppins';
        font-size: 24px;
    }

    .feat-top li{
        font-size: 16px;
        font-family: 'lato';
    }

    .feat-text{
        width: 100%;
    }

    .feat-content{
        padding: 20px 0px;
    }

    .feat-content{
        width: 100%;
    }
    #wp-interact{
        left: -10px;
    }
    .wordpress-logo{
        left: 100px;
    }

    .slogan{
        top: 120px;
        left: -60px;
    }

    .nav-item-mobile{
        padding: 0px 30px;
    }

    .navbar-mobile .nav-sub-item{
        padding: 0px 50px; 
    }

    

    .bub2{
        top: -50px;
        left: calc(50% + 120px);
    }

    .bubbles-mobile{
        display: block;
    }

    .navbar-mobile .offerte{
        margin-left: 30px;
    }

    
    
}


@media only screen and (max-width: 380px) {

    .header .logo{
        margin-left: 20px;
    }
    
    .massive-text{
        font-size: 40px;
    }

    .offerte-match{
        top: 300px;
    }

    #wp-interact{
        position: absolute;
        transform: scale(0.5);
        left: -70px;
        bottom: -50px;
        top: unset;
    }

    .wordpress-logo{
        width: 125px;
        left: 70px;
        bottom: 85px;
    }
    .b3-5{
        padding-bottom: 0px;
        height: 550px;
    }

    .b3-5c{
        height: 500px;
    }
    .speciaal-mobile{
        width: 100%;
        height: calc(100vw - 60px);
    }
    .speciaal-mobile-container{
        display: block;
    }
    .horizontal-contact{
        flex-direction: column;
        height: 60px;
    }

    .slogan{
        transform: scale(0.8);
        left: -80px;
        top: 60px;
    }

    .b4{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .contact-form{
        padding-left: 15px;
        padding-right: 15px;
    }

    .block-about-column{
        width: 100%;
    }

    .about-lst-txt{
        width: calc(100% - 70px) !important;
    }
    .block-about-column{
        margin-right: 0px !important;
    }

    .cb2{
        height: auto !important;
    }
}