h1{
    font-weight: bold;
}
h2{
    font-weight: bold;
}
.logo img{
    width:200px;
    height:70px;
}
.navbar-nav {
    padding-top: 10px;
}
.navbar-nav>li>a {
    color: #000;
}
.navbar{
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-bottom: 1px solid #cccc;
}
.reg a {
    background-color: #3E8D42;
    color: #fff;
    border: none;
    padding: 7px 10px;
    border-radius: 5px;
    margin-top: 30px;
    text-decoration: none;
}
.btnregss{
background-color: #3E8D42;
color: #fff;
border: none;
padding: 7px 10px;
border-radius: 5px;
margin-top: 20px;
float: right;

}
.btnregssl{
    color: #000;
    border: none;
    padding: 7px 20px;
    margin-top: 20px;
    float: right;
    background: none;
    
    }
.responsive {
    max-width: 100%;
    height: auto;
  }
  .Harnessbanner{
    background-size: cover;
    background-image: url("images/Crkcket.png");
    
    padding: 20px 0px 70px;

  }
  .enhance21a{
    padding: 100px 120px 0px 0px;
  }
  .skills{
    text-align: center;
    margin:50px 0;
   
}
.skillshead{
    margin-bottom: 50px;
}
.skillsupload{
    box-shadow: 2px 2px 2px 2px #ccc;
    border-radius:10px;
    padding: 50px 10px;
    height: auto;
    
}
.Enhance{
    margin: 100px 0;
}
.btnreg{
    background-color: #3E8D42;
    color: #fff;
    border: none;
    padding: 7px 10px;
    border-radius: 5px;
    margin-top: 30px;
}
.btnregs{
    background-color: #3E8D42;
    color: #fff;
    border: none;
    padding: 7px 10px;
    border-radius: 5px;
    margin-top: 30px;
}
.enhance1{
    padding: 30px 100px 0px 0px;
}
.enhance2{
    padding: 30px 0px 0px 100px;
}
.elevate{
    margin: 50px 0px;
    text-align: center;

}
.elevatewicket{
    background-color: #D9ECD8;   
    padding: 50px 0px 150px;
}
.footage{
    margin-top: -80px;
}
.footagesec{
  
    box-shadow: 2px 2px 2px 2px #ccc;
    border-radius: 10px;
    width: 307px;
    margin: 0 auto;
    padding: 50px 50px;
    background-color: #fff;
}
.indepth{
    text-align: center;
    margin:50px 0;
}
.indepthhead{
    margin-bottom: 50px;
}
.indepthupload{
box-shadow: 2px 2px 2px 2px #ccc;
border-radius:10px;
padding: 20px 10px 50px;
height: auto;
text-align: left;
}
.indepthupload img{
    width:100%;
    padding-bottom: 20px;
}
.btnrega{
    border:none;
    background: none;
    color:#3E8D42;
    float: left;
}
.Harness{
    margin: 100px 0 50px;
    background-color: #D9ECD8;
}
.enhance21{
    padding: 100px 0px 0px 100px;
}
.footer{
    border-bottom: none;
}
.footimg img{
    width:200px;
    margin: 0 auto;
    display: block;
}
.footr li a{
    float: left;
    padding: 0px 45px;

}



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
 
}

header a {
  text-decoration: none;
}

header {
  padding: 0 20px;
  height: 85px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ccc;
}

.brand {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.brand a {
  color: #09c372;
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #000;
}

ul li {
  padding: 5px;
  margin-left: 10px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

#login,
#signup {
  border-radius: 5px;
  padding: 5px 8px;
}

#login {
  border: 1px solid #498afb;
}

#signup {
  background-color: #3E8D42;
}

#signup a {
  color: #fff;
}

#login a {
  color: #498afb;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
  background-color: #000;
  height: 25px;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  
}

.mobile-menu {

  display: none;
  position: absolute;
  /* top: 50px; */
  left: 0;
  height: 190px;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  line-height: 0.5;
  margin-top: 8px;

}

.mobile-menu li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  header nav {
    display: none;
  }
  header{
    justify-content: space-between;
  }

  #hamburger-icon {
    display: block;
  }
  .Harnessbanner {
    display: grid;
 
}
.footr{
  display: grid;
  width: 100%;
}
}
