*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
}
html,body {
    overflow-x: hidden;
}
.logo{
    display: none;
}
.navigation-bar
{
    background-color: #d1f5ff;
    /* height: 168vh; */
    
}
.nav-head
{
    height: 7.5vh;
    width: 100%;
    background-color: #002d72;
    color: white;
    text-align: center;
    justify-content: center;
    padding: 2% 5%;
    font-family: "Oswald", sans-serif;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    opacity: 0;
    transition: opacity 0.3s ease;
    visibility: hidden; /* Hidden by default */
    z-index: 999;
  }
  
.btn-head
{
    color: rgb(32, 32, 108);
    background-color: #74d1ea;
    border: none;
    border-radius: 24px;
    padding: 4px 8px;
    margin-bottom: 5%;
    text-align: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    
}
.btn-head:hover{
    color: white;
    background-color:#0076a8;
}

#menu-icon
{
display: none;
}

label #menu-btn,
label #cancel
{
    display: none;
}
#check{
    display: none;
}

#label-check
{
    margin-top: -2.1rem;
}
.nav-logo
{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 8px solid #002d72;
    size: 3.5rem;
    font-size: 2rem;
    background-color: white;
    color: #002d72;
    /* padding: 0 5px; */
    margin:5px;
}
.nav-sup
{
    font-size: 10px;
}
.button-container {
    /* display: flex; */
    gap: 20px;
}

.tooltip-button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #002d72;
    background-color: #d1f5ff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}


/* Tooltip styling */
.tooltip-button .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: white;
    color: #002d72;
    text-align: center;
    padding:5px;
    border-radius: 10px;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.9em;
    z-index: 1;
    
}
.tooltip-button .tooltip-text li{
    padding: 10px 0;
    list-style: none;

    
}
.tooltip-button .tooltip-text li:hover{
    border: 1px ;
    background-color: rgb(203, 237, 252);
    margin: 4px;
    border-radius: 20px;
    
}
.tooltip-button .tooltip-display
{
    display: flex;
    width: 1400px;
    justify-content: space-around;
    margin-left: 300px;

}
  .tooltip-display .coco
{
background-color: rgb(203, 237, 252);
width: 300px;

}
.tooltip-display .coco:hover
{
background-color: skyblue;
width: 300px;
}
  .tooltip-display .sparkling
{
    background-color: lemonchiffon;
    width: 300px;

}
.tooltip-display .sparkling:hover
{
background-color: green;
width: 300px;
}
  .tooltip-display .soda
{
    background-color: lightcoral;
    width: 300px;
}

.tooltip-display .soda:hover
{
background-color: darkred;
width: 300px;
}
  .tooltip-display .bars
{
    background-color: rgb(150, 216, 242);
    width: 300px;

}
.tooltip-display .bars:hover
{
background-color: rgb(11, 127, 173);
width: 300px;
}


/* Show the tooltip when hovering */
.tooltip-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Positioning arrows for tooltips */
.tooltip-button .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-70%);
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
img{
    height: 10vh;
    width: 10vh;
    color: rgb(32, 32, 108);
}

li,a,button{
    font-size: 18px;
    font-weight: 900;
    color: rgb(32, 32, 108);
    text-decoration: none;
}
.nav-upper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 3%;
    color: rgb(32, 32, 108);
    

}
.button-container
{
    
    font-size: 15px;
    margin: 5px;
}
/* .nav-link
{
    list-style: none;
    display: flex;
    
}
.nav-link li
{
    display: inline-block;
    padding: 0 20px;
    
}
.nav-link li a{
    transition: all .3s ease-in-out 0s;
    font-size: 22px;
} */

.nav-style a{
    padding: 0 20px;
}
.nav-style{
    display: flex;
    font-size: 25px;
    font-weight: 800;
     

}

.nav-lower
{
    text-align: center;
    /* margin-bottom: 1px; */
    color: #002d72;
    font-size: 25px;
    font-weight: 1500;
    width: 98%;
    /* border: 1px solid; */
  
}
.navlower-h1{
    line-break: loose;
}
.navlower-h3{
font-size: 19px;
margin-top: -40px;
}

.nav-leaf
{
    height: 2rem;
    width: 2rem;
    /* color: green; */
}

