@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1340px;
    }
}

.row {
    --bs-gutter-x: 20px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 20px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000e1c;
}

strong {
    font-weight: 500;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    background: linear-gradient(180deg, #000E1C 35%, rgba(0, 14, 28, 0) 100%);
    padding: 19px 0 52px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .3s ease;
}

header.sticky {
    position: fixed;
    background: #002F5F;
    padding: 15px 0;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

header nav ul li {
    margin: 0 17px;
}

header nav ul li a {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #f5f5f5;
}

.header-cta {
    text-align: right;
}

.header-cta a,
button[type="submit"] {
    background: #F5F5F5;
    display: inline-block;
    font-weight: 400;
    padding: 4px 15px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #000e1c;
    text-align: center;
    border-radius: 5px;
}

.header-cta a img {
    margin-left: 4px;
}
.header-cta a {
    padding: 7px 13px;
}

button[type="submit"] {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 22px;
}

#hero {
    background: url("../img/hero-cover.webp") no-repeat center center;
    background-size: cover;
    padding-top: 215px;
    padding-bottom: 45px;
}

.hero-title {
    text-align: center;
    margin-bottom: 90px;
    color: #F5F5F5;
}

.hero-title h1 {
    font-weight: 400;
    font-size: 62px;
    line-height: 62px;
    letter-spacing: -0.01em;
    margin-bottom: 34px;
}

.hero-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}

.hero-title a {
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 8px 38px;
    display: inline-block;
}

.hero-bottom, .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #F5F5F5;
}

.hero-bottom a, .footer-bottom a {
    text-decoration: underline;
    color: #F5F5F5;
}

#kljucne-prednosti {
    padding-top: 130px;
}

h2 {
    font-weight: 400;
    font-size: 54px;
    line-height: 42px;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
}

#kljucne-prednosti .box {
    background: #F8F4EE;
    border-radius: 5px;
    padding: 30px 10px 24px 30px;
}

.box h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin-top: 56px;
    margin-bottom: 28px;
}

.box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

#o-nama {
    padding-top: 130px
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.about .text p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
}

.about .highlight .bigger {
    color: #002F5F;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
}

#cvetni-aranzmani .about .highlight .bigger {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 60px;
}

#usluge {
    padding-top: 150px;
}

.image-about {
    border-radius: 5px;
}

.usluga {
    background: #002F5F;
    min-height: 530px;
    position: relative;
    border-radius: 5px;
    color: #F5F5F5;
    margin-bottom: 20px;
}

.usluga img {
    margin-bottom: 32px;
    width: 100%;
}

.usluga h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
    padding-left: 30px;
}

.usluga ul {
    margin: 0;
    padding-left: 30px;
    list-style: none;
    position: absolute;
    bottom: 25px;
}

.usluga ul li {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: -0.015em;
    position: relative;
    padding-left: 15px;
}

.usluga ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #F5F5F5;
    border-radius: 50%;
}

#cvetni-aranzmani {
    padding-top: 135px;
}

#prevoz {
    padding-top: 135px;
    padding-bottom: 135px;
}

#prevoz h2 {
    line-height: 1em;
}

#prevoz p {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    margin-bottom: 36px;
}

#prevoz .bigger {
    color: #002F5F;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-top: 45px;
}

#placanje {
    background: #002F5F;
    padding: 52px 0 66px;
}

#placanje h2 {
    color: #F5F5F5;
    line-height: 58px;
}

#placanje h3 {
    padding: 13px 0 13px 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    border-left: 1px solid rgba(245, 245, 245, 0.5);
    color: #F5F5F5;
}

.naplata-icons {
    margin-top: 95px;
}

.naplata-icons .icon {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(245, 245, 245, 0.5);
    padding: 16px 0;
    color: #F5F5F5;
    font-size: 24px;
    line-height: 1.2em;
}

.naplata-icons .icon img {
    margin-right: 42px;
}

.naplata-icons .icon:last-child {
    border-bottom: none;
}

#numbers {
    padding-top: 140px;
    padding-bottom: 160px;
}

#numbers .box {
    background: #F8F4EE;
    border-radius: 5px;
    position: relative;
    text-align: center;
    padding: 94px 17px 0;
    min-height: 384px;
}

