﻿.prod1{
    background-image: url('/img/gradjBG.png'); 
    background-size: cover; 
    background-attachment: fixed; 
    background-position: center; 
}


.prod2 {
    background-image: url('/img/ishrBG.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.prod3 {
    background-image: url('/img/polipBG.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.prod4 {
    background-image: url('/img/plastBG.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.prod5 {
    background-image: url('/img/poljopBG.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.prod6 {
    background-image: url('/img/vodaBG.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.prod1, .prod2, .prod3, .prod4, .prod5, .prod6 {
    min-height: 100vh;
    font-family: 'NormalG';
}

.prodcontent {
    margin: 180px 60px -50px 60px;
    text-align: center;
    color: #bab8b8 !important;
}

    .prodcontent h1 {
        font-size: 55px;
        font-weight: 900;

    }

    .prodcontent h2 {
        margin-top: 50px;
        text-align: start;
        font-size: 18px;
        line-height: 1.5;
    }

    .prodcontent h3 {
    text-align:start;
    font-size:40px;
    font-family:'BoldItalicG';
    margin:50px 0 20px 0;
    }




    /*Products*/

    .rf-cards-scroller-crop {
    overflow: hidden;
    height: auto;
    padding-bottom: 26px;
    }

        [data-core-scroller] {
            position: relative;
            white-space: nowrap;
            scroll-snap-type: mandatory;
            scroll-snap-type: x mandatory;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;

        }


[data-core-scroller-item] {
    background-color: black;
    /*rgba( 8, 38, 69, 0.7)*/
    backdrop-filter: blur(5px);
    padding: 40px;
    margin-right: 40px;
    min-width: 40vw;
    border: solid #081726 !important;
    width: 50%
}
/*max-width:100vw - za telefon*/

.rf-cards-scroller-itemview {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-right: 20px;
    color: white;
    word-wrap: break-word;
    }

    .rf-cards-scroller-itemview h4,
    .rf-cards-scroller-itemview p {
        white-space: normal;
        overflow-wrap: break-word;
        margin: 0 0 10px 0;
    }

    .rf-cards-scroller-itemview img {
    width:100%;
    margin-bottom:30px;
    height:auto;
    }

    .rf-cards-scroller-itemview h4 {
        font-size: 30px;
        text-align: center;
    }

    .rf-cards-scroller-itemview p{
        font-size: 14px;
        text-align: start;
    }

        .rf-ccard-img-full-wrapper + .rf-ccard-content-info, .rf-ccard-video-full-wrapper + .rf-ccard-content-info {
            position: absolute;
            left: 0;
        }
.rf-ccard-content-info {
    padding: 30px;
    width: 340px;
}

div {
    display: block;
}
.rf-ccard-content {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 18px;
    width: 480px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
}
html.js .as-util-relatedlink {
    cursor: pointer;
}
[data-core-scroller] {
    position: relative;
    white-space: nowrap;
    scroll-snap-type: mandatory;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.rf-cards-scroller-platter {
    width: 100%;
    vertical-align: top;
    display: inline-flex;
    padding-top: 10px;
}

.scroll-buttons {
text-align:end;
margin-top:0px;
}

    .scroll-buttons button {
    background-color:transparent;
    border:none;
    }

    .scroll-buttons i {
        color: #006bc9;
        font-size: 42px;
    }

        .scroll-buttons i:hover {
            color: #559bd9;
        }

.invert {
filter:invert(1);
}
/*BTN*/
.tehnicaldatasheet {
    font-size: 12px;
    padding: 5px 12px;
    border: none;
    border-radius: 10px;
    align-self: center; /* centrira unutar flex roditelja */
    margin-top: auto;
    font-weight: 900;
    background-color:white;
    text-decoration:none;
    cursor:pointer;
    color:black;
}

.rf-cards-scroller-crop .disabled {
    background-color:grey !important;
    opacity:0.7 !important;
}

    .productplus a {
        margin-top: 40px;
        font-size: 1.1vw;
        color: white !important;
    }

.productplus a {
    color: #bab8b8;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

    .productplus a:hover {
        color: orange;
    }

.documentationplus {
    margin: 70px 40px;
    text-align: center;
}

    .documentationplus .row {
        margin-top:30px;
    }

    .documentationplus p {
    font-size:1.7vw;
    }

    .documentationplus a {
        padding: 30px 35px;
        background-color: rgba(0, 31, 56, 0.5);
        font-family: 'NormalG';
        border: none;
        color:white;
        border-radius:15px;
    }

@media (max-width: 750px) {

    .prod1, .prod2, .prod3, .prod4, .prod5, .prod6 {
        padding-bottom: 300px;
        padding-top:20vh;
        background-position: center top 5vh;
        background-size:contain;
        background-repeat: no-repeat;
    }

    .prodcontent {
        margin: 120px 20px -50px 20px;
        text-align: center;
        color: #bab8b8 !important;
    }

        .prodcontent h1 {
            font-size: 10vw;
        }

        .prodcontent h2 {
            margin-top: 30px;
            font-size: 4vw;
        }

        .prodcontent h3 {
            font-size: 9vw;
            font-family: 'BoldItalicG';
        }

    [data-core-scroller-item] {
        min-width: 100%;
    }
    /*max-width:100vw - za telefon*/

    .rf-cards-scroller-itemview {
        margin-right: 0px;

    }
        .rf-cards-scroller-itemview h4,
        .rf-cards-scroller-itemview p {
            margin: 0 0 15px 0;
        }

        .rf-cards-scroller-itemview h4 {
            font-size: 6vw;
        }

        .rf-cards-scroller-itemview p {
            font-size: 3.7vw;
            text-align: center;
        }

    .scroll-buttons {
        text-align: center;
    }

        .scroll-buttons i {
            font-size: 10vw;
        }


    .tehnicaldatasheet {
        font-size: 2.2vw;
        padding:10px;
    }

    .productplus a{
        font-size: 3vw;
        margin-top:10px;
    }

    .documentationplus .row {
        margin-top: 20px;
    }

    .documentationplus p {
        font-size: 4.5vw;
    }

    .documentationplus a {
        padding: 10px 15px;
    }
}

@media (min-width: 750px) and (max-width: 1000px) {

    .prod1, .prod2, .prod3, .prod4, .prod5, .prod6 {
        padding-bottom: 50px;
    }

    .prodcontent {
        margin: 140px 40px -50px 40px;
        text-align: center;
        color: #bab8b8 !important;
    }

        .prodcontent h1 {
            font-size: 6vw;
        }

        .prodcontent h2 {
            margin-top: 30px;
            font-size: 2.5vw;
        }

        .prodcontent h3 {
            font-size: 5vw;
            font-family: 'BoldItalicG';
        }

    [data-core-scroller-item] {
        min-width: 70%;
    }
    /*max-width:100vw - za telefon*/

    .rf-cards-scroller-itemview {
        margin-right: 0px;
    }

        .rf-cards-scroller-itemview h4,
        .rf-cards-scroller-itemview p {
            margin: 0 0 15px 0;
        }

        .rf-cards-scroller-itemview h4 {
            font-size: 4vw;
        }

        .rf-cards-scroller-itemview p {
            font-size: 2vw;
            text-align: center;
        }

    .scroll-buttons {
        text-align: center;
    }

        .scroll-buttons i {
            font-size: 6vw;
        }


    .tehnicaldatasheet {
        font-size: 2vw;
        padding: 5px 10px;
    }
    .productplus a{
        margin-top: 30px;
        font-size:2vw;
    }
    .documentationplus .row {
        margin-top: 30px;
    }

    .documentationplus p {
        font-size: 4vw;
    }

    .documentationplus a {
        padding: 20px 25px;
    }
}