﻿@font-face {
    font-family: trueno_light;
    src: url(fonts/TruenoLt.otf);
}

@font-face {
    font-family: trueno_reg;
    src: url(fonts/TruenoRg.otf);
}

@font-face {
    font-family: trueno_bold;
    src: url(fonts/TruenoSBd.otf);
}

@font-face {
    font-family: merriweather_black;
    src: url(fonts/Merriweather-Black.ttf);
}


:root {
    --siteColorLightPink: #ffe7e2;
    --siteColorDarkPink: #ffa08e;
    --siteColorDarkBrown: #5b2c23;


    --currentLedColor: #ff0000;
    --currentMainColor: #00ff00;
    --currentTextColor: #cccccc;
    --currentBackColor: #ffffff;

    --currentButtonFont: 'trueno_bold';
    --currentButtonFontSize: 28px;
    --currentTitleFont: 'trueno_bold';
    --currentTitleFontSize: 45px;
    --currentTextFont: 'trueno_light';
    --currentTextFontSize: 25px;
    --currentPrintTemplateWidth: 3600px;
    --currentPrintTemplateHeight: 2400px;
    --currentPrintTemplatePreviewSize: 0.21;


}


/* Custom navbar colors */
.custom-navbar {
    background-color: #ffe7e2; /* navbar background color */
    border-color: #ffe7e2; /* navbar border color */
    /*    min-height: 70px;
*/ font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

    /* Custom navbar brand styling */
    .custom-navbar .navbar-brand {
        float: left;
        height: 50px;
        width: 205px;
        background: url(/Content/images/logo_header.png) no-repeat center center;
        background-size: contain;
        /*        margin: 10px;
*/ margin-bottom: 2px;
        font-size: 18px;
        line-height: 20px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
    }

    /* Custom link colors */
    .custom-navbar .navbar-nav > .nav-item > .nav-link {
        color: #5b2c23 !important;
        text-decoration: none;
        font-family: 'trueno_light' !important;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (min-width: 768px) {
    .custom-navbar .navbar-nav > .nav-item > .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}


@media (max-width: 768px)
{

    .custom-navbar .navbar-brand {
        float: left;
        height: 50px;
        width: 175px;
        background: url(/Content/images/logo_header.png) no-repeat center center;
        background-size: contain;
        margin: 5px;
        margin-bottom: 2px;
        font-size: 18px;
        line-height: 20px;
    }

}

/* Link color styling */
a {
    color: #ffa08e;
    text-decoration: underline;
}

p {
    color: #5b2c23;
    font-size:13px;
}


    a:hover,
    a:focus {
        color: #337ab7;
        text-decoration: none;
    }

/* Fixed navbar styling */
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

/* Bootstrap 5 adjustments for fixed-top navbar */
.custom-navbar.navbar-fixed-top,
.custom-navbar.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* Toggle button custom styles */
.custom-navbar .navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: 50px;
}

    .custom-navbar .navbar-toggler:hover,
    .custom-navbar .navbar-toggler:focus {
        background-color: transparent;
        outline: 0;
        border: 0px solid black;
    }

/* Toggle button icon bars */
.custom-navbar .navbar-toggler-icon {
    display: block;
    background-color: #ffa08e; /* Custom icon color */
    width: 22px;
    height: 2px;
    border-radius: 1px;
    position: relative;
}

    .custom-navbar .navbar-toggler-icon::before,
    .custom-navbar .navbar-toggler-icon::after {
        content: "";
        display: block;
        width: 22px;
        height: 2px;
        background-color: #ffa08e;
        border-radius: 1px;
        position: absolute;
        left: 0;
    }

    .custom-navbar .navbar-toggler-icon::before {
        top: -6px;
    }

    .custom-navbar .navbar-toggler-icon::after {
        top: 6px;
    }

/* Custom button styles */
button.custom-button {
    background-color: #5b2c23;
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 50px;
    font-family: trueno_bold;
    margin-top: 25px;
    min-width: 150px;
}



/* Icon bars within the toggle button */
.custom-navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ffa08e;
    border-radius: 1px;
    transition: transform 0.3s ease;
}

.icon-bar-space {
    display: block;
    width: 22px;
    opacity: 0;
    height: 3px !important;
    border-radius: 0px !important;
    border-color: transparent;
    color: transparent;
    background: transparent;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

/* Toggled state animations */
#icon-bar-up.toggled {
    transform: rotate(-45deg);
    transform-origin: 15px 0px;
}