.img-container{
margin-top: -70px;
}
/* .img-container
{
    /* position: relative; */
    /* width: 300px; */
    /* display: flex; */
    
 
/* .animation
{
    position: absolute;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    height: 68vh;
    width: 90vh;
    border-radius: 18px;
    /* padding: 1% 2%; */
    /* margin: 20px;
} */ 

.animation
{
    
    text-align: center;
    height: 80vh;
    position: relative;
    top: 0;
    left: 0;
    padding-left:2%;
    padding-top: 8%;
    width: 94%;
    justify-content:center;
    border-radius:35px;   
    /* border: 1px solid ; */
}

.backDesign
{
     width: 98%; 
     height: 110vh;
     align-items: center;
     justify-content: center;
     border-radius: 25px;
     position: absolute;
     margin-left: -30px;
    overflow-x: hidden;
    /* border: 1px solid ; */
     
}
.backDesign-footer
{
    width: 108%; 
     height: 110vh;
     align-items: center;
     justify-content: center;
     border-radius: 25px;
     position: absolute;
      
     /* margin-left: -9px; */
}

#btn
{
    text-align: center;
    color: white;
    padding: 10px;
    background-color: #002d72;
    border: none;
    border-radius: 37px;
    align-items: center;
    padding: 3.5% 7%;
    margin-top: -20px;

}
#btn:hover{
    background-color: rgb(8, 159, 219);
}

[class*="col-"]
{
    float: left;
    padding: 10px;
}

/* for mobile */
[class*"col-"]
{
    width: 100%;
}


.navbar
{
    padding: 0% 3%;
    text-align: center;
}

.navbar::after{
    content: '';
    display: table;
    clear: both;
}

.section-wave
{
    position: relative;
    width: 100%;
    height: 40vh;
    overflow: hidden;
    background-color:#d1f5ff;
    /* border: 1px solid black; */
    /* top: 190px; */
}

section .wave 
{
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100px;
 background: url(/Images/wave.png);
 background-size: 1000px 100px; 
 /* border: 1px solid black; */
}

section .wave
{
    animation: animate 5s linear infinite;
}
@keyframes animate
{
    0%
    {
        background-position-x: 0;
    }
    100%
    {
        background-position-x: 1000px;
    }
}


/* navbar ends here */

/* products section starts here */
.product-headline
{
    text-align: center;
    color: #002d72;
    background-color: #fff;
    font-size: 24px;
}
 .products
{
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 2rem;
    padding: 2rem 1.5rem;
    background-color: #fff;
    /* position: relative; */
    
    /* margin-left: 30px; */
    
    
}


.back-img-hover{
    width: 50vh;
    height: 50vh;
    /* margin-right: -90px; */
    position: absolute;

}

.card{
    box-shadow:  rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 25px;
    padding: .5rem;
    transition: all .3s;
    
    

    /* margin: auto; */
    /* width: 98%; */
    /* height: 82vh;
    width: 44vh;
    margin: 40px;
    gap: 1.5rem; */
}

.card:hover {
box-shadow: .1rem 0.2rem 0.8rem rgba(205,202,202,1);

}
.card:hover .product-name{
    color: white;
}

 /* .card:hover
{
    /* position: absolute; */
    /* top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    /* background: url(/photo/Mandala_v2_o.svg) no-repeat center center; */
    /* background-size: cover;
    transition: transform 1s ease; /* Smooth rotation */
    /* z-index: -1; */ 
    /* background-image: url(/Images/Lines_600x.png);   */


/* img:hover background-image{
    transform: rotate(360deg) ;

} */

.product_img
{
    width: 100%;
    height: 15rem;
    /* position: relative; */
   
}
#img2
{
    width: 100%;
    height: 15rem;
}
.product-imges
{
    position: relative;
}
.product-imges img{
    position: absolute;
    /* width: 100%;
    height: 100%; */

}
/* .product-imges #img1
{
    display: block;
}
.product-imges #img1:hover
{
    display: none;
}
.product-imges #img2
{
    /* display: none; */
/* }
.product-imges #img2:hover{
    opacity: 0;
    cursor: pointer;
    width: 120%;
    height: 100%;
    display: block;
    cursor: pointer;

} */ 
/* .product-imges #img1:hover{
    display: block;
} */

