@charset "UTF-8";

@import "https://fonts.googleapis.com/css?family=Montserrat:200,500,700,800|Gloria+Hallelujah";

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-family: Montserrat,sans-serif;
}


ul.ks-cboxtags {
    list-style: none;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: var(--color-white);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    font-weight: lighter;
    font-size: .9em;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 7px 11px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid limegreen;
    background-color: limegreen;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #e9a1ff;
}

#header .nav-item .nav-link {
    font-weight: 400;
    font-size: 1.1em;
    /*color: #fff;*/
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.typography-tout {
    font-size: 19px;
    line-height: 1.2105263158;
    /*font-weight: 600;*/
    letter-spacing: .012em;
    font-family: Poppins,sans-serif;
}

.scroll-gallery {
    --paddlenav-height: 36px;
    --paddlenav-sticky-offset: 0px;
    --paddlenav-padding: 48px;
    --responsive-content-width: 87.5%;
    --responsive-content-max-width: 1680px;
    --responsive-content-clamped-width: min(var(--responsive-content-max-width), var(--responsive-content-width));
    --responsive-gutter-width: calc(50% - var(--responsive-content-clamped-width) / 2);
    position: relative;
    margin-top: 0;
    padding-bottom: calc(var(--paddlenav-padding) + var(--paddlenav-height));
}

.scroll-gallery .item-container {
    width: var(--responsive-content-clamped-width);
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0 var(--responsive-gutter-width);
}

.card-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border-radius: 28px;
}

.card-item {
    width: 35%;
    height: 350px;
    background-color: rgb(255,255,255);
    border-radius: 28px;
    margin: 10px;
}


#left-line {
    position: absolute;
    left: 0;
    background: none;
    border-right: 1px solid rgba(255,255,255, .5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 10%;
    width: 8%;
    height: 75%;
    /*background:rgba(255,255,255,.3);*/
}

#left-line::after {
    content: '';
    position: absolute;
    right: 20%;
    width: 5%;
    top: 0;
    height: 80%;
}

#left-line .social a {
    width: 50px;
    height: 50px;
    margin-left: 25px;
}

.homeSlide .slideThumb {
    position: absolute;
    z-index:21;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.homeSlide .slideThumb:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 1400px;
    max-width: 100%;
    height: 120px;
    transform: translate(-50%, 0);
    background: url(/images/hThumbAfter.png) center center no-repeat;
}

.homeSlide .slideThumb .listing .item {
    cursor: pointer;
    text-align: center;
    transition: 1s;
    position: relative;
    padding: 10px 0;
    height: auto;
}

.homeSlide .slideThumb .listing .item .img {
    float: left;
    width: 100%;
    height: 50px;
    opacity: .6;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1em;
}

.homeSlide .slideThumb .listing .item .nm {
    font-size: 12px;
    height: 30px;
    opacity: .6;
    float: left;
    width: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: 13px;
}

.homeSlide:before {
    bottom: 0;
    width: 100%;
    height: 161px;
    background-image: url(/images/slBfr.png);
    background-repeat: repeat-x;
    z-index: 2;
}

.homeSlide:after, .homeSlide:before {
    background-position: top left;
    transition: 1.5s linear;
    position: absolute;
    content: "";
    left: 0;
}

.homeSlide:after {
    bottom: -500px;
    width: 100%;
    height: 336px;
    background-image: url(/images/cloud.png);
}

.homeSlide:after, .homeSlide:before {
    background-position: top left;
    transition: 1.5s linear;
    position: absolute;
    content: "";
    left: 0;
}

.btn-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #d2d2d7;
    font-size: 1.1em;
}

.btn-arrow:hover {
    color: #1d1d1f;
}

.carousel-card, .carousel-card-big {
    background: rgba(66,66,69,0.72);
    margin: 10px;
    padding: 7px;
    border-radius: 21px;
    overflow:hidden;
}

.carousel-card-big {
    background: #fff;
    min-width: 100%;
    padding: 3em 2em;
}

.c-text {
    color: rgba(255, 255, 255, 0.56);
}

.card-2 {
    border-radius: 24px;
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@media (max-width:768px) {
    #product-container {
        flex-direction: column-reverse;
        height: calc(100vh - 140px);
    }

    .container-left, #model-viewer {
        height: calc(50vh - 100px);
    }
    #product-features{
        display:none;
    }
        #product-features .col-md-4{
            margin:0 2em;
        }

        .btn-grad {
            padding: 14px 21px;
        }

    #content {
        padding: 2em;
    }
}

.homeSlide .slideThumb .listing .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1;
}


@media (max-width:1257px) {
    .navbar-nav {
        background: #fff;
        padding: 7px;
    }

    #header .nav-item .nav-link {
        color: #222;
    }

    #follow-label, #hidden-pagination {
        display: none;
    }

    .social {
        flex-direction: inherit;
        margin-bottom: 20px;
    }

        .social a {
            margin-left: 1em;
        }
}

@media (max-width:550px) {
    #left-line, #video-bottom {
        display: none;
    }
    .cc-big {
        width: 250px;
    }
}

@media only screen and (max-width: 992px) {
    .homeSlide .slideThumb {
        opacity: 1;
        margin-bottom: 0;
        z-index: 21;
        transition: .5s linear;
    }
    .animation-button-container{
        display:none;
    }
}

@media only screen and (max-width: 1380px) {
    .homeSlide .slideThumb {
        bottom: 0;
    }
}

@media only screen and (max-width: 1680px) {
    .homeSlide.hSlideCloud:after {
         height: 220px; 
    }
}

@media only screen and (max-width: 992px) {
    .homeSlide:after, .homeSlide:before {
         transition: .5s linear; 
    }
}

.homeSlide.hSlideCloud:after {
     bottom: -70px; 
}

