body,html{
    font-family:"DM Serif Display", serif;
     overflow-x: hidden; /* Hide horizontal overflow */
  margin: 0;          /* Remove default margin */
  padding: 0;   
}


    .titles {

    font-family: "DM Serif Display", serif;
    overflow-x: hidden;
}



.titles h4 {
    font-size: 1.2rem !important;
}


.setion-img-product {
    flex: 0 0 50%; /* Force 50% width for all .col-md-6 columns */
    max-width: 50%;
}
.video-section {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Video Styling */
        .video-section video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
        }

        /* Dark Overlay video */
       /* Overlay styling */
.overlay-video {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); /* Optional dark overlay */
    z-index: 1;
}

/* The text inside the overlay */
.text {
    color: white;
    font-size: 30px;
    font-weight: bold;
    opacity: 0; /* Initially invisible */
}


      #scrollButton {
        position: absolute;
        bottom: 20px; /* Adjust spacing */
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 20px;
        font-size: 24px;
        background-color: #f0f90a;
        color: white;
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.3s;
        z-index:99999;
    }



    /* Continuous bounce animation */
    .animated-arrow {
        animation: bounce 1.5s infinite ease-in-out;
    }

    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(10px);
        }
    }
        /*end*/

.navbar {
    transition: background-color 0.3s ease;
    background-color: transparent !important; /* Initial state */
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important; /* Change to desired color */
}

.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color:#fff;
	font-family:"DM Serif Display", serif;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand span {
	color: #1977cc;
}

.navbar-brand img{
    height:80px;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: .3;
	background: #d7d23a;
}

i.fa-solid.fa-bottle-water {
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 23px;
    color:#000;
}
.navbar .appbtn {
	background: #1977cc;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 1rem;
	line-height: 2.3;
}




/*css for produit section accueil*/
.our-products {
    padding: 50px 0;

}

.our-products .container {
    width: 90%;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
     font-size: 40px;
    font-family: "DM Serif Display", serif;
    color: #010000;
}

.titles {
    font-size: 40px;
    font-family: "DM Serif Display", serif;
    color: #010000;
}
.product-slider .card {
    background-color: #f7f7f7;
    max-width: 324px;
    width: 95%;
    height: 620px;
    text-align: center;
    padding: 1%;
    display: flex;
    perspective: 1000px;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    transition: all 1s;
    margin: auto;
    cursor: pointer;
    margin:0 15px;
    overflow: hidden; /* Prevents overflow when animating */
        text-align: center;

}






.card .card-body {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.card img.card-img-top {
    height: 355px;
    width: auto;
    transform: scaleX(1);
    transform: rotate(0);
    transition: all 1s;
    border: none;
    border-radius: 0;
}

button.slick-next.slick-arrow {

    top: 50% !important;
    z-index: 1 !important;
    right: -90px !important;
    position: absolute !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    cursor: pointer !important;

}

button.slick-prev.slick-arrow

{
    top: 50% !important;
    z-index: 1 !important;
    left: -105px;
    position: absolute !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    cursor: pointer !important;

}


 /* Swing Animation */
    .swing-image {
        display: block;
        transition: transform 0.5s ease-in-out;
    }

    .card:hover .swing-image {
        animation: swing 1s ease-in-out;
    }

    @keyframes swing {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(10deg); }
        50% { transform: rotate(-10deg); }
        75% { transform: rotate(5deg); }
        100% { transform: rotate(0deg); }
    }

/*end*/

/*css bubble css accueil  section*/

 .animated-section {
            position: relative;
            height: 100vh;
            background: url('../images/pack.png') no-repeat center center;
            background-size: contain;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            overflow: hidden;
        }
        .overlay-bubble {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.4);
        }
        .content {
            position: relative;
            z-index: 2;
        }

        .content button a {
    color: #fff;
        text-decoration: none;
    }
        .bubble {
            position: absolute;
            bottom: -100px;
            background: rgba(173, 216, 230, 0.7); /* Light blue for fizzy effect */
            border-radius: 50%;
            opacity: 0.6;
            animation: rise 8s infinite ease-in;
        }
        @keyframes rise {
            0% { transform: translateY(0); opacity: 0.6; }
            50% { opacity: 0.4; }
            100% { transform: translateY(-100vh); opacity: 0; }
        }

/**/



/*css for produits page*/

