@import url('https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Jost:ital,wght@0,100..900;1,100..900&family=Mate:ital@0;1&display=swap');
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
}


.navbar{
    padding: 2px;
    background: #ffffff;
}
.logo{
  width: 120px !important;
}
.navbar li a{
    margin: 0 15px;
    font-family: Raleway;
    color: #000000;
    font-weight:bold;
}
.cap-btn{
    background-color: rgb(199,209,206);
    padding: 15px 40px;
 
    color: rgb(255, 255, 255);
    font-size: 17px;

}
.navbar-nav{
    display: flex;
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
    padding-left: 0px !important;
   
  
  }
  .navbar li a:hover {
    color: #4c6f8f !important;
  }
  
  .navbar li a.active {
   
    border-bottom: 1px rgb(12, 68, 114) solid !important;
    background-color: transparent;

  
  }

.cap-btn:hover{
    background-color: #4c6f8f;
    scale: 0.9;
    transition-duration: 0.96s;
    color: white;
}
  .carousel-caption {
    top: 30%;
}

.c-item {
    height: 800px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
   
    background-size: 100%;
  
  }

  .navbar-toggler{
    border-color:   #ffffff !important;
    background-color: #4C6F8F; 
   
  
  }
  


  @media screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:rgb(0, 0, 0);
  }

.about-us{
  background-color: #C7D1CE;
  padding-top: 50px;
  padding-bottom: 50px;

}
.imgg{
  clip-path: polygon(35% 0, 100% 0%, 100% 56%, 35% 57%, 6% 30%);
}

.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  background-color: #9EB3A2;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: .75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color .3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #9EB3A2;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #000;
}

.button:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform .3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform .3s ease-in-out .1s;
  transform: translate(0);
}
.facilities{
  position: relative;

  background-color: #fdf4e267;
}
.facility-content{
  transition: all 0.6s ease-in-out;
  border:1px solid  #7da096;
  position: relative;
  overflow: hidden;
padding: 17px 10px 21px;
z-index: 1;
}
.facility-content::before,
.facility-content::after {
background:  #809690 !important;
content: '';
position: absolute;
z-index: -1;
}
.facility-content::after {
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.6s ease-in-out;
 height: 100%;
}
.facility-content:hover:after {
  height: 100%;
  width: 50%;
}
.facility-content::before {
  height: 100%;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease-in-out;
width:0;
}
.facility-content:hover:before {
  height: 100%;
  width:50%;
}
.facility-content h4{
  font-family: 'Cardo', serif;
  font-weight: bold;
}
.facility-content h6{
  font-family: 'Jost', sans-serif;
  color: #687179;
  font-size: 18px;
  transition: all 0.6s ease-in-out;
}
  .facility-content:hover {
transform: scale(1);
color:white;
fill:white;
box-shadow: 0 0 20px 0 #b1c0bc;
}
.facility-content:hover h6{
color:white;
}

