﻿.marginSlider {
    margin-top: -100px;
}

.Own-mt-100 {
    margin-top: 100px !important;
}

.BackLogoCinere {
    background-image: url(/companies/Tezlabs/assets/img/Cinere-Logo.png);
    background-repeat: no-repeat;
    background-position: right -90px;
}

.BackLogoDermaClean {
    background-image: url(/companies/Tezlabs/assets/img/DermaClean-Logo.png);
    background-repeat: no-repeat;
    background-position: right -90px;
}

.BackLogoZardeband {
    background-image: url(/companies/Tezlabs/assets/img/Zardeband-Logo.png);
    background-repeat: no-repeat;
    background-position: right -90px;
}

.BackLogoInly {
    background-image: url(/companies/Tezlabs/assets/img/Inlay-Logo.png);
    background-repeat: no-repeat;
    background-position: right -90px;
}

.BackCinere {
    background-image: url(/companies/Tezlabs/assets/img/1.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-color: rgb(255 255 255 / 80%);
    background-blend-mode: lighten;
}

.BackDermaClean {
    background-image: url(/companies/Tezlabs/assets/img/2.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-color: rgb(255 255 255 / 80%);
    background-blend-mode: lighten;
}

.BackZardeband {
    background-image: url(/companies/Tezlabs/assets/img/3.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-color: rgb(255 255 255 / 80%);
    background-blend-mode: lighten;
}

.BackInly {
    background-image: url(/companies/Tezlabs/assets/img/4.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-color: rgb(255 255 255 / 80%);
    background-blend-mode: lighten;
}

.videoShape {
    display: inline-block;
    object-fit: cover;
    width: 45%;
    height: 650px;
    pointer-events: none;
    border-radius: 0px 900px 0px 0px;
    position: relative;
    z-index: 1;
}

.videoClip {
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.videoClipSlider {
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.pointer {
    cursor: pointer;
}

.TextShadowMaker {
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 5px #000;
}

.TextShadowMaker2 {
    text-shadow: 1px 0 0 #00000033, -1px 0 0 #00000033, 0 1px 0 #00000033, 0 -1px 0 #00000033, 1px 1px 0 #00000033, -1px -1px 0 #00000033, 1px -1px 0 #00000033, -1px 1px 0 #00000033, 1px 1px 5px #00000033;
}

.TextShadowMaker3 {
    text-shadow: 1px 0 0 #5f5f5f, -1px 0 0 #5f5f5f, 0 1px 0 #5f5f5f, 0 -1px 0 #5f5f5f, 1px 1px 0 #5f5f5f, -1px -1px 0 #5f5f5f, 1px -1px 0 #5f5f5f, -1px 1px 0 #5f5f5f, 1px 1px 5px #5f5f5f;
}

.TextShadowMaker4 {
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 5px #ffffff;
}

.positionProducts {
    position: relative;
    margin-top: 40px;
}

.positionAllProducts {
    position: absolute;
    z-index: 9;
    margin-top: -320px;
}

.positionMiddleRow {
    position: relative;
    margin-top: -680px;
}

.positionForm {
    position: relative;
    margin-top: -60px;
    z-index: 2;
}

.imagesCenter {
    display: block;
}

.margin-right {
    margin-right: 48px;
}

.margin-left {
    margin-left: 48px;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: right;
    padding: 20px;
}

.positionTextSlider {
    margin-top: 0px;
}

.backPosition {
    background-position: 0px;
}

@media screen and (min-width:290px) {
    .positionProducts {
        position: relative;
        margin-top: 140px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -60px;
    }

    .videoShape {
        display: none;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -10px;
    }

    .positionForm {
        position: relative;
        margin-top: 30px;
        z-index: 2;
    }

    .imagesCenter {
        display: none;
    }

    .margin-right {
        margin-right: 1px;
    }

    .margin-left {
        margin-left: 1px;
    }

    .positionTextSlider {
        margin-top: 60px;
    }

    .backPosition {
        background-position: -500px;
    }

    .BackCinere {
        background-image: url(/companies/Tezlabs/assets/img/1.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackDermaClean {
        background-image: url(/companies/Tezlabs/assets/img/2.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackZardeband {
        background-image: url(/companies/Tezlabs/assets/img/3.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackInly {
        background-image: url(/companies/Tezlabs/assets/img/4.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }
}



@media screen and (min-width:481px) {
    .positionProducts {
        position: relative;
        margin-top: 110px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -70px;
    }

    .videoShape {
        display: none;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -10px;
    }

    .positionForm {
        position: relative;
        margin-top: 60px;
        z-index: 2;
    }

    .imagesCenter {
        display: none;
    }

    .margin-right {
        margin-right: 1px;
    }

    .margin-left {
        margin-left: 1px;
    }

    .positionTextSlider {
        margin-top: 60px;
    }

    .backPosition {
        background-position: -500px;
    }

    .BackCinere {
        background-image: url(/companies/Tezlabs/assets/img/1.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackDermaClean {
        background-image: url(/companies/Tezlabs/assets/img/2.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackZardeband {
        background-image: url(/companies/Tezlabs/assets/img/3.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackInly {
        background-image: url(/companies/Tezlabs/assets/img/4.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }
}

@media screen and (min-width:578px) {

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 1px;
    }

    .margin-left {
        margin-left: 1px;
    }

    .positionTextSlider {
        margin-top: 60px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -80px;
    }

    .backPosition {
        background-position: -500px;
    }
}

@media screen and (min-width:670px) {
    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -110px;
    }
}

@media screen and (min-width:768px) {
    .positionProducts {
        position: relative;
        margin-top: 40px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -120px;
    }

    .videoShape {
        display: none;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -10px;
    }

    .positionForm {
        position: relative;
        margin-top: 100px;
        z-index: 2;
    }

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 1px;
    }

    .margin-left {
        margin-left: 1px;
    }

    .positionTextSlider {
        margin-top: 0px;
    }

    .backPosition {
        background-position: -500px;
    }

    .BackCinere {
        background-image: url(/companies/Tezlabs/assets/img/1.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackDermaClean {
        background-image: url(/companies/Tezlabs/assets/img/2.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackZardeband {
        background-image: url(/companies/Tezlabs/assets/img/3.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackInly {
        background-image: url(/companies/Tezlabs/assets/img/4.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }
}

@media screen and (min-width:961px) {
    .positionProducts {
        position: relative;
        margin-top: 40px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -130px;
    }

    .videoShape {
        display: none;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -10px;
    }

    .positionForm {
        position: relative;
        margin-top: 100px;
        z-index: 2;
    }

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 1px;
    }

    .margin-left {
        margin-left: 1px;
    }

    .positionTextSlider {
        margin-top: 0px;
    }

    .backPosition {
        background-position: -500px;
    }

    .BackCinere {
        background-image: url(/companies/Tezlabs/assets/img/1.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackDermaClean {
        background-image: url(/companies/Tezlabs/assets/img/2.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackZardeband {
        background-image: url(/companies/Tezlabs/assets/img/3.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackInly {
        background-image: url(/companies/Tezlabs/assets/img/4.jpg);
        background-repeat: no-repeat;
        background-position: -180px;
        background-size: cover;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }
}

@media screen and (min-width:1024px) {
    .positionProducts {
        position: relative;
        margin-top: 0px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -190px;
    }

    .videoShape {
        display: inline-block;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -680px;
    }

    .positionForm {
        position: relative;
        margin-top: -60px;
        z-index: 2;
    }

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 1px;
    }

    .margin-left {
        margin-left: 1px;
    }

    .positionTextSlider {
        margin-top: 0px;
    }

    .backPosition {
        background-position: -500px;
    }

    .BackCinere {
        background-image: url(/companies/Tezlabs/assets/img/1.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackDermaClean {
        background-image: url(/companies/Tezlabs/assets/img/2.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackZardeband {
        background-image: url(/companies/Tezlabs/assets/img/3.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackInly {
        background-image: url(/companies/Tezlabs/assets/img/4.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }
}

@media screen and (min-width:1200px) {
    .positionProducts {
        position: relative;
        margin-top: 40px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -220px;
    }

    .videoShape {
        display: inline-block;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -680px;
    }

    .positionForm {
        position: relative;
        margin-top: -60px;
        z-index: 2;
    }

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 1px;
    }

    .margin-left {
        margin-left: 1px;
    }

    .positionTextSlider {
        margin-top: 0px;
    }

    .backPosition {
        background-position: 0px;
    }
}

@media screen and (min-width:1399px) {
    .positionProducts {
        position: relative;
        margin-top: 100px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -250px;
    }

    .videoShape {
        display: inline-block;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -680px;
    }

    .positionForm {
        position: relative;
        margin-top: -60px;
        z-index: 2;
    }

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 48px;
    }

    .margin-left {
        margin-left: 48px;
    }

    .positionTextSlider {
        margin-top: 0px;
    }

    .backPosition {
        background-position: 0px;
    }
}

@media screen and (min-width:1475px) {
    .positionProducts {
        position: relative;
        margin-top: 70px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -250px;
    }

    .videoShape {
        display: inline-block;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -680px;
    }

    .positionForm {
        position: relative;
        margin-top: -60px;
        z-index: 2;
    }

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 48px;
    }

    .margin-left {
        margin-left: 48px;
    }

    .positionTextSlider {
        margin-top: 0px;
    }

    .backPosition {
        background-position: 0px;
    }

    .BackCinere {
        background-image: url(/companies/Tezlabs/assets/img/1.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackDermaClean {
        background-image: url(/companies/Tezlabs/assets/img/2.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackZardeband {
        background-image: url(/companies/Tezlabs/assets/img/3.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackInly {
        background-image: url(/companies/Tezlabs/assets/img/4.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }
}

@media screen and (min-width:1600px) {
    .positionProducts {
        position: relative;
        margin-top: 70px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -270px;
    }

    .videoShape {
        display: inline-block;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -680px;
    }

    .positionForm {
        position: relative;
        margin-top: -60px;
        z-index: 2;
    }

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 48px;
    }

    .margin-left {
        margin-left: 48px;
    }

    .positionTextSlider {
        margin-top: 0px;
    }

    .backPosition {
        background-position: 0px;
    }
}

@media screen and (min-width:1700px) {
    .positionProducts {
        position: relative;
        margin-top: 70px;
    }

    .positionAllProducts {
        position: absolute;
        z-index: 9;
        margin-top: -290px;
    }

    .videoShape {
        display: inline-block;
        object-fit: cover;
        width: 45%;
        height: 650px;
        pointer-events: none;
        border-radius: 0px 900px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .positionMiddleRow {
        position: relative;
        margin-top: -680px;
    }

    .positionForm {
        position: relative;
        margin-top: -60px;
        z-index: 2;
    }

    .imagesCenter {
        display: block;
    }

    .margin-right {
        margin-right: 48px;
    }

    .margin-left {
        margin-left: 48px;
    }

    .positionTextSlider {
        margin-top: 0px;
    }

    .backPosition {
        background-position: 0px;
    }

    .BackCinere {
        background-image: url(/companies/Tezlabs/assets/img/1.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackDermaClean {
        background-image: url(/companies/Tezlabs/assets/img/2.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackZardeband {
        background-image: url(/companies/Tezlabs/assets/img/3.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }

    .BackInly {
        background-image: url(/companies/Tezlabs/assets/img/4.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: rgb(255 255 255 / 80%);
        background-blend-mode: lighten;
    }
}
