@charset "UTF-8";
/*----------------------------------------------------------------------
    Template Name: Marcopolo Business Hotel
    Version: 1.0*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,400&family=Roboto:wght@400;500&display=swap");
/*******************************************************/
/******************* ## Default Style *****************/
/*******************************************************/
@import "variable.css";
@import "global.css";
@import "custom-animation.css";
@import "common.css";



.reservation-home {
  width:100%;

}
/* .reser-flex {
  display:flex;
  gap:20px;
  align-items:center;
}
.reser-flex .form-group {
  flex:1;
}
.reser-flex .form-group label {
  color:var(--lighter-color);
}

@media only screen and (max-width: 767px) {
  .reser-flex {
    flex-direction: column;
    align-items:normal;
  } 
  .form-group {
    margin-bottom:0;
  }
}
 */


/*******************************************************/
/******************* ## About section home page ******************/
/*******************************************************/

.about-section {
  background-color:#f8f6f7;
}

.about-section h2, .about-section p {
  text-align: center;
  margin-bottom: 0;
}
.about-section p.bold {
  font-weight:bold;
}

.about-img img {
  width:100%;

}
/*******************************************************/
/******************* ## Services section home page ******************/
/*******************************************************/
.services-section .container h2 {
  text-align: center;
}
.service-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: relative;
  padding: 35px 30px;
}
.service-item .icon {
  font-size: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto 30px;
  color: var(--primary-color);
  width: 80px;
  height: 80px;
  background: #F7F0EB;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}
.service-item:hover {
  z-index: 2;
  background: white;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
}
.service-item:hover .icon {
  color: white;
  background: var(--primary-color);
}
.service-item .icon svg {
  width:30px;
  height:auto;
  fill:var(--primary-color);
}
.service-item:hover .icon svg{
  fill:#ffffff;
}
/*******************************************************/
/******************* ## Dning section home page ******************/
/*******************************************************/
.dining-section h2, .dining-section p {
  text-align: center;
  margin-bottom: 0;
}
.dining-section .dining-img img {
  width:100%;
}
  /*******************************************************/
/******************* ## Hotel Section ******************/
/*******************************************************/
.hotel-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  background: var(--lighter-color); }
  .hotel-item .content {
    padding:20px 10px 0 10px;
  }
  .hotel-item .content .top span {
    font-weight: 500;
  }
    @media only screen and (min-width: 480px) {
      .hotel-item .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
      height:75px;
     } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hotel-item .content {
        padding: 35px 30px 45px; } }
    @media only screen and (max-width: 767px) {
      .hotel-item .content {
        padding: 35px 30px 45px; } }
    .hotel-item .content span {
      margin-bottom: 10px; }
    .hotel-item .content .price {
      margin-bottom: 30px; }
      .hotel-item .content .price span {
        font-weight: 500;
        color: var(--primary-color); }
    .hotel-item .content .theme-btn {
      padding: 8px 10px;
    height:40px; }
  @media only screen and (min-width: 480px) {
    .hotel-item .image {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      max-width: 100%;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; } }
  .hotel-item .image img {
    width: 100%; }
  .hotel-item:hover .content span a {
    color: var(--primary-color);
    font-size: 24px; }
  .hotel-item:hover .content .theme-btn {
    color: white;
    background: var(--primary-color);
    border-color: var(--primary-color); }

