/********** Template CSS **********/


* {
    
    margin: 0;
    padding: 0;
    font-family: 'Poppins','sans-serif';
    box-sizing:border-box;
  }
  /*---------navigation-----------------*/
  .container-nav{
    width:100%;
    height: 100vh;
    background-image: linear-gradient(rgba(2, 56, 40, 0.65),rgba(2, 56, 40, 0.65)),url(gallery/t3.png);
    background-position: center;
    background-size: cover;
    
  }
 .text-box{
    width:100%;
    position: center;
    top: 50%;
    right: 50%;
    text-align: center;
    color: #fff;
   
 }
 .text-box h1{
    color:#7ce08a;
    font-size: 85px;
    font-weight: 600px;
    line-height: 100px;
    margin-top: 80px;
 }
 .text-box p{
    margin: 20px auto;
    font-weight: 100px;
    line-height: 25px;
 }
  .menu-bar
  {
    background-image: linear-gradient(to right ,#2c3d29,#7ce08a);
    padding: 15px 0;
    text-align: right;
    box-sizing: border-box;
    width:100%;
    margin:auto;
      
    justify-content: space-between;
  }
  .nav-link
  {
    font-size: larger;
    color:#fff;
    margin: 2px;
  }
  .navbar-brand
  {
    color: #fff;
  }
  .navbar-nav {
    text-align: right;

  }
 .menu-bar .navbar-toggler
 {
    padding-right: 0;
    outline: none;
    border: none;
 }
 .fa-bars{
    color:#fff;
    font-size:30px !important;
    }
    .ml14 {
        font-weight: 200;
        font-size: 3.2em;
      }
      
      .ml14 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.1em;
        padding-right: 0.05em;
        padding-bottom: 0.15em;
      }
      
      .ml14 .line {
        opacity: 0;
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #fff;
        transform-origin: 100% 100%;
        bottom: 0;
      }
      
      .ml14 .letter {
        display: inline-block;
        line-height: 1em;
      }
    
/*--------aboutus-------------*/
 .aboutus{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap:30px;
    grid-row-gap: 60px;
    width:80%;
    margin: auto;
    overflow:hidden ;
}

/*-----------service---------------*/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}
.service-item:hover .service-text p {
    color:#7ce08a;

}

.new-arrived-products{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap:30px;
    grid-row-gap: 60px;
    width:80%;
    margin: auto;
    overflow:hidden ;
}
.new-product{
    border-bottom:1px solid gray;
    padding-bottom: 50px;
    
}
/*** Button ***/
.button {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    
  }
  
  .button1 {border-radius: 50%;}
 /*-------Testimonial--------*/
 .feedback{
    margin-bottom: auto;
    padding: 40px 0px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
 }
 
h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
    padding: 300px 0 25px;
	
}
h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
   
}
.carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.container-xl{
  display: block;
  justify-content: center;
  align-items: center;
  height: 800px;

}
/*-------------------Contact-----------------*/
.container-contact
{
    width:800px;
    padding: 10px;
    border: 0.5px solid gray;
    margin:20px;
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #072A19;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}
.container-cright{
    align-items: center;
    background-image: linear-gradient(to right,rgba(60, 75, 68, 0.6), rgba(60, 245, 155, 0.6));

}

/*medium screens - Laptops*/
@media screen and (max-width: 1024px) {
    .container-nav{ 
        background-image: linear-gradient(rgba(2, 56, 40, 0.65),rgba(2, 56, 40, 0.65)),url(gallery/t3.png);
        background-repeat: no-repeat; } 
    }
    .service-item {
    width: 90% !important;
    }
    .container-contact{
        width:65% !important;            
    }
     /*Extra small screens - phones*/
     @media screen and (max-width: 480px) {
        .container-nav{ 
        background-image: linear-gradient(rgba(2, 56, 40, 0.65),rgba(2, 56, 40, 0.65)),url(gallery/t3.png);
        display: flex;
        justify-content: center;
        height: 400px;   
    }
.menu-bar
  {
    background-image: linear-gradient(to right ,#2c3d29,#7ce08a);
    
    width:100%;
    position: absolute;
    right:0;
    z-index:2;
  }
    .text-box p{
        width: 100%;
        letter-spacing: 1px;
        font-size: 11px ;
        margin-top: 30px;
    }

    .container-contact{
        width:45% ; 
    }

     }
     /*Small screens - tablets*/
     @media screen and (min-width:481px) and (max-width: 768px) {
        .container-contact{
            justify-content: center !important;
            width:45% ; 
        }
     }