/* .black-btn {
  width: 220px;
  padding: 12px;
  position: relative;
  margin-top: 15px;
} */

.img-shadow {
  -webkit-box-shadow: 0 60px 70px -30px rgb(37 40 45 / 50%);
  -moz-box-shadow: 0 60px 70px -30px rgb(37 40 45 / 50%);
  box-shadow: 0 60px 70px -30px rgb(37 40 45 / 50%);
}

.homepage-stay-section {
  padding: 90px;
}
.homepage-stay-section .content-box {
  padding: 0 40px;
}
.homepage-stay-section .cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-stay-section .cta-btn a:first-child {
  padding: 12px;
  width: 220px;
}
.homepage-stay-section .cta-btn a:last-child {
  padding: 12px;
  width: 220px;
}

:lang(fr-fr) .homepage-stay-section .cta-btn a:first-child {
  width: 236.65px;
}

:lang(fr-fr) .homepage-stay-section .cta-btn a:last-child {
  width: max-content;
}

.homepage-stay-section .img-text-box {
  max-width: 680px;
  max-height: 552px;
  overflow: hidden;
}
.stay-img .img-content,
.stay-img .img-shadow {
  max-height: inherit;
  max-width: inherit;
}
.stay-img.img-text-box .img-box img {
  height: 100%;
}

.homepage-stay-section h3 {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .homepage-stay-section {
    padding: 20px;
  }
  .homepage-stay-section .content-box {
    padding: 0 0px 50px;
  }
  .homepage-stay-section .img-content {
    height: 372px;
  }
  .homepage-stay-section .overlap-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: start;
    padding: 20px;
  }
  .stay-img .img-shadow {
    height: 100%;
  }
  .homepage-stay-section .img-text-box {
    margin: 0 auto;
  }
  .homepage-stay-section h3 {
    font-size: 28px;
  }
  .homepage-stay-section .overlap-content .overlap-text span {
    font-size: 14px;
  }
  .homepage-stay-section .overlap-text.text-white h3 {
    font-size: 28px;
    width: 180px;
  }
}

@media screen and (max-width: 600px) {
  .homepage-stay-section .overlap-text.text-white h3 {
    margin-bottom: 0;
  }
  .homepage-stay-section .overlap-content .overlap-btn .btn {
    width: 121px;
  }
  .homepage-stay-section .overlap-content {
    display: block;
  }
  .homepage-stay-section .btn-block {
    display: block !important;
  }
}