.hotel-carousel-active {
  margin-left: -15px;
  margin-right: -15px; }
  .hotel-carousel-active .hotel-item {
    margin-left: 15px;
    margin-right: 15px; }
    @media only screen and (min-width: 480px) {
      .hotel-carousel-active .hotel-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .hotel-carousel-active .slick-dots {
    margin-top: 40px; }

    .hotel-carousel-active .hotel-item .content .top h4 {
       font-size:16px;

    }

/*******************************************************/
/***************** ## hotel-highlight ****************/
/*******************************************************/

.hotel-highlight {
  background-color:#fff9ef;
}


/* Testimonials Three */
.hotel-highlight-slider {
  margin-left: -15px;
  margin-right: -15px; }
  .hotel-highlight-slider .hotel-highlight-item {
    margin-left: 15px;
    margin-right: 15px; }
  .hotel-highlight-slider .slick-dots {
    margin-top: 40px; }

.hotel-highlight-item {

  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
  /* border-top: 3px solid var(--primary-color); */
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07); }
  @media only screen and (max-width: 767px) {
    .hotel-highlight-item {
      padding-left: 25px;
      padding-right: 25px; } }
  .hotel-highlight-item:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: -1;
    content: '';
    border-right: 3px solid var(--primary-color); }
  .hotel-highlight-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -1;
    content: '';
    border-left: 3px solid var(--primary-color); }
  .hotel-highlight-item .author {
    margin-bottom: 18px; }
    .hotel-highlight-item .author img {
      display: inline-block; }
  .hotel-highlight-item .text:before {
    content: '“';
    font-size: 35px;
    color: var(--heading-color); }
  .hotel-highlight-item .testi-des {
    margin-top: 25px;
    margin-bottom: -8px; }
    .hotel-highlight-item .testi-des h6 {
      margin-bottom: 0; }
      @media only screen and (min-width: 376px) {
        .hotel-highlight-item .testi-des h6 {
          font-size: 20px; } }
    .hotel-highlight-item .testi-des span {
      font-size: 14px; }
  .hotel-highlight-item .ratting i {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0; }
  /* .hotel-highlight-item:hover:after {
    height: 100%;
    width: 100%;
    -webkit-animation: border 1s linear;
    animation: border 1s linear;
    border-bottom: 3px solid var(--primary-color); }
  .hotel-highlight-item:hover:before {
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; } */
/*******************************************************/
/****************** ##google map *******************/
/*******************************************************/
.google-map__layout {
  background-color: var(--primary-color);
  display: flex;
  padding:3rem;
  gap:5rem;
}
@media only screen and (max-width:767px) { 
  .google-map__layout {
    display: flex;
    flex-direction: column;
  } 
}
.marcopolo-map {
 flex-basis: 60%;
}
.marcopolo-map iframe {
  width:100%;
  height:300px;
}
.contact-phone {
  flex:1;
  color:#ffffff;
  width:100%;
  text-align: center;
  padding-top: 5%;
}
.contact-phone h4 {
  color:#FFFFFF;
}
.contact-phone i {
  color:#FFFFFF;
  font-size: 50px;

}
.contact-phone p {
  margin:0;
  padding:0;
}
.contact-phone p a {
  color:#FFFFFF;
}
.contact-phone p a:hover {
  color:var(--primary-color);
}
.nearby-attraction {
  position: relative;
}
.nearby-attraction h2 {
  color:white;

}
.nearby-attraction ul li{
  border-bottom: dotted 2px #FFFFFF;
  line-height: 3;
}
.nearby-attraction ul li .na-list{
  display: flex;
  gap:1rem; 
  justify-content: space-between;
  color:white;
}
.nearby-attraction ul li .na-list span:nth-child(1){
  flex:1;

}
.nearby-attraction ul li .na-list span:nth-child(3) a{
  color:white;
}
.na-list a {
  color:#FFFFFF;
}
.na-list a:hover {
  text-decoration: underline;
}

.hiddenimg {
  display: none;
}
.hiddentxt:hover ~ .hiddenimg {
  display: block;
  position: absolute;
    z-index: 2;
    left:100px;
    top:50px;
}

/*******************************************************/
/****************** ## Search Filter *******************/
/*******************************************************/
.search-filter-inner {
  
  padding:20px 30px 10px;
  margin:20px;
  background: var(--black-color);
}
  @media only screen and (max-width: 1399px) {
    .search-filter-inner {
      padding-left: 30px;
      padding-right: 30px; } }


    .search-filter-inner .form-group label {
      color:#ffffff;


      }

      .book-home {
        display: flex;
        flex-direction: row;
        gap:30px;
        align-items: center;
       }
       @media only screen and (max-width: 768px) {
        .book-home {
          display: flex;
          flex-direction: column; 
        }
       }
       .book-home .form-group{
        width:100%;
       }
       @media only screen and (min-width: 1200px) {
        .book-home .form-group{
          width:30%;
         }
       }
       
       .book-home .btns {
        position: relative;
        top:8px;

       }
       .book-home .btns input {
        color:white;
       }
       .book-home .btns input:hover{
        color:var(--primary-color);
       }
        
      


      /*******************************************************/