#icon-bar-down.toggled {
    transform: rotate(45deg);
    transform-origin: 18px 1px;
}

#icon-bar-middle.toggled {
display: none;
}

/* Navbar links */
.custom-navbar .navbar-nav .nav-link {
    color: #5b2c23 !important;
    text-decoration: none;
    font-family: 'trueno_light' !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .custom-navbar .navbar-nav .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

nav ul {
    list-style: none;
    display: flex;
}

    nav ul li {
        padding: 0 15px;
    }

        nav ul li a {
            text-decoration: none;
            color: #333;
        }


/* Remove outline from toggle button on focus or click */
.custom-navbar .navbar-toggler:focus,
.custom-navbar .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #5b2c23;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.collapse.in {
    display: block;
}

@media (max-width: 991px) {
    .navbar-collapse {
        border-bottom: 1px solid rgba(91,44,35,0.5);
        border-top: 0px;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: trueno_light;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h5, h6 {
    font-family: merriweather_black;
    color: #5b2c23;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 20px;
}
h4 {
    font-family: trueno_bold;
    font-size: 16px;
    margin-bottom: 0px;
    color: #5b2c23;
}

h6 {
    font-family: trueno_light;
    font-size:14px;
}

p {
    font-family: trueno_light;
    color: #5b2c23;
}

a {
    color: #ffa08e;
    cursor: pointer;
    text-decoration: underline;
}

    a:hover {
        color: #fc5f41 !important;
        text-decoration: none;
    }


/* scrollbar width */
::-webkit-scrollbar {
    width: 5px;
    height:5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffe7e2;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffa08e;
    border-radius:15px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }





header {
    background: #ffe7e2;
    padding: 1rem 2rem;
}

#headercontainer {
    max-width: 1200px;
    margin: auto;
    background: #ffe7e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 70px;
}


#mainContainer {
    max-width: 1200px;
    margin: auto;
/*    padding-top: 100px;
*/}


section {
    display: block;
}

#home {
    color: #5b2c23; /* Ensures text is visible against a potentially dark background */

    text-align: left;
}

@media (max-width: 768px) {
   #home{
       padding-top: 25px;
   }
}


.diagonal-bg-wrapper {
    position: relative;
    height: 400px;
}

.diagonal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*    clip-path: polygon(0 0%, 250% 0%, 0% 60%, 0 100%);
*/ background: #ffe7e2;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 79%, 0 49%);
    height:80%
}

.diagonal-bg-divider {
    width: 100%;
    height: 800px;
    /*    clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
*/
    clip-path: polygon(0 0, 100% 0, 100% 79%, 0 49%);
    background: #ffe7e2;
    z-index: -1;
    position: absolute;
    left: 0;
    background: #fff1ee;
    z-index: -1;
}

/*.content {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    padding: 20px;*/
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    /*z-index: 2;
}*/

#box-img-home {
    max-width: 100%;
    max-height: 550px;
    padding-left: 15%;
    margin-top: 50px;
}

#homeTitleContainer {
    display: inline-block;
    width: 40%;
    float: right;
    padding-top: 100px;
    display: inline-grid;
}


#startPrice-container {
    font-size: 25px;
    font-family: merriweather_black;
    color: #ffa08e;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0;
    border: 1px solid;
    border-radius:10px;
    padding:10px;
}

@media (max-width: 768px) {
    #homeTitleContainer {
        width: 90%;
        margin-left: 5%;
        float: none;
    }

    #box-img-home {
        max-width: 90%;
        max-height: 550px;
        padding-left: 15%;
    }


 }


    button {
        background-color: #5b2c23;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 50px;
        font-family: trueno_bold;
        margin-top: 25px;
        min-width: 150px;
        padding: 15px;
    }

    #exampleImagesGrid{
        margin:auto;
        width: 80%;
    }

@media screen and (max-width: 800px) {
    #exampleImagesGrid {
        margin: auto;
        width: 100%;
    }
}

.imgGridRow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.imgGridColumn {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}

    .imgGridColumn img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
    }




    #services {
        display: inline-block;
        justify-content: space-around;
        padding: 2rem;
        width: 100%;
    }

    #servicesintro {
        width: 90%;
        text-align: center;
        max-width: 600px;
        margin: auto;
/*        margin-top: 70px;
*/    }

    .service img {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: auto;
    }


