@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
}

/* body {
  font-family: "Roboto", sans-serif;
} */

.top-bar-num{
  display: none;
}

.list li {
  list-style-type: none;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
}

.navbar-nav li {
  font-size: 15px;
  margin-left: 8px;
  font-weight: bold;
}

.navbar-nav li:hover {
  border-bottom: 1px solid #269724;
}

.containerr {
  background-image: linear-gradient(135deg, #269724 0, #595959 100%) !important;
  color: white;
  padding: 20px;
}

.call i {
  font-size: 35px;
  color: #269724;
  position: relative;
  top: 7px;
}

.list li a {
  text-decoration: none;
  color: white;
  position: relative;
  right: 25px;
}

.list li a:hover {
  border-bottom: 2px solid #269724;
}

.custom-call {
  text-decoration: none;
  color: #269724;
  font-weight: bold;
  font-size: 25px;
}

.subscribe {
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #269724;
  outline: none;
}

.copyright {
  text-align: center;
}

.reimagine {
  background: #269724;
  padding: 40px;
  color: white;
}

.logo a img {
  height: 55px;
}

.features-boxes {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 10px;
}

.banner img{
  height: 400px;
}

.under button{
  font-weight: bold;
  background: #78c178;
  color: white;
}

@media (max-width: 500px) {
  .banner img{
    height: 150px;
  }

  .bg-body-tertiary{
    margin-top: 40px;
  }

  .top-bar-num{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #a3f1b9;
  }

  .top-bar-num p a{
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    bottom: 11px;
  }
}