#numbers .box h4 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 80px;
}

#numbers .box .b-border {
    display: block;
    width: 100%;
    height: calc(1px / 2);
    background: #000E1C;
    margin-bottom: 45px;
}

#numbers .box p {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.01em;
}

#numbers .box .num {
    position: absolute;
    top: 7px;
    color: #F0E8DC;
    font-size: 510px;
    line-height: 0.75em;
    left: 25px;
}

#numbers .box-content {
    position: relative;
}

footer {
    background: #002F5F;
    padding: 45px 0 50px;
}

footer h2 {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
    color: #F5F5F5;
}

footer .contact-data {
    font-size: 16px;
    line-height: 30px;
    color: #F5F5F5;
}

footer .contact-data .c-info {
    margin-bottom: 28px;
}

footer .contact-text {
    margin-top: 99px;
}

footer .contact-text p {
    font-size: 16px;
    color: #969696;
    line-height: 1.5em;
    margin-bottom: 26px;
}

.form-control {
    background: none;
    padding: 15px 28px;
    font-size: 16px;
    color: #F5F5F5;
    border: 1px solid rgba(245, 245, 245, 0.5);
}

.form-control::placeholder {
    color: #4B6988;
}

.form-control:focus {
    color: #F5F5F5;
    background-color: transparent;
    border: 1px solid rgba(245, 245, 245, 0.5);
    outline: 0;
    box-shadow: none;
}

textarea {
    height: 210px;
}

.footer-bottom {
    margin-top: 99px;
    display: block;
    padding-right: 0;
    padding-left: 0;
}

.copy {
    font-size: 14px;
    line-height: 1.5em;
    color: #4B6988;
}

.footer-bottom .time {
    display: block;
    text-align: right;
}

.slider-nav {
    margin-top: 22px;
}

#slider-back {
    margin-right: 22px;
}

.slider .slick-slide {
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.slider .slick-list {
    margin: 0 -10px;
}

#mobile-menu {
    display: none;
    height: 100vh;
    background: #002F5F;
    padding: 88px 10px 0;
    position: fixed;
    top: 0;
    z-index: 8;
    width: 100%;
}

