@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --blue: #1b2a49;
  --garamond: "EB Garamond", serif;
  --brown: #b2887e;
  --cormorant: "Cormorant", serif;
  --roboto: "Roboto", sans-serif;
  --gold: #e5ab6b;
}

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body,
html {
  width: 100%;
  height: 100%;
}

footer {
  background-color: var(--blue);
  padding-top: 5%;
}

.logo-footer {
  height: 80px;
  width: auto;
  margin: 25px;
}

.txt-brown {
  color: var(--brown);
}

.footer-phones {
  padding-top: 12px;
  padding-bottom: 12px;
  border-right: 0.1rem solid #b2887e;
  font-family: var(--garamond);
  text-align: right;
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  padding-right: 40px;
}

.email-footer {
  padding-left: 40px;
  color: #ffffff;
  font-family: var(--garamond);
  font-size: 22px;
}

.email-foot {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu li {
  margin: 13px;
  list-style-type: none;
}

.footer-menu li a {
  text-decoration: none;
  font-family: var(--cormorant);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
  padding-bottom: 3px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.30);
}

.footer-menu li .hvr-underline-reveal:before {
  background: var(--brown);
  height: 2px;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0rem;

}

.main-menu li {
  margin: 13px;
  list-style-type: none;
}

.main-menu li:last-child {
  margin-right: 0px;
}

.main-menu li a {
  text-decoration: none;
  font-family: var(--cormorant);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
  padding-bottom: 3px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.30);
}

.main-menu li .hvr-underline-reveal:before {
  background: var(--brown);
  height: 2px;
}

.contact-footer {
  border: solid .1rem var(--brown);
  padding-bottom: 10px;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -5px;
}

.footer-logo {
  max-width: 350px;
  width: 80%;
}

header {
  position: relative;
  z-index: 10;

}

.header-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(12, 21, 37, 0.687);

}

.lang-link {
  font-family: var(--cormorant);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.30);
}

.header-logo {
  max-width: 400px;
  display: block;
}

.responsive-menu {
  width: 100%;
  height: 100%;
  background-color: rgb(12 9 47 / 89%);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
  display: none;
  opacity: 0;

}

.resp-menu-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.menu-deco {
  width: 65px;
  height: 100%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-resp-buttons {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
}

.menu-resp-buttons a {
  font-family: var(--cormorant);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
  text-decoration: none;
}

.close-resp-button {
  position: fixed;
  right: 25px;
  top: 30px;
  width: 60px;
  height: 60px;
  border: 0.1rem solid #b2887e;
  background-color: rgb(9 8 57);
  z-index: 1200;
  color: #b2887e;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.open-resp-button {
  position: fixed;
  right: 25px;
  top: 30px;
  width: 60px;
  height: 60px;
  border: 0.1rem solid #b2887e;
  background-color: rgb(9 8 57);
  z-index: 1000;
  color: #b2887e;
  font-size: 30px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.text-box-deco {
  width: 55px;
}

.tittle-section {
  font-family: var(--cormorant);
  font-size: clamp(30px, 7vw, 50px);
  line-height: clamp(30px, 6vw, 40px);
}

.tittle-section-md {
  font-family: var(--cormorant);
  font-size: clamp(25px, 7vw, 40px);
  line-height: clamp(25px, 6vw, 40px);
}

.subtittle-section {
  font-family: var(--cormorant);
  font-size: clamp(25px, 7vw, 40px);
  line-height: clamp(30px, 6vw, 40px);

}

.video-content {
  padding-top: 100%;
}

.round-link {
  border: solid 2px var(--brown);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 30px;
  border-radius: 25px;
  font-family: var(--roboto);
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.txt-general {
  font-family: var(--garamond);
  color: #000000;
  font-size: 19px;
  line-height: 23px;
}

.txt-general-md {
  font-family: var(--garamond);
  color: #000000;
  font-size: 22px;
  line-height: 25px;
}

.txt-brown {
  color: var(--brown) !important;
}

.txt-white {
  color: #ffffff !important;
}

.section-float {
  width: 80%;
}

.hux-back {
  background-image: url('../assets/huatulco/huatulco.jpg');
  background-position: center center;
  background-size: cover;
}

.back-shadow {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.80)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);

}

.parallax-img {
  position: absolute;
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0%;
  left: 0%;
  z-index: 100;
}

.parallax-box {
  position: relative;
  overflow: hidden;
}

.parallax-box-content {
  position: relative;
  z-index: 200;
}

.tittle-tag {
  display: inline-block;
  font-family: var(--cormorant);
  color: #ffffff;
  position: relative;
  background-image: url(../assets/layout/tittle-bg.png);
  background-size: 100% 100%;
  background-position: center center;
  padding-left: 5%;
  padding-right: 5%;
  text-transform: uppercase;
  font-size: clamp(20px, 4vw, 26px);
  line-height: clamp(50px, 5vw, 70px);
  margin: 0px;
  letter-spacing: 3px;
}

.bg-brown {
  background-color: var(--brown);
}

.bg-gold {
  background-color: var(--gold);
}

.brd-yellow {
  border-color: #fad9a3;
}

.footer-quote {
  max-width: 600px;
}

.condo-back {
  background-image: url('../assets/index/condo.jpg');
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.condo-content {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5928965336134453)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5928965336134453) 0%, rgba(0, 0, 0, 0) 100%);
  padding-top: 90%;
  padding-bottom: 10%;
  padding-right: 15%;
  padding-left: 15%;
  position: relative;
  z-index: 10;

}

