html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.right {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.sedan {
  font-family: "Sedan", serif;
  font-weight: 600;
  font-style: normal;
}


.cormorant-i {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}

.roboto {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-1 {
  padding: 10px 20px;
  background-color: #008081;
  border: 3px solid #008081;
  transition: 1s ease;
}

.btn-1:hover {
  background-color: transparent;
  transition: 1s ease;
  border: 3px solid #008081;
}

.btn-1:hover a {
  color: #008081;
  transition: 1s ease;
}

.btn-1 a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  transition: 1s ease;
}

.btn-2 {
  padding: 10px 20px;
  background-color: #c3a06d;
  border: 2px solid #c3a06d;
  transition: 1s ease;
}

.btn-2 a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  transition: 1s ease;
}

.caro-1 {
  background: url("img/img-6.jpg") rgba(0, 0, 0, 0.45);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

.caro-text {
  margin: 0 auto;
}

.testi-img {
  background-color: #008081;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0;
  color: white;
  text-align: center;
  align-items: center;
}


.caro-2 {
  background: url("img/15.jpg") rgba(0, 0, 0, 0.45);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.caro-3 {
  background: url("img/img-10.jpg") rgba(0, 0, 0, 0.45);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 70vh;
  display: flex;
  text-align: center;
  align-items: center;
}

.about-img {
  background: url("img/4.jpg") rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-blend-mode: multiply;
}

.about-img-2 {
  background: url("img/img-11.jpg") rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-blend-mode: multiply;
}
.rev {
  display: flex;
}
.det {
  margin: 10px;
  text-align: center;
}
.det span {
  font-size: 80px;
  color: #008081;
}

.stars i {
  color: #FAE570;
  font-size: 30px;
  position: relative;
  top: -50px;
  left: -30px;
}
#facilities {
  background: url("img/15.jpg") rgba(0, 0, 0, 0.7);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.faci {
  padding: 20px;
  border: 2px solid #008081;
}

.faci:hover {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: 0.5s ease;
}

.faci p {
  color: white;
  font-size: 19px;
  margin-top: 20px;
}

.first i {
  font-size: 20px;
}

.first p {
  font-size: 15px;
  margin-top: 15px;
  margin-left: 10px;
}

#testimonials {
background: #272727;
}

.testi {
  padding: 30px;
}

.cards-footer i {
  font-size: 40px;
}

.quote {
  margin: 0;
  padding: 0;
}
.quote i {
  position: relative;
  left: 250px;
  top: -50px;
  font-size: 50px;
  padding: 20px;
  border-radius: 50px;
  background-color: #008081;
  color: white;
}

.person-img {
  margin-left: 20px;
}
.person-dsc {
  margin-left: 30px;
}
.border-top {
  position: relative;
  top: 0;
  left: 10%;
  width: 80%;
  height: 15px;
  background-color: #008081;
}

.border-bottom {
  position: relative;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 15px;
  background-color: #008081;
}

/* footer */
.contact-info {
  background-color: #272727;
  padding: 45px 30px;
}

.contact-info h1 {
  font-size: 35px;
  color: white;
}

.contact-info i {
  color: white;
  margin: 0 20px;
}

.contact-info p {
  color: grey;
  font-size: 20px;
}

.contact-info p:hover {
  color: #c3a06d;
  transition: 0.5s ease;
  cursor: pointer;
}

.contact-info a:hover {
  color: #c3a06d;
  transition: 0.5s ease;
  cursor: pointer;
}
.contact-info a {
  text-decoration: none;
  color: grey;
}

.contact-info img {
  height: 50px;
}

.nav-footer h1 {
  color: white;
  font-size: 35px;
}

.nav-footer ul li {
  list-style: none;
}

.nav-footer a {
  color: grey;
  text-decoration: none;
  font-size: 25px;
}

.nav-footer a:hover {
  color: #c3a06d;
  transition: 0.5s ease;
  cursor: pointer;
}

.map h1 {
  color: white;
  font-size: 35px;
}

/* about.html */

#about-bck {
  background: url("img/16.jpg") rgba(0, 0, 0, 0.45);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  background-blend-mode: multiply;
}

/* rooms.html */
#rooms-bck {
  background: url("img/2.jpg") rgba(0, 0, 0, 0.45);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  background-blend-mode: multiply;
}

.room-faci img {
  margin: 0 20px;
}

.rooms-description {
  padding: 30px;
}

/* gallery.html */
#gallery-bck {
  background: url("img/img-10.jpg") rgba(0, 0, 0, 0.45);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  background-blend-mode: multiply;
}

/* contact */
#contact-bck {
  background: url("img/17.jpg") rgba(0, 0, 0, 0.45);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
  background-blend-mode: multiply;
}


/* contact.html */

.info {
  border-top: 2px solid #008081;
  margin: 20px 0;
}
.info i {
  font-size: 30px;
  padding: 20px;
  background-color: white;
  border-radius: 50px;
  margin: 10px 0;
  color: #008081;
  transition: 1.5s ease;
}

