html{
    scroll-behavior: smooth;
}

.float-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.my-float-whatsapp{
	margin-top:16px;
}

#navbarNav ul li{
    padding: 20px;
}

#navbarNav ul li:hover a{
    border-bottom: 1px solid #195269;
}

.btn-navbar-visible{
    display: none;
}

.about-us-text{
    line-height: 25px;
}

.section-why-lulivo{
    background: rgba(215, 237, 237, 0.75);
}

.goal-description{
    width: 100%;;
    background: #C3EEF5;
}

.goals-img{
    min-width: 105%;
}

.goals-description{
    font-family: 'Optima';
    font-style: italic;
    font-weight: 400;
    font-size: 80px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-top: 20%;
}

.behind-container{
    padding: 150px;
}

.section-banner{
    background: rgba(41, 130, 165, 0.79);
}

.section-banner p {
    font-size: 90px;
    font-family: 'Optima';
    font-style: italic;
    font-weight: 400;
}

.btn-collection{
    background: #195269;
    border: 0px;

}

.btn-contact{
    border-radius: 55px;
    border: 1px solid #000000 !important;
}

.btn-contact:hover{
    background: #195269;
    color: white !important;
}

.btn-flavors{
    border-radius: 55px;
    border: 1px solid #000000 !important;
}

.btn-flavors:hover{
    background: #195269;
    color: white !important;
}

.btn-contact-form{
    background: #195269;
    border-radius: 55px;
    border: 2px solid white;
}

.btn-contact-form:hover{
    background: #195269;
    opacity: 0.9;
    border: 2px solid white;
}

.section-find-us{
    background: rgba(215, 237, 237, 0.75);
}

.footer-navigation li{
    /* list-style-type: none; */
}

input[type='email']{
    border-radius: 50px;
    border: 1px solid #195269;
}

.form-textarea{
    border-radius: 100px;
    border: 1px solid #195269;
}

.section-copyright{
    background: #195269;
}

.text-behind-scene{
    color: #B3A1C5;
}

.image-box {
    overflow: hidden;
    position: relative; 
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.image-box img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box:hover img {
    transform: scale(1.2);
}

@media screen and (max-width: 575px) {

    .navbar-toggler{
        border: 0px !important;
    }

    .btn-navbar{
        display: none !important;
    }

    .btn-navbar-visible{
        display: inline !important;
    }

    #navbarNav ul li a{
        display: inline;
    }

    #navbarNav ul:last-child{
        padding-bottom: 20px;
    }
    
    #navbarNav ul li{
        padding: 20px 20px 0 20px !important;
    }

    .section-banner p {
        font-size: 43px !important;
    }

    .section-about-us .container{
        padding: 0 30px 30px 30px !important;
    }

    .best-flavor-img{
        text-align: center !important;
    }

    .our-best-flavor h1{
        font-size: 1.5rem !important;
    }

    .why-lulivo-heading{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .why-lulivo-heading h1{
        font-size: 1.5rem !important;
    }

    .goals-img {
        min-width: 104% !important;
    }

    .goals-description{
        margin-top: 10% !important;
        padding-bottom: 10%;
        font-size: 43px !important;
    }

    .behind-container h1{
        font-size: 1.5rem !important;
    }

    .section-find-us iframe{
        height: 500px !important;
    }

    .footer-logo div{
        padding: 10px 0px 0px 0px !important;
    }
    
    .form-contact{
        padding-left: 0 !important;
    }

    /* .image-box{
        height: 290px !important;
    } */
}

@media screen and (max-width: 767px) {
    .navbar-toggler{
        border: 0px !important;
    }

    .btn-navbar{
        display: none !important;
    }

    #navbarNav ul li a{
        display: inline;
    }

    #navbarNav ul:last-child{
        padding-bottom: 20px;
    }
    
    #navbarNav ul li{
        padding: 20px 20px 0 20px !important;
    }

    .section-about-us .container{
        padding: 0 30px 30px 30px !important;
    }

    .best-flavor-img{
        text-align: center !important;
    }

    .goals-img {
        min-width: 104% !important;
    }

    .behind-container {
        padding: 45px !important;
    }

    .goals-description{
        margin-top: 10% !important;
        padding-bottom: 10%;
        font-size: 43px !important;
    }

    .section-banner p {
        font-size: 43px !important;
    }

    .section-find-us iframe{
        height: 500px !important;
    }

    .footer-logo div{
        padding: 10px 0px 0px 0px !important;
    }
}
       
@media only screen and (min-width: 576px) and (max-width: 767px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-toggler{
        border: 0px !important;
    }

    .btn-navbar{
        display: none !important;
    }

    #navbarNav ul li a{
        display: inline;
    }

    #navbarNav ul:last-child{
        padding-bottom: 20px;
    }

    #navbarNav ul li{
        padding: 20px 20px 0 20px !important;
    }

    .section-about-us .container{
        min-width: 90%;
    }

    .about-us-text{
        /* padding-bottom: 0 !important; */
        margin-bottom: 0 !important;
    }

    .our-best-flavor{
        padding-bottom: 0 !important;
    }

    .goals-description{
        font-size: 50px !important;
    }

    .section-behind-lulivo{
        padding-top: 40px !important;
    }

    .behind-container{
        padding: 40px !important;
    }

    .behind-container p{
        margin-top: 0 !important;
    }

    .section-banner p {
        font-size: 43px !important;
    }

    .section-find-us iframe{
        height: 500px !important;
    }

    .image-box {
        min-height: 170px !important;
    }
}  

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .goals-description {
        font-size: 60px !important;
    }

    .section-behind-lulivo{
        padding-top: 40px !important;
    }

    .behind-container{
        padding: 40px !important;
    }

    .section-banner p {
        font-size: 60px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .goals-description {
        font-size: 60px !important;
    }

    .section-behind-lulivo{
        padding-top: 40px !important;
    }

    .behind-container{
        padding: 40px !important;
    }

    .section-banner p {
        font-size: 60px !important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1899px) {

}

.footer-navigation li{
    list-style-type: none;   
}

#cookieNotice.light {
    background-color: #fff;
    /* background-color: var(--cookieNoticeProLight); */
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice.display-right {
    right: 10px;
    bottom: 30px;
    max-width: 395px;
}

#cookieNotice.display-left {
    left: 20px;
    bottom: 30px;
    max-width: 395px;
}

#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}