.flight-content {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5928965336134453)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5928965336134453) 0%, rgba(0, 0, 0, 0) 100%);
  padding-top: 50%;
  padding-bottom: 10%;
  padding-right: 15%;
  padding-left: 15%;
  position: relative;
  z-index: 10;

}


.condo-content-full {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5928965336134453)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5928965336134453) 0%, rgba(0, 0, 0, 0) 100%);
  padding-top: 35%;
  padding-bottom: 5%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  width: 100%;
}

.content-full-6 {
  width: 50%;
}

.tittle-section-tag {
  position: absolute;
  top: 7%;
  left: 0px;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.tittle-section-tag-md {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.trans-50 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sold-tag {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-color: #c78a3b;
  top: 20%;
  right: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  text-align: center;
  font-family: var(--cormorant);
  color: #ffffff;
  font-size: 50px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 40;
}

.separator {
  border-left: .1rem solid #ffffff;
  height: 100%;
  width: 10px;
  height: 120px;
  margin-left: 25px;
  margin-right: 25px;
}

.number-lg {
  font-family: var(--garamond);
  font-size: 100px;
  color: #ffffff;
}

.footer-offer {
  font-family: var(--cormorant);
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
}

.footer-deco {
  background-image: url('../assets/layout/footer-deco.svg');
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 55px auto;
}

.header-banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}

.ribbon-head {
  background-image: url('../assets/layout/ribbon-back.png');
  background-position: center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.number-header {
  color: #ffffff;
  font-family: var(--garamond);
  font-size: 70px;
  padding: 20px;
  line-height: 40px;
}

.header-text-ribbon {
  font-family: var(--cormorant);
  color: #ffffff;
  font-size: 25px;
  line-height: 20px;
}

.number-units-header {
  color: var(--brown);
  font-family: var(--cormorant);
  font-size: 42px;
  line-height: 20px;
  margin-top: -5px;
  padding-left: 15px;
  padding-right: 15px;
}

.snorkel-pic {
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.gastronomy-pic {
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.nature-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.adventure-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.resp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.style-text {
  padding: 15%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.bg-pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.style-content {
  position: relative;
  z-index: 10;
  padding-top: 150%;
  padding-bottom: 20%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5928965336134453)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5928965336134453) 0%, rgba(0, 0, 0, 0) 60%);
}

.oax-pic {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10%;

}

.oax-section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 1100px;
  background-image: url('../assets/huatulco/textil.jpg');
  background-position: center center;
  background-attachment: fixed;
}

.project-section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 800px;
  background-image: url('../assets/project/back.jpg');
  background-position: center center;
  background-attachment: fixed;
}

.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.oax-tittle-lg {
  font-family: var(--cormorant);
  color: #ffffff;
  font-size: clamp(50px, 10vw, 130px);
  text-transform: uppercase;
  letter-spacing: clamp(0.05em, 8vw, 6em);
}

.table_custom {
  --bs-table-bg: transparent !important;
  --bs-table-color: #ffffff;

}

.tag-availability-box{
  position: absolute;
}
.tag-sold{
  padding-left: 1vw;
  padding-right: 1vw;
  display: block;
  background-color: #00a426;
  color: #ffffff;
  font-family: var(--roboto);
  font-weight: 400;
  text-align: center;
  text-align: center;
  font-size: 1.3vw;
  position: relative;
  z-index: 15;
  -webkit-box-shadow: 4px 4px 5px hsl(0deg 0% 0% / 20%);
  box-shadow: 4px 4px 5px hsl(0deg 0% 0% / 20%);
}
.tag-reserved{
  padding-left: 1vw;
  padding-right: 1vw;
  display: block;
  background-color: #1391a5;
  color: #ffffff;
  font-family: var(--roboto);
  font-weight: 400;
  text-align: center;
  text-align: center;
  font-size: 1.3vw;
  position: relative;
  z-index: 15;
  -webkit-box-shadow: 4px 4px 5px hsl(0deg 0% 0% / 20%);
  box-shadow: 4px 4px 5px hsl(0deg 0% 0% / 20%);
}

