* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}



::-webkit-scrollbar-thumb {
    background: linear-gradient(13deg, #FFB6A3 14%, #ffb6a3 64%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #F76F4A 14%, #f76f4a 64%);
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: inset 7px 10px 12px #f0f0f0;
}

body {
    overflow-y: scroll;
    color: #0D1D38;
}

section {
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    background: url(img/vizual.svg);
    height: 80vh;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}

.intro {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    flex-wrap: nowrap;
}

.cta {
    width: 50%;
}

.branding {
    width: 50%;
}


.nav {
    width: 100%;
    padding: 2rem 0;
    max-width: 1180px;
    margin: 0 auto;
}

.pow {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}

.ico {
    vertical-align: middle;
    padding-left: .3rem;
}

.lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    padding: 4rem 0 0 0;
}

.btn {
    background: #FFB6A3;
    border-radius: 1rem;
    outline: none;
    border: 1px solid #FFB6A3;
    padding: .6rem 1rem;
    margin-top: 2rem;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    transition: all .4s ease-in-out;
    font-size: 1rem;
}

hr {
    width: 10%;
    height: 2px;
    background: #ffb6a3;
    margin: 0 auto;
    border: none;
    margin-top: 6rem;
}

.fas {
    padding-left: .5rem;
}

.ulovi {
    display: block;
    width: 90%;
    max-width: 284px;
    margin: 3rem auto 2rem auto;
}

.btn:hover {
    color: #FFB6A3;
    background: #fff;
}

