html,
body {
  overflow-x: hidden;
}

#about,
#projects {
  display: block !important;
}

#services,
.features-section {
  justify-content: normal !important;
  flex-direction: row !important;
}

button:focus {
  outline: none !important;
}

.fp-watermark {
  display: none;
}

/* DESKTOP SIDEBAR */

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 25vw;
  background-image: url(../../../../uploads/2024/07/BG-Sidebar-Linen-scaled.webp);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px 20px 20px 0px;
  z-index: 1;
  transition: opacity 0.5s ease;
}

#sidebar .logo {
  padding-bottom: 80px;
  max-width: 290px;
}

#sidebar #sidebarMenu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0px;
}

#sidebar #sidebarMenu li {
  margin-bottom: 30px;
  color: #000f23;
}

#sidebar a {
  text-decoration: none;
  font: normal normal 400 26px/36px Accia Piano;
  letter-spacing: -1px;
}

#sidebar a:hover {
  color: #9e794e;
}

#sidebar #sidebarMenu .active a {
  color: #9e794e;
}

/* DESKTOP PAGE CONTENT */

#home {
  text-align: right;
  height: 100vh;
  align-items: flex-end;
  position: relative;
}

#home .head-video {
  width: 76vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}

#home .fp-overflow {
  max-height: 101vh;
}

#home .button {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

  font: normal normal 500 20px / 28px Accia Piano;
  letter-spacing: -1px;
  color: #eae8e2;
  border: 1px solid #eae8e2;
  padding: 12px 8px;
  margin: 40px 0px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  background: transparent;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  z-index: 1;
  border-radius: 10px;

  position: absolute;
  bottom: 5px;
  left: 26vw;
}

#home .button:hover {
  color: #33291e;
  background-color: #eae8e2;
  transition: all 1s ease;
}

#home .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  transition: all 1s ease;
  background-image: url(../../../../uploads/2024/07/sound-on-white.svg);
}

#home .icon-mute {
  display: none;
  width: 30px;
  height: 30px;
  background-size: cover;
  transition: all 1s ease;
  background-image: url(https://www.tiarahana.com/wp-content/uploads/2024/07/mute-white.svg);
}

#home .button:hover .icon {
  background-image: url(../../../../uploads/2024/07/sound-on-black.svg);
}

#home .button:hover .icon-mute {
  background-image: url(../../../../uploads/2024/07/mute-black.svg);
}

/* About */

/* #about {
  background-color: #33291e;
  height: 100vh;
  width: 100vw;
}

#about .about-content {
  height: 100vh;
  margin-left: 33vw;
  display: flex;
  align-items: center;
}

#about .about-content .content-left {
  padding: 0px 60px;
}

#about .about-content .content-left h3 {
  font: normal italic 400 26px/36px Accia Piano;
  letter-spacing: -1px;
  color: #e9e7e1;
}

#about .about-content .content-left h2 {
  font: normal normal 400 50px/60px Accia Piano;
  letter-spacing: -1px;
  color: #e9e7e1;
  padding: 30px 0px;
}

#about .about-content .content-left p {
  font: normal normal 400 18px/25px Avenir;
  letter-spacing: 0px;
  color: #e9e7e1;
}

#about .about-content .content-right .button {
  display: block;
  font: normal normal 500 20px / 28px Accia Piano;
  letter-spacing: -1px;
  color: #eae8e2;
  border: 1px solid #eae8e2;
  padding: 12px 8px;
  margin: 40px auto 0px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  background: transparent;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}

#about .about-content .content-right .button:hover {
  color: #33291e;
  background-color: #eae8e2;
  transition: all 1s ease;
} */

#about {
  height: 100vh;
  width: 100vw;
  transition: all 0.5s ease-in-out;
  background-color: #33291e;
  background-image: url(../../../../uploads/2024/07/Group-5593-scaled.webp);
}

.about-slider-container {
  height: 100vh;
  margin-left: 33vw;
  display: flex;
  align-items: center;
}

#about .about-slider {
  width: 100%;
  height: 100vh;
  margin: 0px;
}

#about .about-slider .slick-slide {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about .about-slider-item,
#about .about-slider-item-2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
}

