@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&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&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: 'Della Respira', serif;

  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: "Jost", sans-serif;
  font-family: 'Cinzel', serif;
  font-family: "Inconsolata", monospace;
  font-family: 'Gilda Display', serif;
  font-family: 'Raleway', sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  color: rgb(0, 0, 0);

}
h6{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 25px;
}
a{
  text-decoration: none;
  color: rgb(0, 0, 0);
}
::selection {
  color: #ffffff;
  background: #74685E;
}
nav.navbar {
  background-color: #ffffff;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;

  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 13px !important;
  letter-spacing: 3px;
}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}
a.nav-link:hover {
  transform: scale(1.02);
}

.navbar li a.active {
  color: #000000 !important;
  transform: scale(1.05);
  border-bottom: 1px#000000 solid !important;

  background-color: transparent;
}
.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: "Inconsolata", monospace;
  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../img/3.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('../img/1.jpg') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../img/4.jpg')  rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;

  padding: 50px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}

.carousel-caption h1 {

  text-shadow: 7px 5px 5px #9b681b;

  font-size: 100px !important;
  font-weight: 400 !important;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Inconsolata", monospace;
text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  font-weight: 100;
  color: #ffffff !important;

}
.button {
  --primary-color: #252424;
  --secondary-color: #ffffff;
  --hover-color: #252424;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}
.button .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background-color: #000000 !important;
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.button .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.button:hover {
  background-color: #000000;
}

.button:hover .arrow {
  background: var(--secondary-color);
}

.button:hover .arrow:before {
  right: 0;
}


/**About Two**/
.about-two {
    padding: 120px 0px;
    position: relative;
  
    z-index: 1;
  }
  @media (max-width: 991px) {
    .about-two {
      padding: 100px 0px;
    }
  }
  @media (max-width: 767px) {
    .about-two {
      padding: 80px 0px;
    }
  }
  .about-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: overlay;
    z-index: -1;
  }
  .about-two__thumb {
    position: relative;
    z-index: 1;
  }
  .about-two__thumb__item {
    position: relative;
    z-index: 1;
    margin-right: 100px;
    margin-left: 30px;
  }
  @media (max-width: 1199px) {
    .about-two__thumb__item {
      margin-right: 30px;
      margin-left: 30px;
    }
  }
  .about-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
  .about-two__thumb__item::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: transparent;
    border: 1px solid var(--solinom-base, #CDA742);
  }
  .about-two__thumb__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--solinom-base, #CDA742);
    transform: rotate(-10.21deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }
  .about-two__thumb__item:hover::before {
    transform: rotate(0deg);
  }
  .about-two__thumb__small {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 1;
    animation: top-bottom-two 4s ease-in-out infinite;
  }
  .about-two__thumb__small img {
    width: 243px;
    height: 243px;
    border-radius: 50%;
    border: 16px solid var(--solinom-gray2, #CDA742);
  }
  .about-two .sec-title {
    padding-bottom: 15px;
  }
  .about-two .sec-title .sec-title__title {
    font-weight: 500;
    line-height: 120%;
  }
  .about-two__top__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    max-width: 490px;
    width: 100%;
    margin-bottom: 30px;
  }
  .about-two__feature {
    margin-bottom: 40px;
  }
  .about-two__feature__item {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    overflow: hidden;
  }
  .about-two__feature__item::after {
    content: "";
    width: 100%;
    height: 166px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:#cda84271;
    z-index: -1;
  }
  .about-two__feature__item:hover .about-two__feature__icon {
    animation: shake 0.3s linear 2;
    background-color: var(--solinom-base, #ffffff);
    color: var(--solinom-white, #fff);
  }
  .about-two__feature__item:hover .about-two__feature__bg {
    transform: scale(1.1);
  }
  .about-two__feature__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -2;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__icon {
    margin-top: 25px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--solinom-text, #CDA742);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--solinom-base, #CDA742);
    font-size: 30px;
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 350%;
    color: var(--solinom-white, #fff);
    text-transform: capitalize;
    margin-top: -6px;
    margin-bottom: -15px;
    padding-bottom: 0;
  }
  .about-two__feature__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .about-two__feature__title a:hover {
    background-size: 100% 1px;
  }
  .about-two__feature__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    margin-bottom: -10px;
    padding-bottom: 0;
    color: white;
  }
  .about-two .solinom-btn {
    padding: 11px 40px;
    border: 1px solid transparent;
  }
  .about-two .solinom-btn:hover {
    border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.4);
  }
  .facilities{
    padding-bottom: 100px;
  }
  .facility-box{
    padding: 30px;
    background: white;
    border: 1px solid #C2B5A2;
    transition: 0.3s ease-in-out;
  }
  .facility-box:hover{
    background: #E0D8CA;
    transition: 0.3s ease-in-out;
  }
.fas{
    font-family: "Forum", serif;
                font-size: 45px;
                text-align: center;
                color: #ffffff;
                letter-spacing: 1px;
                font-weight: 500;
}

.cover-bg{

  padding-bottom: 100px;
}
.content{
  padding: 40px;
  background: rgba(255, 255, 255, 0.551);
}
.col1{
  background: #f8e5cb;
}

.owl-next,
.owl-prev {
  height: 50px !important;
  position: absolute !important;
  width: 50px !important;
  cursor: pointer !important;
  top: 35% !important;
  background: #ffffff !important;
  transition: 0.5s !important;
  z-index: 100 !important;

}
 .owl-prev {
  left: 13px !important;
}
 .owl-next {
  right: 13px !important;
}
.owl-prev:hover
{
  background: #221C13 !important;
}
.owl-next:hover
{
  background: #221C13  !important;
}
.flex1 {
  display: flex !important;
  justify-content: space-between !important;
}

.testimonials{

  padding-bottom: 100px;
}

/* room in main page */
/* HOTEL BOX 3 LIST AREA START */
.hotel-box-3 .hotel-inner {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .hotel-box-3 .hotel-inner .photo-overflow {
    overflow: hidden;
  }
  
  .hotel-box-3 .hotel-inner .property-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
  }
  
  .hotel-box-3 .hotel-inner .property-photo img{
    border-radius: 10px;
  }
  
  .hotel-box-3 .hotel-inner:hover .property-photo {
    transform: scale(1.1);
  }
  
  .hotel-box-3 .hotel-inner .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgb(35 35 37 / 77%) 0%,rgb(35 35 37 / 39%) 35%,rgb(22 22 23 / 23%) 60%,rgba(0,0,0,0) 100%);
    border-radius: 10px;
    opacity: 1;
  }
  
  .hotel-box-3 .hotel-inner:hover .property-photo:before{
    background: linear-gradient(0,#d4940a,rgb(4 1 12 / 0%));
    opacity: .8;
  }
  
  .hotel-box-3 .hotel-inner h3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 400;
    font-family: Mulish, sans-serif;
    font-size: 22px;
  }
  
  .hotel-box-3 .hotel-inner .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
  
  .hotel-box-3 .hotel-inner h3 a{
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: 600;
  }
  
  .hotel-box-3 .hotel-inner h3 a:hover{
    color: #fff;
    opacity: 0.9;
  }
  
  .hotel-box-3 .hotel-inner .read-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 87px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 9px 22px;
    border-radius: 3px;
    background: #fff;
  }
  
  .hotel-box-3 .hotel-inner .read-more-btn::before {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: .5s;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list li {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    list-style: none;
  }
  
  .hotel-box-3 .hotel-inner:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
  }
  
  .hotel-box-3 .hotel-inner:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  
  .hotel-box-3 .hotel-inner:hover .facilities-list {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

/*Rooms.html*/
.section-background{
  background: url('../img/Apartment with View and Balcony6.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.cover-bg1{
  background: url('../img/4.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
/**Room Card**/
.room-card {
    background-color: var(--solinom-white, #fff);
    position: relative;
  }
  .room-card__thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .room-card__thumb img {
    object-fit: cover;
    width: 100%;
    transform: scale(1) rotate(0deg);
    transition: all 0.4s ease-in-out;
  }
  .room-card__thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.712);
    z-index: 0;
    transform: translateY(-70%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .room-card__feature {
    background-color: var(--solinom-white, #fff);
    font-style: normal;
    font-weight: 700;
    font-size:25px;
    line-height: 280%;
    text-transform: uppercase;
    color: var(--solinom-gray2, #000000);
    padding: 4.5px 11px;
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
  }
  .room-card__feature:hover {
    background: var(--solinom-base, #f0b96d);
    color: var(--solinom-white, #fff);
  }
  .room-card__love {
    width: 32px;
    height: 32px;
    z-index: 1;
    background-color: var(--solinom-white, #fff);
    font-size: 15px;
    color: var( #fd0d0d);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    line-height: 0;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .room-card__love .active {
    color: var(--solinom-base, #CBA36B);
  }
  .room-card__love:hover {
    background-color: var(--solinom-text, #101D22);
  }
  .room-card__top {
    padding: 0px 30px;
    width: 100%;
    background-color: var(--solinom-gray, #1C2F36);
  }
  .room-card__top__inner {
    margin-top: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    margin-bottom: -44px;
  }
  .room-card__top__popup {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .room-card__top__popup__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: var(--solinom-base, #CBA36B);
    font-size: 14px;
    color: var(--solinom-white, #fff);
    line-height: 0;
    transition: all 0.4s ease-in-out;
  }
  .room-card__top__popup__item:hover {
    background-color: var(--solinom-white, #fff);
    color: var(--solinom-base, #CBA36B);
  }
  .room-card__top__price {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--solinom-base, #CBA36B);
    transition: all 0.4s ease-in-out;
  }
  .room-card__top__price__content {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    display: block;
    color: var(--solinom-white, #fff);
  }
  .room-card__top__price__text {
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--solinom-white, #fff);
  }
  .room-card__content {
    position: relative;
    background-color: var(--solinom-gray, #1C2F36);
    padding: 30px;
    padding-top: 40px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__inner__element {
    width: 98px;
    height: 98px;
    position: absolute;
    border-radius: 100px;
    top: -45px;
    right: 24px;
    background: rgba(var(--solinom-gray2-rgb, 40, 62, 70), 1);
    z-index: 1;
    transition: all 0.5s ease;
  }
  .room-card__content__title {
    font-style: normal;
    font-weight:300;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 7px;
    padding-bottom: 0;
    text-transform: capitalize;
    color: var(--solinom-white, #fff);
  }
  .room-card__content__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .room-card__content__title a:hover {
    background-size: 100% 1px;
  }
  .room-card__content__title a:hover {
    color: var(--solinom-text, #101D22);
  }
  .room-card__content__text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;

    margin-bottom: 10px;
    padding-bottom: 0;
    color: var(--solinom-text-gray, #ffffff);
   
    width: 100%;
    transition: all 0.4s ease-in-out;
  }
 
  .room-card__content__star__parson {
    font-style: normal;
    font-weight: 500;
    font-size: 23;
    line-height:70px;

    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--solinom-text-gray, #ffffff);
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__star__parson strong {
    color: var(--solinom-white, #ffffff);
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__btn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-transform: uppercase;
    color: var(--solinom-white, #fff);
    background-color: var(--solinom-text-dark, #15262C);
    padding: 9.5px 22px;
    border: 1px solid transparent;
  }
  .room-card__content__btn:hover {
    color: var(--solinom-white, #fff);
    border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.2);
  }
  .room-card__content__element {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    transform: translateY(200px);
    transition-delay: 1400ms;
    transition: all 800ms ease-in-out;
    z-index: -1;
  }
  .room-card:hover .room-card__top__popup a {
    background-color: var(--solinom-gray, #f5f5f5);
  }
  .room-card:hover .room-card__top__price {
    background-color: var(--solinom-gray, #1C2F36);
  }
  .room-card:hover .room-card__content {
    background-color: var(--solinom-base, #CBA36B);
  }
  .room-card:hover .room-card__content__inner__element {
    background: rgba(var(--solinom-gray2-rgb, 40, 62, 70), 0.2);
  }
  .room-card:hover .room-card__content__text,
  .room-card:hover .room-card__content__star__item i,
  .room-card:hover .room-card__content__star__parson strong {
    color: var(--solinom-white, #fff);
  }
  .room-card:hover .room-card__content__star {
    border-color: transparent;
    background-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.16);
  }
  .room-card:hover .room-card__content__star__parson {
    color: var(--solinom-text-dark, #15262C);
  }
  .room-card:hover .room-card__content__element {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .room-card:hover .room-card__thumb img {
    transform: scale(1.1) rotate(5deg);
  }
  .room-card:hover .room-card__thumb::after {
    opacity: 1;
    transform: translateY(0);
  }
  
  /**Room Card List**/
  .room-list-card {
    position: relative;
    z-index: 1;
    background: var(--solinom-white, #fff);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  }
  .room-list-card__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .room-list-card__image img {
    object-fit: cover;
    width: 100%;
    transform: scale(1) rotate(0deg);
    transition: all 0.5s ease-in-out;
  }
  .room-list-card__like {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--solinom-text-gray, #7D8B90);
    background-color: var(--solinom-white, #fff);
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.4s ease-in-out;
  }
  .room-list-card__like:hover {
    color: var(--solinom-base, #CBA36B);
    background-color: var(--solinom-gray, #1C2F36);
  }
  .room-list-card__label {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 180%;
    text-transform: uppercase;
    color: var(--solinom-gray2, #283E46);
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--solinom-white, #fff);
  }
  .room-list-card__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    text-transform: capitalize;
    text-shadow: 0 0 0.1px currentColor;
    margin-bottom: 10px;
  }
  .room-list-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .room-list-card__title a:hover {
    background-size: 100% 1px;
  }
  .room-list-card__title a:hover {
    color: var(--solinom-base, #CBA36B);
  }
  .room-list-card__price {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: var(--solinom-base, #CBA36B);
    text-transform: capitalize;
    margin-bottom: 8px;
  }
  .room-list-card__price__shift {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: var(--solinom-text-gray, #7D8B90);
  }
  .room-list-card__content {
    padding: 30px 50px 30px 20px;
  }
  .room-list-card__content__inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  @media (max-width: 575px) {
    .room-list-card__content__inner {
      flex-direction: column;
      gap: 5px;
      margin-bottom: 10px;
    }
  }
  .room-list-card__content__right {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    .room-list-card__content {
      padding: 15px 30px 15px 0px;
      margin-left: -10px;
    }
  }
  @media (max-width: 991px) {
    .room-list-card__content {
      padding: 30px 40px;
    }
  }
  @media (max-width: 575px) {
    .room-list-card__content {
      padding: 30px;
    }
  }
  .room-list-card__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    color: var(--solinom-text-gray, #7D8B90);
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    .room-list-card__text {
      font-size: 15px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 575px) {
    .room-list-card__text {
      margin-bottom: 15px;
    }
  }
  .room-list-card__btns {
    display: flex;
    gap: 3px;
  }
  .room-list-card__btns a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: var(--solinom-gray, #1C2F36);
    color: var(--solinom-white, #fff);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease-in-out;
  }
  .room-list-card__btns a:hover {
    color: var(--solinom-base, #CBA36B);
  }
  .room-list-card__btns__count {
    position: absolute;
    right: -4px;
    top: -6px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background-color: var(--solinom-base, #CBA36B);
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 7px;
    font-weight: 600;
    color: var(--solinom-white, #fff);
  }
  .room-list-card__ratings {
    color: var(--solinom-base, #CBA36B);
    font-size: 17px;
  }
  .room-list-card__meta {
    background-color: var(--solinom-border-color, #FAF6F0);
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 30px;
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .room-list-card__meta {
      flex-wrap: wrap;
    }
    .owl-next,
    .owl-prev {
      height: 20px !important;
      position: absolute !important;
      width: 20px !important;
      cursor: pointer !important;
      top: 35% !important;
      background: #ffffff !important;
      transition: 0.5s !important;
      z-index: 100 !important;
    
    }
  }
  .room-list-card__meta li {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .room-list-card__meta li:hover .room-list-card__meta__icon {
    background-color: var(--solinom-base, #CBA36B);
    color: var(--solinom-white, #fff);
  }
  .room-list-card__meta__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--solinom-white, #fff);
    color: var(--solinom-base, #CBA36B);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
  }
  .room-list-card__meta__content .room-list-card__meta__title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    color: var(--solinom-text, #101D22);
  }
  .room-list-card__meta__content span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--solinom-text-gray, #7D8B90);
  }
  .room-list-card:hover .room-list-card__image img {
    transform: scale(1.1) rotate(2deg);
  }
  
  /**Room Card List Two**/
  .room-list-card--two .room-list-card__content {
    padding: 20px 30px 0px 0px;
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .room-list-card--two .room-list-card__content {
      padding: 20px 20px 0px 0px;
      margin-left: -10px;
    }
  }
  @media (max-width: 767px) {
    .room-list-card--two .room-list-card__content {
      padding: 30px;
    }
  }
  .room-list-card--two .room-list-card__meta {
    margin-bottom: 0;
  }
  @media (max-width: 575px) {
    .room-list-card--two .room-list-card__meta {
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap: 20px;
    }
  }
  .room-list-card--two .room-list-card__text {
    margin-bottom: 10px;
    font-size: 15px;
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .room-list-card--two .room-list-card__text {
      font-size: 13px;
    }
  }
  @media (max-width: 767px) {
    .room-list-card--two .room-list-card__text {
      margin-bottom: -4px;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .room-list-card--two .room-list-card__title {
      font-size: 20px;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .room-list-card--two .room-list-card__price {
      font-size: 18px;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .room-list-card--two .room-list-card__ratings {
      font-size: 15px;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .room-list-card--two .room-list-card__content__inner {
      flex-direction: column;
    }
  }
  @media (max-width: 575px) {
    .room-list-card--two .room-list-card__content__inner {
      flex-direction: column;
    }
  }
/*Aboutus.html*/
.section-background1{
  background: url('../img/2.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom 130%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.testimonial-section{
  margin-top: 150px;
  margin-bottom: 100px;
}
.testimonial-box{
  padding: 40px;
  background: #704a4a00;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('../photos/bg-shape.png');
  background-position:bottom left;
  background-size: 30%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.first{
  display: none;
}

/*Contact.html*/
.section-background2{
  background: url('../img/9.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.contact-box{
  background: url('../img/4.jpg') #44626eeb;

  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding: 50px;
width: 100%;
  text-align: center;
}

/*Gallery.html*/
.section-background3{
  background: url('../img/Apartment with Sea View2.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.section-background1 h1 .section-background2 h1 .section-background3 h1{
  font-size: 60px !important;
  color: wheat;
  
}
@media(max-width:990px){
  .map-col{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  .cover-bg, .section-background, .section-background1, .section-background2, .section-background3, .carousel1, .carousel2, .carousel3{
    background-attachment:scroll !important;

  }
  .carousel-caption{
    margin-bottom: 73%;
    text-align: center;
 
    padding: 10px;
  }
  .carousel-caption h1 {
 
    text-shadow: 7px 5px 5px #44626E;
  
    font-size: 50px !important;
    font-weight: 800 !important;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 3px !important;
    font-weight: 100;
    color: #ffffff !important;
  
  }
  .container-fluid{
    padding: 20px !important;
  }
  nav.navbar{
    height: auto;
  }
  .content{
    padding: 40px;
    background: rgba(255, 255, 255, 0.551);
  }
  .section-background1 h1, .section-background2 h1, .section-background3 h1{
font-size: 39px !important;
  }

}
/*Animations*/
.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;
}
