#search_form {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    padding-inline: 8rem !important;
}

#search_form input {
    background-color: rgba(255, 255, 255, 0.75)
}

input {
    height: 50px;
}

.input-group .btn {
    position: absolute;
    right: 0;
    z-index: 3;
}

#MainCarousel .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 70vh;
}

#MainCarousel .carousel-item:before {
    content: "";
    background-image:
        linear-gradient(to bottom,
            transparent, rgba(0, 0, 0, 0.5));
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

#MainCarousel .carousel-caption {
    top: 55%;
    transform: translateY(-50%);
}

#MainCarousel .slider_gradient {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    opacity: 70%;
    background-image: url("../img/slider/slider_gradient.svg");
}

@media (min-width: 768px) {
    #ProductCarousel .carousel-inner {
        display: flex;
    }

    #ProductCarousel .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
}

#ProductCarousel .carousel-inner {
    padding: 1em;
}

#ProductCarousel .card {
    margin: 0 .5em;
    /* box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18); */
    border: none;
}

#ProductCarousell .carousel-control-prev,
#ProductCarousell .carousel-control-next {
    background-color: #1F528A;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    position: relative;
    /* border: 1px solid #8a8a8a; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.card_product {
    padding-inline: 27px;
    padding-top: 17px;
    padding-bottom: 28px;
    transition: all 0.3s ease;
}

.carousel-item .card_product {
    padding-bottom: 2px;
}

.card_product:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#values .carousel-item {
     height: 50vh;
}

#values .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 50vh;
}

#values .carousel-item img.icon {
    height: auto;
}

#values .carousel-item:before {
    content: "";
    background-image:
        linear-gradient(to bottom,
            transparent, rgba(0, 0, 0, 0.5));
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

#values .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
}

#values .slider_gradient {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #1b2833;
    opacity: 0.8;
}

#newsletter .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 50vh;
}

#newsletter .carousel-item:before {
    content: "";
    background-image:
        linear-gradient(to bottom,
            transparent, rgba(0, 0, 0, 0.5));
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

#newsletter .carousel-caption {
    top: 40%;
    transform: translateY(-50%);
}

#newsletter .slider_gradient {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #1b2833;
    opacity: 0.8;
}

.text-center .btn.custom-w {
    width: 25%;
}

@media (max-width: 575px) {
    .separator {
        display: none;
    }

    #values .carousel-item img {
        height: 100vh;
    }

    #values .carousel-caption {
        top: 33%;
    }

    #values .caption-item {
        margin-bottom: 3rem;
    }

    #newsletter_form {
        padding: 1rem !important
    }

    #MainCarousel .carousel-caption .display-3 {
        font-size: 32px;
    }

    #search_form {
        padding-inline: 2rem !important;
    }

    #MainCarousel .carousel-item img {
        height: 70vh;
    }

    #values .carousel-item {
        height: 100vh;
   }

   .text-center .btn.custom-w {
        width: 50%;
    }

    #values .carousel-item {
        height: 60vh;
    }

    .web-height {
        /* Set the height for non-mobile devices */
        height: 120px;
    }

    .card_product {
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all 0.3s ease;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow */
        border: 1px solid #dee2e6; /* Add thin border */
    }
}

@media (max-width: 478px) {
    #newsletter .carousel-item img {
        height: 60vh;
    }

    #newsletter_form button {
        right: 30% !important;
        top: 125% !important;
    }

    #values .carousel-item {
        height: 75vh;
    }
}

@media (max-width: 379px) {
    #values .carousel-item img {
        height: 110vh;
    }

    #newsletter_form button {
        right: 25% !important;
    }
}

@media (max-width: 333px) {
    #newsletter_form button {
        right: 20% !important;
    }
}

.display-2 {
    color: #4e5962 !important;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink 2s infinite;
}

@media screen and (min-width: 574px) {
    .web-height {
        /* Set the height for non-mobile devices */
        height: 142px;
    }
}

.btn.commander {
    background-color :#7EAFD4;
    color: white !important;
    border: none;
}
