/* 
Theme Name: Sao Kim Digital
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sao Kim Digital
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: saokimdigital
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@font-face {
    font-family: SVN-Qalisha-Signature;
    src: url('assets/fonts/SVN-Qalisha-Signature.otf');
}

@font-face {
    font-family: SVN-Qalisha-Signature-Script;
    src: url('assets/fonts/SVN-Qalisha-Signature-Script.otf');
}

@font-face {
    font-family: SF-Pro-Display-Thin;
    src: url('assets/fonts/SF-Pro-Display-Thin.otf');
}

@font-face {
    font-family: SF-Pro-Display-Light;
    src: url('assets/fonts/SF-Pro-Display-Light.otf');
}

@font-face {
    font-family: SF-Pro-Display-Regular;
    src: url('assets/fonts/SF-Pro-Display-Regular.otf');
}
@font-face {
    font-family: SF-Pro-Display-Medium;
    src: url('assets/fonts/SF-Pro-Display-Medium.otf');
}
@font-face {
    font-family: SF-Pro-Display-Semibold;
    src: url('assets/fonts/SF-Pro-Display-Semibold.otf');
}
@font-face {
    font-family: SF-Pro-Display-Bold;
    src: url('assets/fonts/SF-Pro-Display-Bold.otf');
}

body {
    color: #0E0E0E;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "SVN-Qalisha-Signature", sans-serif;
}
a {
    transition: ease all 300ms;
}

.max_line_1,
.max_line_1 p,
.max_line_1 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_4,
.max_line_4 p,
.max_line_4 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_5,
.max_line_5 p,
.max_line_5 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_6,
.max_line_6 p,
.max_line_6 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_7,
.max_line_7 p,
.max_line_7 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    background-image: url("assets/images/arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #DC3475;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #DC3475; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media only screen and (min-width: 1140px) {
    .e-con-boxed > .e-con-inner {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1440px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1242px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1500px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1440px !important;
        margin-left: auto;
        margin-right: auto;
    }
}