.image-container {
    position: relative;
    width: 98%; /* Adjust as per your image size */
    height: 400px; /* Adjust as per your image size */
     
}
.default-image,
.hover-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     
     
    transition: opacity 0.4s ease-out;
}

.hover-image {
    opacity: 0;
     
}

.image-container:hover .hover-image {
    opacity: 1;
    
}

.image-container:hover .default-image {
    opacity: 0;
}

.image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: opacity 0.5s ease;
  }
  
  .coco-img {
    z-index: 3; /* This image is shown by default */
  }
  
  .sparkling-img {
    z-index: 3; /* This image is shown by default */
  }
  
  .soda-img {
    z-index: 3; /* This image is shown by default */
  }
  
  .bars-img {
    z-index: 3; /* This image is shown by default */
  }
  
  .hover-image {
    z-index: 3; /* This image appears on hover */
    opacity: 0;
  }
  
  .back-product-img {
    z-index: 1; /* Background image */
    opacity: 1;
    transition: transform 1s ease;
  }
  .card:hover .back-product-img {

    animation: rotate360 7s linear infinite;/* Apply the animation */
   
  }
  @keyframes rotate360 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .image-container:hover .coco-img {
    opacity: 0; /* Hide the first image on hover */
  }
  
  .image-container:hover .hover-image {
    opacity: 1; /* Show the second image on hover */
    scale: 1.2;
  }
/* Background image */
/* .rotating-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/photo/Mandala_v2_o.svg) no-repeat center center;
    background-size: cover;
    transition: transform 1s ease; /* Smooth rotation */
    /* z-index: -1; Ensure it stays behind the images */
/* } */ 
/* Rotation effect on hover */
/* .image-container:hover .rotating-background {
    transform: rotate(360deg);
} */
.product-body
{
    padding: .5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; 
   
}
.product-name
{
    text-align: center;
    justify-content: center;
}

.h3-coco
{
    color: #002d72;
    font-size: 20px;
    font-weight: 1000;
}
/* .h3-coco:hover
{
    color:white;
} */

.h3-sparkling
{
    color: green;
    font-size: 20px;
    font-weight: 1000;
}
/* .h3-sparkling:hover
{
    color: white;
} */
.h3-soda
{
    color: rgb(174, 5, 5);
    font-size: 20px;
    font-weight: 1000;
}
/* .h3-soda:hover
{
    color: white;
} */
.h3-bars
{
    color: #002d72;
    font-size: 20px;
    font-weight: 1000;
}
/* .h3-bars:hover
{
    color: white;
} */

.sup-style
{
    border: 1px solid black;
    border-radius: 50%;
    font-size: 8px;
    padding: 1px;
}
.card:hover .sup-style
{
    border: 1px solid white;
    border-color: white;
}

.btn{
    
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 24px;
    border-radius: 25px;
    border: none;
    text-align: center;
    margin: 20px;
    margin-left: 45px;

}
.btn-coco
{
    background-color:#002d72;
}
.card:hover .btn-coco
{
    background-color: white;
    color: #002d72;
}
.btn-sparkling
{
    background-color: #007a33;
}
.card:hover .btn-sparkling
{
    color:#007a33;
    background-color: #fff;
}
.btn-soda
{
    background-color: #ba0c2f;
}
.card:hover .btn-soda
{
    background-color: white;
    color:#ba0c2f ;
}
.btn-bars
{
    background-color: #002d72;
}
.card:hover .btn-bars
{
    background-color:white ;
    color:#002d72 ;
}
.products .coco
{
background-color: #d1f5ff;

}
.products .coco:hover
{
background-color: skyblue;

}
.products .sparkling
{
background-color: #f1ffca;
}
.products .sparkling:hover
{
background-color: #007a33;
}
.products .soda
{
background-color: #ffedf1;
}
.products .soda:hover
{
background-color: darkred;
}
.products .bars
{
background-color: #74d1ea;
}
.products .bars:hover
{
background-color: rgb(11, 127, 173);
}