#functionIconsContainer {
    width: calc(100% - 30px);
    /* display: flex
; */
    /* overflow-x: auto; */
    /* scrollbar-width: none; */
    /* -ms-overflow-style: none; */
    margin: auto;
    margin-top: 25px;
    margin-bottom: 45px;
    margin-left: 15px;
    display: flex;
}

        #functionIconsContainer::-webkit-scrollbar {
            display: none; /* For Chrome, Safari, and Opera */
        }

    .functionIconTile {
        width: auto !important;
        flex: 0 0 auto; /* Don't grow, don't shrink, be automatically sized */
    }

    .functionIconImg {
        width: 80px !important;
        height: 80px !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .functionIconText {
        width: 120px;
        height: 60px;
        margin-top: 0px;
        text-align: center;
        font-family: trueno_light;
        font-size: 14px;
        color: #5b2c23;
    }


#mainVideoWrapper {
    display: inline-block;
    justify-content: space-around;
    /* margin: 2rem; */
    width: 90%;
    aspect-ratio: 1.72;
    margin-bottom: 25px;
    margin-left: 5%;
    position:relative;
}

    #mainVideoIframe {
        border-radius: 30px;
        cursor: pointer;
    }


    #carouselContainer {
        max-width: 1200px;
        width: 100%;
        margin: auto;
        position: relative;
    }

.parallax {
    background-image: url(images/groep.jpg);
    height: 300px;
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.box-settings {
    display: inline-block;
    /* margin-left: 50px; */
    max-width: 300px;
    vertical-align: top;
    text-align: left;
}

    .box-setting-wrapper {
    }

    .box-setting-title {
        font-family: trueno_bold;
        font-size: 16px;
        margin-bottom: 0px;
        color: #5b2c23;
        width: calc(100% - 35px);
    }

.textarea-input {
    font-size: 14px;
    margin-left: 5px;
    /*    border: 2px solid red;
*/ border-radius: 5px;
    text-align: center;
    padding: 5px;
    /*    color: red;*/
    margin-top: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    resize: none;
    line-height: 1.15;
}
.textarea-input-editor {
    font-size: 14px;
    /* margin-left: 5px; */
    /* border: 2px solid red; */
    border-radius: 5px;
    text-align: left;
     padding: 5px; 
    /* color: red; */
    margin-top: 8px;
    /* width: 100%; */
    height: 40px;
    overflow: hidden;
    resize: none;
    margin-left: 10px;
}

    input[type='text'] {
        font-size: 14px;
        margin-left: 5px;
        /*    border: 2px solid red;
*/ border-radius: 5px;
        text-align: center;
        padding: 5px;
        /*    color: red;*/
        margin-top: 10px;
    }

        input[type='text']:focus {
            font-size: 14px;
            margin-left: 5px;
            border: 2px solid red;
            border-radius: 5px;
            text-align: center;
            padding: 5px;
            color: red;
        }

    .box-settings-info {
        font-size: 12px;
        font-family: trueno_light;
        width: calc(100% - 35px);
    }

    .color-picker-square {
        width: 35px;
        height: 35px;
        border-radius: 12px;
        right: 5px;
        float: right;
        margin-top: 0px;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 8px #999;
        border: 0px solid black;
    }

    input[type="color"]::-moz-color-swatch {
        border: none;
    }

    input[type="color"]::-webkit-color-swatch-wrapper {
        /*    padding: 0;
*/ border-radius: 0;
    }

    input[type="color"]::-webkit-color-swatch {
        border: none;
    }

    #color-picker-btn-mainColor {
        background: var(--currentMainColor);
        border: 2px solid var(--currentMainColor);
    }

    #color-picker-btn-textColor {
        background: var(--currentTextColor);
    }

    #color-picker-btn-backColor {
        background: var(--currentBackColor);
    }

    #color-picker-btn-ledColor {
        background: var(--currentLedColor);
    }


    #box-designer-wrapper {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #edit_theme_ui_wrapper {
        min-width: 300px;
        text-align: center;
/*        margin: 1rem;
        padding: 1rem 1rem;
*/    }

    #box-screen-preview {
        height: 345px;
        width: 194px;
        /*    background: url(/Content/images/box-templates/001/startpage.jpg);
*/ 
        background: black;
        background-size: cover !important;
        position: absolute;
        top: 103px;
        left: 54px;
    }
#iframe_wrapper {
    position: relative;
    display: inline-block;
    margin-right: 50px;
}
#iframe_wrapper_print_preview {
    position: relative;
    display: inline-block;
