@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Tagesschrift&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Great+Vibes&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Tagesschrift&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Tagesschrift", system-ui;
    text-decoration: none !important;
    list-style-type: none;
}

body::-webkit-scrollbar {
    display: none;
}


 /* Whatsapp Icon */

.whatsapp-float {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #25d366;
    color: white;
    font-size: 8px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 100;
    transition: transform 0.3s ease;
  }
  
  .whatsapp-float i {
    color: white;
    font-size: 30px;

  }


  .whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #20b358b0;
  }

  /* Main Navbar */

  #mainNav {
    width: 100%;
    height: 70px;
    /* border: 1px solid black; */
    /* background-color: #437f97 ; */
    background-color: black;
  }

  .container {
    width: 100%;
    height: 90%;
    margin-top: -7px;
    /* border: 1px solid black; */
  }


  #mainNav img {
    width: 120px;
    height: 100%;
    object-fit: cover;
  }

  .nav-item a{
     color: white;
  }

  .nav-link:focus, 
  .nav-link:hover {
    color: whitesmoke !important;
  }

  #smallScreen {
    width: 100%;
    height: 70px;
    /* border: 1px solid black; */
    background-color: black ;
    display: none;
  }

  #smallScreen img {
    width: 110px;
    height: 100%;
    object-fit: cover;
    margin-top: -5px;
  }

  #offcanvasNavbar {
    background-color:black;
  }

  .offcanvas-header #offImg {
       width: 150px;
       height: 70px;
  }
  
 .fa-location-dot,
 .fa-bars,
 .fa-phone,
 .fa-envelope {
    font-size: 23px
  }
  
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: white !important;
    background-color: transparent;
    border:none !important;
    margin-top: -5px;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white !important;
}

.navbar {
    --bs-navbar-toggler-border-color: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.btn-close {
    --bs-btn-close-color: white !important;
    font-size: 30px;
    --bs-btn-close-bg:none !important;
    --bs-btn-close-opacity: none !important;
    --bs-btn-close-hover-opacity:none !important;
    --bs-btn-close-focus-shadow: none !important;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    margin-top: -30px !important;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: none !important;
    opacity: var(--bs-btn-close-opacity);
}

#details {
    margin-top: 10px;
    gap: 10px;
}

#details span {
    font-size: 19px;
    font-family:'Times New Roman', Times, serif;
}

#details a {
    color: white;
}

/* Main Content */

#mainContent {
    width: 100%;
    height: 620px;
    /* border: 1px solid black; */
    background-image: url("./Img/mainContent.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    
}

#backGround {
    width: 100%;
    height: 620px;
    background-color: rgba(0, 0, 0, 0.596);
}

#bgContent {
    width: 60%;
    height: 80%;
    /* border: 1px solid white; */
}

#bgContent button {
    width: 300px;
    height: 60px;
    margin-left: 100px;
    margin-top: 30px;
    background-color: black;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    word-spacing: 5px;
    border: 1px solid white;

}

#bgContent h2 {
    color: white;
    text-align: justify;
    padding-top: 20px;
    line-height: 60px;
    padding-left: 200px;
    word-spacing: 10px;
    letter-spacing: 5px;
}

#bgContent p {
    color: white;
    text-align: justify;
    word-spacing: 10px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 200px;
}

#ourServices {
    margin-top: 20px;
    width: 100%;
    height: 440px;
    /* border: 1px solid black; */
    background-color: black;
}

#serviceHead {
    width: 100%;
    height: 70px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

#serviceMain {
    width: 100%;
    height: 360px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#serviceBox {
    width: 80%;
    height: 340px;
    /* border: 1px solid black;  */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

#serviceBox div {
    width: 35%;
    height: 130px;
    /* border: 1px solid black; */
    background-color: white;
}

#serviceBox div span {
    display: flex;
    justify-content: space-evenly;
    padding-top: 40px;
    align-items: center;
}

#serviceBox div span h4 {
    font-size: 25px;
}

.fa-rectangle-list,
.fa-circle-check,
.fa-user,
.fa-hard-drive {
    font-size: 40px;
    color: #437f97;
}


/* About Us */

/* Nutrition and Taste */
#nutrition {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(#437f97,black);
    padding: 0 5%;
    box-sizing: border-box;
    /* border: 1px solid white; */
}