.info i:hover {
  rotate: 360deg;
  cursor: pointer;
  transition: 1.5s ease;
}

.info p {
  margin-top: 25px;
  margin-left: 20px;
  font-size: 20px;
}

.info a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}


/* footer */
/** FOOTER **/

.footer {
  background: #292929;
  padding-top: 40px;
  font-family: "Poppins", sans-serif;
}
.footer p {
  text-align: left;
  color: white;
}

.footer h4 {
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #008081;
  margin-bottom: 15px;
  border-bottom: white solid 3px;
  padding-bottom: 3px;
  display: table;
}

ul.conta,
ul.social_icon,
ul.link_menu {
  padding: 0;
}

ul.conta li {
  color: white;
  text-align: left;
  padding-bottom: 20px;
  font-size: 15px;
  list-style: none;
}

ul.conta li svg {
  padding-right: 15px;
  text-align: center;
  font-size: 20px;
}

ul.conta li a {
  color: white;
}

ul.link_menu li {
  display: block;
  text-align: left;
}

ul.link_menu li.active a {
  color: #008081;
  fill: #008081 !important;
}

ul.link_menu li a {
  color: white;
  font-size: 17px;
  line-height: 28px;
  display: inline-block;
  width: -moz-max-content;
  text-decoration: none;
  transition: 0.5s;
  fill: whitesmoke;
  font-weight: bold;
}

ul.link_menu li a:hover {
  color: #008081;
  fill: #008081 !important;
}

ul.social_icon {
  width: 100%;
  float: left;
  text-align: left;
}

ul.social_icon li {
  display: inline-block;
}

ul.social_icon li a {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  font-size: 27px;
  border-radius: 30px;
  margin: 0 9px;
}

.copyright {
  margin-top: 10px;
  background-color: #f5f5f5;
  border: #008081 solid 3px;
  border-right: inherit;
  border-left: inherit;
}

.copyright p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border-top: 0;
  padding-top: 15px;
  font-weight: bold;
}

.copyright a {
  color: #000;
  font-weight: bold;
}

.copyright a:hover {
  color: #008081;
}

.footer .logo a {
  justify-content: center !important;
  position: relative;
  text-decoration: none;
}

.footer .footer-widget ul li {
  margin-bottom: 10px;
}

.footer .footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
  font-size: 14px;
}

.footer .footer-widget ul li a:hover {
  color: #008081;
}

.footer .footer-widget ul li a:hover span {
  color: #008081;
}

.footer .footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.footer .social_icon li {
  list-style: none;
  display: inline-block;
  background: transparent;
  height: 40px;

  color: #008081;
  border-radius: 0;
  transition: 0.3s;
}

.footer .social_icon li a {
  height: 35px;
  width: 35px;
  display: block;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  border-radius: 0;
  transition: 0.3s;
}

.footer .social_icon li a:hover {
  background: #008081;
}

.footer .social_icon li a h6 {
  position: absolute;
  font-size: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer .social_icon li a svg {
  fill: whitesmoke;
}

#logo img {
  width: 12%;
}

@media screen and (max-width: 1000px) {
  #logo img {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  #logo {
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  ul.conta li,
  .footer p,
  ul.social_icon,
  .heading-2,
  ul.link_menu li {
    text-align: center;
    float: center;
  }

  .footer h4 {
    text-align: center;
    display: inline-block;
  }
  #footer-logo {
    text-align: center;
  }
}

@media screen and (max-width: 1300px) {
  #footer-logo {
    text-align: center;
  }
}

@media screen and (min-width: 1300px) {
  #footer-logo {
    display: flex;
  }
}

ul.link_menu li {
  transition: 0.5s;
}

ul.link_menu li a:hover {
  transform: translate(10px);
}

@media only screen and (max-width: 500px) {
  .copyright p {
    font-size: 13px;
  }
}

@media (max-width:767px) {
  .caro-text h1 {
    font-size: 45px !important;
  }

  .about-desc h1 {
    font-size: 35px !important;
  }

  .about-desc p {
    font-size: 16px !important;
  }

  .btn-1 a {
    font-size: 13px !important;
  }

  .gallery-desc h1 {
    font-size: 45px !important;
  }

  .gallery-desc h3 {
    font-size: 18px !important;
  }

  .gallery-desc p {
    font-size: 14px !important;
  }

  .faci-header h1 {
    font-size: 45px !important;
  }

  .faci-header h2 {
    font-size: 18px !important;
  }

  .rooms-header h1 {
    font-size: 45px !important;
  }

  .rooms-header h2 {
    font-size: 18px !important;
  }

  .testimonials-header h1 {
    font-size: 45px !important;
  }

  .testimonials-header h2 {
    font-size: 18px !important;
  }

  .about-ds h1 {
    font-size: 45px !important;
  }

  .rooms-ds h1 {
    font-size: 45px !important;
  }


  .gallery-ds h1 {
    font-size: 45px !important;
  }

  .gallery-ds h2 {
    font-size: 18px !important;
  }

  .contact-ds h1 {
    font-size: 45px !important;
  }

  .contact-info h2 {
    font-size: 30px !important;
  }

  .contact-info h1 {
    font-size: 45px !important;
  }

  .contact-info p {
    font-size: 15px !important;
  }
}