/*    margin-right: 50px;
*/    width:100%;
}

#print-template-preview {
    height: 500px;
    width: calc(var(--currentPrintTemplateWidth)* var(--currentPrintTemplatePreviewSize));
    height: calc(var(--currentPrintTemplateHeight)* var(--currentPrintTemplatePreviewSize));
    background: var(--currentBackColor);
    background-size: cover !important;
    margin: auto;
}

#print-size-selector {
    display: inline-flex;
    align-items: center;
    margin-bottom:25px;
}

.print-size-item{
    width: auto !important;
}

.print-size-tile {
    background: #ffa08e;
    margin-left: 5px;
    margin-right: 5px;
    background-size: contain !important;
    display: inline-block !important;
}

#print-size-tile-2x6 {
    width: 60px !important;
    height: 180px !important;
}
#print-size-tile-6x2 {
    width: 180px !important;
    height: 60px !important;
}
#print-size-tile-4x6 {
    width: 120px !important;
    height: 180px !important;
}
#print-size-tile-6x4 {
    width: 180px !important;
    height: 120px !important;
}

@media(max-width: 768px) {
    #iframe_wrapper {
        position: relative;
        display: inline-block;
        margin: auto;
    }
}





.softScreenExample {
    border-radius: 10px;
    /*    min-width: 120px;
*/ width: 120px;
    height: 207px;
    border: 2px solid #000;
    background-color: #555555;
    position: relative;
    margin: 2px;
    display: inline-block;
    overflow: hidden;
}


    .softScreenExample.active {
        width: 120px;
        height: 207px;
        border: 4px solid var(--designerMainColor);
    }

    .softScreenExample:hover {
        background-color: var(--designerBackColor);
        cursor: pointer;
    }


.btnCircle {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    background: var(--currentMainColor);
    position: relative;
    padding: 10px;
}

.startBtnCircle {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    background: var(--currentMainColor);
    position: absolute;
    padding: 10px;
}

.fixedBtnCircleNegative {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    border: 7px solid var(--currentTextColor);
    background: #00000000;
    position: relative;
    margin: 50px;
}

.btnSmallCircle {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    background: var(--currentMainColor);
    margin-right: 15px;
    margin-left: 15px;
}

.startbtncontainer {
    /* display: flex; */
    /* flex-wrap: wrap; */
    border: 0px dashed rgba(114, 186, 94, 0.35);
    /* height: 800px; */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    width: 1080px;
    height: 1920px;
    /* left: 10%; */
    position: absolute;
    top: 0;
    left: 0;
    justify-items: center;
    justify-content: center;
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    background: transparent;
    pointer-events: none;
}