.facilities{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gallery .colum1{


 
}

@media only screen and (max-width: 767px) {
  .img {
  width: 400px  !important;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #0000003b;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}

.swiper-slide img {
    width: 100%;
    height: 50vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

@media only screen and (min-width: 540px) and (max-width: 1300px) {
    .swiper-slide img {
        height: 30vh;
    
    }
    
  }

  
.swiper-slide {
  width: 1000%;
  padding-left: 30px !important;
}

.swiper-slide:nth-child(2n) {
  width: 20%;
}

.swiper-slide:nth-child(3n) {
  width: 30%;
}

.swiper-pagination > .swiper-pagination-bullet {
    opacity: 1;
    border: #05164e  solid 1px;
    background-color: transparent;
}

.swiper-pagination >.swiper-pagination-bullet-active {
    background-color: #115780 ;
}
.room .slide{
  background: var(--white);
  border: .1rem solid rgba(0, 0, 0, 0.2);
  border-radius: .5rem;
  box-shadow: var(--box-shadow);
  margin-bottom: 4rem;
}

.room .slide .image{
  height: 25rem;
  width: 100%;
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
}

.room .slide .image img{
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  object-fit: cover;
}

.room .slide .image .price{
  position: absolute;
  top: 2.5rem; left: 2.5rem;
  background: var(--primary);
  color: var(--white);
  font-size: 1.7rem;
  padding: .5rem 1rem;
  border-radius: .5rem;
  text-transform: lowercase;
}

a {


}
.room .slide .image .fa-shopping-cart{
  position: absolute;
  top: 2.5rem; right: 2.5rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  font-size: 2rem;
  background: var(--white);
  color: var(--black);
  border-radius: 50%;
}

.room .slide .image .fa-shopping-cart:hover{
  background: var(--secondary);
  color: var(--white);
}

.room .slide .content{
  padding: 2rem;
  padding-top: 0;
}

.room .slide .content h3{
  font-size: 2.5rem;
  color: var(--black);
}

.room .slide .content p{
  font-size: 1.6rem;
  color: #666;
  padding: .5rem 0;
  line-height: 1.5;
}

.room .slide .content .stars{
  padding: 1rem 0;
}

.room .slide .content .stars i{
  font-size: 1.7rem;
  color: var(--primary);
}
.room .slide .image .fa-shopping-cart{
  position: absolute;
  top: 2.5rem; right: 2.5rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  font-size: 2rem;
  background: var(--white);
  color: var(--black);
  border-radius: 50%;
}

.room .slide .image .fa-shopping-cart:hover{
  background: var(--secondary);
  color: var(--white);
}

.room .slide .content{
  padding: 2rem;
  padding-top: 0;
}

.room .slide .content h3{
  font-size: 2.5rem;
  color: var(--black);
}

.room .slide .content p{
  font-size: 1.6rem;
  color: #666;
  padding: .5rem 0;
  line-height: 1.5;
}

.room .slide .content .stars{
  padding: 1rem 0;
}

.room .slide .content .stars i{
  font-size: 1.7rem;
  color: var(--primary);
}
#rooms{position: relative;  background: #F8F8F8;}
.room-wrapper{position: relative;}
.room-inner{position: relative;}
.room{position: relative; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); margin-right: 50px; margin-bottom: 50px;}
.room figure{margin: 0; position: relative;}
.room figure img{position: relative; width: 100%;}
.room figure figcaption{position: absolute; left: 0; width: 100%; bottom: 10%; padding: 0 50px 0 50px; color: #fff; text-transform: uppercase; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); font-weight: 600; line-height: 1.3; letter-spacing: 1px;}
.room figure figcaption .ro01{font-size: 18px; font-family: "Oswald", sans-serif;}
.room figure figcaption .txt2{font-size: 10px;}
.room .caption{padding: 30px 50px 30px 50px;}
.room .caption .ro01{font-size: 19px; font-family: "Oswald", sans-serif;}
.room .caption .txt2{font-size: 9px; color: #999; padding-bottom: 8px;}
.small-stars{display: inline-block; color: #FEB200; padding-left: 10px;}
.room .caption .txt3{font-size: 15px; color: #000000; padding-bottom: 15px; font-family: "Cooper Hewitt";}
.room .caption .txt4{}
.room .caption .txt4 a{text-decoration: underline; display: inline-block; position: relative; font-size: 12px; color: #4A1156; font-weight: 600;
transition: all 0.3s ease-out;
}
.room .caption .txt4 a:hover{color: #73835b;}
.room .caption .txt4 a i{font-size: 16px; padding-left: 18px; vertical-align: middle;}
.room .select-txt{position: relative;}
.room .select-txt a{display: block; text-decoration: underline; padding: 15px 60px 15px 50px; background: #ffffff; color: #fff; font-size: 16px;
transition: all 0.3s ease-out;
}
.room .select-txt a:hover{background: #73835b;}
.room .select-txt a span{display: inline-block; position: relative; padding-right: 30px;}
.room .select-txt a i{position: absolute; top: 6px; right: 0;
transition: all 0.3s ease-out;
}
.room .select-txt a:hover i{margin-right: -10px;}
.room .room-icons{position: absolute; width: 75px; background: #fff;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); position: absolute; right: -38px; bottom: 0; text-align: center;}
.room-ic{position: relative; text-align: center; border-bottom: 1px solid #DCDCDC; text-transform: uppercase; color: #999999; font-size: 9px; line-height: 1.2; padding: 17px 2px;}
.room-ic i{color: #555555; padding-bottom: 5px;}
.room-ic.room-ic-wifi i{font-size: 25px;}
.room-ic.room-ic-person i{font-size: 18px;}
.room-ic.room-ic-breakfast i{font-size: 25px;}
.room-ic.room-ic-left .txt0{font-size: 30px; font-family: "Oswald", sans-serif; font-weight: 700; color: #555555;}
.room-ic.room-ic-refund i{font-size: 20px;}
.room-ic.room-ic-discount .txt0{font-size: 30px; font-family: "Oswald", sans-serif; font-weight: 700; color: #555555;}
.room-ic.room-ic-discount .txt0 span{font-size: 14px;}

.room .select-txt a {
  display: block;
  text-decoration: underline;
  padding: 15px 60px 15px 50px;
  background: #a3b090;
  color: #000000;
  font-size: 16px;
  transition: all 0.3s ease-out;
}
@media (max-width: 575.98px) {
  .room-wide-left{float: none; width: auto; padding-right: 0; margin-bottom: 15px;}
  .room-wide-right{float: none; width: auto; text-align: left;}
}
@media (max-width:991px) {
    .all-rooms {
        display: flex;
        flex-direction: column;
    }
    .room-info {
        order: 2;
        margin-top: 1px !important; /* Mund tÃ« shtoni ndonjÃ« margin shtesÃ« nÃ«se Ã«shtÃ« e nevojshme */
    }
    .col-lg-6 {
        width: 100%;
    }
    .gal1{
        font-size: 30px !important;
    }
}
.test1 {
  text-align: justify;
  background-color: #DCDCDC;
}
#testimonials{
  background-color: #4C6F8F;
}
.testimonials {
  background-color:transparent;
  width: 100%;
  max-width: 740px;
margin: 20px;
  box-shadow: 0 6px 5px -7px #cbcbcb;
  border-radius: 3px;
  position: relative;
  opacity: 0;
  animation: showTestimonials 0.32s 0.78s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  input {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
    pointer-events: none;
    opacity: 0;
  }
}

@keyframes showTestimonials {
  to {
    opacity: 1;
  }
}

.testimonials-inner {
  position: relative;
  min-height: 100px;
}

.testimonial {
  padding: 40px 34px 20px 34px;
  margin: 0 30px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

input[name="testimonial"]:nth-child(1):checked ~ .testimonials-inner .testimonial:nth-child(1),
input[name="testimonial"]:nth-child(2):checked ~ .testimonials-inner .testimonial:nth-child(2),
input[name="testimonial"]:nth-child(3):checked ~ .testimonials-inner .testimonial:nth-child(3),
input[name="testimonial"]:nth-child(4):checked ~ .testimonials-inner .testimonial:nth-child(4) {
  pointer-events: initial;
}

.testimonial {
  transition: 0.72s cubic-bezier(0.215, 0.610, 0.355, 1), opacity 0.32s 0.12s;
  opacity: 0;
  transform: translate(0, 38px);
  max-height: 80px;
  animation: hideTestimonial 0s 0.52s forwards;
  position: relative;
}

input[name="testimonial"]:nth-child(1):checked ~ .testimonials-inner .testimonial:nth-child(1),
input[name="testimonial"]:nth-child(2):checked ~ .testimonials-inner .testimonial:nth-child(2),
input[name="testimonial"]:nth-child(3):checked ~ .testimonials-inner .testimonial:nth-child(3),
input[name="testimonial"]:nth-child(4):checked ~ .testimonials-inner .testimonial:nth-child(4) {
  animation: showTestimonial 0s 0.72s forwards;
  position: absolute;
  opacity: 1;
  transform: none;
  max-height: 500px;
  transition: 0.3s 0.52s, opacity 0.68s 0.92s, max-height 0.82s 0.72s;
}

@keyframes hideTestimonial {
  to {
    position: absolute
  }
}

@keyframes showTestimonial {
  to {
    position: relative
  }
}

input[name="testimonial"]:nth-child(1):checked ~ .testimonials-bullets label:nth-child(1) span,
input[name="testimonial"]:nth-child(2):checked ~ .testimonials-bullets label:nth-child(2) span,
input[name="testimonial"]:nth-child(3):checked ~ .testimonials-bullets label:nth-child(3) span,
input[name="testimonial"]:nth-child(4):checked ~ .testimonials-bullets label:nth-child(4) span {
  background-color: #0052CB;
  transform: scale(1);
  transition: transform 0.36s cubic-bezier(0.26, -0.59, 0.43, 2.48), background-color 0.41s ease-in;
}

.testimonial-photo {
  height: 84px;
  width: 84px;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.photo-background {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  box-shadow: 0 -4px 3px -2px #c3c2c2;
  width: 100%;
  transform: scale(0.87);
  transition: 0.32s;
}

input[name="testimonial"]:nth-child(1):checked ~ .testimonials-inner .testimonial:nth-child(1) .photo-background,
input[name="testimonial"]:nth-child(2):checked ~ .testimonials-inner .testimonial:nth-child(2) .photo-background,
input[name="testimonial"]:nth-child(3):checked ~ .testimonials-inner .testimonial:nth-child(3) .photo-background,
input[name="testimonial"]:nth-child(4):checked ~ .testimonials-inner .testimonial:nth-child(4) .photo-background {
  transform: scale(1);
  transition: 0s;
}

.photo-author {
  background-size: 68px;
  background-position: center;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color:transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1.18) translate(0, -6px);
  transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.6s, height 0s 0.6s;
}

input[name="testimonial"]:nth-child(1):checked ~ .testimonials-inner .testimonial:nth-child(1) .photo-author,
input[name="testimonial"]:nth-child(2):checked ~ .testimonials-inner .testimonial:nth-child(2) .photo-author,
input[name="testimonial"]:nth-child(3):checked ~ .testimonials-inner .testimonial:nth-child(3) .photo-author,
input[name="testimonial"]:nth-child(4):checked ~ .testimonials-inner .testimonial:nth-child(4) .photo-author {
  transform: scale(1);
  opacity: 1;
  height: 68px;
  width: 68px;
  transition: width 0.26s 1.01s, height 0.26s 1.01s;
}

.testimonial-text {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 1px #ffffff;
  letter-spacing: 0.12px;
  font-style: italic;
  line-height: 26px;
  p {
    margin-bottom: 10px;
  }
}

.testimonial-author {
  font-size: 15px;
  text-align: right;
  color: #bdbdbd;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #e3e3e3;
  &:before {
    content: '– ';
  }
}

.testimonials-bullets {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 30px;
  transform: translate(0, 8px);
  .bullet {
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin: 0 1px;
    div {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background-color: #ffffff;
      box-shadow: 0 4px 6px -7px #000000;
      span {
        background-color: #c3c3c3;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        transform: scale(0.82);
        transition: 0.72s;
      }
    }
    &:hover span {
      background-color: #809690;
    }
  }
}

.testimonials-arrows {
  height: 100%;
  .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    position: absolute;
    top: calc(50% - 25px);
    span {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color:#809690;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      &:before {
        font-size: 32px;
        font-family: monospace, sans-serif;
        font-weight: 600;
        color: #000000;
        transition: color 0.21s ease-in;
      }
    }
    &:hover span:before {
      color: #a30202;
      transition: color 0.17s ease-out;
    }
    label {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      cursor: pointer;
    }
  }
  .arrow-left {
    left: -20px;
    span {
    
      &:before {
        content: '<';
      }
    }
  }
  .arrow-right {
    right: -20px;
    span {

text-shadow: 7px 5px 5px #d8cccc;        &:before {
        content: '>';
      }
    }
  }
}

input[name="testimonial"]:nth-child(1):checked ~ .testimonials-arrows .arrow-left label[for="input-testimonial4"],
input[name="testimonial"]:nth-child(1):checked ~ .testimonials-arrows .arrow-right label[for="input-testimonial2"],
input[name="testimonial"]:nth-child(2):checked ~ .testimonials-arrows .arrow-left label[for="input-testimonial1"],
input[name="testimonial"]:nth-child(2):checked ~ .testimonials-arrows .arrow-right label[for="input-testimonial3"],
input[name="testimonial"]:nth-child(3):checked ~ .testimonials-arrows .arrow-left label[for="input-testimonial2"],
input[name="testimonial"]:nth-child(3):checked ~ .testimonials-arrows .arrow-right label[for="input-testimonial4"],
input[name="testimonial"]:nth-child(4):checked ~ .testimonials-arrows .arrow-left label[for="input-testimonial3"],
input[name="testimonial"]:nth-child(4):checked ~ .testimonials-arrows .arrow-right label[for="input-testimonial1"] {
  z-index: 1;
}

.testimonial:nth-child(1) .photo-author {
background-image: url('img/spain.png');
}

.testimonial:nth-child(2) .photo-author {
 background-image: url('img/united-kingdom.png');
}

.testimonial:nth-child(3) .photo-author {
background-image:  url('img/norway.png');
}

.testimonial:nth-child(4) .photo-author {
background-image: url('img/france.png') ;
}
.main {
  display: flex;
  align-items: center;
  justify-content: center;
background-color: transparent;
  overflow: hidden;
  height: 30vh;
  width: 100vw;
}
@media screen and (max-width: 900px ) {
  .main  {
  font-size: 20px !important;
 height: 50vh!important;


  }
}
@media screen and (max-width: 767px ) {
.head-home  h1  {
font-size: 60px !important;

}
}
.testt{

padding-top: 100px;
padding-bottom: 100px !important;
background-image: url('img/hom.jpg');
background-color: #00000049;
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;



}

.cover{
  padding-top: 100px;
padding-bottom: 100px !important;

background-color: #ffffff49;
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
}



.fadeinleft {
opacity:0;
transform: translateX(200px);
transition: all 1.3s ease-out;
}
.fadeinright{
opacity: 0;
transform: translateX(-200px);
transition: all 0.8s 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;
}

.footer{
  background-color: #000000;
}

.cover-bg{
  background-image:url('img/hom.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000000c9 !important;

}
.glass-header{
  background: rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.9px);
  -webkit-backdrop-filter: blur(6.9px);
  border: 1px solid rgba(255, 255, 255, 0.92);
}
.section-background7{
   
  background: url('img/GALLERY.png')  rgba(20, 19, 19, 0.603) ;

      background-position:center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      height: 600px;
  }
  .section-background2{
      background: url('img/Photo\ \(34\).JPG')  rgba(20, 19, 19, 0.603) ;
          background-position:top;
          background-size: cover;
          background-repeat: no-repeat;
          background-blend-mode: multiply;

          height: 600px;
      }
  
      .section-background3{

          background: url('img/dhome41.png')  rgba(20, 19, 19, 0.733) ;
      
              background-position:top;
              background-size: cover;
              background-repeat: no-repeat;
              background-blend-mode: multiply;
              height: 600px;
          }
          .section-background9{

            background: url('img/dhome411.png')  rgba(20, 19, 19, 0.733) ;
        
                background-position:top;
                background-size: cover;
                background-repeat: no-repeat;
                background-blend-mode: multiply;
                height: 600px;
            }
  .section-title h1{
      color: white;
      text-align: center;
      font-size: 4.2rem;
      padding-top:14%;
      letter-spacing: 10px;
  }
  .animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;

    border-radius: 100px;
    font-weight: 600;
    color: #1f387e;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #1f387e;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .arr-1 {
    right: 16px;
  }
  
  .animated-button .arr-2 {
    left: -25%;
  }
  
  .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #c5e5e4;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
  }
  
  .animated-button:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button:hover .arr-2 {
    left: 16px;
  }
  
  .animated-button:hover .text {
    transform: translateX(12px);
  }
  
  .animated-button:hover svg {
    fill: #1f387e;
  }
  
  .animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
  }
  
  .animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }
  .about{
background-color: #E8E5E5;
background-image: url('img/Patterrnn.png');
  }

  .info{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-box{
    border:  1px double black;
  
  }
  @media (max-width:991px) {
    .all-rooms {
        display: flex;
        flex-direction: column;
    }

    .room-info {
        order: 2 !important;
       
    }

    .col-lg-6 {
        width: 100%;
    }
    .gal1{
        font-size: 30px !important;
    }
  
}
@media (max-width: 768px) {
  .section-title h1 {
    font-size: 3.2rem;
    padding-top: 70%;
    letter-spacing: 6px;
  }

  .section-title p {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }

  .imgg {
    margin-left: 0;
  }
}