.cardhead {
    height: 25vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cardcon {
    padding: 0;
}

.cardtitle {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    transform: rotate(-9deg);
}

.cardcenter {
    display: flex;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
    min-height: 70vh;
}

.art,
.cardtext {
    width: 50%;
    padding: 1rem;
}

.art {
    text-align: center;
}

.texttitle {
    font-family: 'Merriweather', serif;
    font-size: 3.125rem;
    color: #fff;
}

.textlead {
    font-family: 'Open Sans', sans-serif;
    padding-top: 1rem;
}

.quote {
    width: auto;
    max-width: 350px;
    margin: 0 auto;
}

.rectitle {
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    padding: 3rem 0;
    color: #0D1D38;
}

.reclead {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    color: #0D1D38;
    padding-bottom: 4rem;
}

.genlead {
    background: url(img/koraljna.png);
    background-position: 20px 0px;
    background-size: 40%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 1rem;
}

.nop {
    padding: 0;
}

.roza {
    color: #FFB6A3;
    font-family: 'Open Sans', sans-serif;
    padding-top: 1rem;
}

.scroller {
    width: auto;
    padding: 0 10%;
    display: flex;
    flex-direction: row;
    padding-top: 120px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 120px;
    cursor: grab;
    scrollbar-color: #f76f4a #FFB6A3;
}

.scroller::-webkit-scrollbar {
    display: none;
  }

.boxtitle {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    margin-left: -1.8rem;
    padding-bottom: 1rem;
}

.rect,
.rect-pull {
    width: 60%;
    height: 80%;
    border: 1px solid white;
    position: absolute;
    left: -30px;
    top: -30px;
}

.box {
    display: inline-block;
    width: 500px;
    padding: 1rem 2rem;
    position: relative;
    flex: 0 0 auto;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.boxbrend {
    display: inline-block;
    width: 500px;
    padding: 1rem 2rem;
    position: relative;
    flex: 0 0 auto;
    transition: all .4s ease-in-out;
}

.box:hover {
    transform: scale(1.1);
}

.box::before {
    content: 'ulovi \A nagradu';
    text-align: center;
    width: 70px;
    height: 70px;
    background: #FFB6A3;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 100px;
    left: -10px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre;
    z-index: 99;
}

.pull::before {
    content: 'ulovi \A nagradu';
    text-align: center;
    width: 70px;
    height: 70px;
    background: #FFB6A3;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 100px;
    left: -10px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre;
    z-index: 99999;
}

.boximg {
    max-width: 300px;
    pointer-events: none;
}

.pull {
    margin-top: -80px;
}

.response{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

.boxp {
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    vertical-align: middle;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 1rem;
}

.boxpcard {
    justify-content: flex-start;
}

.boxp img {
    padding-left: 1rem;
}

.scroll-icon {
    text-align: center;
    margin-left: 80%;
}

.footer {
    width: 100%;
    background: #FFB6A3;
    height: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-around;
}

.ico {
    vertical-align: middle;
    padding-left: .3rem;
}

.fico {
    vertical-align: middle;
    padding-left: .3rem;
    position: absolute;
    bottom: -40px;
}

.centerfoot {
    width: 90%;
    max-width: auto;
    margin: 0 auto;
    display: flex;
}


.footernav,
.legal {
    width: 50%;
    padding: 2rem 0;
    position: relative;
}

.legal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.uvjeti {
    padding-left: 2rem;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #232323;
    transition: all .3s linear;
}



.app {
    width: 100%;
    min-height: 100vh;
    z-index: 9;
    background: url(img/bglight.png) #fff;
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
}

.appcont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.appslider {
    position: relative;
    overflow-x: hidden;
}

.appslide {
    position: relative;
    transform: translateX(50%);
    transition: all .4s ease-in-out;
    opacity: 0;
    display: none;
}

.sided {
    transform: translateX(100%);
}

.shown {
    display: block;
}

.opa {
    opacity: 1;
    transform: translateX(0);
}

.nexts {
    transform: translateX(-100%);
    opacity: 0;
}

.goaway {
    animation: gone .5s linear forwards;
}

@keyframes gone {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(.4);
    }
}

.applogo {
    padding-top: 3rem;
}

.applogoimg {
    width: 100%;
    max-width: 180px;
}

.qnum {
    text-align: center;
    color: #FFB6A3;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
}

.qtext {
    font-family: 'Merriweather', serif;
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 1rem;
}

.answers {
    display: flex;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding-top: 8rem;
}

.anstext {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    text-align: center;
    padding-top: 1rem;
}

.ansicon {
    text-align: center;
    padding: 1rem;
}

.ans {
    width: 33.3333%;
    cursor: pointer;
}

.nmt {
    margin-top: -60px;
}

.tt {
    text-transform: uppercase;
}

.productbox {
    width: 90%;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productpic {
    width: 40%;
    padding: 1rem;
}

.ppic {
    width: 100%;
}

.productdesc {
    width: 60%;
    padding: 1rem;
}

.ptext {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

.tac {
    text-align: center;
}

form {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 4rem;
}

.field {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.row {
    flex-direction: row-reverse;
    padding: 1rem 0;
}

.labela,
.input {
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

.labela {
    padding-top: 1rem;
    padding-left: 1rem;
    cursor: pointer;
}

.first {
    margin-top: 4rem;
}

.input {
    margin-top: .4rem;
    background: #FFFFFF;
    border: 1px solid #FFB6A3;
    border-radius: 10px;
    padding: 1rem;
}

#uvjeti {
    margin-top: 6px;
    zoom: 2;
    margin-right: .6rem;
}

.frmbtn {
    max-width: 160px;
    margin-bottom: 4rem;
}

.anspic {
    width: 100%;
}

.infografika {
    position: relative;
}


.card {
    width: 100%;
    margin: 0 auto;
    background: url(img/framecolor.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 2px solid #ffb6a3;
}

.card {
    outline: none !important;
}

.white {
    background: url(img/framewhite.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
}


.cardcon {
    min-height: 52vh;
}

.cardcenter {
    width: 70%;
    margin: 0 auto;
}


.slick-dots {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 5vh;
}

.slick-dots li {
    margin: 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #0D1D38;
    border-radius: 50%;
    cursor: pointer;
}


li.slick-active {
    background: #0D1D38 !important;
}


.slick-dots li::before {}

.arrows {
    width: 98%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 99;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    top: 60%;
    pointer-events: none;
}

.prev {
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
    background: url(img/prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: all;
}


.next {
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
    background: url(img/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: all;
}

li button {
    display: none;
}

a {
    text-decoration: none;
}

.cardbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 2rem;
}

.circlebox {
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
}

.claimbox,
.solotitle {
    font-family: 'Merriweather', serif;
    color: #fff;
    font-size: 46px;
    padding-left: 1rem;
}

.solotitle {
    padding-left: 0;
}

.green {
    background-color: #C4D7D1;
}

.black {
    color: #0D1D38;
}

.generator {
    padding-top: 6rem;
}

@media (min-width: 1800px) {
    .scroll-icon {
        display: none;
    }
}

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

    .header {
        width: 100%;
        background: url(img/vizual-lg.svg);
        height: 95vh;
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
    }

    .box {
        width: 550px;
        padding: 1rem 5rem;
    }

    .boximg {
        width: 100%;
        max-width: 600px;
    }

    .rect,
    .rect-pull {
        width: 70%;
        height: 85%;
    }

    .pull::before,
    .box::before {
        width: 100px;
        height: 100px;
        font-size: 1rem;
        left: 20px;
    }

    .cardhead {
        height: 20vh;
    }

    .cardcenter {
        min-height: 60vh;
        width: 40%;
    }
}

@media (max-width: 1180px) {
    html {
        font-size: 14px;
    }

    .intro,
    .nav,
    .section {
        width: 90%;
    }

    .lead,
    .texttitle,
    .textlead {
        width: 80%;
    }
}

@media (min-width: 980px) and (max-width:1030px) {
    .header {
        background-position: right bottom;
        height: 95vh;
    }

    .cta {
        width: 80%;
    }

    .lead {
        width: 100%;
        font-size: 1.5rem;
    }

    .cardcenter {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .cta {
        width: 100%;
        margin-top: 0s;
    }

    .logo {
        width: 100%;
        padding: 1rem;
    }

    .header {
        margin-top: 70vh;
        background-position: bottom;
        height: 100vh;
    }

    .intro {
        margin-top: -75vh;
    }

    .lead {
        width: 100%;
        font-size: 14px;
        padding: 0 0 0 0;
    }

    /*.infografika {
        margin-top: 40vh;
    }*/

    .cardcenter {
        display: block;
        width: 90%;
    }

    .art {
        width: 100%;
    }

    .quote {
        width: 100%;
        padding: 2rem;
    }

    .cardtext {
        width: 100%;
    }

    .texttitle,
    .textlead {
        width: 100%;
    }

    .texttitle {
        font-size: 2rem;
    }

    .next,
    .prev {
        width: 22px;
        height: 22px;
    }

    .recommender {
        width: 90%;
        margin: 0 auto;
    }

    .scroller {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .box:hover {
        transform: none;
    }

    .fico {
        width: 120px;
        bottom: 0;
    }

    .applogo {
        text-align: center;
        padding-bottom: 2rem;
    }

    .applogoimg {
        max-width: 140px;
    }

    .productpic,
    .productdesc {
        width: 100%;
    }

    .productbox {
        display: block;
        padding-top: 2rem;
    }

    hr {
        width: 30%;
    }

    .anspic {
        width: 100%;
    }

    .slick-dots {
        transform: translateX(-50%);
    }

    .circlebox {
        width: 80px;
        height: 80px;
        font-size: 26px;
    }

    .cardbox {
        align-items: center;
    }

    .claimbox,
    .solotitle {
        font-size: 26px;
        text-align: center;
    }

    .cardhead {
        height: 25vh;
    }

    .cardcon {
        min-height: 100vh;
    }

    .cardtitle {
        font-size: 16px;
    }

    .qtext {
        width: 90%;
        margin: 0 auto;
    }

    .answers {
        flex-wrap: wrap;
    }

    .ans {
        width: 100%;
        padding: 1rem;
    }

    .nmt {
        margin-top: 0;
    }
}
