/* about main section  */

 
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


* {
    font-family: 'Inter', sans-serif;
    /* background-color:#f8f8f8    */
}

/* 
.nav_main{
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-menu {
   
  background: transparent !important;
   
 
 }
 
 .menu_border{
  border-color: rgb(189, 188, 188) !important;
  border-width: 2px !important;
 border-radius: 20px !important;
 backdrop-filter: blur(8px); 
 background-color: rgba(255, 255, 255, 0.5); 
   padding-right: 50px !important; 
 padding-left: 20px !important; 
 -webkit-font-smoothing: antialiased; 
 -moz-osx-font-smoothing: grayscale;  
 
 
 
 
 
 
 
  top:  15% !important;
  margin-left: 70% !important
   
 
 }
 .menu_item{
     font-weight: bold !important;
     color: #ffffff !important;
     line-height:  55px !important ;
  
 
     
         -webkit-font-smoothing: antialiased; 
         -moz-osx-font-smoothing: grayscale;  
         text-rendering: optimizeLegibility;
     
     
 }
 
 .menu_item:hover{
   background-color: transparent !important;
  
 }
 
 .dropdown-menu .menu_item {
     border-bottom: 3px dashed #d7d7d751 !important;  
     width: 180px;
 
 }



 .menu_item_black{
  font-weight: bold !important;
  color: #000000 !important;
  line-height:  55px !important ;


  
      -webkit-font-smoothing: antialiased; 
      -moz-osx-font-smoothing: grayscale;  
      text-rendering: optimizeLegibility;
  
  
}

 .dropdown-menu .menu_item_black {
  border-bottom: 3px dashed black !important;  
  width: 180px;

}










 .dropdown-menu   .lol:last-child {
     border-bottom: none !important;   
 }
 

 @media (min-width:768px) and  (max-width:992px)  {

  .menu_border{
 
    top:  15% !important;
    margin-left: 62% !important  
   
   }
 
  }


  
@media (min-width:576px) and  (max-width:768px)  {

  .menu_border{
 
    top:  15% !important;
    margin-left: 51% !important  
   
   }
  }
  
  
  @media (max-width:576px)  {


      .menu_border{
     
        top:  15% !important;
        margin-left: 32% !important  
       
       }

      }

 */


















.main_sec_about_con{
    
   background-image: linear-gradient(to bottom, rgba(187, 187, 187, 0.104) 0%, #ffffff 100%); 
}

.heading1 {
    font-family: Poppins;
font-size: 36px;
/* font-weight: 700; */
line-height: 54px;
letter-spacing: 0em;
text-align: left;
color:black;
font-weight: bolder
}

.paragraph1 {
    font-family: Poppins;
font-size: 19px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
text-align: left;
color:#3A3A3A;

}

.image {
    width: 503px;
height: 696px;
top: 164px;
left: 762px;

}

/* section 3  */
.sec3-heading {
    font-family: Poppins;
font-size: 36px;
font-weight: 700;
line-height: 54px;
letter-spacing: 0em;
text-align: left;
color: #0C5077;
}

.sec3-paragraph {
    font-family: Poppins;
font-size: 19px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
text-align: left;
color: #3A3A3A;

}

/* .sec3- .send_btn */
 
.sec_3_btn_team {
  display: inline-block;
  border-radius: 50px;
  border: none;
  background-image: linear-gradient(to bottom, #85c7ee, #0579ee); 
  color: white;
  font-family: inherit;
  text-align: center;
  font-size: 13px;
  
  width: 10em;
  padding: 1em;
  transition: all 0.4s;
  cursor: pointer;
 }
 
 .sec_3_btn_team span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
 }
 
 .sec_3_btn_team span:after {
  content: 'Our Team';
  position: absolute;
  opacity: 0;
  top: 0;
  right:  -20px;
  transition: 0.7s;
 }
 
 .sec_3_btn_team:hover span {
  padding-right: 5em;
 }
 
 .sec_3_btn_team:hover span:after {
  opacity: 4;
  right: 0;
 }


 
.section3 {
    background-color: #FFF1E1;
    padding-top: 100px;
    padding-bottom: 50px;
}





/* counters section  */
.counters_color{
color: #005ea6;
font-weight: 500;

}

.our_numbers_sec{
  font-weight: 600;
}
.key_fact{
  font-weight: bold;
}


.num_count{
  font-weight: bold;
 }


 .count_text{
  font-weight: bold;
  color: rgb(2, 80, 2);
 }



 



 .btn {
 
  background-image: linear-gradient(to bottom, #85c7ee, #0579ee); 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  transition-duration: 0.4s;
}

.btn:hover {
  background-color: #45a049; /* color change on hover */
}








.send_btn {
  font-family: inherit;
  font-size: 20px;
  background: royalblue;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
}

.send_btn span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.send_btn svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.send_btn:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.send_btn:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.send_btn:hover span {
  transform: translateX(5em);
}

.send_btn:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}







/* team_devision_btn */


.team_devision_btn {
    position: relative;
    padding-top:10px ;
    padding-bottom:10px ;
    padding-left: 20px;
    padding-right: 20px;
    background: #4c83fa;
    font-size: 17px;
    font-weight: 1000;
    color: #ffffff;
    border: 3px solid #4c83fa;
    border-radius: 50px;
    box-shadow: 0 0 0 #ffffff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #4c83fa);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  }
  
  .star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #4c83fa);
    z-index: -5;
    transition: all 1scubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #4c83fa);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #4c83fa);
    z-index: -5;
    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #4c83fa);
    z-index: -5;
    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #4c83fa);
    z-index: -5;
    transition: all 0.8s ease;
  }
  
  .team_devision_btn:hover {
    background: transparent;
    color: #4c83fa;
    box-shadow: 0 0 0px #4c83fa;
  }
  
  .team_devision_btn:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0px #4c83fa);
    z-index: 2;
  }
  
  .team_devision_btn:hover .star-2 {
    position: absolute;
    top: -0%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0px #4c83fa);
    z-index: 2;
  }
  
  .team_devision_btn:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0px #4c83fa);
    z-index: 2;
  }
  
  .team_devision_btn:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0px #4c83fa);
    z-index: 2;
  }
  
  .team_devision_btn:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0px #4c83fa);
    z-index: 2;
  }
  
  .team_devision_btn:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0px #4c83fa);
    z-index: 2;
  }
  
  .fil0 {
    fill: #4c83fa;
  }
  
  
  
  
  
  
  
  
  
  


@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

 



/* dairys page   */

.dairy_book{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;

  box-shadow: 10px 8px 4px 2px rgba(114, 114, 114, 0.5);
}