/* footer css */
footer {
  padding: 60px 0px;
  color: #fff;
}

.footer-logo {
  width: 234px;
  height: 69px;
  margin-bottom: 22px;
}

.footer-iteam-text {
  position: relative;
  
}

.footer-iteam-text:hover {
  color: #954535 ;
  transition: 0.5s;
  margin-left: 0px;
}

.footer-info {
  display: flex;
  gap: 36px;
  flex-direction: column;
}

.span-text.copy {
  color: #7C7A7A;
  position: relative;
  margin-top: 45px;
  display: block;
  overflow: hidden;
}

.span-text.copy::after {
  content: " ";
  height: 1px;
  width: 100%;
  background: #7C7A7A;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

.get-in-touch {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
}

.follow-icon {
  width: 30px;
  height: 30px;
}

.follow-icon:hover img {
  filter: grayscale(0.5);
}

/* footer end */

/* back-to-top */
.back-to-top .button {
  position: fixed;
  background: #f45727;
  border: unset;
  color: #000;
  font-size: 16px;
  border-radius: 50%;
  right: 5%;
  bottom: 5%;
  height: 40px;
  width: 40px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}