.btncontainer {
    display: flex;
    flex-wrap: wrap;
    border: 0px dashed rgba(114, 186, 94, 0.35);
    /* height: 800px; */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    width: 80%;
    /*height: 1920px;*/
    left: 10%;
    position: relative;
    /*top: 0;
    left: 0;*/
    justify-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    background: transparent;
    pointer-events: none;
}
/*    .item {
        margin: 30px;
    }
*/
.btnRecType {
    display: inline-block;
    width: 100px;
    /* margin-left: 60px; */
    margin: auto;
    margin-top: 30px;
    height: 105px;
    background: var(--currentBackColor);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.icon-video {
    mask: url('/Content/img/video-full.svg');
    -webkit-mask-image: url('/Content/images/video-full.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.icon-photo {
    mask: url('/Content/img/photo-full.svg');
    -webkit-mask-image: url('/Content/images/photo-full.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.icon-gif {
    mask: url('/Content/img/gif-full.svg');
    -webkit-mask-image: url('/Content/images/gif-full.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.icon-boomerang {
    mask: url('/Content/img/gif-full.svg');
    -webkit-mask-image: url('/Content/images/gif-full.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.icon-approve {
    mask: url('/Content/img/wink-icon.svg');
    -webkit-mask-image: url('/Content/images/wink-icon.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.icon-delete {
    mask: url('/Content/img/video-full.svg');
    -webkit-mask-image: url('/Content/images/refresh-icon.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.fas {
    color: var(--currentBackColor);
    /* font-size: 40px; */
    text-align: center;
    /*    height: 30px;
*/ /* margin-top: 0px; */
    /* width: 30px; */
    font-size: 30px;
    line-height: 20px;
    margin: 0;
    height: 20px;
}

.btnText {
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--currentButtonFont);
    font-size: var(--currentButtonFontSize);
    font-weight: bold;
    color: var(--currentBackColor);
    vertical-align: middle;
}


#designer_source_wrapper {
    background: var(--currentBackColor);
}
#StartPageTitle, #ThankPageTitle {
    font-size: var(--currentTitleFontSize);
    font-family: var(--currentTitleFont);
    background: transparent;
    border: none;
    text-align: center;
    width: 90%;
    /*        margin-left: 5%;
*/ margin-top: 120px;
    color: var(--currentMainColor);
    overflow: hidden;
    resize: none;
    max-width: 90%;
    z-index: 999;
    position: relative;
}

#StartPageText, #ThankPageText {
    font-size: var(--currentTextFontSize);
    font-family: var(--currentTextFont);
    background: transparent;
    border: none;
    text-align: center;
    width: 70%;
    /*        margin-left: 15%;
*/ margin-top: 30px;
    color: var(--currentTextColor);
    overflow: hidden;
    resize: none;
    max-width: 70%;
    z-index: 999;
    position: relative;
}

#avatar {
    margin: auto;
    border-radius: 50%;
    display: block;
    width: 500px;
    position: fixed;
    bottom: 200px;
    left: 290px;
    top: 1270px;
}











#iframe-box-image {
    background-image: url('/Content/images/BBX3_schets_web_crop_2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

#ledring {
    background-color: var(--currentLedColor);
    position: absolute;
    top: 4.5%;
    left: 40.50%;
    height: 10.6%;
    width: 20%;
    -webkit-box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    -moz-box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    mask: url('/Content/images/ledring.png');
    -webkit-mask: url('/Content/images/ledring.png');
    -webkit-mask-image: url('/Content/images/ledring.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

#ledstroke_right {
    position: absolute;
    top: 1px;
    border-radius: 5px;
    right: 2px;
    height: 98.5%;
    width: 9.1%;
    -webkit-box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    -moz-box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    background-color: var(--currentLedColor);
}

#ledstroke_left {
    position: absolute;
    top: 1px;
    border-radius: 5px;
    left: 3px;
    height: 98.5%;
    width: 9.1%;
    -webkit-box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    -moz-box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    box-shadow: 0px 0px 42px 2px var(--currentLedColor);
    background-color: var(--currentLedColor);
}

#iframeID {
    position: absolute;
    top: 423px;
    left: 150px;
}

.setupBodyWrapper {
    /*        background: var(--designerMainColor);
            */ /*width: 98%;*/
    /*        height: 80vh;
            */ margin: auto;
    border-radius: 20px;
    /*        border: 5px solid white;
            */ /*        padding: 25px;
            */
    text-align: center;
}

#setupselectlangcontainer {
    padding: 10px;
    margin: auto;
}

.selectLangBtn {
    /*        width: 75px;
                    */ /* height: 150px; */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: var(--designerBackColor);
    color: var(--designerTextColor);
    /* position: relative; */
    padding: 10px;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

.active {
    /*        background: var(--designerTextColor);
                */ color: var(--designerBackColor);
    border: 3px solid var(--designerBackColor);
}

/*   .btnText {
                    color: inherit;
                }*/

#colortabs {
    text-align: left;
    z-index: 9;
}

.closeTabBtn {
    position: initial;
}

#iframeID {
    position: absolute;
    top: 113px;
    left: 40px;
}


#settingsWrapper {
    /* width: 50%; */
    max-width: 400px;
    /*    float: left;
    */ display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: auto;
    /*    margin-left: 30px;
    */
}

#create_proj_ui_wrapper {
    min-width: 300px;
    margin: 0 auto;
    position: relative;
    margin-right: 0px;
    /*/*top: 100px;*/
    /*    height: 100%;
    */
}






    .box-theme-template-tile {
        width: 120px;
        height: 120px;
        display: inline-block;
        border-radius: 15px;
        border: none;
        background: black;
        margin: 5px;
        -moz-box-shadow: 0 0 5px #999;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 8px #999;
        background-size: cover !important;
        cursor: pointer;
    }

    #box-theme-template-selector {
        text-align: left;
        display: inline-block;
        max-width: 300px;
        padding: 1rem 1rem;
    }

