#progress {
  background-color: white;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  cursor: pointer;

}

#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: black;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #D8FF02;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.logo {
    cursor: pointer;
    display: flex;
    height: 50px;
    width: 150px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 30px;
}

header {
  background-image:linear-gradient(to top,#000000, #464A4E );
  padding: 20px;
}


.navbarcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  margin-top: -35px;
}

.navbarcontainer a {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
}

.navbarcontainer a:hover, .dropdown1:hover .dropbtn {
  color: #D8FF02;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #000000;
  color: #D8FF02;
}

.dropdown1:hover .dropdown-content {
  display: block;
}




.dropdown2 {
  float: left;
  overflow: hidden;
}

.dropdown2 .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
}

.navbarcontainer a:hover, .dropdown2:hover .dropbtn {
  color: #D8FF02;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #000000;
  color: #D8FF02;
}

.dropdown2:hover .dropdown-content {
  display: block;
}



.cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-top: -40px;
    margin-right: 30px;

}

.cta img:hover{
  opacity:1 !important;
  transition: 0.6s;
  transform: scale(1.25) translateY(-2px);
}

.herobanner {
 background-image: url(Images/Homebackground.jpg);
 background-color: #000000;
 padding: 20px;
 height: 650px;
 background-repeat: no-repeat;
}
.shape {
 padding: 20px;
 background-color: #D8FF02;
}

.welcome {
  color: white;
  width: auto;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 35px;
  text-decoration: none;
  margin-left: 120px;
  margin-top: 200px;
}

.strive {
  color: white;
  text-align: left;
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 70px;
  text-decoration: none;
  width: 700px; 
  word-wrap: normal;
  margin-left: 120px;
  margin-top: -30px;
  }

.hive {
    color: #D8FF02;
    text-align: left;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    font-size: 70px;
    text-decoration: none;
    width: 700px; 
    word-wrap: normal;
    margin-left: 282px;
    margin-top: -193.5px;
    }

  .gototext{
    color: white;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    width: 700px; 
    word-wrap: normal;
    margin-left: 120px;
    margin-top: -125px;
  }
  
  #mockup{
      float: right;
      display: flex;
      align-items: baseline;
      margin-right: 120px;
      margin-top: 150px;
      width: 565px;
      height: 350px;
  
  } 
  .hero-button {
    display: inline-block;
    font-weight: 700px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: black;
    background-color: white;
    border: none;
    border-radius: 0px;
    padding: 1em 3em;
    margin: 0px;
    text-align: center;
    background-size: 300% 150%; 
    font-size: 18px;
    cursor: pointer;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
}
#button1 {
  margin-left: 120px;
}

#button2 {
  margin-left: 30px;
}
  
.hero-button:hover{
    color: black;
    background-color: #D8FF02;
    background-position: -100% 100%;
    text-shadow: black;
    box-shadow: 0 8px 16px 0 black(0,0,0,1);
  }

 .card-container {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
  }
    
  
  .card {
    transition: 0.3s;
    width: 330px;
    height: 600px;
    margin-bottom: 60px;
    background-color: black;
    margin-top: 60px;
    
  }

  .card-img{  
      width: 330px;
      height: 374px;
  
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transform: scale(1.02) translateY(-5px);
  }
 
  
  .container1 {
    padding: 2px 16px;
  }
  
  .heading{
    font-size: 18px;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
    cursor: pointer;
  }
  .heading:hover {
    color: #D8FF02;
  }
  
  .description {
    font-size: 16px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 400;
  }

footer {
  background-color: black;
  padding: 30px;
  
}

.footerbar {
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -60px;
}

.nav-link {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: white;
  padding: 10px 0px;
  margin: 0px 10px;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
  color: white;
}

.nav-link::before {
  transition: 300ms;
  height: 4px;
  content: "";
  position: absolute;
  background-color: #D8FF02;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 5px;
  
}

.nav-link-ltr:hover::before {
  width: 100%;
  
}

li {
  text-indent: 30px;
}

.downloadIcons{
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px 0px;
  margin: 0px 10px;
}

.apple{
  margin-left: 10px;
  opacity: 0.7;
}
.apple:hover{
  opacity: 1.0;
}
.google{
  margin-left: 10px;
  opacity: 0.7;
}
.google:hover{
  opacity: 1.0;
}

.footerIcons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0px;
    margin-right: 90px;
    gap: 35px;
    margin-bottom: 30px;
    margin-top: -100px;
}

.footerIcons img:hover{
  opacity:1 !important;
  transition: 0.6s;
  transform: scale(1.25) translateY(-2px);

}

.copyRights {
  text-align: right;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: -10px;
  margin-bottom: 5px;
  margin-right: 90px;
}