@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    font-family: "Cormorant Garamond", serif;
  background:#ffffff;
    color: rgb(0, 0, 0);
  
  }
a{
  text-decoration: none !important;
}
h1{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
  color: rgb(0, 0, 0);

}
h2{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;

}
h3{
    font-family: "Cormorant Garamond", serif;
}
h4{
    font-family: "Cormorant Garamond", serif;
}
p{
  font-family: 'Josefin Sans', sans-serif;
  color: rgba(0, 0, 0, 0.383);
  margin-bottom: 0px;

}

.carousel1{
  background: url('../img/green-1.jpg') rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;

  height: 85vh;
}
.carousel2{
  background: url('../img/quadruple-room-with-garden-view-2.jpg') rgba(0, 0, 0, 0.452);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 85vh;
}
.carousel3{
  background: url('../img/quadruple-room-with-garden-view-4.jpg') rgba(0, 0, 0, 0.542);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 85vh;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 16.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}

.carousel-caption h2{
  font-size: 70px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900 !important;
}
.carousel-caption p{
    text-transform: uppercase;
}
.carousel-caption h6{
    font-family: "Dancing Script", serif;
font-size: 24px;
font-weight: 100 !important;
}
.carousel-indicators{
  display: none !important;
}.navbar{
    transition: 0.3s;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .nav-link{
    font-size: 16px;
    font-weight: 600;
    color: black;
  }
  .navbar-toggler {
  
    border: none !important;
  
  }
  .nav-link.active{
    color: #978667 !important;
    font-weight: 700  !important;
  }
  .text-bg-dark {
    color: #000000!important;
    background: none!important;
  }
  .offcanvas{
     background-color: white !important;
  }

  
  
  .button-main {
    position: relative;
    padding: 10px 55px;
    background: #D3B298;
    font-size: 17px;
    transition-duration: 0.5s;
    font-weight: 500;
    font-family: Cormoran;
    color: #e9e5e0;
    border: 1px solid#D3B298;
    border-radius: 0px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
  }


  @media only screen and (max-width: 600px) {
    .button-main{
      margin-left: 0px!important;
      padding: 5px 60px;
      line-height: 40px;
    }
  }
  
  .button-main:hover {
    border: 1px solid rgb(243, 177, 130);
    background: linear-gradient(85deg, #FEC195, #fcc196, #fabd92, #fac097, #fac39c);
    animation: wind 2s ease-in-out infinite;
    color:#161f20 ;
    transition-duration: 0.5s;
  }
  
  @keyframes wind {
    0% {
      background-position: 0% 50%;
    }
  
    0% {
      background-position: 50% 100%;
    }
  
    0% {
      background-position: 0% 50%;
    }
  }
  
  .icon-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    transform-origin: 0 0;
    transform: rotate(10deg);
    transition: all .5s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
  }
  
  .button-main:hover .icon-1 {
    animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
    transform: rotate(10deg);
  }
  
  @keyframes slay-1 {
    0% {
      transform: rotate(10deg);
    }
  
    50% {
      transform: rotate(-5deg);
    }
  
    100% {
      transform: rotate(10deg);
    }
  }
  
  .icon-2 {
    position: absolute;
    top: 0;
    left: 25px;
    width: 12px;
    transform-origin: 50% 0;
    transform: rotate(10deg);
    transition: all 1s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
  }
  
  .button-main:hover .icon-2 {
    animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
    transform: rotate(0);
  }
  
  @keyframes slay-2 {
    0% {
      transform: rotate(0deg);
    }
  
    50% {
      transform: rotate(15deg);
    }
  
    100% {
      transform: rotate(0);
    }
  }
  
  .icon-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    transform-origin: 50% 0;
    transform: rotate(-5deg);
    transition: all 1s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
  }
  
  .button-main:hover .icon-3 {
    animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
    transform: rotate(0);
  }
  
  @keyframes slay-3 {
    0% {
      transform: rotate(0deg);
    }
  
    50% {
      transform: rotate(-5deg);
    }
  
    100% {
      transform: rotate(0);
    }
  }


.cover-bg{
  background: url('../img/about-green.jpg') rgba(0, 0, 0, 0.51);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.rooms-section{
  background: #0E1927;
  border-top:3px solid  #C4AB86;
  border-bottom:3px solid  #C4AB86;

  padding-top: 100px;
  padding-bottom: 100px;
}

.button {
  cursor: pointer;
  border: none;
  background: 
#C4AB86;
  color: #000000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition:
    background 300ms,
    transform 200ms;
  font-weight: 600;
}

.button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;

}
.button__text span{

    position: absolute;
    transform: rotate(calc(19deg * var(--index)));
    inset: 5px;
}
.button__circle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover {
  background: #000;
  transform: scale(1.05);
}

.button:hover .button__icon {
  color: #000;
}

.button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

.facility-card{
  padding: 30px;
  justify-content: center;
  text-align: center;
  background: #C4AB86;
  color: white;
}

footer{
  background: #0E1927;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #192841;
}

/*rooms.html*/
.section-bg1{
  background: url('../img/apartment-with-sea-view-4.jpg'), rgba(0, 0, 0, 0.607);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
}

.section-bg1 h1{
  color: white;
  text-align: center;
  font-weight: 700;
}
.title-text{
  margin-top: 80px;
}
.amenity{
  padding: 5px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/*about.html*/
.section-bg2{
  background: url('../img/about1.jpg'), rgba(0, 0, 0, 0.607);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
}

.section-bg2 h1{
  color: white;
  text-align: center;
  font-weight: 700;
}



/*contact.html*/
.section-bg3{
  background: url('../img/garden-12.jpg'), rgba(0, 0, 0, 0.607);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
}

.section-bg3 h1{
  color: white;
  text-align: center;
  font-weight: 700;
}

.contact-box{
  padding: 30px;
  background: #0E1927;
  color: rgb(255, 255, 255);
}
.row2{
  justify-content: space-between;
}
.col2{
  justify-content: end;
  text-align: end;
}

@media(max-width:1000px){
  .carousel-caption h2 {
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 900 !important;
}
.col3{
  margin-top: 40px;
  text-align: center;
}
}