#nutritionImages {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border: 1px solid white; */
}

.image-wrapper {
    position: relative;
    width: 350px;
    height: 480px;
   
}

.image-wrapper img {
    width: 350px;
    height: 470px;
    object-fit: cover;
}

.image-wrapper .overlay-image {
    position: absolute;
    width: 350px;
    height: 500px;
    bottom: -90px;
    right: -120px;
}

#nutritionContent {
    flex: 1;
    margin-top: 10px;
    padding: 20px;
    margin-left: 100px;
    /* border: 1px solid white; */
}

#nutritionContent h4 {
    color: white;
    margin-bottom: 10px;
    font-size: 40px;
}

/* #nutritionContent h3 {
    font-size: 40px;
    margin: 10px 0;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    word-spacing: 10px;
} */

#nutritionContent p {
    font-size: 1.2rem;
    color: white;
    margin: 20px 0;
    line-height: 1.5;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
}

#nutritionContent button {
    padding: 10px 20px;
    background-color:white;
    border: none;
    color: black;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 2px;
}

#nutritionContent button:hover {
    background-color: #437f97;
}


/* Product Categories */

#product {
    width: 100%;
    height: 600px;
    /* border: 1px solid black; */
    /* background: linear-gradient(#437f97, black); */
    background-color: black;
}

#productHead {
    width: 100%;
    height: 60px;
    /* border: 1px solid black; */
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#mainProduct {
    width: 100%;
    height: 500px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#productContents {
    width: 80%;
    height: 480px;
    /* border: 1px solid black; */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

#productContents div {
    width: 300px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.54);
}

#productContents div img {
    width: 100%;
    height:175px;
    /* border: 1px solid black; */
    object-fit: cover;
}



#productName {
    padding-top: 10px;
    text-align: center;
    color:#437f97;
    font-weight: 800;
}

/* Product Videos */

#productVideos {
    width: 100%;
    height: 400px;
    background: linear-gradient(#437f97, black);
    /* border: 1px solid black; */
}

#productTitle {
    color: white;
    font-weight: bolder;
    width: 100%;
    height: 60px;
    /* border: 1px solid black; */
    padding-top: 15px;
    text-align: center;
}

#productbox {
    width: 100%;
    height: 335px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#videoBoxes {
    width: 95%;
    height: 320px;
    /* border: 1px solid black; */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

#videoBoxes div {
    width: 280px;
    height: 310px;
    border: 1px solid rgba(0, 0, 0, 0.208);
    background-color: white;
    text-align: center;
}

#videoBoxes div iframe{
    width: 100%;
    height:260px;
}

#videoBoxes div p {
    padding-top: 5px;
    font-size: 20px;
    /* color: rgb(220, 194, 92); */
}

 
/* Footer */
#footer {
    width: 100%;
    height: 430px;
    border-top: 1px solid white;
    /* border: 1px solid white; */
    background-color: black;
}

#FooterMain {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid white; */
}

#mainFooter {
    width: 80%;
    height: 330px;
    border-bottom: 3px solid white; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    color: white;
}

#mainFooter div {
    width: 30%;
    height:80%;
    /* border: 1px solid white; */
       
}

.details {
    text-align: center;
    /* padding-top: 20px; */

}

 .detailsHead {
    font-family: "Tagesschrift", system-ui;
    font-size: 25px;
}

.describe {
    text-align: center;
}

#socialMedia {
   text-align: center;
   /* padding-top: 45px; */
}

.detailsHead ,
.describe,
#socialMedia  {
    padding-top:5px ;
}





.details span, 
.para,
h4,
.num {
    font-family: 'Times New Roman', Times, serif;
    color: white;
}

.num {
    font-size: 19px;
}

.para {
    font-size: 17px;
}

#network a {
    font-size: 33px;
    padding: 5px;
}

.fa-instagram {
    color: rgb(165, 49, 88);
}

.fa-facebook {
    color: rgb(84, 163, 236);
}

.fa-whatsapp {
    color: rgba(167, 215, 96, 0.982);
}


#copyRights {
    color: white;
    font-size: 22px; 
    font-family: 'Times New Roman', Times, serif;
}



@media (max-width:1290px) {
    #nutritionContent {
        flex: 1;
        margin-top: 90px;
        padding: 20px;
        /* border: 1px solid white; */
    }
}

