:root {
   --main-color: #0be61d;
   --text: #444;
   --dark-text: #151515;
   --background-color: #000500;
   --white: #fff;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap');

*{
   font-family: 'Nunito', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   transition: all .2s linear;
   text-transform: capitalize;
}

html{
   font-size: 80%;
   overflow-x: hidden;
}

body{
   background: #f4f7f5;
}
a {
   color: var(--main-color);
   text-decoration: none;
}

a:hover {
   color: #ffd584;
   text-decoration: none;
   
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.navigation{

   position:absolute;
   top:0;
   width:100%;
   height: 10px;
   z-index:1;
   display: flex;


 

 }
 
 .navbar-right a i,
 .navbar-right a:focus i {
     font-size: 15px;
     line-height: 20px;
     margin-left: 10px;
 }
 .navbar-right a{
   text-decoration:none;
   padding:3px;
   color: #fff;
   font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   font-weight: bolder;
   
 
   
  
 }
 
 .navbar-right a:hover,
 .nnavbar-right .active,
 .navbar-right .active:focus,
 .navbar-right li:hover>a {
     color: var(--main-color);
 }


 .logo{
   width: 40px;
   position: relative;
   left: -2px;
   margin-top:-30px;

  
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
   width: 100%;
   height: 800px;
   position: relative;
   background-size: cover;
   
}

#hero .back-video{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
  
}





#hero:before {
   content: "";
   background: rgba(0, 0, 0, 0.6);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#hero .container {
   position: relative;

   text-align: center;

}

#hero h1 {
   margin: 0;
   font-size: 56px;
   font-weight: 700;
   line-height: 64px;
   color: #fff;
   font-family: "Poppins", sans-serif;
}

#hero h1 span {
   color: var(--main-color);
}

#hero h2 {
   color: rgba(255, 255, 255, 0.9);
   margin: 10px 0 0 0;
   font-size: 24px;
}

#hero .icon-box {
   padding: 30px 20px;
   transition: ease-in-out 0.3s;
   border: 1px solid rgba(255, 255, 255, 0.3);
   height: 100%;
   text-align: center;
}

#hero .icon-box i {
   font-size: 32px;
   line-height: 1;
   color: var(--main-color);
}

#hero .icon-box h3 {
   font-weight: 700;
   margin: 10px 0 0 0;
   padding: 0;
   line-height: 1;
   font-size: 20px;
   line-height: 26px;
}

#hero .icon-box h3 a {
   color: #fff;
   transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
   color: var(--main-color);
}

#hero .icon-box:hover {
   border-color: var(--main-color);
}

@media (min-width: 1024px) {
   #hero {
       background-attachment: fixed;
   }
}

@media (max-width: 500px) {
   #hero {
       height: auto;
   }

   #hero h1 {
       font-size: 28px;
       line-height: 36px;
   }

   #hero h2 {
       font-size: 20px;
       line-height: 24px;
   }
}




/* -----------------------
#our product Section
-------------------------- */





section {
   padding: 60px 0;
   overflow: hidden;
 
}

.section-title {
   padding-bottom: 40px;
}

.section-title h2 {
   font-size: 20px;
   font-weight: 800;
   padding: 0;
   line-height: 1px;
   margin: 0 0 5px 0;
   letter-spacing: 2px;
   text-transform: uppercase;
   color: #aaa;
   font-family: "Poppins", sans-serif;
}

.section-title h2::after {
   content: "";
   width: 120px;
   height: 1px;
   display: inline-block;
   background: #ffde9e;
   margin: 4px 10px;
   position: relative;
}

.section-title p {
   margin: 0;
   padding: 0;
   font-size: 36px;
   font-weight: 700;
   text-transform: uppercase;
   font-family: "Poppins", sans-serif;
   color: var(--dark-text);
}






.FER{
   position: relative;
   right: 0px;
   width: 100%;
   border: 3px solid #73AD21;
   padding: 10px;
   height: 90px;
   border-radius: 1%;
 
}

.Agr{
   position: relative;
   right: 0px;
   width: 100%;
   border: 3px solid #73AD21;
   padding: 10px;
   height: 90px;
   border-radius: 10%;
 
}



.pgr{
   position: relative;
   right: 0px;
   width: 100%;
   border: 3px solid #73AD21;
   padding: 10px;
   height: 20px;
   border-radius: 10%;
 
} 

.container{
   width: 1500px;
   margin:0 auto;
   padding:5rem 2rem;
}

.container .title{
   font-size: 3.5rem;
   color:#444;
   margin-bottom: 5rem;
   text-transform: uppercase;
   text-align: center;
   font-weight: 600;
}


.container .products-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap:2rem;
  
}

.container .products-container .product{
   text-align: center;
   padding:3rem 2rem;
   background: #fff;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
   outline: .1rem solid #ccc;
   outline-offset: -1.5rem;
   cursor: pointer;
 

  
  
}

.container .products-container .product:hover{
   outline: .2rem solid #222;
   outline-offset: 0;
}

.container .products-container .product img{
   height: 25rem;
}

.container .products-container .product:hover img{
   transform: scale(.9);
}

.container .products-container .product h3{
   padding:.5rem 0;
   font-size: 2rem;
   color:#444;
}

.container .products-container .product:hover h3{
   color:#27ae60;
}

.container .products-container .product .price{
   font-size: 2rem;
   color:#444;
}

