html {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  background: #c0c0c0;
}

::-webkit-scrollbar-thumb:hover {
  background: #377808;
}

strong {
  color: #377808;
}

h1 {
  font-size: 60px;
  line-height: 70px;
}

h2 {
  font-size: 35px;
  line-height: 45px;
}

h3 {
  font-size: 35px;
  line-height: 45px;
  color: #000000;
}

h4 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 28px;
}

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: rgb(136, 136, 136);
  transition: 0.3s;
  font-size: 16px;
}

a:hover {
  transition: 0.3s;
  color: #000000;
}

button {
  background-color: transparent;
}

ul {
  list-style: none;
}

li {
  padding: 0.25rem 0rem;
}

.nav a i {
  padding-right: 0.5rem;
}

.nav-main {
  padding: 1.5rem 2rem;
}

.headline-info {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.logo {
  width: 75%;
}

.icon-big {
  height: 32px;
}

.icon {
  height: 16px;
}

.contact-info {
  font-size: 22px;
  font-weight: 600;
  text-align: right;
}

.contact-info span {
  font-size: 14px;
  color: rgb(136, 136, 136);
  font-weight: 400;
  line-height: 20px;
}

.header-background {
  background-image: url("../../media/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

#open-nav {
  color: #000000;
  border: none;
}

.nav ul {
  list-style: none;
  align-items: center;
}

.nav li a {
  font-weight: 500;
  color: #000000;
}

.nav li {
  padding: 0.5rem 1rem;
  display: block;
}

nav .nav ul {
  padding: 1.25rem 0rem 1.25rem 0rem;
}

#nav {
  display: none;
}

.open {
  display: block !important;
}

.header-background {
  padding: 3rem 0rem;
}

.header-box {
  background-color: #377808;
  height: 100%;
  border-radius: 10px;
  padding: 3rem 3rem 8rem 3rem;
  color: #ffffff;
}

.header-box .btn {
  bottom: 3rem;
}

.logo-container {
  justify-content: center;
}

.btn {
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
}

.btn:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
}

.btn-two {
  background-color: #377808;
  border-radius: 5px;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.3s;
}

.btn-two:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #2a676c;
  transition: 0.3s;
}

.big-text {
  font-size: 20px;
  line-height: 30px;
}

.line {
  border-top: 2px solid #f3f3f3;
  width: 100%;
}

a:hover .card {
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s;
}

.card {
  background-color: #f3f3f3;
  color: #000000;
  text-align: center;
  height: 100%;
  border-radius: 10px;
  padding: 1rem 1rem;
  margin: 1rem;
  transition: 0.3s;
}

.card img {
  height: 14rem;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.card p {
  font-size: 22px;
  font-weight: 500;
}

section .xcontainer {
  padding: 3rem 0rem;
}

.info-box img {
  height: 2.5rem;
  margin-right: 1rem;
}

.info-box h3 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
}

.info-box p {
  color: rgb(136, 136, 136);
}

footer .xcontainer {
  padding: 3rem 2rem;
}

footer a {
  color: #000000;
}

footer ul i {
  padding-right: 0.5rem;
}

.social-media li {
  float: left;
  font-size: 35px;
  padding: 0rem 0.25rem;
}

#back-to-top {
  position: fixed;
  background-color: #377808;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  right: 1rem;
  bottom: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#back-to-top a {
  color: #ffffff;
}

footer .ft-line-one {
  margin-bottom: 5rem;
}

footer .ft-line-two {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .logo {
    width: 20rem;
  }

  .logo-container {
    justify-content: flex-start;
  }

  .nav-main {
    padding: 1.5rem 0rem;
  }
}

@media (min-width: 992px) {
  .nav-inner {
    display: block;
  }

  .nav ul {
    display: flex;
  }

  #open-nav {
    display: none;
  }

  #nav {
    display: block !important;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

@media (min-width: 1800px) {
}

@media (min-width: 2560px) {
}

@media (min-width: 3072px) {
}

@media (min-width: 3840px) {
}