#about .content-left img {
  width: 380px;
}

#about .content-right {
  max-width: 650px;
  padding-right: 60px;
}

#about .about-slider-item h3 {
  font: normal italic 400 26px/36px Accia Piano;
  letter-spacing: -1px;
  color: #e9e7e1;
  padding: 10px 20px 10px 20px;
  border-radius: 0px 8px 0px 0px;
  background-color: #33291e;
  width: fit-content;
}

#about .content-text {
  background-color: #e9e7e1;
  padding: 30px;
  border-radius: 0px 8px 8px 0px;
}

#about h2 {
  font: normal normal 400 30px/40px Accia Piano;
  letter-spacing: -1px;
  color: #33291e;
  padding-bottom: 20px;
}

#about p {
  font: normal normal 400 18px/25px Avenir;
  letter-spacing: 0px;
  color: #33291e;
}

#about h3 {
  font: normal italic 400 26px/36px Accia Piano;
  letter-spacing: -1px;
  color: #e9e7e1;
  width: fit-content;
  padding-bottom: 30px;
}

#about .about-slider-item-2 h2 {
  color: #e9e7e1;
}

#about .about-slider-item-2 p {
  color: #e9e7e1;
}

#about .about-slider-item-2 .content-right {
  padding-left: 30px;
}

#about .next-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 60px;
}

#about .about-slider-item .next-arrow {
  bottom: 15px;
}

#about .about-slider-item-2 .next-arrow {
  bottom: 45px;
}

#about .next-arrow img {
  width: 60px;
}

#about .next-arrow h4 {
  font: normal italic 400 26px/36px Accia Piano;
  letter-spacing: -1px;
  color: #e9e7e1;
  width: fit-content;
  padding-right: 20px;
}

/* Team */

#team {
  background-color: #2f3220;
  height: 100vh;
  width: 100vw;
  margin-left: 25vw;
}

#team .team-flex {
  display: flex;
  width: 75%;
  justify-content: space-evenly;
}

#team .team-detail {
  max-width: 260px;
}

#team .team-detail h3 {
  text-align: left;
  font: normal normal 900 20px/30px Avenir;
  color: #c3937a;
  padding-top: 20px;
}

#team .team-detail h4 {
  text-align: left;
  font: normal normal normal 17px/30px Avenir;
  color: #ffffff;
}

#team .team-detail p {
  padding-top: 30px;
  text-align: left;
  font: normal normal normal 16px/30px Avenir;
  color: #ffffff;
}

/* Services */

#services {
  background-color: #33291e;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
}

.services-content {
  width: 100%;
}

.services-content h3 {
  font: normal italic 400 26px/36px Accia Piano;
  letter-spacing: -1px;
  color: #e9e7e1;
  padding-bottom: 0px;
  padding-left: 15%;
  text-align: left;
}

.section-4 {
  text-align: center;
  margin-left: 25vw;
}

.sec-4-slider {
  width: 85%;
  padding-top: 50px;
}

.section-4 .slider-item {
  position: relative;
  max-width: 90%;
}

.section-4 .slider-item img {
  /* max-width: 90%; */
}

.sec-4-slider .slick-list {
  padding: 0 25% 0 0;
}

.sec-4-slider-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.sec-4-slider-container .right-slide {
  position: absolute;
  background: transparent;
  border: none;
  padding: 0px;
  top: 40%;
  left: 73%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sec-4-slider-container .right-slide img {
  width: 55px;
}

.section-4 button {
  background: transparent !important;
  max-width: 60px;
}

.sec-4-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 90px;
}

.sec-4-arrows .sec-4-left-arrow {
  background: transparent;
  border: none;
  padding: 0px 20px 0px 0px;
  display: inline-block;
  /* width: 3%; */
}