/******************* ## Features Area ******************/
/*******************************************************/
.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .feature-item:not(:last-child) {
    margin-bottom: 14px; }
  .feature-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 24px;
    margin-top: -5px;
    margin-right: 20px;
    color: var(--primary-color);
    }
  .feature-item .content h5 {
    margin-top: -10px;
    margin-bottom: 3px; }
    @media only screen and (max-width: 375px) {
      .feature-item .content h5 {
        font-size: 22px; } }
  .feature-item.style-two {
    margin-bottom: 45px; }
    .feature-item.style-two .icon {
      margin-top: 0;
      font-size: 50px;
      margin-right: 35px; }
      @media only screen and (max-width: 375px) {
        .feature-item.style-two .icon {
          font-size: 35px;
          margin-right: 20px; } }
    .feature-item.style-two .content h3 {
      margin-top: -15px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 375px) {
        .feature-item.style-two .content h3 {
          font-size: 30px; } }
    .feature-item.style-two .content h4 {
      margin-top: -10px;
      margin-bottom: 10px; }
  .feature-item.style-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color); }
    .feature-item.style-three:not(:last-child) {
      margin-bottom: 40px; }
    .feature-item.style-three .content h3 {
      margin-bottom: 0; }
    .feature-item.style-three .content p {
      margin-bottom: 0; }
      .feature-item.style-three .content p span {
        color: var(--primary-color); }
    .feature-item.style-three .details-btn {
      color: var(--heading-color);
      border: 1px solid var(--border-color); }
    .feature-item.style-three:hover {
      border-color: var(--heading-color); }
      .feature-item.style-three:hover .content h3 a {
        color: var(--primary-color);
        text-decoration: underline; }
      .feature-item.style-three:hover .details-btn {
        color: white;
        background: var(--primary-color);
        border-color: var(--primary-color); }

@media only screen and (min-width: 992px) {
  .superior-room-content {
    max-width: 440px; } }

.text-white .feature-item.style-two .icon i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.text-white .feature-item.style-two .content p {
  opacity: 0.65; }

.text-white .feature-item.style-two:hover .icon i {
  color: var(--primary-color); }

.text-white .feature-item.style-two:hover .content h4 a {
  text-decoration: underline; }