@media(max-width:800px) {
  .caro-text h1 {
    font-size: 45px !important;
  }

  .about-desc h1 {
    font-size: 35px !important;
  }

  .about-desc p {
    font-size: 16px !important;
  }

  .btn-1 a {
    font-size: 13px !important;
  }

  .gallery-desc h1 {
    font-size: 45px !important;
  }

  .gallery-desc h3 {
    font-size: 18px !important;
  }

  .gallery-desc p {
    font-size: 14px !important;
  }

  .faci-header h1 {
    font-size: 45px !important;
  }

  .faci-header h2 {
    font-size: 18px !important;
  }

  .rooms-header h1 {
    font-size: 45px !important;
  }

  .rooms-header h2 {
    font-size: 18px !important;
  }

  .testimonials-header h1 {
    font-size: 45px !important;
  }

  .testimonials-header h2 {
    font-size: 18px !important;
  }

  .about-ds h1 {
    font-size: 45px !important;
  }

  .rooms-ds h1 {
    font-size: 45px !important;
  }


  .gallery-ds h1 {
    font-size: 45px !important;
  }

  .gallery-ds h2 {
    font-size: 18px !important;
  }

  .contact-ds h1 {
    font-size: 45px !important;
  }

  .contact-info h2 {
    font-size: 30px !important;
  }

  .contact-info h1 {
    font-size: 45px !important;
  }

  .contact-info p {
    font-size: 15px !important;
  }
}



/* annimation */

.fadeinleft {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease-out;
}

.fadeindown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}

.fadeinup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}

.fade-in {
  opacity: 0;
  transition: all 1.3s ease-in;
}

.active-left,
.active,
.active-right,
.active-down,
.active-up {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.fadein {
  opacity: 0;
}

/*PEN STYLES*/

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(#000, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  a {
    color: inherit;
    &:hover {
      color: #c3a06d;
    }
  }
  &:hover {
    .photo {
      transform: scale(1.3) rotate(3deg);
    }
  }
  .meta {
    position: relative;
    z-index: 0;
    height: 300px;
  }
  .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
  }
  .details,
  .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
  }

  .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(#000, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
    a {
      text-decoration: dotted underline;
    }
    ul li {
      display: inline-block;
    }
    .author:before {
      font-family: FontAwesome;
      margin-right: 10px;
      content: "\f007";
    }

    .date:before {
      font-family: FontAwesome;
      margin-right: 10px;
      content: "\f133";
    }

    .tags {
      ul:before {
        font-family: FontAwesome;
        content: "\f02b";
        margin-right: 10px;
      }
      li {
        margin-right: 2px;
        &:first-child {
          margin-left: -4px;
        }
      }
    }
  }
  .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
    h1,
    h2 {
      font-family: Poppins, sans-serif;
    }
    h1 {
      line-height: 1;
      margin: 0;
      font-size: 1.7rem;
    }
    h2 {
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #a2a2a2;
      margin-top: 5px;
    }
    .read-more {
      text-align: right;
      a {
        color: white;
        display: inline-block;
        position: relative;
        &:after {
          content: "\f061";
          font-family: FontAwesome;
          margin-left: -10px;
          opacity: 0;
          vertical-align: middle;
          transition: margin 0.3s, opacity 0.3s;
        }

        &:hover:after {
          margin-left: 5px;
          opacity: 1;
        }
      }
    }
  }
  p {
    position: relative;
    margin: 1rem 0 0;
    &:first-of-type {
      margin-top: 1.25rem;
      &:before {
        content: "";
        position: absolute;
        height: 5px;
        background: #c3a06d;
        width: 35px;
        top: -0.75rem;
        border-radius: 3px;
      }
    }
  }
  &:hover {
    .details {
      left: 0%;
    }
  }

  @media (min-width: 640px) {
    flex-direction: row;
    max-width: 700px;
    .meta {
      flex-basis: 40%;
      height: auto;
    }
    .description {
      flex-basis: 60%;
      &:before {
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
      }
    }
    &.alt {
      flex-direction: row-reverse;
      .description {
        &:before {
          left: inherit;
          right: -10px;
          transform: skew(3deg);
        }
      }
      .details {
        padding-left: 25px;
      }
    }
  }
}


/* gallery */
@mixin white-gradient {
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
/*  Animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-250px * 7))}
}
.slider {
  background: #292929;
  height:300px;
  margin: auto;
  overflow:hidden;
  position: relative;
  width: 100%;
  &::before,
  &::after {
      @include white-gradient;
      content: "";
      height: 100px;
      position: absolute;
      width: 200px;
      z-index: 2;
  }
  &::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
  }
  &::before {
      left: 0;
      top: 0;
  }
  .slide-track {
      animation: scroll  linear infinite;
      animation-duration: 25s;
      display: flex;
      width: calc(250px * 14);
  }
}
.slide {
margin-right: 15px !important;
}