/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    border-bottom: 1px solid #33333314;
}

/* Body wat kleiner */
#sp-main-body {
  padding: 0px 0;
}

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-weight: 500;
    font-size: 16px;
}
.burger-icon>span {
    background-color: rgba(0, 0, 0, 0.5); /* 50% transparant zwart */
}
.offcanvas-menu > .align-items-center {
    background: rgba(255, 255, 255, 0.9); /* 90% transparant wit */
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: rgba(0, 0, 0, 0.5); /* 50% transparant zwart */
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 14px 45px;
    font-size: 13px;
    letter-spacing: 8px;
    font-weight: 500;
    color:  #fff;
    border-radius: 0;
    border: 1px solid #031C3B;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color:  #000;
}
.btn.no-bg {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.btn.white {
    background: #fff;
    color: #333;
    border-color: #fff;
}
.btn-primary {
    color: #fff !important;
}

/* Title */
.title h3 {
    letter-spacing: 5px;
}
.title h2 {
    letter-spacing: 8px;
}
.title.white span.white {
    color:  #fff;
}
.services-item h3 {
    letter-spacing: 20px;
}

/* Intro */
.intro {
    z-index: 2 !important;
}

/* Bg */
.bg-title {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-title li {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: italic;
}
.bg-title li strong {
    display: none;
}
.bg-title li em {
    padding: 0 10px;
    font-size: 13px;
}

/* About */
.about {
    z-index: 2 !important;
}
.about .sppb-col-md-6 {
    margin-bottom: -70px;
}
.about-item .left, .about-item .center {
    width: 20%;
    float: left;
}
.about-item .right {
    width: 60%;
    float: left;
}
.about-item h2 {
    transform: rotate(90deg);
    font-size: 75px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.about-item h3 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    writing-mode: vertical-lr;
    margin: 0px 0 0 -15px;
    font-style: italic;
}
.about-item p {
    margin-left: -30px;
}
.about-title h3 {
    letter-spacing: 15px;
}

/* Product */
.product {
    z-index:  2 !important;
}
.product .sppb-col-md-12 {
    margin-bottom: -60px;
}
.addtocart-bar input.addtocart-button:hover {
    background-color: #000 !important;
}

/* Gallery */
.gallery-title h1, .gallery-item h2 {
    writing-mode: vertical-lr;
}
.gallery-item h2 {
    position: absolute;
    top: 0;
    left: 60px;
    letter-spacing: 20px;
    font-style: italic;
    bottom: 0;
}
.gallery-title h1 {
    margin: 0;
    letter-spacing: 10px;
}
.gallery .sppb-addon-single-image-container:hover img {
    opacity: 0.8;
}

/* Support */
.support .sppb-col-md-6 {
    margin-top: -80px;
}

/* Services */
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.services-item h2 {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.services-item img {
    animation-name: flipInX;
    -webkit-animation-name: flipInX;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
