* {
    scroll-behavior: smooth;
    box-sizing: border-box;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

.bb1 {
    border-bottom: solid 1px #cccccc;
}

.bt1 {
    border-top: solid 1px #cccccc;
}


.tac {
    text-align: center;
}

.cw {
    color: #fff;
}

.row {
    flex-direction: row;
}

a {
    text-decoration: none;
    color: #000;
}

.row-invert {
    flex-direction: row;
}

.column {
    flex-direction: column;
}

header {
    width: 100%;
    padding: 32px 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 7;
    background-color: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.logo-a {
    display: flex;
    position: absolute;
    left: 108px;
    top: 25px;
}

.logo-a svg {
    height: 38px;
}

.menu {
    display: flex;
    margin: 0 auto;
}

.menu a {
    font-size: 16px;
    color: #000;
    cursor: pointer;
    font-family: 'cera_promedium', Arial, sans-serif;
    font-weight: 600;
    margin: 0 20px;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

header button {
    position: absolute;
    right: 108px;
    width: 186px;
    height: 40px;
}

button {
    background-color: #FFCF2B;
    border: solid 1px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

button a {
    font-size: 16px;
    font-family: 'cera_promedium', Arial, sans-serif;
    color: #000;
    text-decoration: none;
}


.filler {
    height: 85px;
    width: 100%;
    position: relative;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url("images/content/bosut_izbor00017.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 40px 0;
    padding: 255px 0 40px;
    width: calc(100% - 80px);
    position: relative;
    display: flex;
    align-items: center;
    gap: 215px;
}

.hero-image button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 202px;
}

.dostava button a {
    height: 56px;
    width: 212px;
}

.hero-image button a,
.dostava button a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'cera_promedium', Arial, sans-serif;
    color: #000;
    text-decoration: none;
    padding: 16px 20px;
}

.hero-text-wrapper {
    width: calc(100% /12 *8);
    display: flex;
    align-items: center;
}

.hero-image p {
    margin: 24px 0 40px;
}

.scroll-down-arrow {
    height: 42px;
    width: 42px;
    padding: 9px;
    border: solid 1px #fff;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-down-arrow:hover {
    transition: all 5s ease;
    transform: translateY(0);
    animation-name: arrow;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}
.wrapper{
    width: 100%;
    position: relative;
}
.wrapper section {
    background-color: #F2F2F2;
    display: flex;
    padding: 80px 108px 80px 0;
    justify-content: space-between;
}

.wrapper section:nth-child(even) {
    padding: 80px 0 80px 108px;
}

@keyframes arrow {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

h1 {
    font-size: 48px;
    font-family: 'cera_probold';
    src: url('cera_pro_bold-webfont.woff2') format('woff2'),
        url('cera_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1.5%;
}

h2 {
    font-size: 100px;
    font-family: 'cera_probold';
    src: url('cera_pro_bold-webfont.woff2') format('woff2'),
        url('cera_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1.5%;
}

h3 {
    font-size: 40px;
    font-family: 'cera_probold';
    src: url('cera_pro_bold-webfont.woff2') format('woff2'),
        url('cera_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1.5%;
    margin-bottom: 16px;
}

h4 {
    font-size: 32px;
    line-height: 40px;
    font-family: 'cera_probold';
    src: url('cera_pro_bold-webfont.woff2') format('woff2'),
        url('cera_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1.5%;

}

h5 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'cera_proregular';
    src: url('cera_pro-webfont.woff2') format('woff2'),
        url('cera_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1.5%;

}

h6 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'cera_proregular';
    src: url('cera_pro-webfont.woff2') format('woff2'),
        url('cera_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p {
    font-size: 18px;
    font-family: 'cera_proregular';
    src: url('cera_pro-webfont.woff2') format('woff2'),
        url('cera_pro-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.bold {
    font-family: 'cera_probold';
    src: url('cera_pro_bold-webfont.woff2') format('woff2'),
        url('cera_pro_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.o-nama {
    padding: 120px 108px 160px;
    text-align: center;
    width: 100%;
}

.o-nama .cards {
    position: relative;
    margin: 80px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.o-nama .cards .card {
    width: calc(100% / 3);
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.o-nama h1 {
    margin: 24px 0;
}

.o-nama .cards .card p {
    font-size: 24px;
    letter-spacing: -1%;
    line-height: 32px;
    color: #333333;
}

.o-nama .cards .card .icon {
    width: 80px;
    height: 80px;
    background-color: #FFCF2B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}

.o-nama .cards hr {
    width: 60px;
    border: 1px solid #CCCCCC;
    position: relative;
    margin: 16px 0 32px;
}

.produkt-wrapper {
    width: calc(100% / 12 * 7);
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 40px;
}
.produkt-wrapper p{
    color: #4D4D4D;
}

.heading {
    padding: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: solid 1px #cccccc;
}

.brands {
    background-color: #FDFDFC;
    border: solid 1px #cccccc;
    margin-top: 40px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    width: 100%;
    overflow: hidden;
    padding: 24px;
    white-space: nowrap;
    position: relative;
}

.logos-slide {
    display: inline-flex;
    align-items: center;
    animation: 25s slide infinite linear;
}

.logos-slide2 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.logos-slide img {
    margin: 0 40px;
    width: max-content;
    height: max-content;
}

.specs {
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    gap: 24px;
}

.specs-column {
    display: flex;
    position: relative;
    background-color: #fff;
    flex: 1;
    width: max-content;
    border: solid 1px #cccccc;
    padding: 0 0 16px;
}

.specs-column2 {
    position: relative;
    background-color: #fff;
    border: solid 1px #cccccc;
    flex: 1;
}

.specs-column3 {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    position: relative;
    background-color: #fff;
    border: solid 1px #cccccc;
    gap: 0 40px;
    padding: 0 0 16px;
}

.specs-heading {
    padding: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 8px;
}

.specs-heading .icon{
    display: flex;
    align-items: center;
}
.specs-list-item {
    padding: 8px 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: max-content;
}


.specs-list-item2 {
    padding:  8px 16px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.dostava {
    position: relative;
    margin: 80px 108px;
    height: 1000px;
    background-image: url('images/hrvatska-pozadina.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.dostava-wrapper {
    justify-content: space-between;
    width: max-content;
    margin: 0 auto;
    display: flex;
}

.dostava1 {
    text-align: center;
    padding: 40px;
    background-color: rgba(253, 253, 252, 0.9);
    border: solid 1px #ccc;
    width: max-content;
    margin: 0 auto;
    top: 180px;
    z-index: 1;
}

.dostava2 {
    display: flex;
    justify-content: space-between;
    gap: 0 12px;
    width: 100%;
    margin-top: calc(120px + 180px);
    margin-bottom: 120px;
}

.dostava-col {
    flex: 1;
    padding: 16px;
    background-color: rgba(253, 253, 252, 0.9);
    border: solid 1px #ccc;
}

.dostava-col p:first-child {
    color: #666666;
}

.dostava-col p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1.5%;
}

.dostava-wrapper h4 {
    margin-top: 40px;
    width: 390px;
}

.hrvatska {
    top: 0;
    z-index: 0;
    position: absolute;
}

.kontakt {
    padding: 120px 108px;
    display: flex;
    gap: 80px;
}

.kontakt h1 {
    text-align: center;
}

.kontakt-row {
    display: flex;
    justify-content: space-between;
    margin: 0 108px;
    gap: 24px;
}

.kontakt h6 {
    color: #333333 ;
    margin: 40px 0 8px;
}

.kontakt h5 {
    text-decoration: underline;
}

.kontakt-broj {
    display: flex;
    gap: 0 8px;
}

.kontakt-broj div {
    width: 180px;
}

.kontakt-col {
    padding: 40px;
    border: solid 1px #cccccc;
    flex: 1;
}

.button-gallery {
    margin: 0 24px 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.button-image {
    flex: 1;
    display: flex;
    height: 540px;
    background-size: cover;
    background-position: center;
    align-items: end;
    padding: 64px;
    color: #fff;
}

.button-image h3 {
    margin-bottom: 0;
}

.button-gallery>.button-image:first-child,
.button-gallery>.button-image:nth-child(4),
.button-gallery>.button-image:last-child{
    flex: 0 1 100%;
}

.footer {
    background-color: #1A1A1A;
    color: #fff;
    padding: 80px 108px;
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: max-content;
}

.footer-logo h6 {
    padding: 24px 0;
    color: #808080;
}

.footer-col {
    display: flex;
    gap: 0 8px;
}

.footer-col svg {
    margin-top: 4px;
}

.footer-cta {
    display: flex;
    width: 70%;
}

.footer hr {
    width: 100%;
    height: 1px;
    background-color: #333333;
    margin: 32px 0;
}

.footer-row {
    display: flex;
    gap: 80px;
}

.footer-onama div {
    border-color: #333333;
    display: flex;
    padding: 8px 0;
}

.footer-onama div:last-child {
    display: flex;
    padding: 8px 0 0;
}

.footer-onama div h6 {
    width: 50%;
}

.footer-onama div h6:first-child {
    color: #808080;
}

.footer-col div h6 svg {
    margin-right: 8px;
}

.footer-onama .bold {
    margin-bottom: 24px;
}







#menuToggle input {
    display: none;
}

.desktop {
    display: flex;
}

.mob {
    display: none;
}


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

    /* * {
        background-color: rgba(255, 0, 0, 0.1);
    }

    */
.desktop {
    display: flex;
}
    .mob {
        display: none;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

    section.row-invert{
        flex-direction: column;
    }

   
header {
    width: 100%;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 7;
    background-color: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.logo-a {
    display: flex;
    position: relative;
    left: auto;
    top: auto;
}

.logo-a svg {
    height: 38px;
}

.menu {
    display: flex;
    margin: 0;
}

.menu a {
    font-size: 16px;
    color: #000;
    cursor: pointer;
    font-family: 'cera_promedium', Arial, sans-serif;
    font-weight: 600;
    margin: 0 20px;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

header button {
    position: relative;
    right: auto;
    width: auto;
    height: auto;
}

    button {
        background-color: #FFCF2B;
        display: flex;
        width: max-content;
    }


    button a {
        font-size: 16px;
        padding: 8px 16px;
        font-family: 'cera_promedium', Arial, sans-serif;
        color: #000;
        text-decoration: none;
    }

    .menu button a {
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }
    .filler {
        height: 78px;
        width: 100%;
        position: relative;
    }

    .hero-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        margin: auto;
        padding: 0 24px;
        width: auto;
        position: relative;
        display: flex;
        align-items: center;
        gap: 0;
    }

    .hero-image button {
        height: 56px;
        width: 202px;
    }

    .dostava button {
        height: 56px;
        width: 212px;
    }

    .hero-image button a,
    .dostava button a {
        font-size: 16px;
        font-family: 'cera_promedium', Arial, sans-serif;
        color: #000;
        text-decoration: none;
        padding: 16px 20px;
    }

    .hero-text-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 147px 0 80px;
    }

    .hero-text-wrapper br {
        display: none;
    }

    .hero-image p {
        margin: 24px 0 40px;
    }

    .scroll-down-arrow {
        height: 42px;
        width: 42px;
        padding: 9px;
        border: solid 1px #fff;
        border-radius: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 67px;
    }

    .scroll-down-arrow:hover {
        transition: all 5s ease;
        transform: translateY(0);
        animation-name: arrow;
        animation-iteration-count: infinite;
        animation-duration: 5s;
    }

    .wrapper section {
        background-color: #F2F2F2;
        display: flex;
        padding: 40px 0;
        justify-content: space-between;
    }

    .wrapper section:nth-child(even) {
        padding: 40px 0;
    }

    section img {
        margin: 0 46px 0 0;
    }

    .wrapper section:nth-child(even) img {
        margin: 0 0 0 46px;
    }

    @keyframes arrow {
        0% {
            transform: translateY(0);
        }

        25% {
            transform: translateY(-10px);
        }

        50% {
            transform: translateY(0px);
        }

        75% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    h1 {
        font-size: 32px;
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -1.5%;
        line-height: 38px;
    }

    h2 {
        font-size: 64px;
        line-height: 64px;
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -4%;
    }

    h3 {
        font-size: 40px;
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -1.5%;
        margin-bottom: 16px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -1.5%;

    }

    h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: 'cera_proregular';
        src: url('cera_pro-webfont.woff2') format('woff2'),
            url('cera_pro-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -1.5%;

    }

    h6 {
        font-size: 16px;
        line-height: 24px;
        font-family: 'cera_proregular';
        src: url('cera_pro-webfont.woff2') format('woff2'),
            url('cera_pro-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    p {
        font-size: 16px;
        font-family: 'cera_proregular';
        src: url('cera_pro-webfont.woff2') format('woff2'),
            url('cera_pro-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .bold {
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .o-nama {
        padding: 80px 24px 0;
        text-align: center;
        width: 100%;
    }

    .o-nama .cards {
        position: relative;
        margin: 64px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .o-nama .cards .card {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-bottom: 64px;
    }

    .o-nama h1 {
        margin: 0 0 24px;
        font-size: 40px;
        line-height: 48px;
    }

    .o-nama .cards .card p {
        font-size: 24px;
        letter-spacing: -1%;
        line-height: 32px;
    }

    .o-nama .cards .card .icon {
        width: 64px;
        height: 64px;
        background-color: #FFCF2B;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 24px;
    }

    .o-nama .cards hr {
        width: 60px;
        border: 1px solid #CCCCCC;
        position: relative;
        margin: 16px 0 24px;
    }

    .produkt-wrapper {
        width: 100%;
        position: relative;
        display: flex;
        overflow: hidden;
        padding: 24px;
    }

    .heading {
        padding: 16px;
        width: 100%;
        display: flex;
        gap: 10px;
        border-bottom: solid 1px #cccccc;
    }

    .brands {
        background-color: #FDFDFC;
        border: solid 1px #cccccc;
        margin-top: 40px;
    }

    @keyframes slide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    .logos {
        width: 100%;
        overflow: hidden;
        padding: 24px;
        white-space: nowrap;
        position: relative;
    }

    .logos-slide {
        display: inline-flex;
        align-items: center;
        animation: 25s slide infinite linear;
    }

    .logos-slide2 {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: start;
        animation: 10s slide infinite linear;
    }

    .logos-slide2 img {
        margin: 0 40px 0;
        width: max-content;
        height: max-content;
    }

    .logos-slide img {
        margin: 0 40px;
        width: max-content;
        height: max-content;
    }

    .specs {
        width: 100%;
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        gap: 24px;
    }

    .specs-column {
        display: flex;
        position: relative;
        background-color: #fff;
        flex: 1;
        width: 100%;
        border: solid 1px #cccccc;
        padding: 0 0 16px;
    }

    .specs-column2 {
        position: relative;
        background-color: #fff;
        border: solid 1px #cccccc;
        flex: 1;
        padding: 0 0 16px;
    }

    .specs-column3 {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
        position: relative;
        background-color: #fff;
        border: solid 1px #cccccc;
        gap: 0 40px;
        padding: 0 0 16px;
    }

    .specs-heading {
        padding: 16px;
        width: 100%;
        display: flex;
        gap: 10px;
        border-bottom: solid 1px #cccccc;
    }

    .specs-list-item {
        padding: 8px 16px 0;
        display: flex;
        align-items: center;
        gap: 8px;
        max-width: 100%;
    }


    .specs-list-item2 {
        padding: 8px 16px 0;
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
    }

    .dostava {
        position: relative;
        margin: 0 24px 64px;
        height: auto;
        background-image: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    .dostava .pozadina {
        margin: 64px 0;
    }

    .dostava .pozadina img {
        width: 100%;
        object-fit: fill;
    }

    .dostava-wrapper {
        justify-content: space-between;
        margin: 200px auto 0;
        display: flex;
        position: absolute;
        top: 5%;
    }

    .dostava1 {
        text-align: center;
        padding: 24px;
        background-color: rgba(253, 253, 252, 0.9);
        border: solid 1px #ccc;
        width: 100%;
        margin: 0 auto;
        top: 0px;
        z-index: 1;
    }

    .dostava2 {
        display: none;
    }

    .dostava-col {
        flex: 1;
        padding: 16px;
        background-color: rgba(253, 253, 252, 0.9);
        border: solid 1px #ccc;
    }

    .dostava-wrapper h4 {
        margin-top: 40px;
        width: 100%;
    }

    .hrvatska {
        top: 0;
        z-index: 0;
        position: relative;
        left: 0;
        transform: translateX(0%);
        width: 100%;
    }

    .kontakt {
        padding: 80px 24px;
        display: flex;
        gap: 0px;
    }

    .kontakt h1 {
        text-align: center;
    }

    .kontakt-row {
        display: flex;
        justify-content: space-between;
        margin: 64px 0 0;
        gap: 24px;
    }

    .kontakt h6 {
        margin: 40px 0 8px;
    }

    .kontakt h5 {
        text-decoration: underline;
    }

    .kontakt-broj {
        display: flex;
        gap: 0 8px;
    }

    .kontakt-broj div {
        width: 100%;
    }

    .kontakt-col {
        padding: 24px;
        border: solid 1px #cccccc;
        flex: 1;
    }

    .button-gallery {
        margin: 0 24px 80px;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .button-image {
        flex: 1;
        display: flex;
        height: 540px;
        background-size: cover;
        align-items: end;
        padding: 64px;
        color: #fff;
    }
    
    .button-image h3 {
        margin-bottom: 0;
    }
    
    .button-gallery>.button-image:first-child,
    .button-gallery>.button-image:nth-child(4),
    .button-gallery>.button-image:last-child{
        flex: 0 1 100%;
    }
    
    

    .footer {
        background-color: #1A1A1A;
        color: #fff;
        padding: 64px 24px;
        display: flex;
        justify-content: space-between;
    }

    .footer-logo {
        width: max-content;
        margin-bottom: 64px;
    }

    .footer-logo h6 {
        padding: 24px 0;
        color: #808080;
    }

    .footer-col {
        display: flex;
        gap: 0 8px;
    }

    .footer-col h6 {
        margin-bottom: 8px;
    }

    .footer-col svg {
        margin-top: 4px;
    }

    .footer-cta {
        display: flex;
        width: 70%;
    }

    .footer hr {
        width: 100%;
        height: 1px;
        background-color: #333333;
        margin: 32px 0;
    }

    .footer-row {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer-onama div {
        border-color: #333333;
        display: flex;
        padding: 8px 0 8px 0;
    }

    .footer-onama div:last-child {
        display: flex;
        padding: 8px 0px 0;
    }

    .footer-onama div h6 {
        width: calc(50% - 4px);
        text-wrap: wrap;
        word-wrap: break-word;
    }

    .footer-onama div h6:first-child {
        color: #808080;
        margin-right: 8px;
    }

    .footer-col div h6 svg {
        margin-right: 8px;
    }

    .footer-onama .bold {
        margin-bottom: 24px;
    }



}


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

    /* * {
        background-color: rgba(255, 0, 0, 0.1);
    }

    */
    .mob {
        display: block;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

    .row-invert {
        flex-direction: column;
    }

    header {
        width: 100%;
        height: auto;
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: space-between;
        top: 0;
        padding: 24px;
        z-index: 7;
        background-color: #fff;
        border-bottom: solid 1px #ccc;
    }

    .logo-a {
        display: flex;
        position: relative;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .logo-a svg {
        height: 30px;
    }


    #menuToggle {
        display: flex;
        justify-content: space-between;
        justify-content: center;
        position: relative;
        z-index: 5;

        -webkit-user-select: none;
        user-select: none;
    }


    #menuToggle span {
        display: block;
        width: 24px;
        height: 2px;
        margin: 2px 0;
        position: relative;
        opacity: 1;

        background: #000;
        border-radius: 3px;
        z-index:12;


    }

    .menu {
        display: none;
    }

    #menuToggle input:checked~span {
        background: #fff;
        margin: 0;
        cursor: pointer;
        right: 0;
    }
    #menuToggle input:checked~.meso {
        display: none;
    }
    #menuToggle input:checked~.bublica1 {
        transform: rotate(45deg);
    }
    #menuToggle input:checked~.bublica2 {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    
    #menuToggle input {
        display: block;
        width: 24px;
        height: 30px;
        position: fixed;
        top: 24px;
        right: 24px;

        cursor: pointer;

        opacity: 0;
        z-index: 20;

        -webkit-touch-callout: none;
    }

    #menuToggle input:checked~.menu {
        display: flex;
        top: 0px;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #1A1A1A;
        justify-content: center;
        align-items: center;
        z-index: 7;
    }


    .menu a {
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        font-family: 'cera_promedium', Arial, sans-serif;
        font-weight: 500;
        margin: 32px 20px;
        text-decoration: none;
    }

    .menu a:hover {
        text-decoration: underline;
    }

    header button {
        display: flex;
        padding: 8px 16px;
        right: auto;
    }

    .menu hr {
        width: 100%;
        background-color: #333333;
        height: 1px;
        position: fixed;
        top: 78px;
    }

    button {
        background-color: #FFCF2B;
        display: flex;
        width: max-content;
    }

    .menu button {
        position: fixed;
        bottom: 40px;
        display: flex;
    }

    .menu button a {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin: 0;
        padding: 0;
    }

    button a {
        font-size: 16px;
        padding: 8px 16px;
        font-family: 'cera_promedium', Arial, sans-serif;
        color: #000;
        text-decoration: none;
    }

    .filler {
        height: 78px;
        width: 100%;
        position: relative;
    }

    .hero-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        margin: auto;
        padding: 0 24px;
        width: auto;
        position: relative;
        display: flex;
        align-items: center;
        gap: 0;
    }

    .hero-image button {
        height: 56px;
        width: 202px;
    }

    .dostava button {
        height: 56px;
        width: 212px;
        transform: translateY(-70px);
    }

    .hero-image button a,
    .dostava button a {
        font-size: 16px;
        font-family: 'cera_promedium', Arial, sans-serif;
        color: #000;
        text-decoration: none;
        padding: 16px 20px;
    }

    .hero-text-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 147px 0 80px;
    }

    .hero-text-wrapper br {
        display: none;
    }

    .hero-image p {
        margin: 24px 0 40px;
    }

    .scroll-down-arrow {
        height: 42px;
        width: 42px;
        padding: 9px;
        border: solid 1px #fff;
        border-radius: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 67px;
    }

    .scroll-down-arrow:hover {
        transition: all 5s ease;
        transform: translateY(0);
        animation-name: arrow;
        animation-iteration-count: infinite;
        animation-duration: 5s;
    }

    .wrapper section {
        background-color: #F2F2F2;
        display: flex;
        padding: 40px 0;
        justify-content: space-between;
    }

    .wrapper section:nth-child(even) {
        padding: 40px 0;
    }

    section img {
        margin: 0 46px 0 0;
    }

    .wrapper section:nth-child(even) img {
        margin: 0 0 0 46px;
    }

    @keyframes arrow {
        0% {
            transform: translateY(0);
        }

        25% {
            transform: translateY(-10px);
        }

        50% {
            transform: translateY(0px);
        }

        75% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    h1 {
        font-size: 32px;
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -1.5%;
        line-height: 38px;
    }

    h2 {
        font-size: 64px;
        line-height: 64px;
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -4%;
    }

    h3 {
        font-size: 40px;
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -1.5%;
        margin-bottom: 16px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -1.5%;

    }

    h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: 'cera_proregular';
        src: url('cera_pro-webfont.woff2') format('woff2'),
            url('cera_pro-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        letter-spacing: -1.5%;

    }

    h6 {
        font-size: 16px;
        line-height: 24px;
        font-family: 'cera_proregular';
        src: url('cera_pro-webfont.woff2') format('woff2'),
            url('cera_pro-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    p {
        font-size: 16px;
        font-family: 'cera_proregular';
        src: url('cera_pro-webfont.woff2') format('woff2'),
            url('cera_pro-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .bold {
        font-family: 'cera_probold';
        src: url('cera_pro_bold-webfont.woff2') format('woff2'),
            url('cera_pro_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .o-nama {
        padding: 80px 24px 0;
        text-align: center;
        width: 100%;
    }

    .o-nama .cards {
        position: relative;
        margin: 64px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .o-nama .cards .card {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-bottom: 64px;
    }

    .o-nama h1 {
        margin: 0 0 24px;
        font-size: 40px;
        line-height: 48px;
    }

    .o-nama .cards .card p {
        font-size: 24px;
        letter-spacing: -1%;
        line-height: 32px;
    }

    .o-nama .cards .card .icon {
        width: 64px;
        height: 64px;
        background-color: #FFCF2B;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 24px;
    }

    .o-nama .cards hr {
        width: 60px;
        border: 1px solid #CCCCCC;
        position: relative;
        margin: 16px 0 24px;
    }

    .produkt-wrapper {
        width: 100%;
        position: relative;
        display: flex;
        overflow: hidden;
        padding: 24px;
    }

    .heading {
        padding: 16px;
        width: 100%;
        display: flex;
        gap: 10px;
        border-bottom: solid 1px #cccccc;
    }

    .brands {
        background-color: #FDFDFC;
        border: solid 1px #cccccc;
        margin-top: 40px;
    }

    @keyframes slide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    .logos {
        width: 100%;
        overflow: hidden;
        padding: 24px;
        white-space: nowrap;
        position: relative;
    }

    .logos-slide {
        display: inline-flex;
        align-items: center;
        animation: 25s slide infinite linear;
    }

    .logos-slide2 {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: start;
        animation: 10s slide infinite linear;
    }

    .logos-slide2 img {
        margin: 0 40px 0;
        width: max-content;
        height: max-content;
    }

    .logos-slide img {
        margin: 0 40px;
        width: max-content;
        height: max-content;
    }

    .specs {
        width: 100%;
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        gap: 24px;
    }

    .specs-column {
        display: flex;
        position: relative;
        background-color: #fff;
        flex: 1;
        width: 100%;
        border: solid 1px #cccccc;
        padding: 0 0 16px;
    }

    .specs-column2 {
        position: relative;
        background-color: #fff;
        border: solid 1px #cccccc;
        flex: 1;
        padding: 0 0 16px;
    }

    .specs-column3 {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
        position: relative;
        background-color: #fff;
        border: solid 1px #cccccc;
        gap: 0 40px;
        padding: 0 0 16px;
    }

    .specs-heading {
        padding: 16px;
        width: 100%;
        display: flex;
        gap: 10px;
        border-bottom: solid 1px #cccccc;
    }

    .specs-list-item {
        padding: 8px 16px 0;
        display: flex;
        align-items: center;
        gap: 8px;
        max-width: 100%;
    }


    .specs-list-item2 {
        padding: 8px 16px 0;
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
    }

    .dostava {
        position: relative;
        margin: 0 24px 0px;
        height: auto;
        background-image: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    .dostava .pozadina {
        margin: 64px 0;
    }

    .dostava .pozadina img {
        width: 100%;
        object-fit: fill;
    }

    .dostava-wrapper {
        justify-content: space-between;
        margin: 200px auto 0;
        display: flex;
        position: absolute;
        top: 5%;
    }

    .dostava1 {
        text-align: center;
        padding: 24px;
        background-color: rgba(253, 253, 252, 0.9);
        border: solid 1px #ccc;
        width: 100%;
        margin: 0 auto;
        top: 0px;
        z-index: 1;
    }

    .dostava2 {
        display: flex;
        justify-content: space-between;
        gap: 0 12px;
        width: 100%;
        margin-top: calc(120px + 180px);
        margin-bottom: 120px;
    }

    .dostava-col {
        flex: 1;
        padding: 16px;
        background-color: rgba(253, 253, 252, 0.9);
        border: solid 1px #ccc;
    }

    .dostava-wrapper h4 {
        margin-top: 40px;
        width: 100%;
    }

    .hrvatska {
        top: 0;
        z-index: 0;
        position: relative;
        left: 0;
        transform: translateX(0%);
        width: 100%;
    }

    .kontakt {
        padding: 80px 24px;
        display: flex;
        gap: 0px;
    }

    .kontakt h1 {
        text-align: center;
    }

    .kontakt-row {
        display: flex;
        justify-content: space-between;
        margin: 64px 0 0;
        gap: 24px;
    }

    .kontakt h6 {
        margin: 40px 0 8px;
    }

    .kontakt h5 {
        text-decoration: underline;
    }

    .kontakt-broj {
        display: flex;
        gap: 0 8px;
    }

    .kontakt-broj div {
        width: 100%;
    }

    .kontakt-col {
        padding: 24px;
        border: solid 1px #cccccc;
        flex: 1;
    }

    .button-gallery {
        margin: 0 24px 80px;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .button-image {
        flex: none;
        display: flex;
        height: 320px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: end;
        padding: 24px;
        color: #fff;
    }

    .button-image h3 {
        margin-bottom: 0;
        font-size: 32px;
        line-height: 40px;
    }

    .button-gallery>.button-image:first-child,
    .button-gallery>.button-image:nth-child(4),
    .button-gallery>.button-image:last-child {
        flex: none;
    }

    .footer {
        background-color: #1A1A1A;
        color: #fff;
        padding: 64px 24px;
        display: flex;
        justify-content: space-between;
    }

    .footer-logo {
        width: max-content;
        margin-bottom: 64px;
    }

    .footer-logo h6 {
        padding: 24px 0;
        color: #808080;
    }

    .footer-col {
        display: flex;
        gap: 0 8px;
    }

    .footer-col h6 {
        margin-bottom: 8px;
    }

    .footer-col svg {
        margin-top: 4px;
    }

    .footer-cta {
        display: flex;
        width: 100%;
    }

    .footer hr {
        width: 100%;
        height: 1px;
        background-color: #333333;
        margin: 32px 0;
    }

    .footer-row {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer-onama div {
        border-color: #333333;
        display: flex;
        padding: 8px 0 8px 0;
    }


    .footer-onama div h6 {
        width: calc(50% - 4px);
        text-wrap: wrap;
        word-wrap: break-word;
    }

    .footer-onama div h6:first-child {
        color: #808080;
        margin-right: 8px;
    }

    .footer-col div h6 svg {
        margin-right: 8px;
    }

    .footer-onama .bold {
        margin-bottom: 24px;
    }



    .desktop {
        display: none;
    }
}