@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
  font-family: 'Roboto', sans-serif;
}


.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.fw-500 {
  font-weight: 500;
}

.text-left {
  text-align: left !important;
}

/** header styles **/
header img {
  max-height: 40px;
}

.nav-masthead .nav-link {
  margin-left: 1.5rem;
  border-bottom: 0;
  padding: 0 10px;
  color: #fff;
}

header {
  margin-bottom: 25px;
}

.text-bg-dark {
  background-color: #003820 !important;
}
/** end header **/


/** home **/
.home {
  padding: 50px 0;
}

.header-bg {
  width: 100%;
  background: green;
  content: "";
  width: 100%;
  height: 590px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background-image: url(../img/homesearch-bg.jpg);
  background-size: cover;
  background-position: 50% 25%;
  z-index: -1;
}

main .logo {
  margin-bottom: 20px;
  text-align: center;
}

main .logo img {
  height: 80px;
}

main .sitename {
  font-size: 30px;
  font-weight: 500;
  /* letter-spacing: 1px; */
}

main .home-search {
  margin: 10px 0 40px;
  max-width: 80%;
  margin: 0 auto;
}

main .home-search input {
  height: 50px;
  padding: 5px 22px;
}

main .home-search .search-btn {
  height: 50px;
  cursor: pointer;
  width: 80px;
  background: #000000;
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

main .home-search .search-btn svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

main .home-view-btn {
  display: flex;
  justify-content: center;
}

main .home-view-btn a {
  text-decoration: none !important;
}

.home-search button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 5px 5px 0;
}

main .home-view-btn button {
  font-size: 18px;
  font-weight: 700;
  /* border: 3px solid #fff !important; */
  background: #000000 !important;
  min-width: 235px;
  color: #fff !important;
  padding: 15px 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

main .home-view-btn button svg {
  /* margin: 0 10px; */
  height: 30px;
  width: 25px;
}

.footer-btn button {
  padding: 15px 35px !important;
}

/** end home **/

/** footer **/
footer .footer-nav {
  display: flex;
  justify-content: center;
}

footer .footer-nav ul {
  list-style: none;
  display: flex;
  gap: 2em;
}

footer .footer-nav ul a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

footer .footer-nav ul a:hover {
  text-decoration: underline;
}

footer .footer-about .about-text {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.6em;
  font-size: 12px;
  opacity: .4;
}

footer .footer-about .copyright {
  font-size: 12px;
}

/** end footer **/


/** Responsive styles **/
@media screen and (max-width: 780px) {
  header > div > img {
    display: none;   
  }

  .nav-masthead .nav-link {
    font-size: 14px;
  }

  main .sitename {
    display: none;
  }

  main.px-3 {
    padding: 0px !important;
  }

  main .home-search {
    margin: 10px 0 40px;
    max-width: 100%;
    margin: 0 auto;
  }

  main .home-search .search-btn svg {
    width: 20px;
    height: 20px;
    color: #fff;
  }


  main .home-view-btn {
    margin-top: 2rem;
  }

  main .home-view-btn button {
    font-size: 17px;
    padding: 12px 40px;
  }

  .home-body  p {
    font-size: 14px;
    line-height: 1.5em;
  }
}

/** End Responsive Styles **/
