/*Main*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
* {
  box-sizing: border-box ;
}
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow-x: hidden;
  background: url('../images/Top%20image.png') no-repeat center center fixed;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  background-size: cover;
  background-attachment: fixed;
}

html {
  scroll-behavior: smooth;
}
/*Main*/
/*Start Navigation Bar*/

.navbar-default {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}


.navbar-default .navbar-brand{
    display:flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 35px;
   
    
}
.navbar-default .navbar-nav li a{
    line-height: 26px;
    letter-spacing: 2px;
    color: white;
    padding: 13px 20px;
    margin: 10px;
    height: 100%;
    
    font-size: 14px;
}

/*underline effect*/

.navbar-nav > li > a {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
}

.navbar-nav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 2px;
  background-color: white; /* Bootstrap primary color */
  transition: width 0.3s ease;
}

.navbar-nav > li > a:hover::after,
.navbar-nav > li > a:focus::after,
.navbar-nav > li.active > a::after {
  width: 100%;
}
/*underline effect*/

.navbar-default .navbar-nav li a:hover
  {
    
    color: #ffffff;
    
   
  }
  

  .navbar-default .navbar-toggle
    {
      margin-top: 20px;
        background-color: #ffffff;
      
    }

   .navbar-default .navbar-toggle .icon-bar {
  background-color: #202d7c; /* white bars on dark navbar */
       
}

    .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background-color:   transparent;
color: #ffffff;

}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #ffffff; }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #2E3192; }

/*End Navigation Bar*/
/*---------about-us section start-------*/

.about-us{
padding: 30px 0;

    
}

.about-us .about-im img {
  
  margin-top:30px;
}
.about-us .about_text {
  text-align: left;
  
}
.about-us .about-text h2 {
  
  
  color: White;
  font-size: 50px;
  line-height: 60px;
  display: block;
  text-transform: uppercase;
  padding: 0px 0px 6px 0px;
  font-weight: 500;
}

.about-us .about-text p {
  
  font-size: 20px;
  line-height: 30px;
  color: white;
  padding: 20px 0px;
}
#about-text-2{
    margin-top: -25px;
}

/*---------about-us section end-------*/



