@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    color-scheme: only light;
    --primary: #A21517;
    --white: #fff;
    --black: #000;
    --ti: #24cdd5;
    --light-grey1: #D9D9D9;
    --white-20: rgba(255, 255, 255, 0.2);
}

@media (prefers-color-scheme: dark) {

    body {
        background-color: #fefefe !important;
    }

    .bg-white {
        background-color: #fefefe !important;
    }

}

meta[name="color-scheme"] {
    content: "light dark";
}

html, body {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    background-color: white !important;
    forced-color-adjust: none;
    -webkit-filter: none !important;
    filter: none !important;
}

.color-primary {
    color: var(--primary);
}

.color-white {
    color: var(--white);
}

.color-black {
    color: var(--black);
}

.color-ti {
    color: var(--ti);
}

.background-primary {
    background-color: var(--primary);
}

.background-white-20 {
    background-color: var(--white-20);
}

.background-light-grey1 {
    background-color: var(--light-grey1);
}

.background-white {
    background-color: var(--white) !important;
}

.font-128 {
    font-size: 128px;
}

.font-96 {
    font-size: 96px;
}

.font-60 {
    font-size: 60px;
}

.font-48 {
    font-size: 48px;
}

.font-40 {
    font-size: 40px;
}

.font-36 {
    font-size: 36px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-28 {
    font-size: 28px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}

.font-14 {
    font-size: 14px;
}

.navbar-logo img {
    height: 70px;
}

.button-no-hover-grey1:hover {
    background: var(--light-grey1);
}

.virtual-appointment {
    background-color: var(--light-grey1);
    border-radius: 0 25px 25px 0;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 5px 15px;
}

.navbar-nav .nav-link.active {
    color: var(--primary);
    font-weight: bold;
}

.navbar-toggler {
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 7px 4px 0px 4px;
    border-radius: 8px;
}

.print-section .swiper-button-next,
.print-section .swiper-button-prev {
    color: var(--black);
    top: 5%;
}

.print-section .swiper-button-next::after,
.print-section .swiper-button-prev::after {
    font-size: 20px !important;
}

.print-section .swiper-button-next {
    right: 10px;
}

.print-section .swiper-button-prev {
    left: 10px;
}

.image-row {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.info-image-container {
    position: relative;
    display: inline-block;
}


.info-image-container img {
    transition: transform 0.3s ease-in-out, z-index 0s ease-in-out;
    z-index: 1;
    position: relative;
}

.info-image-container:hover img {
    transform: scale(1.7) translate(20%, 20%);
    z-index: 10;
}


.feature-image {
    height: 150px;
    object-fit: contain;
}

.background-packaging-medicine {
    background-image:url('../../assets/images/medicine_background.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.background-packaging-cosmetic {
    background-image:url('../../assets/images/cosmetic-background.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.background-packaging-food {
    background-image:url('../../assets/images/food-background.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.background-horeca {
    background-image:url('../../assets/images/horeca-background.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.background-about {
    background-image:url('../../assets/images/about-background.png');
    background-repeat:no-repeat;
    background-size: contain;
    background-position:center;
}

.packaging-item {
    display: flex;
    position: relative;
}

.packaging-image::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
}

.border-top-black {
    border-top: 2px solid black;
}

.packaging-image img {
    min-width: 150px;
    height: 130px;
}

.packaging-content {
    border-left: 2px solid var(--black);
}

.btn-registration, .btn-registration:hover {
    background: var(--light-grey1);
    box-shadow: 0px 5px 4.3px 3px rgba(0, 0, 0, 0.25);
}

video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    padding: 0 !important;
}

#startup-video-1 {
    height: 550px !important;
}

#startup-video-2 {
    height: 170px;
    border-radius: 0px 0px 40px 40px;
}

#startup-video-3 {
    height: 170px;
    border-radius: 20px;
}

#startup-video-4 {
    height: 170px;
    border-radius: 40px 40px 0px 0px;
}


.appointment-container {
    max-width: fit-content;
}

.scroll-to-top {
    bottom: 18%;
}

@media (max-width: 1399.98px) {
    .packaging-image::before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: var(--primary);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 29.5%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1199.98px) {
    .packaging-image::before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: var(--primary);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 35%;
        transform: translateY(-50%);
    }
}

@media (max-width: 991.98px) {
    .navbar-header-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-logo img {
        height: 50px;
    }

    .packaging-image::before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: var(--primary);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 23.5%;
        transform: translateY(-50%);
    }
}

@media (max-width: 767.98px) {
    .packaging-image::before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: var(--primary);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 32%;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .border-startup {
        border-left: 1px solid black;
    }
}

@media (max-width: 1200px) and (min-width: 990.98px) {
    .horeca-desktop h2 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
}

@media (max-width: 575.98px) and (min-width: 250px) {
    .font-128 {
        font-size: 60px;
    }

    .font-96 {
        font-size: 48px;
    }

    .font-60 {
        font-size: 36px;
    }

    .font-48 {
        font-size: 32px;
    }

    .font-40 {
        font-size: 28px;
    }

    .font-36 {
        font-size: 26px;
    }

    .font-32 {
        font-size: 22px;
    }

    .font-30 {
        font-size: 20px;
    }

    .font-28 {
        font-size: 20px;
    }

    .font-24 {
        font-size: 18px;
    }

    .font-20 {
        font-size: 16px;
    }

    .print-section .swiper-button-next, .print-section .swiper-button-prev {
        top: 10%;
    }

    .scroll-to-top {
        bottom: 12%;
    }
}

.medical-packaging .swiper-button-prev:after, .swiper-rtl .medical-packaging .swiper-button-next:after {
    content: none !important;
}

.medical-packaging .swiper-button-next:after, .swiper-rtl .medical-packaging .swiper-button-prev:after {
    content: none !important;
}


@media (min-width: 1800px) {
    .startup-heading .container-fluid {
        display: flex;
        justify-content: flex-start;
    }

    .startup-heading .row.first-row {
        width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }
}
