.footer {
  position: relative;
  width: 100%;
  margin-top: 0px;
}
.footer .footer-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: 350px;
}
.footer .footer-hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.footer .footer-hero img {
  z-index: 2;
}
.footer .footer-hero span,
.footer .footer-hero h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  display: block;
  max-width: 50%;
  text-align: center;
  font-weight: 300;
  z-index: 2;
  font-size: 30px;
}
@media screen and (max-width: 550px) {
  .footer .footer-hero span,
  .footer .footer-hero h1 {
    font-size: 1.5rem;
    max-width: 90%;
  }
}
.footer .footer-hero h2 {
  font-size: 1rem;
  z-index: 2;
}
.footer .footer-bottom {
  padding: 20px 0;
  color: black;
  background-color: #f8f1e5;
  width: 100%;
  position: relative;
}
.footer .footer-bottom h2 {
  color: #ba7802;
}
.footer .footer-bottom .footer-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .footer .footer-bottom .footer-bottom-wrapper {
    flex-direction: column;
  }
}
.footer .footer-bottom .footer-bottom-wrapper .buttons .btn a:hover h1 {
  color: #ba7802;
  transition: all 0.5s ease-in-out;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-side-left {
  position: relative;
  width: 100%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 314px;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .footer .footer-bottom .footer-bottom-wrapper .footer-side-left {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-bottom .footer-bottom-wrapper .footer-side-left {
    margin-top: 25px;
    padding: 0px;
  }
}
.footer .footer-bottom .footer-bottom-wrapper .footer-side-left .buttons {
  padding: 0;
  justify-content: center;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-side-left .create {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 1090px) {
  .footer .footer-bottom .footer-bottom-wrapper .footer-side-left .create {
    position: relative;
  }
}
.footer .footer-bottom .footer-bottom-wrapper .footer-side-left h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-side-left p {
  margin: 0;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 300;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-side-left .buttons .btn a {
  margin: 0;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-side-left .buttons .btn a span,
.footer .footer-bottom .footer-bottom-wrapper .footer-side-left .buttons .btn a h1 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-right: 10px;
  letter-spacing: 2px;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .footer .footer-bottom .footer-bottom-wrapper .footer-middle {
    width: 80%;
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-bottom .footer-bottom-wrapper .footer-middle {
    margin-top: 25px;
    padding: 30px 0px;
  }
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  border-left: 1px solid #ccb58c;
}
@media screen and (max-width: 1090px) {
  .footer .footer-bottom .footer-bottom-wrapper .footer-middle::before {
    height: 100%;
    border: none;
    border-top: 1px solid #ccb58c;
    border-bottom: 1px solid #ccb58c;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer .footer-bottom .footer-bottom-wrapper .footer-middle::before {
    display: none;
  }
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle p {
  text-align: center;
  line-height: 30px;
  font-weight: 300;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle .socials a.hidden {
  display: none;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle .socials a.linkedin-footer-icon {
  width: 36.38px;
  height: 36.38px;
  background-color: black;
  transition: all 0.5s ease-in-out;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle .socials a.linkedin-footer-icon:hover {
  background-color: #ba7802;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle .socials a.linkedin-footer-icon i {
  font-size: 25px;
  color: #f8f1e5;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle .socials svg path {
  transition: all 0.5s ease-in-out;
}
.footer .footer-bottom .footer-bottom-wrapper .footer-middle .socials a svg:hover path {
  fill: #ba7802;
}
.footer .footer-bottom .footer-side-right {
  padding: 10px;
  position: relative;
  width: 100%;
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .footer .footer-bottom .footer-side-right {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-bottom .footer-side-right {
    margin-top: 25px;
    padding: 0px;
  }
}
.footer .footer-bottom .footer-side-right .join {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
}
.footer .footer-bottom .footer-side-right input {
  padding: 10px 15px;
  border: 1px solid black;
  background-color: #f8f1e5;
  width: 100%;
  max-width: 272px;
}
.footer .footer-bottom .footer-side-right input::-moz-placeholder {
  color: black;
}
.footer .footer-bottom .footer-side-right input::placeholder {
  color: black;
}
.footer .footer-bottom .footer-side-right h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.footer .footer-bottom .footer-side-right .buttons {
  padding-top: 20px;
  justify-content: center;
}
.footer .footer-bottom .footer-side-right .buttons .btn a h1 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-right: 10px;
  letter-spacing: 2px;
}
.footer .footer-bottom a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.footer .footer-last {
  width: 100%;
  background-color: black;
}
.footer .footer-last .footer-last-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 15px 0;
}
@media screen and (max-width: 770px) {
  .footer .footer-last .footer-last-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.footer .footer-last .footer-last-wrapper p {
  color: #a8a8a8;
  font-size: 13px;
  margin: 0;
}

@media only screen and (max-width: 770px){
  .footer .footer-last .footer-last-wrapper p{
    order: 2;
  }
}
.footer .footer-last .footer-last-wrapper p a {
  color: #a8a8a8;
}
.footer .footer-last .footer-last-wrapper .links {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .footer .footer-last .footer-last-wrapper .links {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .footer-last .footer-last-wrapper .links li {
  margin: 0 40px;
}
@media screen and (max-width: 500px) {
  .footer .footer-last .footer-last-wrapper .links li {
    margin: 0 18px;
  }
}
.footer .footer-last .footer-last-wrapper .links li #scroll-to-top-btn {
  border-radius: 400px;
  width: 45px;
  height: 45px;
  background-color: #ba7802;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.footer .footer-last .footer-last-wrapper .links li #scroll-to-top-btn i {
  color: white;
  font-size: 20px;
}
.footer .footer-last .footer-last-wrapper .links li a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
}
.footer .footer-last .footer-last-wrapper .links li a:hover {
  color: #ba7802;
}