@media(max-width: 768px) {

    #box-theme-template-selector {
        /* text-align: left; */
        /* display: flex; */
        /* max-width: 300px; */
        /* padding: 1rem 1rem; */
        /* flex-wrap: nowrap; */
        white-space: nowrap;
        overflow-x: auto;
/*        margin-top: 15px;
*/        overflow-x: scroll;
        max-width: 100%;
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }

        #box-theme-template-selector::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .box-settings{
        max-width:95%;
/*        width:100%;
*/    }
}


.print-theme-template-tile {
    width: 100px;
    width: auto !important;
    height: auto;
    margin-left:5px;
    margin-right:5px;
    display: inline-block;
    border: none;
    background-size: cover !important;
    cursor: pointer;
}

.theme-template-cover-image{
    max-width:120px;
}

#print-theme-template-selector {
    text-align: left;
    display: inline-block;
    /*    max-width: 300px;
*/ padding: 1rem 1rem;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 15px;
    overflow-x: scroll;
    max-width: 100%;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
    #print-theme-template-selector::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }







    #pricesContainer {
        width: 100%;
        margin-top: 75px;
        text-align: center;
    }

    #prices-wrapper {
        margin: auto;
        text-align: center;
        margin-top: 50px;
        display: flow;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

.price-package-wrapper {
    width: 300px;
    margin: auto;
    margin-top: 25px;
    border-radius: 25px;
    border: 0px solid transparent;
    -moz-box-shadow: 0 0 8px #bbb;
    -webkit-box-shadow: 0 0 8px #bbb;
    box-shadow: 0 0 8px #bbb;
    margin-right: 15px;
     margin-left: 15px; 
    display: inline-block;
    text-align: left;
    background-color: var(--bs-body-bg);
}


    .price-package-img {
        width: 100%;
        background: #ffe7e2;
        border-radius: 25px 25px 0 0;
        border: 0px solid transparent;
        object-fit: cover;
    }

    .price-package-text-wrapper {
        padding-left: 25px;
        margin-top: -20px;
    }

    #basic-pack-img {
        height: 150px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    }

    #business-pack-img {
        height: 215px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
    }

    .price-package-text-wrapper > span {
        color: #5b2c23;
        font-family: trueno_light;
        font-size: 13px;
    }

    .price-package-text-intro {
    }


    .price-package-items-wrapper {
        margin-top: 20px;
        color: #5b2c23;
        font-family: trueno_bold;
        font-size: 12px;
        padding-right: 15px;
    }

.price-package-item {
    margin: 10px;
    margin-left: 0px;
}

        .price-package-item > span {
        }


    .price-package-item-icon {
        margin-right: 10px;
        color: #ffa08e;
        position: absolute;
    }

    .price-package-item-text {
        margin-left: 20px;
        display: inline-block;
    }



    .price-package-bottom-wrapper {
        margin-top: 20px;
    }

    .price-package-price-tag {
/*        max-width: 40%;
*/        font-size: 25px;
        font-family: merriweather_black;
        color: #ffa08e;
        display: inline-block;
        margin-left: 25px;
        margin-right: 0;
    }

    .infoTextVAT {
        display: inline;
        font-size: 10px;
        font-family: Merriweather;
        margin-left: 10px;
    }

    .exVATprice {
        width: 100%;
        display: inline-block;
        font-size: 11px;
        color: #5b2c23;
        padding-left: 25px;
        font-family: trueno_light;
        float:left;
        margin-bottom:15px;
    }

    .price-package-bottom-button {
        position: relative;
        max-width: 50%;
        display: inline-block;
        /* right: 0px; */
        margin: 15px;
        top: -20px;
    }

        .price-package-bottom-button > button {
            margin-top: 0px;
            background-color: #ffa08e;
        }


.prices-plus-icon {
    font-size: 35px;
    font-family: merriweather_black;
    color: #ffa08e;
    margin:auto;
}

.options-wrapper{
    display:flex;
/*    justify-content:center;
*/}

.options-article-wrapper {
    max-width: 300px;
    margin: 5px;
    /* margin-top: 50px; */
    border: 2px dashed #ffa08e;
    border-radius: 25px;
     padding: 15px; 
     position:relative;
     display:inline-block;

    /* height: 100%; */
/*    margin-left: 15px;*/

}

    .options-price-package-wrapper {
        max-width: 100%;
        margin: auto;
        margin-top: 50px;
        border: 2px dashed #ffa08e;
        border-radius: 25px;
        padding: 15px;
    }

    .options-price-icon-column {
        float: left;
        width: 10%;
        background: red;
    }