.popular-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -30px;
  bottom: -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 220px;
  padding: 15px 30px 22px;
  background: var(--primary-color); }
  .popular-clients span {
    width: 100%;
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Cormorant Garamond", serif; }
  .popular-clients img {
    width: 35px;
    height: 35px;
    border-radius: 50%; }
    .popular-clients img:not(:last-child) {
      margin-right: -7px; }

.feature-item-three {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  text-align: center;
  margin-bottom: 30px;
  padding: 28px 15px 18px; }
  .feature-item-three .icon {
    line-height: 1;
    font-size: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 10px;
    color: var(--primary-color); }
  .feature-item-three h6 {
    font-size: 20px; }
  .feature-item-three:hover {
    background: var(--primary-color); }
    .feature-item-three:hover h6 a,
    .feature-item-three:hover .icon {
      color: white; }




  /*******************************************************/
/****************** ## Gallery Page *******************/
/*******************************************************/    
.gallery-page-area {
  margin-top:50px;
}

.gallery .gallery-filter{
	padding: 0 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.gallery .gallery-filter .filter-item{
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin:0 10px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	line-height: 1.2;
	transition: all 0.3s ease;
}
.gallery .gallery-filter .filter-item.active{
	color:var(--primary-color);
	border-color :var(--primary-color);
}

.gallery .gallery-item.show{
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.gallery .gallery-item.hide{
	display: none;
}



.gallery > ul.gallery-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 5px;

}

@media(max-width: 991px){ 
  .gallery > ul.gallery-row {
  grid-template-columns: 1fr 1fr; 
  }
}


@media(max-width: 767px){
  .gallery > ul.gallery-row {
    grid-template-columns: 1fr; 
    }
  .gallery .gallery-item{
  width: 100%;
}	
.gallery .gallery-filter .filter-item{
  margin-bottom: 10px;
}
}


.gallery > ul > li {
  margin-bottom: 15px;
  width:100%;
  display: inline-block;
  list-style: outside none none;
}

.gallery > ul > li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.gallery > ul > li a:hover .gallery-poster > img {
  opacity: 1;
}

.gallery > ul > li a .gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.gallery > ul > li a .gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.gallery > ul > li a:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.gallery .justified-gallery > a:hover .gallery-poster > img {
  opacity: 1;
}

.gallery .justified-gallery > a .gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.gallery .justified-gallery > a .gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.gallery .justified-gallery > a:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery .video .gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.gallery.dark > ul > li a {
  border: 3px solid #04070a;
}


/* Booking Page */
.reservation__wrapper {
  background-color:var(--lighter-color);
  padding:3rem;
  text-transform: none;
}


.hotel-reservation-form {
  background-color: #fff;
  width: 500px;
  margin: 0 auto;
}
.hotel-reservation-form h1 {
  text-align: center;
  font-size:24px;
}
#sub-options-container {
  margin-top:20px;
}

  /*******************************************************/
/******************* ## Services Apartment Section and Room ******************/
/*******************************************************/
.room_page-banner-area {
  z-index: 1;
  position: relative;
  background-image: url(../../assets/images/background/rooms-marcopolo.jpg);
  height: 400px;
}
.section-padding {
  padding:60px 0;
}
/* ======= Rooms 2 style  ======= */
.rooms2 {
  position: relative;
}
.rooms2:last-child {
  margin-bottom: 20px;
}
.rooms2 figure {
  margin: 0;
  position: relative;
  width: 66.666667%;
  margin-left: auto;
}
.rooms2.left figure {
  margin-left: 0;
  margin-right: auto;
}
.rooms2 figure img:hover {
  transform: scale(0.98);
}
.rooms2 .caption {
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 4% 4% 4% 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rooms2.left .caption {
  left: auto;
  right: 0;
  background: #fff;
  padding: 4% 0 4% 4%;
}


.rooms2 .caption.padding-left {
  padding-left: 4%;
}

.rooms2.left .caption.padding-left {
  padding-right: 4%;
}


.rooms2 .caption h4,
.rooms2 .caption h4 a {
  color:var(--primary-color);
  margin-bottom: 5px;
}
.rooms2 .caption h3,
.rooms2 .caption h3 a {
  font-size: 24px;
  color:var(--primary-color);
  margin-bottom: 0px;
}
.rooms2 .caption h3 span {
  font-size: 15px;
  color: #666;
}
.rooms2 .caption h6 {
  display: inline-block;
  color: #666;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 10px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.rooms2 .caption .info-wrapper {
  padding-top:1rem;
  display: flex;
  
}

.rooms2 .dining-highlight-slider {
  width:800px;

}

@media (max-width: 991.98px) {
  .rooms2 figure {
      width: auto;
      margin: 0;
  }
  .rooms2 .caption {
      position: relative;
      left: 0;
      top: 0;
      width: auto;
      padding: 30px 20px;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}
.butn-dark {
  position: relative;
  line-height: 1.2em;
  margin-left: auto;
}
.butn-dark a {
  font-weight: 400;
  text-transform: uppercase;
  background:var(--primary-color);
  color: #fff;
  padding: 13px 22px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}
.room-facilities ul li i {
  margin-right: 10px;
  color:var(--primary-color);
  font-size: 20px;
}
.time p {
  margin-bottom: 0;

}
.content-main form .row > div .form-group label span{
  color:#c70000; 
  margin:0 5px; 
}
.enquiryPhone {
  display: flex;
  flex-direction: column;

}