@media (max-width:1230px) {
    #videoBoxes {
        width: 100%;
    }
}


@media (max-width:1180px) {
    #serviceBox {
        width: 100%;
    }

    #productContents {
        width: 100%;
        height: 480px;
        
    }
}

@media (max-width:1155px) {
    #productVideos {
        height: 750px;
    }

    #productbox {
        height: 695px;
       
    }
    
    #videoBoxes {
        height: 670px;
    }

}


@media (max-width:1145px) {

    #nutrition {
        width: 100%;
        height: 800px;
    }

    #nutritionContent {
        height: 700px;
        flex: 1;
        /* margin-top: 90px; */
        padding: 20px;
        margin-left: 140px;
        /* border: 1px solid white; */
    }

    #nutritionContent h4 {
        
        font-size: 25px;
    }
    
    #nutritionContent h3 {
        font-size: 30px;
        
    }
    
    #nutritionContent p {
        font-size: 1.1rem;
        
    }
}

@media (max-width:1040px) {
    #bgContent {
        width: 80%;

    }
    
}

@media (max-width:1000px) {
    #serviceBox div {
        width: 38%;
        height: 110px;
    }
}

@media (max-width:950px) {
    #nutritionContent {
        height: 650px;
        flex: 1;
        padding: 20px;
        margin-left: 140px;
    }

    #nutritionContent h4 {
        
        font-size: 20px;
    }
    
    #nutritionContent h3 {
        font-size: 25px;
        
    }
    
    #nutritionContent p {
        font-size: 1rem;
        
    }
}

@media (max-width:925px) {
    #product {
        width: 100%;
        height: 850px;
      
    }

    #mainProduct {
        width: 100%;
        height: 780px;
        
    }
    
    #productContents {
        height: 750px;
        
    }
}

@media (max-width:890px) {

    .fa-rectangle-list,
.fa-circle-check,
.fa-user,
.fa-hard-drive {
    font-size: 35px;
}

    #serviceBox div span h4 {
        font-size: 20px;
    }
}

@media (max-width: 875px) {
    #nutrition {
        flex-direction: column;
        height: 950px;
        padding: 20px;
    }

    #nutritionImages {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        position: relative;
    }

    .image-wrapper {
        width: 90%;
        max-width: 400px;
        position: relative;
    }

    .image-wrapper img {
        width: 300px;
        height: 420px;
        display: block;
    border-radius: 10px;
    }

    .image-wrapper .overlay-image {
        position: absolute;
        width: 290px;
        height: 420px;
        bottom: -70px;
        right: -70px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }


    #nutritionContent {
        width: 100%;
        margin: 80px;
        padding: 0 10px;
        text-align: center;
    }


    #nutritionContent h1 {
        font-size: 2rem;
        margin: 10px 0;
    }

    #nutritionContent p {
        font-size: 1rem;
        margin: 15px 0;
    }

    #nutritionContent button {
        font-size: 1rem;
        padding: 10px 20px;
        height: 40px;
    }


}

@media (max-width:850px) {

    #mainFooter {
      width: 100%;
      height: 350px;
      
  }  

  #mainFooter div {
      width: 32%;
              
  }
  
}

@media (max-width:780px) {
    #mainNav {
        display: none;
    }

    #smallScreen {
        display: block;
    }

    #bgContent {
        width: 100%;

    }

    
    #bgContent h2 {
        color: white;
        text-align: justify;
        padding-top: 20px;
        line-height: 50px;
        padding-left: 140px;
        word-spacing: 5px;
        letter-spacing: 5px;
    }
    
    #bgContent p {
        color: white;
        text-align: justify;
        word-spacing: 5px;
        line-height: 40px;
        font-size: 20px;
        padding-left: 140px;
    }

}

@media (max-width:750px) {

    #footer {
        width: 100%;
        height: 700px;
        
        
    }

    #FooterMain {
        width: 100%;
        height: 630px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: black;
    }
    
    #mainFooter {
        width: 100%;
        height: 600px;
        gap: 10px;
        margin-top: -40px;
        
    }  

    #mainFooter div {
        width: 45%;
        height: 45%;
                
    }

    .details {
        text-align: center;
        padding-top: 10px;
    
    }
    
    
}