.options-price-details-column {
    max-width: 90%;
    margin: auto;
    text-align: left;
    position: relative;
    width: max-content;
    padding-top: 15px;
}

    .options-price-amount-column {
    }





    #examplesContainer {
        width: 100%;
        margin-top: 50px;
        display: flex;
        max-width: 1200px;
        position: relative;
    }




    .list {
        display: flex;
        gap: 8px;
        padding: 16px;
        list-style: none;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        /* Hide scrollbar in Firefox */
        scrollbar-width: none;
        /* Hide scrollbar in IE and Edge */
        -ms-overflow-style: none;
    }
        /* Hide scrollbar in webkit */
        .list::-webkit-scrollbar {
            display: none;
        }

    .item {
        flex-shrink: 0;
        width: auto;
        height: 250px;
        background-color: #FFF;
        scroll-snap-align: center;
    }

    .content {
        display: flex;
        /* align-items: center; */
        justify-content: center;
        height: 100%;
        font-family: sans-serif;
        font-size: 64px;
        font-weight: bold;
        width: auto !important;
    }

        .content > img {
            border-radius: 15px;
        }

    .list-wrapper {
        position: relative;
    }

        .list-wrapper > .button {
            position: absolute;
            top: 120px;
            width: 3rem;
            height: 3rem;
            transform: translateY(-50%);
            background: white;
            color: #5b2c23;
            width: 50px;
            min-width: 50px;
            height: 50px;
            font-size: 25px;
            padding: 0;
        }




    #image-gallery {
        /*        display:inline-flex;
*/ overflow-x: scroll;
    }

    #gallery {
        padding-top: 40px;
    }

    @media screen and (min-width: 991px) {
        #gallery {
            padding: 60px 30px 0 30px;
        }
    }

    .img-wrapper {
        position: relative;
        margin-top: 15px;
    }

        .img-wrapper img {
            width: 100%;
        }

    .img-overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
    }

        .img-overlay i {
            color: #fff;
            font-size: 3em;
        }

    #overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 99999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #overlay img {
            margin: 0;
            width: 80%;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
            padding: 5%;
        }

    /*@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}
*/
    #nextButton {
        color: #fff;
        font-size: 2em;
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;
        width: 30px;
        height: 30px;
        background: red;
    }

        #nextButton:hover {
            opacity: 0.7;
        }

    @media screen and (min-width: 768px) {
        #nextButton {
            font-size: 3em;
        }
    }

    #prevButton {
        color: #fff;
        font-size: 2em;
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;
        width: 30px;
        height: 30px;
        background: red;
    }

        #prevButton:hover {
            opacity: 0.7;
        }

    @media screen and (min-width: 768px) {
        #prevButton {
            font-size: 3em;
        }
    }

    #exitButton {
        color: #fff;
        font-size: 2em;
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;
        position: absolute;
        top: 15px;
        right: 15px;
    }

        #exitButton:hover {
            opacity: 0.7;
        }

    @media screen and (min-width: 768px) {
        #exitButton {
            font-size: 3em;
        }
    }








#exampleContainer1, #exampleContainer2 {
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    /* margin-top: 100px; */
    position: relative;
}

        .sliderScrollBtnsWrapper button {
            font-size: 1.8em;
            background-color: #ffffff;
            position: absolute;
            margin: auto;
            top: 0;
            bottom: 0;
            border: none;
            cursor: pointer;
            border-radius: 50%;
            background: white;
            color: #5b2c23 !important;
            width: 40px;
            min-width: 40px;
            height: 40px;
            font-size: 25px;
            padding: 0;
        }

    .exampleItem {
        min-height: 100%;
        height: 200px;
        /* top: 30%; */
        /* margin: 20%; */
/*        background: white;
*/        border-radius: 15px;
        position: relative;
        /* text-align: center; */
        padding-left: 5px;
        padding-right: 5px;
        /* aspect-ratio: 1.5; */
        /* width: fit-content; */
        height: 200px;
        min-width: 300px;
    }


        .exampleItem img {
            object-fit: cover;
        }

    .exampleItemsWrapper {
        height: 100%;
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
        /* Hide scrollbar in Firefox */
        scrollbar-width: none;
        /* Hide scrollbar in IE and Edge */
        -ms-overflow-style: none;
        scroll-snap-type: x mandatory;
    }




    button#next {
        right: 0.3em;
    }

    button#prev {
        left: 0.3em;
    }