.custom-section {
            position: relative;
            height: 100%;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .custom-section h1 {
    position: relative;
    color: white;
    font-size: 13vw;
    z-index: 2;
    letter-spacing: 2rem;
}
        .product-image {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    z-index: 3;
    max-width: 200px;
    height: 30vw;
}

   /* Second Section */
    
        .section-content {
            padding: 50px;
        }
        
        .img-single,
        .section-content
        {
            text-align:center;
        }
        
        .image-column
        {
            height:73vh;
        }
        
        

/*end*/

/*brands page css*/
 .jumbo-section-brand {
    position: relative;
    height: 400px;
    display: flex;
    background-color: #26201d;
    align-items: center;
}


  .bottle {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 26px;

  &:before {
    content: '';
    width: 40px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border-radius: 50%;
    animation: shadow 900ms linear infinite;
  }

  svg {
    height: 100px;
    opacity: 0.7;
    width: 26px;
    animation: bottle 900ms linear infinite;
  }
}

@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1);
  }
}

@keyframes bottle {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15%);
  }
}
/*end*/

 ul.dropdown-menu.show {
    position: relative !important;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 41px);
    background: #d3cf18;
}

/*contact form*/

.form-group {
    margin-bottom: 25px;
}

.form-contact .form-control {
    font-size: 16px !important;
    line-height: 25px !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    padding: 15px 20px !important;
    color: #1c1c1c !important;
    height: 55px !important;
    border: 0px solid #ffffff !important;
    background-color: #f6f6f6 !important;
}
.btn-1, .btn-one, input[type="submit"], input[type="button"] {
    background-color: #ffc700;
    height: 47px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: initial;
    padding: 15px 32px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    border: 0;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
/*media query*/

@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center
	}

	.navbar .appbtn {
		display: none;
	}

	#scrollButton{
	    display:none;
	}

	  button.slick-next.slick-arrow
            {
                display: none !important;
            }

             button.slick-prev.slick-arrow
            {
                display: none !important;
            }
}


        /* Mobile Adjustments */
        @media (max-width: 768px) {

            .video-section {
                height: 50vh; /* Ensure it remains full-screen on mobile */
            }

            .video-section video {
                width: 80vw;
                height: 50vh;
                object-fit: cover;

            }

            .carousel-item h2 {
                font-size: 1.5rem; /* Reduce font size for mobile */
            }

            .carousel-inner {
                max-width: 90%; /* Allow more width on mobile */
            }

            .overlay {
                padding: 10px; /* Less padding for smaller screens */
            }

            .carousel-item {
                padding-left: 10px; /* Less padding for mobile */
            }
                 .carousel-item p {
            color: #fff;
            font-family: "DM Serif Display", serif;
            font-size: 16px;
        }

         .product-section .row {
            text-align: center;
        }

        .product-section img {
            margin-bottom: 1.5rem;
        }

        .jumbo-section  {
        align-items: start;
        height: 550px;
    }


       .jumbo-section img.isolated-img-can {
        position: absolute;
        left: 43vw;
        top: 71px;
        z-index: 999;
        height: 28vh;
    }

    .content-single-text {
        max-width: 88vw !important;
        margin-bottom:57px;
    }



.text {
    color: white;
    font-size: 18px;
    margin-top: 25vh;
    font-family:"DM Serif Display", serif;
    text-align: center;
}
/*bubble section*/
 .animated-section {
                background-size: contain;
                height: 80vh;
                padding: 10px;
            }
            .content h1 {
                font-size: 1.8rem;
            }
            .content p {
                font-size: 1rem;
            }
            .bubble {
                opacity: 0.4;
            }


            /*single product media query*/
            
             .custom-section h1 {
    position: relative;
    color: white;
    font-size: 13vw;
    z-index: 2;
    letter-spacing: 2rem;
    margin-left:6%;
}
        .product-image {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    z-index: 3;
    max-width: 200px;
    height: 60vw;
}
            /*end */

        .custom-section h1 {
        font-size: 20vw;
        margin-left: 9%;
    }
           
  .image-column {
    height: 50vh;
}

.section-content {
        padding: 30px; /* Increase padding for more space around text */
        margin: 10px;  /* Add margin if needed */
    }
    
   ul.dropdown-menu.show {
    position: relative !important;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 41px);
    background: #d3cf18;
}

}