.probtn
{
    text-align: center;
    justify-content: center;
    padding: 20px 30px;
    border-radius: 25px;
    background-color: #002d72;
    margin-left: 50px ;
    border: none;
    
    
}
.probtn a{
    color: white;
    font-size: 18px;
    font-weight: 1000;
}
.probtn:hover
{
    background-color: rgb(10, 128, 175);
}
/* 


.product:hover
{
    background-image: url(/photo/background.jpg);
    background-position-x: center;
    background-size: 40vh;
    background-position-y: bottom;
    background-repeat: no-repeat;
    /* transition: cubic-bezier(0.075, 0.82, 0.165, 1); */ 
  /*  
}

/* .card:hover
{
    
    /* background-image: url(/photo/coconut-water-hover.jpg); */

/* .probtn
{
    text-align: center;
    justify-content: center;
    top: 50%;
    left: 40%;
    translate: (-50%,-50%);
    position: relative;
    padding: 20px 30px;
    border-radius: 25px;
    background-color: #002d72;
    margin: 30px;
    border: none;
}
.probtn a{
    color: white;
    font-size: 18px;
    font-weight: 1000;
} */



/* products sections ends here */
/* site address start here */
.site-address{
    display: flex;
    height: 65vh;
    text-align: center;
    justify-content: center;
    background-color: #d1f5ff;
    /* overflow-x: hidden; */
    /* background-image: url(/Images/Lines_600x.png); */
}
.site-address-h3{
    color: #0076a8;
    position: relative;
    /* border: 1px solid; */
    font-size: 28px;
    font-weight: 350;
    margin-bottom: 0rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
}
.site-address-h4{
    color: #002d72;
    font-size: 49px;
    font-weight: 1000;
    padding: 0rem;
    position: relative;
    /* border: 1px solid; */
    margin-bottom: 8rem;
}
.site-img{
    position: absolute;
    height: 65%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* left: 23%; */
    margin: auto;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    text-align: center;

}
.site-address-link{
    color: #0076a8;
    position: relative;
}
.site-address-link a{
    color: #0076a8;
    padding: .5rem;
    /* border: 1px solid; */
}
.site-address-link a .insta{
    color: white;
    background-color: #0076a8;
    padding: 1.5rem;
    border: none;
    font-size: 1.5rem;
    transition: transform .5s ease;
}
.site-address-link a .insta:hover{
    color: #0076a8;
    background-color: #002d72;
    border: none;
    transform: scale(1.1);
}
.site-address-link a .face{
    color: white;
    background-color: #0076a8;
    font-size: 1.5rem;
    padding: 1.5rem;
    border: none;
    transition: transform .5s ease;
}
.site-address-link a .face:hover{
    color: #0076a8;
    background-color: #002d72;
    transform: scale(1.1);
    border: none;
}
.site-address-link a .twitt{
    color: white;
    background-color: #0076a8;
    font-size: 1.5rem;
    padding: 1.5rem;
    border: none;
    transition: transform .5s ease;
}
.site-address-link a .twitt:hover{
    color: #0076a8;
    background-color: #002d72;
    border: none;
    transform: scale(1.1);
}
/*footer section starts here */

footer
{
    text-align: center;
    background-color:#74d1ea;
    color: #002d72;
}

.logo-footer
{
    height: 70vh;
    width: 70vh;
    margin: 65px;
    /* background-image: url(/photo/Mandala_v2_o.svg); */
    padding: 5rem ;
    /* border: 1px solid ; */
    /* position: absolute; */
    
}
.footer-back
{
    position: absolute;
    width: 90vh;
    height: 80vh;
    margin-top: 30px;
}

.input-footer
{
    width: 96%;
    height: 12vh;
    border-radius: 40px;
    border: none;
    padding: 1% 2%;
    font-size: 20px;
    align-items: left;
    margin-left: 20px;
    color: #00709f;
    
}
.input-footer::placeholder{
    color: #00709f;
}
.btn-footer
{
    color: white;
    background-color: #002d72;
    margin-left: -140px;
    border-radius: 40px;
}
.h3-footer
{
    font-size: 28px;
    padding: .5rem 0;
    /* text-align: center; */
}
.h3-footer span
{
    color: white;
    font-size: 23px;
}
.h4-footer
{
    text-align: left;
    margin-left: 20px;
    font-size: 29px;
    font-weight: 1000;
}
.des-footer
{
    margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: .5rem 0;
}
.h6-footer
{
    margin: 20px;
    padding: 10px;
    text-align: left;
}
.footer-link a{
    padding: 10px 15px;
    margin: 10px 0;
    /* transition: transform .5s ease; */
    /* text-align: center; */
    /* border: 1px solid; */
    
}
.footer-link a:hover{
    color: #002d72;
    background-color: white;
    border-radius: 20px;
    transition: all .5s ease; 
}
.footer-email-address
{
    padding: 1rem 0;
    display: block;
     
}
/* .social-footer
{
    margin-top: 20px;
} */