button#nextExampleBtn1 {
    right: 0.3em;
}

button#prevExampleBtn1 {
    left: 0.3em;
}
button#nextExampleBtn2 {
    right: 0.3em;
}

button#prevExampleBtn2 {
    left: 0.3em;
}



    #orderInstructionsContainer {
        margin-top: 75px;
        text-align: center;
    }



#filterBtnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.filterDiv {
    /*            line-height: 100px;
                */ text-align: center;
    margin: 2px;
    /*                    display: none;
        */ height: auto;
    width: auto !important;
}

.item {
    position: relative;
    /*            width: 100px;
                    height: 100px;
        */ overflow: hidden;
    display: block;
    height: auto;
}
/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

.hide {
    display: none !important;
}
/* Style the buttons */
.filterBtn {
    margin: 5px;
    background-color: var(--siteColorLightPink);
    color: var(--siteColorDarkBrown);
    border: none;
    padding: 2px 10px;
    /* cursor: pointer; */
    /* border-radius: 50px; */
    font-family: trueno_bold;
    font-size:14px;
/*    margin-top: 25px;
*/    min-width: 110px;
      border:1px solid var(--siteColorDarkBrown);
}

    /* Add a light grey background on mouse-over */
    .filterBtn:hover {
        background-color: #ffa08e;
    }

    /* Add a dark background to the active button */
    .filterBtn.active {
        background-color: #ffa08e;
        color: white;
        border:0px;
    }


.smallRectBtn {
    margin: 5px;
    background-color: var(--siteColorLightPink);
    color: var(--siteColorDarkBrown);
    border: none;
    padding: 2px 10px;
    /* cursor: pointer; */
    /* border-radius: 50px; */
    font-family: trueno_bold;
    font-size: 12px;
    /*    margin-top: 25px;
*/ min-width: 110px;
}
.smallSquareBtn {
    margin: 5px;
    background-color: transparent;
    color: var(--siteColorDarkBrown);
    border: none;
    padding: 0px;
    /* cursor: pointer; */
    border-radius: 5px;
    font-family: trueno_bold;
    font-size: 12px;
    /* margin-top: 25px; */
    min-width: 25px !important;
    width: 25px !important;
    height: 25px !important;
    border: 1px solid var(--siteColorDarkBrown);
}

/*.exampleImgages {
            overflow: hidden;
            display: flex;
            align-content: center;*/
/*        justify-content: center;*/
/*align-items: center;
            overflow-x: scroll;
            box-sizing: content-box;
        }*/

.img-responsive {
    max-width: 250px;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-wrapper {
    align-items: center;
    
}
.templateSwiperWrapper {
/*    height:250px !important;
*/}

.swiper-slide {
    flex-shrink: 0;
/*    width: auto !important;
*/    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    margin: 5px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 40%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--siteColorDarkPink, var(--siteColorLightPink));
}

.swiper-button-next-custom, .swiper-button-prev-custom {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 40%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--siteColorDarkPink, var(--siteColorLightPink));
}

.swiper-button-next-custom {
    right: 0px;
}

.swiper-pagination-bullet-active {
    background: var(--siteColorDarkPink) !important;
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}


.swiper-grid-column > .swiper-wrapper {
    flex-direction: unset !important;
}





    /* Lightbox CSS */


    .row > .column {
        padding: 0 8px;
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Create four equal columns that floats next to eachother */
    .column {
        float: left;
        width: 25%;
    }

    /* The Modal (background) */
    .modal {
        position: fixed; /* Stay in place */
        z-index: 999999; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
        display: flex; /* Use flexbox for centering */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        display: none; /* Hidden by default */
    }

    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        padding: 0;
        margin: auto;
        display: block;
        max-width: 90%;
        max-height: 90%;
    }

    /* The Close Button */
    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 75px;
        font-weight: bold;
        opacity: 1 !important;
        z-index: 9;
    }

        .close:hover,
        .close:focus {
            color: #ffa08e;
            text-decoration: none;
            cursor: pointer;
        }

    /* Hide the slides by default */
    .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }


    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }





    footer {
        /* position: fixed; */
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #5b2c23;
        color: white;
        text-align: center;
    }

    @media (max-width: 768px) {
        nav ul {
            flex-direction: column;
        }

        #services {
            flex-direction: column;
        }
    }
@media (max-width: 768px) {
    .textEditorItemWrapper {
        width: 98% !important;
    }
}