/* Babyline Smart landingpage */
.babylineLanding {
    width: 100%;
    max-width: 1372px;
    margin: 0 auto;
    font-family: 'Spartan', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.landingHeader {
    width: 100%;
    min-height: 780px;
    background-image: url("/img/cms/babyline-smart/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.landingHeader__logo {
    max-width: 150px;
    width: 100%;
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    /*flex-grow: .6;*/
}

.landingHeader__img {
    width: 100%;
}

.landingHeader__subtitle {
    flex-grow: .2;
}

.landingHeader__subtitleTxt {
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 65px;
    text-align: center;
}

.landingHeader__title {
    text-align: center;
    flex-grow: .2;
}

.landingHeader__title--firstLine {
    font-size: 116px;
    font-weight: 700;
    margin: 0px;
    color: #fff;
    line-height: 114px;
}

.landingHeader__title--secondLine {
    font-size: 116px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0px;
    color: #fff;
    line-height: 114px;
}

/* Camera main feature */
.mainFeature {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    /*border: 1px solid #dfdfdf;*/
    /*box-shadow: 0px 2px 2px 1px #dfdfdf;*/
}

.mainFeature--night {
    background-color: #3B444D;
}

.mainFeature__desc {
    width: 40%;
    padding: 5px;
    line-height: 1.4;
    font-size: 20px;
}

.mainFeature__img {
    max-width: 35%;
}

.mainFeature__title {
    color: #FF595A;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}

.mainFeature__body {
    line-height: 1.4;
    font-size: 20px;
    color: #3B444D;
}

.mainFeature__body--dark {
    color: #fff;
}

.background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 99%;
    margin: 0 auto;
}

.background-1 {
    background-image: url("/img/cms/babyline-smart/foto1-bg-1.png");
    min-height: 600px;
}

.background-2 {
    background-image: url("/img/cms/babyline-smart/foto2-bg.png");
    min-height: 600px;
}

.background-3 {
    background-image: url("/img/cms/babyline-smart/foto3-bg.png");
    min-height: 600px;
}

.background-4 {
    background-image: url("/img/cms/babyline-smart/foto4-bg.png");
    min-height: 600px;
}

.background-5 {
    background-image: url("/img/cms/babyline-smart/foto5-bg.png");
    min-height: 600px;
}

.background-6 {
    background-image: url("/img/cms/babyline-smart/foto6-bg.png");
    min-height: 600px;
}

.background-7 {
    background-image: url("/img/cms/babyline-smart/foto7-bg.png");
    min-height: 600px;
}

.points {
    max-width: 1300px;
    margin: 65px auto;
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.points__item {
    width: 190px;
    padding-bottom: 15px;
    position: relative;
}

.points__pic {
    width: 190px;
}

.div__text {
    width: 85px;
    height: 85px;
    background-color: #fff;
    box-shadow: 1px 5px 15px 0px #6c6c6c;
    border-radius: 50%;
    text-align: center;
    color: #3B444D;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    right: -24px;
}

.div__text--reverse {
    top: 140px;
    right: 120px;
}

.points__arrow {
    border: solid #ff595a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 10px;
}

/* Section header */
.sectionHeader {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.featuresHeader {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background-color: #CEE9DF;
    position: relative;
    z-index: 0;
}

.featuresHeader__title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #007474;
    /*margin-bottom: 55px;*/
    flex-grow: .2;
}

.sectionHeader--main {
    margin-top: 100px;
}

.sectionHeader__h2 {
    font-size: 40px;
    color: #007474;
    line-height: 1.1;
}

.sectionHeader__txt {
    color: rgb(116, 116, 116);
    font-size: 24px;
    letter-spacing: 2px;
}

/* Camera function */
.functionLast {
    display: flex;
    align-items: center;
    width: 99%;
    margin: 0 auto;
    background-image: url("/img/cms/babyline-smart/nakladka-bg-5.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
}

.functionLast__desc {
    width: 40%;
    text-align: right;
    padding: 5px;
    line-height: 1.4;
    font-size: 20px;
    color: #3B444D;
}

.functionLast__title {
    font-size: 32px;
    color: #3B444D;
    line-height: 1.4;
}

.function-3 {
    width: 100%;
    background-color: #fff;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.function__column {
    width: 40%;
}

.function__columnText {
    text-align: right;
    font-size: 32px;
    letter-spacing: 1px;
    color: #007474;
}

.function__columnImage {
    position: relative;
}

.function__image {
    width: 95%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(13%, -50%);
    z-index: 2;
}

.functionBuy {
    min-height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #CEE9DF;
    position: relative;
    z-index: 0;
}

.functionBuy__title {
    flex-grow: .2;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #007474;
}

.functionBuy__button,
.featuresHeader__button,
.landingHeader__button {
    appearance: none;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    width: fit-content;
    background-color: #3B444D;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.featuresHeader__link,
.functionBuy__link {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.landingHeader__link:hover,
.featuresHeader:has(> .featuresHeader__link:hover),
.functionBuy:has(> .functionBuy__link:hover) {
    opacity: 85%;
}

/* Babyline Cam */
.babylineCam {
    width: 100%;
    min-height: 700px;
    background-color: #FDEBE980;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #3B444D;
}

.babylineCam__title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.babylineCam__link {
    text-decoration: none;
    color: #3B444D;
    flex-basis: 20%;
}

.babylineCam__link:hover {
    color: #FF595A;
}

.babylineCam__items {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 40px
}

.babylineCam__item {
    height: 400px;
    background-color: #fff;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.babylineCam__img {
    width: 90%;
}

.babylineCam__itemTitle {
    font-size: 32px;
    margin: 0;
}

.babylineCam__button {
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0;
}

/* Section: Lionelo Assistance */
.babylineLoa {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.babylineLoa__img {
    max-width: 30%;
}

.babylineLoa__body {
    width: 40%;
    padding: 5px;
}

.babylineLoa__title {
    color: #FF595A;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.babylineLoa__desc {
    line-height: 1.4;
    font-size: 20px;
}

/* YouTube embed */
@media all and (max-width: 767px) {
    .vidLP iframe {
        min-height: 280px !important;
    }
}

.vidLP {
    margin: 20px auto 40px;
    transform: translate3d(0px, 0.1509px, 0px);
    opacity: 1;
    overflow: hidden;
    width: 80%;
    position: relative;
    z-index: 2;
}

.vidLP iframe {
    border-radius: 8px;
    box-shadow: 0 -1px 7px -1px rgb(0 0 0 / 66%);
    -webkit-box-shadow: 0 -1px 7px -1px rgb(0 0 0 / 66%);
    width: 100%;
    min-height: 620px;
}

/* Points slider */
.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.slider {
    /* width: 100%;
    max-width: 600px; */
    width: 600px;
    height: 300px;
    margin: 20px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    overflow-x: scroll;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 300px;
    transform-origin: center center;
    transform: scale(1);
    scroll-snap-align: center;
}

.slide-link {
    position: absolute;
    top: 48%;
    width: 20px;
    height: 20px;
    border: solid black;
    border-width: 0 4px 4px 0;
    padding: 3px;
    box-sizing: border-box;
}

.slide__prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 5%;
}

.slide__next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 5%;
}

.slider a {
    background: none;
    border: none;
}

a.slide__prev,
.slider::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 5%;
}

a.slide__next,
.slider::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 5%;
}

.slider::before,
.slider::after,
.slide__prev,
.slide__next {
    position: absolute;
    top: 48%;
    width: 20px;
    height: 20px;
    border: solid #ff595a;
    border-width: 0 4px 4px 0;
    padding: 3px;
    box-sizing: border-box;
}

.slider::before,
.slider::after {
    content: '';
    z-index: 1;
    background: none;
    pointer-events: none;
}

.montageLink {
    width: 100%
}

/* ---- */
@media screen and (max-width: 1200px) {
    .babylineCam__link {
        flex-basis: 25%;
    }

    .babylineCam__item {
        padding: 5px;
    }
}

@media screen and (max-width: 1000px) {
    .points {
        overflow: auto visible;
        justify-content: left;
        /*padding-top: 22px;*/
    }

    .points__item {
        margin-right: 20px;
        flex-shrink: 0;
    }

    .mainFeature {
        min-height: 450px;
    }

    .mainFeature__img {
        max-width: 40%;
    }

    .babylineLoa {
        flex-direction: column;
        gap: 0;
    }

    .babylineLoa__img {
        max-width: 40%;
    }

    .babylineLoa__body {
        width: 70%;
    }

    .technicalData__table {
        width: 90%;
    }

    .technicalData__tbody {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .function__columnImage {
        width: 55%;
    }

    .function__image {
        width: 87%;
        transform: translate(0%, -50%);
    }
}

@media screen and (max-width: 940px) {
    .babylineCam__itemTitle {
        font-size: 28px;
    }
}

@media screen and (max-width: 845px) {
    .babylineCam__link {
        flex-basis: 30%;
    }
}

@media screen and (max-width: 770px) {
    .mainFeature {
        flex-direction: column;
        gap: 5px;
    }

    .mainFeature__img {
        max-width: 45%;
    }

    .mainFeature__desc {
        width: 90%;
        /* text-align: center; */
    }

    .mainFeature__title {
        margin-bottom: 5px;
    }

    .function-3 {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .function__columnText {
        text-align: left;
        width: 90%;
        padding: 15px;
    }

    .function-3 {
        min-height: 430px;
    }

    .function__image {
        transform: translate(0%, -95%);
        width: 80%;
    }

    .babylineLoa__img {
        max-width: 45%;
    }

    .babylineLoa__body {
        width: 80%;
    }
}

@media screen and (max-width: 766px) {
    .mainFeature__section {
        flex-direction: column;
    }

    .mainFeature__h2 {
        max-width: 100%;
        text-align: center;
        padding-left: 0px
    }
}

@media screen and (max-width: 740px) {

    .babylineCam__item {
        height: 320px;
    }

    .babylineCam__itemTitle {
        font-size: 22px;
    }

    .babylineCam__button {
        font-size: 11px;
    }
}

@media screen and (max-width: 620px) {
    .landingHeader__title--firstLine, .landingHeader__title--secondLine {
        font-size: 80px;
    }
}

@media screen and (max-width: 550px) {
    .points-desktop {
        display: none;
    }

    .points {
        overflow: hidden;
    }

    .points__item {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
    }

    .points__group {
        width: 60%;
        position: relative;
        margin: 0 auto;
    }

    .points__pic {
        width: 100%;
    }

    .points__txt {
        font-size: 14px;
        padding: 1px 10px;
    }

    .div__text {
        top: -13px;
        left: 6px;
        width: 95px;
        height: 95px;
    }

    .vidLP {
        margin: 20px auto 35px;
    }

    .featuresHeader {
        min-height: 450px;
    }

    .mainFeature__body {
        font-size: 18px;
    }

    .mainFeature__img {
        max-width: 55%;
    }

    .mainFeature__title {
        margin-top: 5px;
        font-size: 27px;
    }

    .functionLast {
        align-items: center;
        background-position: 20% bottom;
        flex-direction: column;
    }

    .functionLast__desc {
        width: 90%;
        text-align: left;
        margin-top: 50px;
    }

    .function__columnImage {
        width: 60%;
    }

    .function__image {
        width: 85%;
        transform: translate(0%, -95%);
    }

    .babylineCam--desktop {
        display: none;
    }

    .slider-babyline {
        height: 470px;
        width: 100%;
    }

    .slide-babyline {
        height: 470px;
    }

    .babylineCam__link {
        flex-basis: 70%;
    }

    .babylineCam__item {
        width: 90%;
        height: 380px;
        margin: 0 auto;
    }

    .babylineCam__img {
        width: 100%;
    }

    .babylineCam__title {
        margin-top: 38px;
        font-size: 37px;
    }

    .babylineCam {
        min-height: 630px;
    }

    .babylineLoa {
        min-height: 450px;
    }

    .babylineLoa__img {
        max-width: 55%;
        margin-bottom: 10px;
    }

    .babylineLoa__body {
        width: 95%;
    }

    .babylineLoa__title {
        font-size: 24px;
    }

    .babylineLoa__desc {
        font-size: 16px;
    }
}

@media screen and (min-width: 550px) {
    .points-mobile {
        display: none;
    }

    .babylineCam--mobile {
        display: none;
    }
}

@media screen and (max-width: 415px) {

    .landingHeader__title {
        line-height: 78px;
    }

    .landingHeader__title--firstLine, .landingHeader__title--secondLine {
        font-size: 62px;
    }

    .div__text {
        top: -14px;
        left: -32px;
    }

    .points__txt {
        font-size: 13px;
        padding: 3px 12px;
    }

    .babylineLoa__img {
        max-width: 65%;
    }

    .mainFeature__img {
        max-width: 65%;
    }

    .mainFeature__body {
        font-size: 16px;
    }

    .mainFeature__title {
        font-size: 22px;
    }

    .babylineLoa__img {
        max-width: 80%;
    }

    .babylineLoa__desc {
        font-size: 15px;
    }

    .babylineLoa__title {
        font-size: 21px;
    }
}

@media screen and (min-width: 551px) {
    .points__arrow {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .mainFeature {
        padding: 35px 5px;
    }

    .mainFeature__img {
        max-width: 80%;
    }

    .function__columnImage {
        width: 80%;
    }

    .function__columnText {
        font-size: 25px;
    }
}

@media screen and (max-width: 460px) {
    .sectionHeader__h2 {
        font-size: 30px
    }

    .sectionHeader__txt {
        font-size: 17px
    }

    .featuresHeader__title {
        font-size: 30px
    }

    .mainFeature__body {
        font-size: 16px
    }

    .mainFeature__title {
        font-size: 22px
    }

    .landingHeader {
        background-image: url(/img/cms/babyline-smart/m-header-bg-460-2.jpg)
    }

    .landingHeader__subtitle {
        flex-grow: .5
    }

    .landingHeader__subtitleTxt {
        font-size: 52px
    }

    .landingHeader__title {
        flex-grow: .1
    }

    .background {
        background-attachment: scroll;
        width: 100%
    }

    .background-1 {
        background-image: url(/img/cms/babyline-smart/m-foto1-bg-460.jpg);
        min-height: 280px
    }

    .background-2 {
        background-image: url(/img/cms/babyline-smart/m-foto2-bg-460.jpg);
        min-height: 280px
    }

    .background-3 {
        background-image: url(/img/cms/babyline-smart/m-foto3-bg-460.jpg);
        min-height: 280px
    }

    .background-4 {
        background-image: url(/img/cms/babyline-smart/m-foto4-bg-460.jpg);
        min-height: 280px
    }

    .background-5 {
        background-image: url(/img/cms/babyline-smart/m-foto5-bg-460.jpg);
        min-height: 280px
    }

    .background-6 {
        background-image: url(/img/cms/babyline-smart/m-foto6-bg-460.jpg);
        min-height: 280px
    }

    .background-7 {
        background-image: url(/img/cms/babyline-smart/m-foto7-bg-460.jpg);
        min-height: 280px
    }

    .functionLast {
        background-image: url(/img/cms/babyline-smart/m-nakladka-bg-460.jpg);
        background-position: center
    }

    .functionLast__desc {
        font-size: 16px
    }

    .functionLast__title {
        font-size: 22px
    }

    .function__columnText {
        font-size: 22px
    }

    .function__columnImage {
        width: 75%
    }

    .function__image {
        transform: translate(0, -105%);
        width: 100%
    }

    .functionBuy__title {
        font-size: 30px
    }

    .babylineCam__title {
        font-size: 30px
    }
}

@media screen and (max-width: 415px) {
    .landingHeader__subtitle {
        flex-grow: .6;
    }

    .landingHeader__subtitleTxt {
        font-size: 45px;
        line-height: 59px;
    }
}

@media screen and (max-width: 350px) {
    .landingHeader__subtitleTxt {
        font-size: 37px;
    }

    .landingHeader__title--firstLine, .landingHeader__title--secondLine {
        font-size: 50px;
    }

    .featuresHeader__title {
        font-size: 28px;
    }

    .points__group {
        width: 70%;
    }

    .div__text {
        width: 80px;
        height: 80px;
        top: -12px;
        left: -13px;
    }

    .points__txt {
        font-size: 13px
    }

    .function__columnImage {
        width: 85%;
    }

    .functionBuy {
        min-height: 350px;
    }

    .functionBuy__title {
        font-size: 32px;
    }
}