@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  
    font-family: 'Roboto', sans-serif;
}

.navbar li {
    list-style: none;
}

a {
    text-decoration: none;
}

.navbar {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 1.5rem !important;
    background-color: #ffffff ;
}

.hamburger {
    display: none;
}

/* .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
} */
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 1rem;
}

.nav-link{
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
}



.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #000000;
}
@media only screen and (max-width: 768px) {
    /* .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        z-index: 2000;
        background-color: #000000;
        width: 70%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    } */
    .hero-section{
        background-image: url("../image/banner.jpg");
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}

/* hero section */
.hero-section{
    width: 100%;
    height: 90vh;
    background-image: url('../image/banner.jpg');
  
    background-size:cover;
    background-repeat: no-repeat;
  
}
.hero-content{

    position: relative;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
   z-index: 1;
    background-color: rgba(0, 0, 0, 0.637); /* Black background with opacity */
    
   
  }
  .hero-text{
    color: #fff;
    z-index: 2;
    text-align: center;
    padding-top: 230px;
    font-size: 55px;

  }
  .p-section-hero{
    color: #fff;
    text-align: center;
    font-size: 22px;
  }
  .hero-button{
    text-align: center !important;
   
  }


.section4 .heading{
    font-size: 2rem;
    text-align: center;
    margin: 0 0 20px;
    padding-top: 20px;
    font-weight: 700;
}
.section-2{
  text-align: center !important;
  padding-top: 50px;
  background-color: #fff;
  padding-bottom: 50px;
}
.About-us-section{

  font-size: 40px;
  font-weight: 600;
}
.about-p{
  font-size: 18px;
  font-weight: 400;
}
.bg-img{
  width: 100%;

  background-image: url('../image/hero.jpg');

  background-size:cover;
  background-repeat: no-repeat;
}
.bg-background{

  background: rgb(239,242,244,.8);
  
}
.pd-space{padding: 6em 3em 5.9em 3em;}

.xx{
  padding-bottom: 60px;
}
.section-3-headline{
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;


}
.section-3-body{
  padding-bottom: 20px;
  font-size: 18px;
}
.section-4-h2{
text-align: center;
padding-top: 50px;
}

.shodow-bg{
  box-shadow: 02px #000;
  padding: 5px;
border-radius: 05px;
  
}
.text-product{
  padding-top: 20px;
  font-size: 22px;
  text-align: center;

}
/*------------------
  Feature Section
---------------------*/

.feature-item {
	height: 415px;
	position: relative;
}

.feature-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .65;
}

.feature-item .cata {
	position: relative;
	margin-top: 28px;
	margin-left: 29px;
	z-index: 3;
}
.cata {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 6px 25px;
}


.feature-item .fi-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 26px 24px;
	z-index: 2;
}

.feature-item .fi-content h5 {
	margin-bottom: 18px;
}

.feature-item .fi-content .fi-comment {
	font-size: 12px;
	opacity: .54;
}
span.new {
	background: #ff205f;
}

span.strategy {
	background: #4eae60;
}

span.products {
	background: #694eae;
}
span.deiets{
    background: red;
}
.set-bg0{
    background-image: url(../image/tile1.jpg);
    background-size: cover;
}
.set-bg1{
    background-image: url(../image/tile2.jpg);
    background-size: cover;
}
.set-bg2{
    background-image: url(../image/tile3.jpg);
    background-size: cover;
}
.set-bg3{
    background-image: url(../image/tile4.jpg);
    background-size: cover;
}
.feature-item a{
    color: white;
}

/* summary */



.summery{
    text-align: center;
    background-color:rgb(214, 214, 214);
    padding-top: 50px;
    padding-bottom: 50px;
   
}

.summery h1{
    font-size: 3rem;
    text-align: center;
    margin: 0 0 20px;
    padding-top: 20px;
    font-weight: 700;
}
.summery h4{
    font-size: 1.5rem;
   
}
.summery p{
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
}
.section3{
  margin-top: 50px;
    background-color: brown;
    text-align: center;
    color: white;

    min-height: 500px;
}
.empty{
    width: 100px;
    margin: auto;
    border-bottom: 5px solid;
    margin-bottom: 30px;
}