.product-card {
  max-width: 300px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-heading {
  font-size: 28px;
  font-weight: bold;
  color: #2E3192;
  animation: fadeInDown 1s ease-out;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-info {
  margin-top: 15px;
}

.product-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.product-price {
  font-size: 18px;
  color: #2E3192;
  margin-bottom: 10px;
}

.buy-btn {
  display: inline-block;
  background-color: #2E3192;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.buy-btn:hover {
  background-color: #1d1f6f;
}






























.why-us {
   background: url('../images/Top image.png')no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  
}

.why-us .title-text h1 {
  font-size: 42px;
  font-weight: bold;
  color: #f9f9f9;
  margin-bottom: 10px;
}

.why-us .title-text h4 {
  font-size: 18px;
  color: #f9f9f9;
}

.why-us .exp {
  background-color: transparent;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.why-us .exp:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.why-us .exp i {
  font-size: 48px;
  color: #202d7c;
  margin-bottom: 20px;
}

.why-us .exp h2 {
  font-size: 24px;
  font-weight: 600;
    color:#f9f9f9;
  margin-bottom: 10px;
}

.why-us .exp h4 {
  font-size: 16px;
  color:#f9f9f9;
  line-height: 1.6;
}






.about-text-sec {
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  background: transparent;
}

.about-text-sec h2 {
  font-size: 36px;  
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.about-text-sec p {
  font-size: 18px;
  color: #e0e0e0;
  line-height: 1.8;
  text-align: justify;
}
.whatsapp-center {
  text-align: center;
  margin-top: 25px;
}

.whatsapp-big-btn {
  display: inline-block;
  background-color: #25D366;
  color: white;
  font-size: 1.5rem; /* Big font */
  font-weight: bold;
  padding: 16px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-big-btn i {
  margin-right: 10px;
  font-size: 1.8rem;
}

.whatsapp-big-btn:hover {
  background-color: #128C7E;
  transform: scale(1.05);
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #128C7E;
}

.whatsapp-icon {
  display: block;
}
.whatsapp-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #25D366;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #128C7E;
  color: #fff;
}

.whatsapp-button i {
  margin-right: 8px;
}

.glow-paragraph {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 15px;
}

.glow-heading,
.glow-paragraph {
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.glow-paragraph {
  
  font-size: 1.2rem;
  text-align: center;
}
.glow-heading {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}





/*main-banner start*/


.jumbotron h1{
    margin-top: 70px;
    font-family: 'Open -Sans';
    font-weight: 300px;
    font-size: 75px;
    color: white;
}

.jumbotron p{
    margin-top: -5px;
    font-family: 'Open -Sans';
    font-weight: 300px;
    font-size: 50px;
    color: white;
}
/*main-banner end*/

/*---------start footer*/
.about-footer p{
  font-size: 15px;
  color: white;
  padding-bottom: 10px;
  line-height: 30px;
  padding-left: 0px;
 }

 .quick-links i{
  color: white;
  margin-right: 10px;
}
.quick-links li{
  padding-bottom: 10px ;
  
}
.quick-links ul{
  list-style: none;
  margin: 0%;
  width: 100%;
  margin: 0%;
  padding: 0%;
}
.quick-links li a{
  font-size: 13px;
  color:white;
  text-decoration: none;
  padding-left: 15px;
  
}
.quick-links li a:hover{
  color: white;
  
}
.quick-links h3{
border-bottom: 1px solid white;
color: white;
font-size: 25px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 3px;
margin-bottom: 20px;
width: 250px;
}
.contact-us i{
  color: white;
  margin-right: 10px;
  font-size: 12px;
}
ul.contact-us{
  list-style: none;
  float: left;
  width: 100%;
  margin: 0%;
  padding: 0%;
}
ul.contact-us li{
  padding-bottom: 13px ;
  text-decoration: none;
  list-style: none;
    color: white;
}

.contact-footer h3{
border-bottom: 1px solid white;
color: white;
font-size: 25px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 3px;
margin-bottom: 20px;
width: 250px;
}
ul.contact-us li a{
  font-size: 15px;
  padding-left: 15px;
  color:white;
  text-decoration: none;
  list-style: none;
  
}

.about-footer h3{
border-bottom: 1px solid white;
color: white;
font-size: 25px; 
font-weight: bold;
padding-top: 15px;
padding-bottom: 3px;
margin-bottom: 20px;
width: 250px;
}
.about-footer h3 span{
  color: white;
}

/*end footer*/

/*COPYRIGHT SECTION FOOTER*/

.copy-right{
  border-top: 1px solid white;
  padding: 5px 0px 5px 0;
}
.copyright-sec{
  color: white;
     font-size: 13px;
     font-weight: bold;
     text-align: center;
          margin: 0 auto;
          padding-bottom: 5px;
          padding-top: 10px;
          
}
/*COPYRIGHT SECTION FOOTER*/

/*contact-us-pg*/

.jumbotron#contact{
  background-image: url("../images/home-bg.png");
  background-size: cover;
  -moz-background-size: cover;
   -o-background-size: cover;
   -ms-background-size: cover;
   padding: 70px 0px;
   position: relative;
   background-attachment: fixed;
}

.jumbotron#contact h1{
  font-weight: 300px;
    font-size: 75px;
  margin-top: 90px;
}
.form-control{
  height: 50px;
  font-family: 'Open -Sans';
}
.form-control:focus{
  border-color: #2E3192;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  font-family: 'Open -Sans';
}
.btn-primary{
  background-color: white;
  border-color: #2E3192;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  width: 250px;
  height: 50px;
  font-size: bold;
    color: #2E3192;
  margin-top: 10px;
  
}
.btn-primary:hover{
  background-color: #2E3192;
  border-color:#2E3192;
}
h3.widget-title{
  color:White;
  font-size: 30px;
  margin-bottom: 30px;
  
 }
 .title-contact i{
   color: White;
   margin-left: 10px;
   margin-right: 10px;
   font-size: 15px;
 }
 .title-contact h3{
   color: white;
   font-size: 50px;
   margin-bottom: 30px;
   
 }
 .title-contact h4{
   font-size: 30px;
color: white;
 }
 .title-contact li{
   list-style: none;
   display: flex;
   line-height: 33px;
   word-spacing: 3px;
   font-size:13px;
   text-decoration: none;
 }
 .title-contact li a {
   list-style: none;
   text-decoration: none;
   color: white;
   
 }
 /*contact-us-pg*/

/*produc-pg start*/
.pro-gallery{
  margin-bottom: 30px;
}
ul.pro-nav{
  border: 1px solid #cdcccc;
  border-radius: 25px;
  padding: 5px;
  margin: 0 0 35px;
  display: inline-block;
  
}
.pro-nav li{
  list-style: none;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  line-height: 15px;
  font-size: 13px;
  min-width: 100px;
  text-transform: uppercase;
}
.pro-nav li.active{
  background-color: #ed1c24;
  color: white;
  border-radius: 30px;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  transition: all ease 0.3s;
}
.pro-nav li:hover{
  background-color: #ed1c24;
  color: white;
  border-radius: 30px;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  transition: all ease 0.3s;
}
.pro-img{
  margin: 0 0 35px;
  
}
.vege p{
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #908e8e;
  font-family: 'Open -Sans';
  text-transform: uppercase;
  
}
.fruits p{
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #908e8e;
  font-family: 'Open -Sans';
  text-transform: uppercase;
}
/*product-pg end*/


/*Why us start*/



.title-text{
  margin-top: 35px;
}


.exp i{
  color: white;
  font-size: 30px;
  background-color: white;
  border-radius: 60px;
  padding: 20px;
}
.exp{
  margin-top: 50px;
  margin-bottom: 40px;
}
.exp h2{
  font-size: 25px;
  text-transform: uppercase;
  color: #00A651;
  font-family: 'Open -Sans';
  font-weight: bold;
  margin-top: 35px;
}
.exp h4{
  font-size: 15px;
  margin-top: 18px;
  color:black;
}
/*Why us End*/
/*Order pg start*/
.head-text h3{
   color: #EA360C;
   font-size: 35px;
   margin-bottom: 20px;
   font-family: 'Open -Sans';
   font-weight: bold;
   
}
.head-text p{
  font-size:18px;
  margin-bottom: 5px;
  font-family: 'Open -Sans';
  padding-top: 3px;
  
}
.order-frm-text h3{
  color: #EA360C;
   font-size: 30px;
   margin-bottom: 30px;
   font-family: 'Open -Sans';
   font-weight: bold;
}
.map{
  overflow:hidden;
  padding-bottom:50%;
  position:relative;
  height:0;
}
.map iframe{
  left:0;
  top:0;
  height:100%!important;
  width:100%!important;
  position:absolute;
}
/*Order pg end*/
/*Mobile view Settings*/
@media (max-width: 767px) {
  .navbar-nav > li > a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: white; /* Or your menu text color */
  }
    
    
    @media (max-width: 767px) {
  .navbar-collapse {
    max-height: 100vh;
    overflow-y: auto; /* Allow scrolling */
    
    /* Hide scrollbars visually */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE/Edge */
  }

  .navbar-collapse::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
}
/*Mobile view Settings*/