.sec-4-arrows .sec-4-left-arrow img {
  /* width: 50%; */
  /* padding-right: 20px; */
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sec-4-arrows .sec-4-right-arrow {
  background: transparent;
  border: none;
  padding: 0px 20px 0px 0px;
  display: inline-block;
  /* width: 3%; */
}

.sec-4-arrows .sec-4-right-arrow img {
  /* width: 50%; */
  /* padding-right: 20px; */
}

.section-4 .item-text-flex {
  padding-top: 30px;
  display: flex;
  text-align: left;
  /* max-width: 90%; */
  justify-content: space-between;
  flex-direction: column;
  color: #e9e7e1;
}

.section-4 .item-text-flex h2 {
  font: normal normal 400 28px/38px Accia Piano;
  letter-spacing: 0px;
}

.section-4 .item-text-flex p {
  font: normal normal 500 18px/25px Avenir;
  letter-spacing: 0px;
  padding-top: 20px;
}

/* Progress bar */
.progress {
  position: relative;
  display: block;
  margin-left: 0;
  width: calc(100% - 200px);
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  background-image: linear-gradient(to right, #e9e7e1, #e9e7e1);
  background-repeat: no-repeat;
  background-size: 25% 100%;
  opacity: 1;
  z-index: 1;
  transition: background-size 0.4s ease-in-out;
}

.progress::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e9e7e1;
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0.5;
}

/* Projects */

#projects {
  height: 100vh;
  width: 100vw;
  position: relative;
}

#projects .background {
  margin-left: 24vw;
  height: 100vh;
  width: 100%;
}

#projects .projects-content {
  position: absolute;
  margin-left: 36vw;
  top: 0;
  left: 0;
  width: 35%;
}

#projects .projects-content h3 {
  font: normal italic 400 26px / 36px Accia Piano;
  letter-spacing: -1px;
  color: #eae8e2;
  padding: 140px 0px 60px 0px;
  text-shadow: 2px 2px 4px #33291e;
}

#projects .projects-content h2 {
  font: normal normal 400 50px / 60px Accia Piano;
  letter-spacing: -1px;
  color: #eae8e2;
  text-shadow: 2px 2px 4px #33291e;
}

#projects .projects-content h4 {
  font: normal italic 400 26px / 36px Accia Piano;
  letter-spacing: -1px;
  color: #eae8e2;
  padding: 10px 0px 0px 0px;
  text-shadow: 2px 2px 4px #33291e;
}

#projects .projects-content p {
  font: normal normal 400 18px / 25px Avenir;
  letter-spacing: 0px;
  color: #33291e;
  display: none;
}

#projects .projects-content .button {
  display: block;
  font: normal normal 500 20px / 28px Accia Piano;
  letter-spacing: 0px;
  color: #eae8e2;
  border: 1px solid #eae8e2;
  padding: 12px 8px;
  margin: 40px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  background: transparent;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}

#projects .projects-content .button:hover {
  color: #33291e;
  background-color: #eae8e2;
  transition: all 1s ease;
}

.thi {
  height: 100vh;
  width: 100vw;
  z-index: 5;
  background-color: #303220;
  position: relative;
  justify-content: flex-end;
}

.thi-content {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42%;
}

.thi-content .logo-thi {
  max-width: 150px;
  display: block;
}

.thi-content h2 {
  font: normal normal 400 50px / 60px Accia Piano;
  letter-spacing: -1px;
  color: #e9e7e1;
}

.thi-content p {
  font: normal normal 400 18px / 25px Avenir;
  letter-spacing: 0px;
  color: #e9e7e1;
  padding: 30px 0px;
}

.thi-content a {
  display: block;
  font: normal normal 500 20px / 28px Accia Piano;
  letter-spacing: -1px;
  color: #eae8e2;
  border: 1px solid #eae8e2;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  width: 290px;
  background: transparent;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}

.thi-content a:hover {
  color: #33291e;
  background-color: #eae8e2;
  transition: all 1s ease;
}

/* Features */

.features-section {
  background-color: #fefaee;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
}

.features-content {
  width: 100%;
}

.features-content h3 {
  font: normal italic 400 26px/36px Accia Piano;
  letter-spacing: -1px;
  color: #5c5b55;
  padding-bottom: 0px;
  padding-left: 15%;
  text-align: left;
}

.section-5 {
  text-align: center;
  margin-left: 25vw;
  padding-block: 5%;
}

.sec-5-slider {
  width: 100%;
  padding-top: 50px;
}

.section-5 .slider-item {
  position: relative;
  max-width: 100%;
  padding-right: 8%;
}