.section3 h2{
    padding-top: 130px;
    font-weight: 700 !important; 
}

.section4 .content-box{
    width: 100%;
    min-height:500px;
    height: auto;
    background-color: #ffba24;
   padding-left: 20px;
   padding-right: 20px;
    
}
.section4 .content-box .img-box{
    width: 300px;
    height: 300px;
   background-image: url(../image/tile3.jpg);
   background-size: cover;
    border-radius: 50%;
    margin: auto;
   position: relative;
   top: 20px;
}
.section4 .content-box h3{
    text-align: center;
    
   margin-top: 60px;
    font-size: small;

    
}
.section4 .text-box p{
    font-size: 16px;
    font-weight: 500;
   

}
.section4 .text-box ol{
    margin: 20px;
   
    font-size: 15px;
}

.section5 p{
    text-align: center !important ;
}






ul {
    list-style-type: none;
  
  padding:0;
  }
  
  .rating{
    margin-left:37%;
  }
  
  .products{
    background-color:#dfe6e000;
  padding:2%;
  margin: auto;
  }
  
 
  
  .card-img-top{
  width:90%;
  height:225px;
  padding: 5px 10px;
  }
  
 
  
  .card{
    width:95%;
    padding:0px;
    margin-left: 2%;
    border: none !important;
  }
  
  .card-footer{
    background-color: #ff772e;
    font-weight: 700;
  }
  .card-title{
    font-size: 18px;
    font-weight: lighter;
  }
  .price{
  color:#fd0101;
    font-weight: 800;
  
  }

  /* contact section  */
 


input {
    overflow: hidden;
    outline: none;
  }
  
  .section-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px;
    color: white;
    padding-top: 30px;
  }
  
  .sec-pad {
    padding: 60px 0 0;
    margin: 50px 0;
    align-items: center ;
  }
  
  .contact-sec {
   
    display: flex;
    background-image: url(../image/contact.jpg);
    background-size: cover;
    padding: 20px 10px;
    height: 100vh;
  }
  
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 20px;
    margin: 10px 0;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    word-wrap: break-word;
    color: white;
  }
  
  .contact-sec .contact-ul i {
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
  }
  .contact-detail a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .contact-sec .contact-ul li b:hover {
    color: rgb(255, 255, 255);
  }
  
  


  .contact-detail span {
    width: 400px;
    display: flex;
    justify-content: center;
  }
  .contact-detail span a {
    font-size: 20px;
    padding: 6px 12px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0px 5px;
  }
 

  

  
  form.contFrm {
    max-width: 396px;
    margin: auto;
  }
  
  .inptFld {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 0 10px;
    
    padding: 0 20px;
    font-size: 16px;
    color: #000;
  }
  
  
  
  .contFrm textarea {
    height: 75px;
    padding-top: 5px;
  }
  .inptBtn {
    height: 50px;
    border: 0;
    background: #ffffff;
    font-size: 14px;
   
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
  }
  
  /* Responcive css Start */
  
  @media (max-width: 991px) {
    .sec-pad {
      padding: 20px 0 0px;
    }
  
    .contact-sec .contact-ul li,
    .contact-ul b {
      font-size: 18px;
    }
  
    .contact-sec .contact-ul i {
      font-size: 14px;
      padding: 6px;
      margin-right: 6px;
    }
  
    .inptFld {
      height: 40px;
      margin: 0 0 10px;
      padding: 0 14px;
      font-size: 14px;
    }
  }
  
  @media (max-width: 767px) {
    .contact-detail span {
      width: auto;
    }
    .contact-detail span a {
      font-size: 18px;
      padding: 5px 10px;
      color: #000;
      border-radius: 50%;
      margin: 0px 5px 20px;
    }
  }
  
  @media (max-width: 575px) {
    .section-title {
      font-size: 26px;
      font-weight: 500;
    }
    .contact-sec {
      border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
    }
  
    .contact-sec .contact-ul i {
      border: none;
    }
    .inptFld {
      height: 36px;
      margin: 0 0 8px;
      padding: 0 14px;
      font-size: 14px;
    }
  }
  
  @media (max-width: 480px) {
    .contact-sec .contact-ul li,
    .contact-ul b {
      font-size: 16px;
    }
  }
  
