
@font-face {
    font-family: 'Avenir LT std';
    src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT std Black';
    src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT std Medium';
    src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Wingding';
    src: url('../fonts/wingding.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Stijlen */
body {
    font-family: 'Avenir LT std', sans-serif;
    /* background-color: #000; */
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

 .slider-section .carousel-inner img { 
    width: 100%; /* Full width to maintain responsive layout */
    height: 500px; /* Set a fixed height (adjust as needed) */
    object-fit: contain; /* Ensures the image fills the height while maintaining aspect ratio */
}


.contact-logo a {
    display: block;
    color: #fff;
    font-family: 'Avenir LT std', sans-serif;
}


.btn-dark {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.navbar {
    padding: 5px 20px;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: rgb(0, 0, 0,1);
}

.volume-icon {
    position: absolute;
    bottom: 20px; /* Adjust as needed for the desired distance from the bottom */
    right: 20px; /* Adjust as needed for the desired distance from the right */
    color: white;
    cursor: pointer;
    font-size: 24px; /* Increase icon size if needed */
    z-index: 2; /* Ensures the icon stays above the video */
}


.starry-background {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 50%), 
                      url('../img/stars-background.jpg');
    background-size: 200% 100%; /* Doubles the width of the background */
    background-position: left center; /* Positions the background image on the left side */
    position: relative;
}

p {
    font-size: 14px;
}

.video-background-section {
    height: calc(100vh - 184px);
    overflow: hidden;
    z-index: 1;
    background-color: #000;
    position: relative;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.video-background-section video {

    left: 0;
    width: 100%;
    height: calc(100vh - 184px);
    object-fit: contain;
    z-index: -1;
}

.video-background-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.section {
    padding: 4rem 0;
}


/* .carousel-inner {
    height: 100%;
    display: flex;
    align-items: center;
} */

/* .badge-container {
    position: absolute;
    bottom: 20px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    right: 20px;
    gap: 5px;
}

.badge-container .badge {
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
    text-align: left;
} */

/* Carousel image adjustments */
/* .flower-image {
    max-width: 100%;
    height: auto;
} */

.features-list li {
    font-size: 1rem;
    padding: 0.5rem 0;
}

.badge {
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 5px;
}


.text-column {

    color: #000;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}


.features-list li {
    margin-bottom: 10px;
    color: black;
}

.disclaimer {
    font-size: 0.9em;
    margin-top: 20px;
    color: #6a3c58;
}

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #6a3c58;
    border-radius: 50%;
} */
/* .carousel-control-prev, .carousel-control-next {
    width: 10%;
} */

.flower-section {
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.popup-content {
    background: #fff;
    color: #000;
    padding: 2rem;
    max-width: 500px;
    border-radius: 5px;
}




.white-section {
    background-color: #fff;
    color: #000;
    padding: 4rem 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.white-section img {
    max-width: 16rem;
    margin-right: 2rem;
}

.white-section h4 {
    font-family: 'Avenir LT std', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

p {
    font-family: 'Avenir LT std', sans-serif;
}

.white-section p {
    font-family: 'Avenir LT std', sans-serif;
    font-weight: 300;
    font-size: 20px;  
    margin-top: 1rem;
}

.purple-bar {
    background-color: #C9A7B9;
    height: 76px;
}

/* .slider-section {
    overflow: hidden;
    display: flex;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.slider-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 45%;
    z-index: 2;

} */

/* .slider-content {
    color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(50%) translateY(0%);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    text-align: center;
    z-index: 1;
} */

/* .slider-buttons {
    position: absolute;
    top: -11%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 4;
} */

.contact-info-section {
    background-color: #fff;
    color: #000;
}


.contact-info-section .contact-details {
    padding: 2rem;
}

.contact-info-section .contact-logo {
    background-color: #000;
    color: #fff;
}

.brand-logo {
    width: 300px;
}

/* // fix video background section for mobile */


.modal-wrapper {
    padding: 90px;
    background: url('../img/background-contactform.png') no-repeat top center;
    background-size: cover;
    border-radius: 0px;
}

.modal-dialog {
    max-width: 1000px;
}

.navbar .caretips-nav {
    margin-left: auto;
}

.navbar .caretips-nav .nav-item .nav-link {
    cursor: pointer;
    font-size: 20px;

}

.caretips-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 30px; /* Geef wat ruimte zodat de tekst niet over de ster komt */
    font-weight: bold;
    color: #fff;
}

.star-icon {
    position: absolute;
    left: -16px; /* Pas aan om de ster meer naar links te plaatsen */
    top: -16px;   /* Pas aan om de ster meer naar boven te plaatsen */
    width: 30px; /* Pas de grootte van de ster aan indien nodig */
    height: 30px;
}

.nav-item-border {
    border: 1px solid #fff;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Avenir LT std Black', sans-serif;
}


.navbar .main-nav {
    margin-left: 20px; /* Add spacing from logo */
    display: flex;
    gap: 20px; /* Space between nav items */
}


.navbar .navbar-nav.ml-auto:last-child {
    margin-left: auto;
}


.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    margin: 0px 0 8px 0;
    display: inline-block;
    border: 2px solid black;
    border-radius: 0px;

}

.modal-header {
    border-bottom: 0;
    position: relative;
  }
  .modal-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: auto;
  }
  .modal-footer {
    border-top: 0;
  }

h5 {
    font-family: 'Avenir LT std', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.modal-body {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.form-group {
    margin-bottom: 0rem;
}

.form-control::placeholder {
    color: black;
}

.btn-dark {
    border-radius: 0px;
    background-color: black;
    padding: 10px 20px;
}
.modal-content {
    border-radius: 0px;
    margin-top: 40px;
}
.contactform p, h3 {
    color: black;
    font-family: 'Avenir LT std', sans-serif;
    font-size: 20px;
}

.features-list {
    list-style-type: none; /* Verwijdert standaard opsommingstekens */
    padding-left: 0;
    text-align: left;
}

.features-list li {
    position: relative;
    padding-left: 30px; /* Ruimte voor het icon */
}

.list-star {
    width: 15px;;
}

h3, h5 {
    text-transform: uppercase;
    font-family: 'Avenir LT std Black', sans-serif;
    font-size: 20px;
}

.contactform h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
}

.scroll-chevron {
    position: absolute;
    bottom: 20px; /* Pas dit aan om de verticale positie te regelen */
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.scroll-chevron:hover {
    transform: translateX(-50%) translateY(5px); /* Hover-effect voor visuele feedback */
}

.chevron-icon {
    width: 48px; /* Pas de grootte aan zoals gewenst */
    height: auto;
}



.faq-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .faq-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    flex-shrink: 0;
  }
  .faq-content {
    flex: 1;
  }
  .faq-item h6 {
    margin: 0;
    font-weight: bold;
  }
  .faq-item p {
    font-family: 'Avenir LT std', sans-serif;
    margin: 5px -35px 0;
  }

  .faq-detail {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }

  .modal-header {
    border-bottom: 0;
  }

  .modal-footer {
    border-top: 0;
  }

  
/* Mobile Optimization */


/* General adjustments for smaller screens */
@media (max-width: 768px) {

    .caretips-link {
        margin-left: 20px;
    }

 


    /* Navbar adjustments */
    .navbar-nav {
        text-align: center;
    }
    .navbar .main-nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .navbar .caretips-nav {
        margin-left: 0;
    }

    /* Contact Section */
    .contact-info-section {
        flex-direction: column;
    }
    .contact-info-section .contact-logo,
    .contact-info-section .contact-details {
        width: 100%;
        padding: 1rem;
        text-align: center;
    }
    .contact-logo p, .contact-details h3, .contact-details p {
        font-size: 14px;
    }
    .contact-info-section .contact-details button {
        width: 100%;
        margin-top: 1rem;
    }

    /* Reduce font and icon sizes for Care Tips section */
    .care-tips-link .star-icon {
        width: 20px;
        height: 20px;
        left: -10px;
        top: -10px;
    }

    /* FAQ Items */
    .faq-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .faq-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 8px;
    }

    /* Flower Slider adjustments */
    .slider-section {
        flex-direction: column;
        text-align: center;
    }
    .flower-image {
        max-width: 80%;
        margin: 0 auto;
    }

    /* Badge container alignment */
    .badge-container {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Text adjustments */
    .text-column {
        padding: 20px;
        font-size: 14px;
    }

    .white-section img {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    #assortment {
        display: flex;
        justify-content: center;
    }

    #assortment img {
        max-width: 60%; 
    }

    .white-section h4, .white-section p {
        font-size: 16px;
    }

    /* Video Background adjustments */
    .video-background-section {
        object-fit: cover;
    }
    .video-background-section video {

        height: 100%;
    }

    /* Popup styling for mobile */
    .popup-content {
        max-width: 90%;
    }

    /* Contact Modal adjustments */
    .modal-dialog {
        max-width: 90%;
        margin: 1rem;
    }
    .modal-wrapper {
        padding: 20px;
    }
    .modal-content {
        padding: 10px;
    }

    /* Hero Section */
    .flower-section {
        height: 50vh;
    }

    /* .text-column {
        background-color: white;
    } */

    .video-background-section {
        height: 35vh;
    }

    .navbar {
        padding: 0px 10px;
    }

    .white-section {
        padding: 1rem 0;
        flex-direction: column;
        text-align: center;
    }

    .brand-logo {
        width: 100px;
    }

    .slider-section {
        background-size: 200% 100%, cover;
        /* Stretch gradient layer to cover full width */
        background-position: center center, left center;
        /* Center gradient on mobile, keep image on the left */
    }



    .badge-container {
        position: absolute;
        bottom: 10px;
        left: 100px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

/* Fine-tuning larger mobile devices (768px-1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-info-section {
        display: flex;
        flex-direction: column;
    }

   
    .contact-logo p, .contact-details h3, .contact-details p {
        font-size: 16px;
    }
    .contact-info-section .contact-details button {
        width: 100%;
    }
    .faq-item {
        flex-direction: row;
    }
    .faq-icon {
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }
}

/* Fine-tuning larger mobile devices (768px-1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-info-section {
        display: flex;
        flex-direction: column;
    }

    .navbar {
        padding: 0px 10px;
    }

    .contact-logo p {
        text-align: center;
    }
    .contact-logo p, .contact-details h3, .contact-details p {
        font-size: 16px;
        text-align: center !important;
    }
    .contact-info-section .contact-details button {
        width: 100%;
    }
    .faq-item {
        flex-direction: row;
    }
    .faq-icon {
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }
}

/* Section background with 50% image on the left and 50% white on the right */
.slider-section {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, white 50%), 
                      url('../img/stars-background.jpg'); */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 100%, white 0%), 
                      url('../img/stars-background.jpg');
    background-size: 100% 100%, cover; /* Gradient covers full width; image covers left half */
    background-repeat: no-repeat; /* Prevents image from repeating */
    background-position: left center, center; /* Aligns gradient to left; centers the image */
    display: flex;
    width: 100%;
    padding: 2em;
}


/* Remove background from .starry-background div since it's now on the section */
.starry-background {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Flower image styling */
.flower-image {
    max-width: 100%; /* Responsive */
    height: auto;
}

/* Badge container styling */
.badge-container {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.badge {
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
}

/* Features list styling */
.features-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1rem;
}

.features-list li {
    margin-bottom: 10px;
    /* color: black; */
    color: white;
    display: flex;
    align-items: center;
}

.list-star {
    width: 15px;
    margin-right: 10px;
}
/* Ensure the entire section takes up 100% of the width */

        /* Common styling for both controls */
        .carousel-control-next,
        .carousel-control-prev {
            position: absolute;
            top: 10px;
            width: 10%; /* Limit the width to prevent full overlap */
            /* Position both icons 10px from the top */
            width: auto;
            opacity: 1;
            z-index: 2;
            align-items: flex-start;
        }


        /* Position the Previous icon slightly left of center */
        .carousel-control-prev {
            right: 40%;
            /* Adjust this for spacing from the center */

        }

        /* Position the Next icon slightly right of center */
        .carousel-control-next {
            left: 40%;
            /* Adjust this for spacing from the center */

            /* filter: invert(1); */
            /* Optional: invert color if needed */
        }

