.navbar {
  background: linear-gradient(90deg, #ff8008 100%, #ffc837 32%);
}
.container-fluid {
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.nav-item {
  padding: 0 1rem;
}
.nav-link {
  padding: 1.5 rem 0.5 rem;
}
.nav-link:hover {
  text-decoration: underline;
}
.navbar-nav li a {
  color: white !important;
  font-size: 1.25rem;
}

.home {
  background: linear-gradient(90deg, #ff8008 100%, #ffc837 32%);
  padding: 2% 7% 4%;
}
.home-image {
  height: 500px;
  width: 550px;
}
.left-home {
  padding-left: 45px;
}
.lines {
  padding-top: 3.5rem;
  color: white;
}
.line-content {
  margin-bottom: 30px;
  font-size: 3rem;
}
.btn {
  background-color: #261917;
  color: white;
}
.btn:hover {
  background-color: #353030;
}
/* Features */
#features {
  padding: 4% 8%;
  background-color: white;
  position: relative;
  text-align: center;
}
.feature-box {
  padding: 5%;
}

.img-feature {
  margin-bottom: 1rem;
  color: #ff8008;
}
.img-feature:hover {
  color: grey;
}

/* Levels */
.levels {
  margin-top: 40px;
  background: linear-gradient(90deg, #ff8008 100%, #ffc837 32%);
  color: white;
}
.level-section {
  display: flex;
  padding: 3% 5% 4%;
  color: white;
  text-align: center;
}
.levels-head {
  text-align: center;
  padding-top: 23px ;
}
.level-link{
    color: white;
    text-decoration: none;
}

.level-link:hover {
    color: #4b4c4d;
    text-decoration:none; 
    cursor:pointer;  
}
.stage {
  justify-content: center;
  align-items: center;
}
.level-img {
  height: 276px;
  width: 309px;
  border-radius: 25px;
}
h4{
    color: #f1f1f1;
}
/* Footer */
.footer-container{
  margin-top: 35px;
  padding: 4% 2% 3%;
}
.footer-btn{
    text-align: center;
}
.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width: 991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

@media (max-width: 590px) {
  .home-image {
    width: 300px;
    height: 300px;
  }
}
