html{
  scroll-behavior: smooth;
}

body {
  background-color: #081011;
  margin: 0;
}

/* Nav Bar */
.topnav {
  background-color: #000000;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFE;
}

/* Nav Bar Top Right Text */
.topnav a {
  float: right;
  display: block;
  color: #FFFFFE;
  text-align: center;
  padding: 18px 18px;
  text-decoration: none;
  font-size: 17px;
}

/* Nav Bar Top Left Text */
.topnav #zepp_home {
  float: left;
  display: block;
  color: #FFFFFE;
  text-align: center;
  padding: 18px 18px;
  text-decoration: none;
  font-size: 18px;
}

/* Nav Bar Hover */
.topnav a:hover {
  background-color: #ffffff;
  color: #000000;
  transition-duration: 0.4s;
  cursor: pointer;
}

/* Zepp Home Hover */
.topnav #zepp_home:hover {
  background-color: #ffffff;
  opacity: 80%;
  color: #000000;
  transition-duration: 0.4s;
  cursor: pointer;
}

/* Nab Bar Top Left Active 
.topnav #zepp_home.active {
  background-color: #000000;
  color: rgb(255, 255, 255);
}

/* Nav Bar Icon */
.topnav .icon {
  display: none;
  color: #ffffff;
  background-color: #000000;
}

/* Nav Bar Medis Screen Icon */
@media screen and (max-width: 780px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* Nav Bar Media Screen */
@media screen and (max-width: 780px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

    .topnav.responsive #zepp_home {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Zepp Logo */
.zepp {
  margin-top: 100px;
<<<<<<< HEAD
  float: left;
  margin-left: 100px;
  border-radius: 25px;
=======
  margin-right: auto;
  margin-left: auto;
<<<<<<< HEAD
  border-radius: 10px;
=======
  border-radius: 25px;
>>>>>>> cbce9e64decd32d6cb85f96931de00ea4ae56b94
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 450px) {
  .zepp {
    margin-left: 100%;
    margin-right: 100%;
    width: 50%;
    display: block;
  }
}

/* Zepp Title */
.zepp_title {
  color: #FFFFFE;
  text-align: center;
  float: left;
  font-size: 40px;
  margin-top: 110px;
  margin-left: 60px;
  font-weight: bold;
}

/* Zepp Description */
.zepp_description {
  color: #FFFFFE;
  text-align: center;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-top: 200px;
  margin-left: -90px;
}

/* Footer */
.footer_text {
  color: #FFFFFE;
  text-align: center;
  font-size: 16px;
  margin: 30px auto;
  font-weight: bold;
  float: bottom;
}

/* Button Container */
.container {  
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  margin-left: 400px;
  position: relative;
  top: -60px;
}

/* Buttons */
.button {
  background-color: #8adadc;
  color: #000000;
  padding: 12px 20px;
  text-align: center;
  font-size: 15.5px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
  margin-right: 10px;
}

/* Second Button */
.button5 {
  background-color: #8adadc;
  color: #000000;
  border: 2px solid #081011;
  margin-left: 10px;
}

/* Buttons Media */
@media screen and (max-width: 1024px) {
  .container {  
    width: 100%;
    height: 100%;
    display: flexbox;
    text-align: center;
    position: relative;
    left: -350px;
    top: 40px;
  }
}

/* Buttons Hover */
.button5:hover {
  color: rgb(0, 0, 0);
  box-shadow: #8adadc;
  box-shadow: 0 0 50px #8adadc;
}

/* Descriptions */
.dc-1 {  
  height: 100%;  
  background-color: #252525;
  color: #FFFFFE;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
<<<<<<< HEAD
  border-radius: 10px;
  font-size: 17px;
  padding: 18px;
=======
  border-radius: 5px;
  font-size: 18px;
  padding: 24px;
>>>>>>> cbce9e64decd32d6cb85f96931de00ea4ae56b94
  border-style: solid;
  border-color: #ffffff;
  transition-duration: 0.4s;
  gap: 50px;
  width: 400px;
  display: flex;
  font-weight: bold;
}

/* Descriptions Hover */
.dc-1:hover {
  color: #FFFFFE;
  box-shadow: #8adadc;
  box-shadow: 0 0 50px #8adadc;
}

/* Descriptions */
.dc_1  {
  width: auto;
  height: auto;
  text-align: center;
  display: inline-block;  
}

/* Descriptions Paragraph */
.dc_1 p {
  text-align: left;
}

/* Descriptions Media Screen */
@media screen and (max-width: 1024px) {
  .dc-1 {
    width: 265px;
    height: 100%;
    text-align: left;
    text-decoration: left;
    display: grid;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Features */
.card-a, .card-b, .card-c, .card-d {
  width: 300px;
  height: 300px;
  display: grid;
  background-color: #252525;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  border-style: solid;
  border-color: #ffffff;
  transition-duration: 0.4s;
}

/* Features container */
.cards_container {
  width: 710px;
  height: 400px;
  display: flex;
  gap: 90px;
  margin-right: auto;
  margin-left: auto;
}

/* Features Hover */
.card-a:hover {
  box-shadow: #8adadc;
  box-shadow: 0 0 50px #8adadc;

  transition-duration: 0.4s;
}

.card-b:hover {
  box-shadow: #8adadc;
  box-shadow: 0 0 50px #8adadc;
  transition-duration: 0.4s;
}

.card-c:hover {
  box-shadow: #8adadc;
  box-shadow: 0 0 50px #8adadc;
  transition-duration: 0.4s;
}

/* Features Media Screen */
@media screen and (max-width: 1024px) {
  .cards {
    width: 300px;
    height: 300px;  
    display: grid;
    background-color: #252525;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    text-align: left;
    font-size: 18px;
    text-decoration: left;
    border-style: solid;
    border-color: #ffffff;
    transition-duration: 0.4s;
  }

  .cards_container {
    width: 100%;
    height: 100%;  
    display: grid;
    gap: 0px;
 }
}