.social-links{
    margin:20px;
    
    
}
.social-links .insta:hover{
    color: lightblue;
}
.social-links .face:hover{
    color: lightblue;
}
.social-links .twitt:hover{
    color: lightblue;
}
.social-links .insta
{
    border: 1px solid #002d72;
    padding: 1%;
    border-radius: 50%;
    background-color: #002d72;
    color: white;
    margin: 0 6px;
}
.social-links .face
{
    border: 1px solid #002d72;
    padding: 1%;
    border-radius: 50%;
    background-color: #002d72;
    color: white;
    margin: 0 6px;
}
.social-links .twitt
{
    border: 1px solid #002d72;
    padding: 1%;
    border-radius: 50%;
    background-color: #002d72;
    color: white;
    margin: 0 6px;
}

.social-footer h3
{
    margin-top: 20px;
}

.footer-btn
{
    background-color: #002d72;
    padding: 1rem 2.5rem;
    align-items: left;
    margin-left: 20px;
}
.wavy
{
    position: relative;
    width: 95%;
    height: 100px;
    /* background: red; */
    overflow: hidden;

}
.wavy::before{
    content: ' aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa';
    position: absolute;
    top: -42px;
    left: 0;
    padding: 4rem;
    font-size: 3em;
    color: transparent;
    text-decoration-style:wavy;
    text-decoration-color: #002d72;
    text-decoration-line: underline;


}

.footer-end
{
    display: flex;
    flex-direction: column;
    padding: .5rem;
    display: inline-block;
    /* border: 1px solid; */
}
/* .footer-copy-right{
    padding: 2re,;
    border: 1px solid;
} */
.footer-end a{
    padding: .5rem;
    
    
    /* border: 1px solid; */
}

.footer-end-link {
display: grid;
flex-direction: column;
/* border: 1px solid; */
}
.footer-end a:hover{
    color: #002d72;
    background-color: #fff;
    border-radius: 25px;
    transition: .9s all ease-out;
    padding: .5rem .5rem;
}

/* menu click button design starts here */

.nav-menupage
{
    display: flex;
    justify-content: space-between;
}
.nav-menu-btn button
{
    padding: .5rem 2.5rem;
    border-radius: 20px;
    margin-left: 35%;
    border: none;
    background-color: aqua;
}
.nav-menu-link
{
display: flex;
flex-direction: column;
}
.img-menuicon{
    width: 45vh;
    height: 45vh;
    margin-left: 30%;
}
.fa-times
{
    padding-top: .5rem;
}


/* menu click button design ends here */

.products{
    grid-template-columns: repeat(4, minmax(0,1fr));
}

.menu-img-responsive{
    display: none;
}
.shop-all-products{
    display: none;
}

@media (max-width: 1112px)
{
    label #menu-btn
    {
        display: block;
    }
    #menuBtn {
        display: block;
      }
      .full-screen-menu {
        display: flex;
      }
      .logo{
        display: block;
        display: flex;
        margin-top: -70px;
        /* border:1px solid ; */
        width: 30%;
    }