@media screen and (max-width: 768px) {

    header {
        background: linear-gradient(180deg, #000E1C 42.7%, rgba(0, 14, 28, 0) 100%);
        padding: 18px 10px 10px;
    }
    .logo-header img {
        max-width: 66px;
    }
    header.sticky {
        padding: 18px 10px;
    }
    .header-cta {
        text-align: left;
        padding-left: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-cta a {
        font-size: 12px;
        padding: 0 10px;
    }

    .header-cta a img {
        width: 16px;
    }

    section {
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 36px;
        margin-bottom: 21px;
    }

    #kljucne-prednosti {
        padding-top: 50px;
    }

    #kljucne-prednosti .box {
        padding: 25px;
        margin-bottom: 15px;
        position: relative;
    }

    .box h3 {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .box p {
        font-size: 15px;
        line-height: 22px;
    }

    .box img {
        position: absolute;
        right: 24px;
        top: 33px;
    }

    #o-nama {
        padding-top: 28px;
    }

    #o-nama h2 {
        margin-bottom: 15px;
    }

    .about .text p br {
        display: none;
    }

    .about .text p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 23px;
    }

    #o-nama .bigger {
        color: #002F5F;
        font-size: 20px;
        margin-top: 23px;
    }

    #usluge {
        padding-top: 50px;
    }

    .usluga {
        min-height: 350px;
        overflow: hidden;
    }

    .usluga ul {
        padding-left: 20px;
        bottom: 10px;
    }

    .usluga img {
        margin-bottom: 10px;
        height: 150px;
        object-fit: cover;
    }

    .usluga h3 {
        font-size: 20px;
        padding-left: 20px;
    }

    .usluga h3 br {
        display: none;
    }

    .usluga ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .usluga ul li:before {
        top: 8px;
    }

    #cvetni-aranzmani {
        padding-top: 30px;
    }

    #cvetni-aranzmani .about .highlight .bigger {
        font-size: 20px;
        line-height: 1.3em;
        padding-bottom: 30px;
        width: 71vw;
    }

    .slider-nav {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }

    .slick-slide img {
        width: 100%;
    }

    #prevoz {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    #prevoz .image-about {
        margin-bottom: 20px;
    }

    #prevoz p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 26px;
    }

    #prevoz .bigger {
        margin-top: 23px;
        font-size: 20px;
        line-height: 1.3em;
    }

    #prevoz .bigger br {
        display: none;
    }

    #placanje {
        padding: 35px 10px 7px;
    }

    #placanje h2 {
        line-height: 38px;
        padding-bottom: 30px;
    }

    #placanje h2:after {
        content: "";
        display: block;
        width: 83px;
        height: 1px;
        margin-top: 25px;
        background: rgba(245, 245, 245, 0.5);
    }

    .naplata-icons {
        margin-top: 22px;
    }

    .naplata-icons .icon {
        font-size: 15px;
        padding: 22px 0;
        line-height: 24px;
    }

    #placanje h3 {
        padding: 0;
        border: 0;
        font-size: 20px;
        line-height: 1.4em;
    }

    .naplata-icons .icon img {
        margin-right: 30px;
        height: 54px;
    }

    #numbers {
        padding-top: 50px;
        padding-bottom: 66px;
    }

    #numbers .box {
        margin-bottom: 15px;
        padding: 67px 14px 30px;
        min-height: 300px;
    }

    #numbers .box h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 66px;
    }

    #numbers .box .b-border {
        margin-bottom: 30px;
    }

    #numbers .box p {
        font-size: 15px;
        line-height: 24px;
    }

    #numbers .box .num {
        font-size: 400px;
    }

    #numbers .row > div:first-child .box .b-border {
        margin-bottom: 40px;
    }

    #numbers .row > div:not(:first-child) .box {
        padding-top: 110px;
    }

    #numbers .row > div:not(:first-child) .box h4 {
        margin-bottom: 23px;
    }

    footer {
        padding: 23px 10px
    }

    footer h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    footer .contact-data {
        font-size: 14px;
        line-height: 20px;
    }

    footer .contact-text {
        margin-top: 48px;
        margin-bottom: 42px;
    }

    footer .contact-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .form-control {
        padding: 8px 6px;
        font-size: 14px;
    }

    button[type="submit"] {
        padding: 4px 23px;
        font-size: 14px;
    }

    .footer-bottom {
        font-size: 14px;
        margin-top: 50px;
        padding: 0;
        border: 0;
    }

    .footer-bottom .time {
        text-align: left;
        padding-bottom: 5px;
    }

    .footer-bottom .text {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        display: block;
    }

    .copy {
        font-size: 12px;
        padding-top: 20px;
        display: block;
    }

    #hero {
        padding-top: 173px;
        padding-bottom: 40px;
    }
    .hero-title {
        text-align: left;
    }
    .hero-title h1 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -0.02em;
        margin-bottom: 19px;
    }
    .hero-title br {
        display: none;
    }
    .hero-title p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        margin-bottom: 33px;
    }
    .hero-bottom {
        border: 0;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
    }
    .hero-bottom span {
        display: block;
        width: 100%;
    }
    .hero-bottom .call-us {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .hero-bottom img {
        display: none;
    }
    #mobile-menu-open {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 19px;
    }
    #mobile-menu-open span {
        height: 1px;
        width: 26px;
        background: #F5F5F5;
        display: block;
        transition: all .3s ease;
    }
    #mobile-menu-open.active span:first-child {
        transform: rotate(45deg);
        margin-top: 7px;
    }
    #mobile-menu-open.active span:nth-child(2) {
        opacity: 0;
    }
    #mobile-menu-open.active span:last-child {
        transform: rotate(-45deg);
        margin-bottom: 10px;
    }

    #mobile-menu ul {
        display: block;
        margin: 0 0 120px;
        padding: 0;
    }
    #mobile-menu ul li {
        display: block;
        border-bottom: 1px solid rgba(245, 245, 245, 0.5);
        padding-bottom: 12px;
        padding-top: 12px;
    }
    #mobile-menu ul li a {
        display: block;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.01em;
        color: #F5F5F5;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open #mobile-menu {
        display: block;
    }
    body.menu-open header {
        background: none;
    }
    section, footer {
        scroll-margin-top: 40px;
    }
}