.section-5 .slider-item img {
  /* max-width: 90%; */
  width: 100%;
  display: block;
  margin-inline: auto;
}

.sec-5-slider .slick-list {
  /* padding: 0 25% 0 0; */
  padding: 0;
}

.sec-5-slider-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.sec-5-slider-container .right-slide {
  position: absolute;
  background: transparent;
  border: none;
  padding: 0px;
  top: 45%;
  left: 87%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sec-5-slider-container .right-slide img {
  width: 55px;
}

.section-5 button {
  background: transparent !important;
  max-width: 65px;
}

.sec-5-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 90px;
}

.sec-5-arrows .sec-5-left-arrow {
  background: transparent;
  border: none;
  padding: 0px 20px 0px 0px;
  display: inline-block;
  /* width: 3%; */
}

.sec-5-arrows .sec-5-left-arrow img {
  /* width: 50%; */
  /* padding-right: 20px; */
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sec-5-arrows .sec-5-right-arrow {
  background: transparent;
  border: none;
  padding: 0px 20px 0px 0px;
  display: inline-block;
  /* width: 3%; */
}

.sec-5-arrows .sec-5-right-arrow img {
  /* width: 50%; */
  /* padding-right: 20px; */
}

.section-5 .slider-item h2 {
  font: normal normal 400 30px/38px Accia Piano;
  letter-spacing: 0px;
  color: #5c5b55;
  text-align: left;
  padding-bottom: 30px;
  padding-left: 15%;
}

.section-5 .slider-item p {
  font: normal normal 500 18px/25px Avenir;
  letter-spacing: 0px;
  padding: 30px 0px;
  color: #5c5b55;
  text-align: left;
  padding-left: 15%;
  width: 85%;
}

.section-5 .slick-slide h2,
.section-5 .slick-slide p {
  visibility: hidden;
}

.section-5 .slick-slide img {
  opacity: 0.5;
}

.section-5 .slick-active h2,
.section-5 .slick-active p {
  visibility: visible !important;
  transition: all 1s ease;
}

.section-5 .slick-active img {
  opacity: 1 !important;
  transition: all 1s ease;
}

.section-5 .slick-slide a {
  visibility: hidden;
}

.section-5 .slider-item a {
  display: block;
  font: normal normal 500 20px / 28px Accia Piano;
  letter-spacing: -1px;
  color: #5c5b55;
  border: 1px solid #5c5b55;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  background: transparent;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  visibility: visible !important;
  margin-left: 15%;
}

.section-5 .slider-item a:hover {
  color: #eae8e2;
  background-color: #5c5b55;
  transition: all 1s ease;
}

.section-5 .slider-item img{
  width: 85%;
  display: block;
  margin-left: 15%;
}

.mobile-page,
.mobile-header {
  display: none;
}

/* MOBILE STYLING */

@media only screen and (max-width: 768px) {
  #sidebar,
  #fullpage {
    display: none;
  }

  .mobile-header {
    display: block;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-image: url(https://khastanahadigroup.com/wp-content/uploads/2024/08/header-bg.png);
  }

  .mobile-header .logo {
    padding: 20px 0px 10px 0px;
    max-width: 140px;
  }

  .mobile-page {
    padding-top: 18%;
    display: block;
    background-image: url(https://khastanahadigroup.com/wp-content/uploads/2024/08/bg-mobile-khastana-scaled.webp);
    background-size: cover;
  }

  html {
    margin-top: 0px !important;
  }

  .hero {
    width: 100%;
    display: block;
    position: relative;
  }

  #soundIconImg {
    position: absolute;
    top: 85%;
    right: 5px;
  }

  .section-1 {
    width: 100%;
    padding: 40px;
    position: relative;
  }

  .section-1 .next-arrow-m {
    max-width: 30px;
    position: absolute;
    top: 45%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .about-slider-m {
    width: 100%;
    margin: 0px !important;
  }

  .about-slider-m .slider-head {
    display: flex;
    justify-content: space-between;
  }

  .about-slider-m .slider-head h3 {
    color: #33291e;
    font-family: "Accia Piano";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }

  .about-slider-m .slider-head h4 {
    color: #33291e;
    font-family: "Accia Piano";
    font-size: 17px;
    font-weight: 500;
  }

  .about-slider-m .slider-head h4 span {
    font-weight: 700;
  }

  .about-slider-m .slider-title {
    color: #33291e;
    font-family: "Accia Piano";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 117.391% */
    padding: 30px 0px;
  }

  .about-slider-m .slider-body {
    color: #33291e;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 137.5% */
    padding-top: 30px;
  }

  .section-2 {
    background-color: #33291e;
    padding: 40px 20px;
    margin: 0px 20px;
    /* background-image: url(https://khastanahadigroup.com/wp-content/uploads/2024/08/pattern.png); */
    background-size: cover;
  }

  .section-2 .head {
    color: #fff;
    font-family: "Accia Piano";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }

  .section-2 .item {
    padding: 20px 0px;
  }

  .section-2 .item .title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }

  .section-2 .item .title {
    color: #fff;
    font-family: "Accia Piano";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 117.391% */
  }

  .section-2 .item .body {
    color: #fff;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 137.5% */
    padding-top: 30px;
  }

  .section-2 .item img {
    display: block;
  }

  .section-2 .item #btnReadMore1,
  .section-2 .item #btnReadMore2,
  .section-2 .item #btnReadMore3,
  .section-2 .item #btnReadMore4,
  .section-2 .item #btnReadMore5,
  .section-2 .item #btnReadMore6 {
    text-decoration: none;
    background: transparent;
    max-width: 30px;
  }

  .section-2 .item #more1,
  .section-2 .item #more2,
  .section-2 .item #more3,
  .section-2 .item #more4,
  .section-2 .item #more5,
  .section-2 .item #more6 {
    display: none;
  }

  .section-3 {
    padding: 40px 20px 0px 20px;
  }

  .section-3 .photo-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2%;
  }

  .section-3 .photo-flex img {
    width: 49%;
  }

  .section-3 .photo-slider {
    width: 100%;
    margin: 0px;
  }

  .section-3 .text-section {
    background: #303220;
    padding: 40px 20px;
  }

  .section-3 .head {
    color: #fff;
    font-family: "Accia Piano";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }

  .section-3 .title {
    color: #fff;
    font-family: "Accia Piano";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 117.391% */
    padding: 20px 0px 5px 0px;
  }

  .section-3 .subtitle {
    color: #fff;
    font-family: "Accia Piano";
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 27px; /* 117.391% */
    padding: 0px 0px 20px 0px;
  }

  .section-3 .body {
    color: #fff;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 137.5% */
  }

  .section-3 .button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 14px / 20px Accia Piano;
    letter-spacing: -1px;
    color: #eae8e2;
    border: 1px solid #eae8e2;
    padding: 10px 8px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    background: transparent;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
  }

  .section-4 {
    width: 100%;
    padding: 50px 30px;
    text-align: left;
    margin: 0;
    position: relative;
  }

  .section-4 .blog-arrow-m {
    max-width: 30px;
    position: absolute;
    top: 25%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .section-4 .head {
    color: #33291e;
    font-family: "Accia Piano";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    padding-bottom: 30px;
  }

  .section-4 .blog-title {
    color: #33291e;
    font-family: "Accia Piano";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 117.391% */
    padding: 40px 0px 20px 0px;
  }

  .section-4 .blog-body {
    color: #33291e;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 137.5% */
  }

  .section-4 .blog-link {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 14px / 20px Accia Piano;
    letter-spacing: -1px;
    color: #33291e;
    border: 1px solid #33291e;
    padding: 10px 8px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    background: transparent;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
  }

  .footer {
    background: #303220;
    text-align: center;
  }

  .footer .logo {
    padding: 20px 0px 0px 0px;
    max-width: 125px;
    margin: 0px auto;
  }

  .footer h2 {
    color: #fff;
    text-align: center;
    font-family: "Accia Piano";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 108% */
    padding: 0px 30px;
  }

  .footer p {
    color: #fff;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding: 30px 30px;
  }

  .footer .button {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 14px / 20px Accia Piano;
    letter-spacing: -1px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 8px;
    margin-bottom: 50px;
    text-align: center;
    text-decoration: none;
    width: 220px;
    background: transparent;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
  }
}