/* #menu{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 80px;
    } */

    .products{
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .probtn{
        margin-left: 220px;
    }
    /* #menu-icon
    {
        display: block;
    } */
    .hidden
    {
    display: none;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 4.3s ease, opacity 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px; /* Adjust width as needed */
     height: 100%;
    background-color: white;
    z-index: 1000;
    padding: 20px;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
    /* background-image: url(Images/Lines_600x.png);   */
    
    }
    .rotate-icon {
        transition: transform 1.3s ease;
        transform: rotate(180deg);
    }
    /* Visible state of the menu */
.menu-visible {
    transform: translateX(0);
    opacity: 1;
}
.tooltip-display.tooltip-text{
    display: none;
}
/* Style for the "Shop All Products" button */
/* .shop-all-products {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #002f6c;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
} */
    /* menu-icon.html{
      display: block;
    } */
    /* .nav_link
    {
position: fixed;
width: 100%;
height: 100vh;
background: wheat;
top: 80px;
display: block;
left: -100%;
text-align: center;
transition: all .5s;

    }
    #btn:checked ~ .nav_link{
        left: 0;
    }
      */
      .nav-head{
        width: auto;
        
       }
   .navigation-bar{
    width: auto;
   }
   .section-wave{
    width: auto;
   }
   header{
    width: auto;
   }

   /* Sidebar menu */
.full-screen-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* color: blue; */
    background-color: whitesmoke; /* Customize as needed */
    opacity: 0;
    transform: translateX(-100%); /* Start off-screen */
    transition: transform 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
  }
  /* Show overlay and menu when active */
.overlay.active,
.full-screen-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Cancel button */
.cancel-btn {
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 80px;
    font-weight: 250;
    color: #002d72;
    cursor: pointer;
    display: block;
  }
  .menu-slide-lang{
    position: absolute;
    top: 45px;
    right: 34px;
    font-size: 20px;
    font-weight: 250;
    border-radius: 10px;
    padding: 2px 1rem;
  }
  #menuBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    /* color: white; */
    cursor: pointer;
    border: none;
  }
  /* Menu content */
.full-screen-menu .menu-content a,
.full-screen-menu .menu-content  {
  display: block;
  color: #002d72;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 2px;
  text-align: left;
  border-bottom: 1px dotted black;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.shop-all-products{
    display: block;
    color: white;
    background: #002d72;
    border-radius: 20px;
    padding: 5px 3rem;
    border: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 30%;
}
.upper-shop
{
    color: #002d72;
    background-color: #74d1ea;
    position: relative;
    padding: 3px;
    font-size: 30px;
    
}
.cartAmount
{
    position: absolute;
    top: -4px;
    right: 285px;
    color: white;
    font-weight: 400;
    background-color: red;
    border-radius: 50%;
    padding: 3px;
    margin: 5px;

}
.upper-shop span {
    color:#0076a8;
};
.full-screen-menu .menu-content a:hover,
.full-screen-menu .menu-content .shop-all-products:hover {
    color: white;
    background-color: #0076a8; /* Hover effect */
}
.menu-img-responsive{
    width: 250px;
    height: 230px;
    display: block;
    margin-left: 25%;
  }
  .menu-content {
    text-decoration: underline;
    text-decoration-color: #002d72;
    text-decoration-thickness: 2px;
    text-underline-offset: 13px;
    /* width: 80%; */
    margin-top: 70px;
   
  }
  
/* Hide menu button by default */
#menuBtn {
  display: none;
}

   /* .site-img{
   
    left: 26.5%;
    width: 50vh;
    height: 63vh;
    
    } */
    /* .card{
        height: 38vh;
        } */
        /* .site-img{
   
            width: 32vh;
            height: 40vh;
        }
              */
      footer{
        overflow-x: hidden;
      }
      body{
        overflow-x: hidden;
      }
      
}
/* @media (max-width:768) {
    /* .site-img{
        width: 50vh;
        height: 24vh;
        }
} */ 
@media (max-width:575px)
{
     .cartAmount
     {
        top: -4px;
    right: 186px;
     }
    .products{
        grid-template-columns: repeat(1, minmax(0,1fr));
        
    }
    .product-btn{
        width: 100%;
        height: 80%;
        margin-left: -90px;
    }
    .probtn{
        margin-left: 180px;
    }
    /* .footer-upper{
        width: 95%;
    } */
    /* .backDesign-footer{
    width: 50%;
    /* align-items: center;
    justify-content: center;
    margin-left: -2920px; */
    /*top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    } */
    body {
        overflow-x: hidden;
    }
   html{
    width: 100%;
    overflow-x: hidden;
   }
   .shop-all-products{
    font-size: 15px;
   padding: 5px 3rem;
   border: none;
   margin-left:27%;
}
.animation{
    height: 50vh;
    margin-top: 1rem;
}
.backDesign{
    height: 45vh;
    margin-top: 1rem;
}
.card{
height: 38vh;
}
.h3-coco{
    text-align: left;
    /* border: 1px solid; */
    /* width: 40%; */
}
.h3-sparkling{
    text-align: left;
   
}
.h3-soda{
    text-align: left;
}
.h3-bars{
    text-align: left;
}
.btn-coco{
    padding: 10px;
    text-align: center;
    margin: 2px;
    margin-left: 1px;
    width: 27%;
    /* border: 1px solid red; */
}
.btn-sparkling{
    padding: 10px;
    text-align: center;
    margin: 2px;
    margin-left: 1px;
    width: 27%;
}
.btn-soda{
    padding: 10px;
    text-align: center;
    margin: 2px;
    margin-left: 1px;
    width: 27%;
}
.btn-bars{
    padding: 10px;
    text-align: center;
    margin: 2px;
    margin-left: 1px;
    width: 27%;
}
.image-container{
    height: 26vh;
    left: 50%;
    align-items: right;
    width: 46%;
    /* height: 65%; */
    position: relative;
    margin-top: -14%;
    overflow: hidden;
}
.image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
  }
  
  .coco-img {
    z-index: 3; /* This image is shown by default */
  }
  
  .sparkling-img {
    z-index: 3; /* This image is shown by default */
  }
  
  .soda-img {
    z-index: 3; /* This image is shown by default */
  }
  
  .bars-img {
    z-index: 3; /* This image is shown by default */
  }
  
  .hover-image {
    z-index: 3; /* This image appears on hover */
    opacity: 0;
  }
  
  .back-product-img {
    z-index: 1; /* Background image */
    opacity: 1;
    transition: transform 1s ease;
  }
  .card:hover .back-product-img {
    animation: rotate360 7s linear infinite; /* Apply the animation */
  }
  @keyframes rotate360 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .image-container:hover .coco-img {
    opacity: 0; /* Hide the first image on hover */
  }
  
  .image-container:hover .hover-image {
    opacity: 1; /* Show the second image on hover */
  }