@media (max-width:730px) {
    #ourServices {
        margin-top: 20px;
        width: 100%;
        height: 600px;
      
    }
    
    
    #serviceMain {
        width: 100%;
        height: 500px;
        
    }
    
    #serviceBox {
    
        height: 500px;
       
    }
    
    #serviceBox div {
        width: 55%;
        height: 110px;
    }
    
}

@media (max-width:650px) {
    

        #nutrition {
            flex-direction: column;
            height: 1180px;
            padding: 20px;
        }
    
        #nutritionImages {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            margin-top: 30px;
            position: relative;
        }
    
        .image-wrapper {
            width: 90%;
            max-width: 350px;
            position: relative;
        }
    
        .image-wrapper img {
            width: 100%;
            height: 350px;
            padding: 10px;
            border-radius: 15px;
            display: block;
        }
    
        .image-wrapper .overlay-image {
            position: static;
            width: 100%;
            height: 350px;
            box-shadow: none;
            border-radius: 15px;
            margin-top: 0;
            right: 0;
            bottom: 0;
        }
    
        #nutritionContent {
            width: 100%;
            margin-top: 250px;
            padding: 0 10px;
            text-align: center;
        }
    
        #nutritionContent h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }
    
        #nutritionContent h1 {
            font-size: 1.8rem;
            margin: 10px 0;
        }
    
        #nutritionContent p {
            font-size: 1rem;
            margin: 15px 0;
        }
    
        #nutritionContent button {
            font-size: 1rem;
            padding: 10px 20px;
        }

        #product {
            width: 100%;
            height: 1500px;
          
        }
    
        #mainProduct {
            width: 100%;
            height: 1420px;
            
        }
        
        #productContents {
            height: 1400px;
            
        }

        #productContents div {
            width: 350px;
            height: 220px;
        }

        
       
    

}

@media (max-width:580px) {
    #bgContent h2 {
        padding-left: 50px;
    }
    
    #bgContent p {
        padding-left: 50px;
    }

    #nutrition {
        flex-direction: column;
        height: 1250px;
        padding: 20px;
    }

    #productVideos {
        height: 1380px;
    }

    #productbox {
        height: 1315px;
       
    }
    
    #videoBoxes {
        height: 1290px;
    }

}

@media (max-width:550px) {
    #serviceBox div {
        width: 70%;
        height: 110px;
    }
 
    #footer {
        width: 100%;
        height: 950px;
        
        
    }

    #FooterMain {
        width: 100%;
        height: 890px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: black;
    }
    
    #mainFooter {
        width: 100%;
        height: 880px;
        gap: 10px;
        margin-top: -50px;
        
    }  

    #mainFooter div {
        width: 60%;
        height: 30%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.241);    
        
                
    }

    .details {
        text-align: center;
        padding-top: 30px;
    
    }


    

    
}

@media (max-width:480px) {

    #bgContent button {
        margin-left: 60px;
        
    
    }
    
    #bgContent h2 {
        color: white;
        text-align: justify;
        padding-top: 20px;
        line-height: 50px;
        padding-left: 20px;
        word-spacing: 5px;
        letter-spacing: 0px;
    }
    
    #bgContent p {
        color: white;
        text-align: justify;
        word-spacing: 2px;
        line-height: 40px;
        font-size: 18px;
        padding-left: 20px;
    }
}

@media (max-width:450px) {
    #nutrition {
        flex-direction: column;
        height: 1400px;
        padding: 20px;
    } 

    #nutritionContent h4 {
        margin-bottom: 10px;
        font-size: 40px;
    }
}

@media (max-width:400px) {
    #mainContent {
        width: 100%;
        height: 520px;
    
    }
    
    #backGround {
        width: 100%;
        height: 520px;

    }
 
        #bgContent button {
            margin-left: 20px;
            
        
        }
        
        
        #bgContent p {
            color: white;
            text-align: justify;
            word-spacing: 2px;
            line-height: 40px;
            font-size: 16px;
            padding-left: 20px;
        }

        #serviceBox div {
            width: 85%;
            height: 110px;
        }

            #mainFooter div {
                width: 75%;
                height: 30%;
                        
            }
            
        
 }

 @media (max-width:345px) {
    #nutrition {
        flex-direction: column;
        height: 1420px;
        padding: 20px;
    } 
    
 }