.products-preview{
   position: fixed;
   top:0; left:0;
   min-height: 100vh;
   width: 100%;
   background: rgba(0,0,0,.8);
   display: none;
   align-items: center;
   justify-content: center;
}

.products-preview .preview{
   display: none;
   padding:2rem;
   text-align: center;
   background: #fff;
   position: relative;
   margin:2rem;
   width: 40rem;
}

.products-preview .preview.active{
   display: inline-block;
}

.products-preview .preview img{
   height: 30rem;
}

.products-preview .preview .fa-times{
   position: absolute;
   top:1rem; right:1.5rem;
   cursor: pointer;
   color:#444;
   font-size: 4rem;
}

.products-preview .preview .fa-times:hover{
   transform: rotate(90deg);
}

.products-preview .preview h3{
   color:#444;
   padding:.5rem 0;
   font-size: 2.5rem;
}

.products-preview .preview .stars{
   padding:1rem 0;
   font-size: 1.7rem;
}

.products-preview .preview .stars i{
   color:#27ae60;
}

.products-preview .preview .stars span{
   color:#999;
}

.products-preview .preview p{
   line-height: 1;
   padding:1rem 0;
   font-size: 1.6rem;
   color:#777;
}

.products-preview .preview .price{
   padding:1rem 0;
   font-size: 2.5rem;
   color:#27ae60;
}

.products-preview .preview .buttons{
   display: flex;
   gap:1.5rem;
   flex-wrap: wrap;
   margin-top: 1rem;
}

.products-preview .preview .buttons a{
   flex:1 1 16rem;
   padding:1rem;
   font-size: 1.8rem;
   color:#444;
   border:.1rem solid #444;
}

.products-preview .preview .buttons a.cart{
   background: #444;
   color:#fff;
}

.products-preview .preview .buttons a.cart:hover{
   background: #111;
}

.products-preview .preview .buttons a.buy:hover{
   background: #444;
   color:#fff;
}


@media (max-width:991px){

   html{
      font-size: 55%;
   }

}




@media (max-width:900px){

   .products-preview .preview img{
      height: 20rem;
   }

}

@media (max-width:300px){

   html{
      font-size: 50%;
   }

}

@media screen and (max-width: 1200px){
    
   .container{
       width: 40%;
   }
}


@media screen and (max-width: 600px){
   
   .container{
       width: 100%;
   }
}







#footer {
   background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 29%, rgba(0,0,0,1) 33%);
   padding: 0 0 30px 0;
   color: var(--white);
   font-size: 14px;
}

#footer .footer-top {
   background:url("../../assets/img/testimonials-bg.png") no-repeat;

   padding: 60px 0 0 0;
}

#footer .footer-top .footer-info {
   margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
   font-size: 28px;
   margin: 0 0 20px 0;
   padding: 2px 0 2px 0;
   line-height: 1;
   font-weight: 700;
   text-transform: uppercase;
}

#footer .footer-top .footer-info p {
   font-size: 14px;
   line-height: 24px;
   margin-bottom: 0;
   font-family: "Raleway", sans-serif;
   color: var(--white);
}

#footer .footer-top .social-links a {
   font-size: 18px;
   display: inline-block;
   background: #292929;
   color: var(--white);
   line-height: 1;
   padding: 8px 0;
   margin-right: 4px;
   border-radius: 4px;
   text-align: center;
   width: 36px;
   height: 36px;
   transition: 0.3s;
}

#footer .footer-top .footer-info a:hover {
   background: var(--main-color);
   color: var(--dark-text);
   text-decoration: none;
}

#footer .footer-top h4 {
   font-size: 16px;
   font-weight: 600;
   color: var(--white);
   position: relative;
   padding-bottom: 12px;
}

#footer .footer-top .footer-links {
   margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
   list-style: none;
   padding: 0;
   margin:0;
}

#footer .footer-top .footer-links ul li {
   padding: 10px 0;
   display: flex;
   align-items: center;
}

#footer .footer-top .footer-links ul i {
   padding-right: 2px;
   color: var(--main-color);
   font-size: 18px;
   line-height: 1;
}

#footer .footer-top .footer-links ul li:first-child {
   padding-top: 0;
}

#footer .footer-top .footer-links ul a{
   color: var(--white);
   transition: 0.3s;
   display: inline-block;
   line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
   color: var(--main-color);
}

#footer .footer-top .footer-newsletter form {
   margin-top: 30px;
   background: var(--white);
   padding: 6px 10px;
   position: relative;
   border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email]{
   border: 0;
   padding: 4px;
   width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit]{
   position: absolute;
   top: 0;
   right: -2px;
   bottom: 0;
   border: 0;
   background: none;
   font-size: 16px;
   padding: 0 20px;
   background: var(--main-color);
   transition: 0.3s;
   border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover{
   background: #ffcd6b;
}



#preloader {
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 9999;
   overflow: hidden;
   background-color: var(--background-color);
}

#preloader:before {
   content: "";
   position: fixed;
   top: calc(50% - 0px);
   left: calc(50% - 30px);
   border: 6px solid var(--main-color);
   border-top-color: var(--dark-text);
   border-bottom-color: var(--dark-text);
   border-radius: 50%;
   width: 60px;
   height: 60px;
   animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
   0% {
       transform: rotate(0deg);
   }

   100% {
       transform: rotate(360deg);
   }

 
}