/* .coco-img{
    left: 10%;
    position: relative;
} */
.back-product-img{
    /* border: 1px solid; */
    left:7%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
   .site-img{
    width: 39vh;
    height: 48vh;
    }
   /* .footer-logo-style{
    margin-left: -17%;
   } */
   .logo-footer{
    width: 80%;
    height: 50%;
   }
.input-footer{
    width: 80%;
}
body{
    overflow-x: hidden;
  };
  /* .site-img{
    position: absolute;
    height: 40vh;
    width: 38vh;
    align-items: center;
    left: -35%;
    margin: auto;
    padding-bottom: 2rem;
    padding-top: 1.5rem;
    

} */
}

@media (max-width:420px)
{
    body{
        overflow-x: hidden;
        width:100%;
       }
       .shop-all-products{
         font-size: 15px;
        padding: 5px 2rem;
        border: none;
        margin-left: 15%;
    }
    .footer-logo-style{
        margin-left: -47%;
        height: 50%;
        width: 30%;
         }
    body{
        overflow-x: hidden;
      }

      .image-container{
        height: 26vh;
        left: 50%;
        align-items: right;
        width: 46%;
        /* height: 65%; */
        position: relative;
        margin-top: -17%;
        overflow: hidden;
    }
    /* .image-container img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.5s ease;
      } */
      .fa-bars{
        font-size: 25px;
        margin-top: 5px;
      }
}

@media (max-width:396px)
{
    .image-container{
        height: 26vh;
        margin-top: -27%;
         
    }
     
    .cartAmount
        {
           top: -7px;
       right: 169px;
        }
     
    .fa-bars{
        font-size: 15px;
        margin-top: 15px;
         
      }
      .fa-bag-shopping{
        font-size: 15px;
        margin-top: 17px;
      }
      .fa-user{
        font-size: 15px;
        margin-top: 17px;
        margin-right: -19px;
      }
      
     /*  site-header__logo{
        width: 20px;
      } */
       /* nav-upper a svg{
        width: 10px;
       } */
}
@media (max-width:352px)
{
    .image-container{
        margin-top: -31%; 
    }
}