@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  text-align: center;
} 
a{
  text-decoration: none;
}
nav{
  display: flex;
  height: 100px;
  width: 100%;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 40px;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
nav .logo{
  color: rgb(30, 183, 6);
  font-size: 3vw;
  font-weight: 700;
  
}
f1{
  font-size: 1.5vw;
}
f2{
  color: #111;
  font-weight:bolder;
  font-size:3.5vw;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: rgb(30, 183, 6);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

nav ul li a.active{
  color: rgb(255, 255, 255);
  background: rgb(214, 0, 0);
}
nav ul li a.active:hover{
  color: rgb(214, 0, 0);
}
nav ul li a:hover{
  color: #111;
  background: #fff;
}
nav .menu-btn i{
  color: rgb(30, 183, 6);
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}



 



@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}


@media (max-width: 920px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    margin-top: 20px;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
}



#box{
  width: 180px;
  height: 180px;
  display: inline-block;
  margin: 5px;
  margin-top: 250PX;
  border-radius: 5px;
  background-color: rgb(28, 162, 7);
  padding-top: 75px;
  cursor: pointer;
  text-decoration-style: none;
  color: #111;
  
}
#box1{
  width: 180px;
  height: 180px;
  display: inline-block;
  margin: 5px;
  margin-top:250px;
  border-radius: 5px;
  background-color: rgb(28, 162, 7);
  padding-top: 60px;
  cursor: pointer;
  text-decoration-style: none;
  color: #111;
}


f3{
  font-weight: 600;
  font-size: 1.4vw;
  padding-top: 50px;
  text-decoration-style: none;
  
}

#box:hover{
  color: white;
  background-color: #111;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
}
#box1:hover{
  color: white;
  background-color: #111;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer{
  width: 100%;
  height: 80px;
  background-color: black;
  
}


/* #box{
  width: 180px;
  height: 180px;
  display: inline-block;
  margin: 5px;
  margin-top:250px;
  border-radius: 5px;
  background-color: rgb(28, 162, 7);
  padding-top:75px;
  cursor: pointer;
  
}
f3{
  font-weight: 600;
  font-size: 1.4vw;
} */
@media(max-width:800px){
  nav{
    padding: 0 50px 0 30px;
  }
  nav .logo{
    color: rgb(30, 183, 6);
    font-size: 5vw;
    font-weight: 700;
  }
	 f1{
     font-size: 2vw;
   }
   f2{
    font-size:6.5vw;
   }
   f3{
    font-weight: 600;
    font-size: 2.4vw;
  }

}



@media(max-width:650px){
  nav{
    padding: 0 50px 0 30px;
  }
  nav .logo{
    color: rgb(30, 183, 6);
    font-size: 6vw;
    font-weight: 700;
  }
	 f1{
     font-size: 3vw;
   }
   f2{
    font-size:7.5vw;
   }

   #box{
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 4px;
    margin-top:250px;
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:60px;
    cursor: pointer;
    
  }
  #box1{
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 4px;
    margin-top:250px;
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:60px;
    cursor: pointer;
    
  }

}



@media(max-width:550px){
  nav{
    padding: 0 50px 0 30px;
  }
  nav .logo{
    color: rgb(30, 183, 6);
    font-size: 7vw;
    font-weight: 700;
  }
	 f1{
     font-size: 3vw;
   }
   f2{
    font-size:8.5vw;
   }
   nav .menu-btn i{
     font-size: 20px;
   }
   #box{
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: 4px;
    margin-top:250px;
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:55px;
    cursor: pointer;
   }
   #box1{
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: 4px;
    margin-top:250px;
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:55px;
    cursor: pointer;
   }
   f3{
    font-weight: 600;
    font-size: 2.9vw;
  }

}





@media(max-width:420px){
  nav{
    padding: 0 50px 0 20px;
  }
  nav .logo{
    color: rgb(30, 183, 6);
    font-size: 8vw;
    font-weight: 700;
  }
	 f1{
     font-size: 4vw;
   }
   f2{
    font-size:9.8vw;
   }
   nav .menu-btn i{
    font-size: 20px;
    margin-right: -20px;
  }

  #box{
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 1px;
    margin-top:250px;
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:45px;
    cursor: pointer;
   }
  #box1{
    width: 120px;
    height: 120px;
    display: inline-block;
    margin:1px;
    
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:45px;
    cursor: pointer;
   }
   f3{
    font-weight: 600;
    font-size: 3.3vw;
  }

}


@media(max-width:360px){
  nav{
    padding: 0 50px 0 20px;
  }
  nav .logo{
    color: rgb(30, 183, 6);
    font-size: 8vw;
    font-weight: 700;
  }
	 f1{
     font-size: 4vw;
   }
   f2{
    font-size:9.8vw;
   }

   #box{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 1px;
    margin-top:250px;
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:35px;
    cursor: pointer;
  
    
   }
  #box1{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin:1px;
    
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:35px;
    cursor: pointer;
   }
   f3{
    font-weight: 600;
    font-size: 3.3vw;
  }

}


@media(max-width:330px){
  nav{
    padding: 0 50px 0 20px;
  }
  nav .logo{
    color: rgb(30, 183, 6);
    font-size: 8vw;
    font-weight: 700;
  }
	 f1{
     font-size: 4vw;
   }
   f2{
    font-size:9.8vw;
   }

   #box{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 1px;
    margin-top:250px;
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:35px;
    cursor: pointer;
    
   }
  #box1{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin:5px;
    
    border-radius: 5px;
    background-color: rgb(28, 162, 7);
    padding-top:35px;
    cursor: pointer;
   }
   f3{
    font-weight: 600;
    font-size: 3.3vw;
  }

}


