[data-title*='Upage'] {
    padding-top: 50px !important;
    padding-bottom: 25px !important;
    position: relative;
    background: #0a0c10;
}

[data-title*='Section'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media (min-width: 768px) {
    [data-title*='Upage'] {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

@media (min-width: 992px) {
    [data-title*='Upage'] {
        padding-top: 35px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='Section'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    [data-title*='Section'] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

[data-title*='cf-vimeo-video'] {
    border: 0px !important;
    /*-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*border-radius: 5px;*/
}

.fluid-width-video-wrapper iframe {
    border-radius: 0px;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

#CustomerGallery .row,
#CustomerGallery .row>div {
    padding: 0px;
}

#CustomerGallery.fullContainer .containerInner {
    width: 100%;
}

#CustomerGallery img {
    width: 100%;
}

#Carpenter {
    background: #f1f5ff;
}

#Zero,
#Team {
    background: #f8faff;
}

#UpgradeFirst,
#UpgradeThree,
#UpgradeFive,
#Project {
    background: #0a0c10;
}

.txt-grey_indrak {
    color: #72747c;
}

.txt-gray {
    color: #a7aab0;
}

img.hero-filter {
    filter: invert(80%) sepia(14%) saturate(1418%) hue-rotate(354deg) brightness(93%) contrast(80%);
}

/* Six Up */
.six-up {
    display: none;
}

@media(max-width:500px) {
    .six-up {
        display: block;
        text-align: center;
        margin: 0px auto;
        width: 85%;
    }
    
    .six-up .inner {
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 3px 15px;
        background: #d2ac62;
        margin: 5px auto 0px;
        position: relative;
    }
    
    .six-up .inner:before {
        content: "\A";
        border-style: solid;
        border-width: 0px 15px 18px 0px;
        border-color: transparent #0a0c10 transparent transparent;
        position: absolute;
        right: 0px;
        top: 0;
    }
    
    .six-up .inner:after {
        content: "\A";
        border-style: solid;
        border-width: 0px 15px 18px 0px;
        border-color: transparent transparent #0a0c10 transparent;
        position: absolute;
        left: 0px;
        bottom: 0;
    }
}

@media(max-width:500px) {
    .elButton {
        font-weight: 400;
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.elBulletList {
    padding: 0px;
    list-style-type: none;
}

.elBulletListNew li {
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 1.6em;
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute;
}

[data-title*='nicebullets'] li i {
    display: none;
}

[data-title*='nicebullets'] li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #c30000;
    border-radius: 50px;
    box-shadow: rgb(246 74 74 / 25%) 0 0 0 5px;
    margin-top: 12px;
}

@media (max-width:500px) {
    .elBulletList {
        padding-left: 6px;
    }

    .elBulletListNew li {
        margin-bottom: 5px;
        padding-left: 1.4em;
        font-size: 16px !important;
        line-height: 24px;
    }

    .elBulletList li:before {
        left: 10px !important;
    }

    [data-title*='nicebullets'] li:before {
        margin-top: 10px;
        width: 7px;
        height: 7px;
        background-color: #c30000;
        border-radius: 50px;
        box-shadow: rgb(246 74 74 / 25%) 0 0 0 4px;
    }
}

/* CF - Vimeo */
.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url('../images/big-play-button.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 12%;
    background-position: center;
}

@media(max-width:500px) {
    .video-sound-overlay {
        background-size: 14%;
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out;
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute;
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

/* txt-grey_indrak */
.txt-grey_indrak {
    color: #7d7e80;
    color: #86868b;
}

/* txt-gold */
.txt-hightlight {
    color: #d6ae64;
}

.txt-upgrade {
    color: #14ae70;
}

img.FirstSign {
    width: 110px;
}

@media(min-width: 700px) and (max-width: 991px) {
    img.FirstSign {
        width: 80px;
    }
}

@media(max-width:500px) {
    img.FirstSign {
        width: 65px;
    }
}

.Homepoint {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}

.Homepoint .Card {
    display: flex;
    flex-direction: column;
}

.Homepoint .Card .image {
    width: 85%;
    margin: 0px auto 5px;
}

.Homepoint .Card .image img {
    display: block;
    width: 100%;
}

.Homepoint .Card .text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: white;
}

/* upgrade */
.upgrade {
    display: none;
}

@media(max-width:500px) {
    .upgrade {
        display: flex;
        text-align: center;
    }
    
    .upgrade .inner {
        display: inline-flex;
        margin: 0px auto;
        text-align: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    
    .upgrade .inner .icon {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    
    .upgrade .inner .icon img {
        display: block;
        width: 100%;
    }
    
    .upgrade .inner .text {
        font-size: 24px;
        font-weight: bold;
        color: white;
    }
    
    .upgrade .inner .text.black {
        color: #2d2e3a;
    }
}

/* Furniture-Services */
.Furniture-Services {
    display: grid;
    grid-template-columns: repeat(5,1fr);
}

.Furniture-Services .Card img {
    display: block;
    width: 100%;
}

@media(min-width: 700px) and (max-width: 991px) {
    .Furniture-Services {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .Furniture-Services .Card {
        flex: 0 0 50%;
        width: 50%;
    }
}

@media(max-width:500px) {
    .Furniture-Services {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }
}

/* Showroom Wall */
.ShowWall {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
}

.ShowWall .card {
    overflow: hidden;
    border-radius: 0px;
}

.ShowWall .card img {
    display: block;
    width: 100%;
}

.ShowWall .card:nth-child(1) {
    grid-column: span 4;
    grid-row: span 1;
    /* height: 770px; */
}

.ShowWall .card:nth-child(2) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowWall .card:nth-child(3) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowWall .card:nth-child(4),
.ShowWall .card:nth-child(5),
.ShowWall .card:nth-child(6),
.ShowWall .card:nth-child(7),
.ShowWall .card:nth-child(8),
.ShowWall .card:nth-child(9) {
    grid-column: span 4;
    grid-row: span 1;
}

/*@media(min-width: 700px) and (max-width: 991px) {*/
/*    .ShowWall .card:nth-child(1) {*/
/*        grid-column: span 12;*/
/*        grid-row: span 1;*/
/*    }*/
    
/*    .ShowWall .card:nth-child(2),*/
/*    .ShowWall .card:nth-child(3),*/
/*    .ShowWall .card:nth-child(4),*/
/*    .ShowWall .card:nth-child(5),*/
/*    .ShowWall .card:nth-child(6),*/
/*    .ShowWall .card:nth-child(7),*/
/*    .ShowWall .card:nth-child(8),*/
/*    .ShowWall .card:nth-child(9) {*/
/*        grid-column: span 6;*/
/*        grid-row: span 1;*/
/*        height: auto;*/
/*    }*/
/*}*/

@media (max-width: 500px) {
    .ShowWall {
        grid-gap: 15px;
    }

    .ShowWall .card {
        height: auto;
        overflow: hidden;
        border-radius: 3px;
    }

    .ShowWall .card:nth-child(odd),
    .ShowWall .card:nth-child(even) {
        grid-column: span 12;
        grid-row: span 1;
    }

    .ShowWall .card:nth-child(1) {
        height: auto;
    }
}

span.dott {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    margin: 4px 10px;
    background: #d6ae64;
}

@media (max-width: 500px) {
    span.dott {
        width: 5px;
        height: 5px;
    }
}