.prop-number {
  padding-left: 1vw;
  padding-right: 1vw;
  display: inline-block;
  background-color: #e5ab6b;
  color: #000000;
  font-family: var(--roboto);
  font-size: 2vw;
  -webkit-box-shadow: 4px 4px 5px hsl(0deg 0% 0% / 20%);
  box-shadow: 4px 4px 5px hsl(0deg 0% 0% / 20%);
  font-weight: 400;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
}

.prop-number:hover {
  background-color: #f8d1a8;
  text-decoration: none;
}

.side-tag {
  position: absolute;
  right: 10%;
  top: 22%;
  height: 13%;
  auto: auto;
}

.price-table {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.sold-tag-price {
  display: inline-block;
  background-color: #00a426;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100px;
  text-align: center;
  font-size: 13px;
}

.reserved-tag-price {
  display: inline-block;
  background-color: #1391a5;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100px;
  text-align: center;
  font-size: 13px;
}

.header-banner-box {
  position: relative;
}

.video-box>div:first-of-type {
  height: 100%;
}

.video-back-pic {
  background-image: url('../assets/huatulco/video_back.jpg');
  background-position: center center;
  background-size: cover;
}

.owl-dots {
  margin-right: 3%;
  position: absolute;
  right: 3%;
  top: -45px;
  z-index: 50;
}

.owl-dot {
  width: 10px;
  height: 12px;
  margin: 5px 7px;
  background: #D6D6D6;

  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  display: inline-block;
  border: none;
}

.owl-dot.active {
  background: #869791;
}

.video-home-footer {
  padding-top: 25%;
  padding-bottom: 25%;
  text-align: center;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(50%, rgba(0, 0, 0, 0.10)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.10) 50%, rgba(0, 0, 0, 0.55) 100%);
}

.active-header {
  color: #d2ab6b !important;
}

.phase-tag {
  position: absolute;
  top: 37%;
  right: 7%;
  font-family: var(--garamond);
  text-transform: capitalize;
  color: #ffffff;
  font-size: 3.5vw;
  letter-spacing: 1.5vw;
}

.building-tag {
    position: absolute;
    top: 27%;
    right: 25%;
    font-family: var(--garamond);
    color: #ffffff;
    font-size: 3.5vw;
    letter-spacing: 1.5vw;
    text-transform: uppercase;
}

.contat-form {
  background-image: url('../assets/contacto/back.jpg');
  background-position: center center;
  background-size: cover;

}

.contact-content {
  padding-top: 400px;
  padding-bottom: 300px;
  background-color: rgb(0 0 0 / 38%);

}

.contact-button {
  width: 100%;
  font-family: var(--cormorant);
  background-color: #e8c278;
  outline: none;
  border: none;
  color: #1b2a49;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
  font-size: 20px;
  -webkit-transition: ease all 1s;
  transition: ease all 1s;
}

.contact-button:hover {
  background-color: #855f12;
  color: #ffffff;
}

.invalid-feedback {
    color: #d9e71c !important;
}

@media (max-width: 575.98px) {

  .logo-footer {
    height: auto;
    width: 20%;
  }

  .ribbon-head {
    background-size: 200% 100%;
  }

  .flight-content {
    padding-right: 5%;
    padding-left: 5%;
  }

}


@media (max-width: 767.98px) {

  .footer-phones {
    border: none;
    padding: 0px;
    padding-top: 20px;
  }

  .lang-box {
    position: fixed;
    top: 1px;
    right: 17px;
  }

  .header-logo {
    max-width: 350px;
  }

  .header-banner {
    position: relative;
  }

  .header-banner-box {
    background-color: var(--blue);
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .condo-content-full {
    padding-top: 90%;
    padding-bottom: 10%;
    padding-right: 15%;
    padding-left: 15%;
  }

  .content-full-6 {
    width: 100%;
  }

  .sold-tag {
    position: absolute;
    width: 25vw;
    height: 25vw;
    border-radius: 100px;
    background-color: #c78a3b;
    top: 20%;
    right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    text-align: center;
    font-family: var(--cormorant);
    color: #ffffff;
    font-size: 5vw;
    line-height: 6vw;
    text-transform: uppercase;
  }

  .footer-quote {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-deco {
    background-image: none;
  }

  .contact-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}


@media (max-width: 991.98px) {

  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    padding-left: 0rem;
  }


  .header-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .header-content {
    position: relative;
    background-color: var(--blue)
  }

}


@media (max-width: 1199.98px) {

  .section-float {
    width: 100%;
  }
}


@media (max-width: 1399.98px) {}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
  background-color: rgba(255, 255, 255, 0.408);
  color: white;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #847875;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}