﻿.bg-dark {
background-image: url("../img/rosso.png");background-repeat: repeat;}

.whte {
color: #991B1F;
}

/* =======  Services 3 style  ======= */
.services3 {
    position: relative;
    overflow: hidden;
}
.services3 .section-title {
  float: left;
  margin-bottom: 30px;
}
.services3-content .services3-img {
  position: relative;
}
.services3-content .services3-img img {
  min-width: 100%;
}
.services3-content .services3-text {
  padding: 95px 30px 50px 45px;
  background: #E6E6E6;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.services3-content .services3-text h5 {
    color: #413734;
    font-size: 30px;
}
.services3-content .services3-text p {
  color: #413734;
}




/* ======= Services style ======= */
.services {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 1;
}
.services .item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services .item .item-wrap {
  position: relative;
  display: block;
  z-index: 1;
}
.services .item .item-wrap .img {
  position: relative;
  display: block;
     overflow: hidden;
  z-index: 1;
}
.services .item .item-wrap .img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.services .item .item-wrap .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.services .item:hover .item-wrap .img img {
    transform: scale(1.05);
}
.services .item .item-wrap .con {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.services .item .item-wrap .con .title-box {
  position: relative;
  display: block;
}
.services .item .item-wrap .con .title-box h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.services .item .item-wrap .con .title-box h3 a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services .item .item-wrap .con .title-box h3 a:hover {
  color: #fff;
}
.services .item .arrow {
  position: relative;
  display: block;
  top: 0px;
  transform: translateY(-66%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}
.services .item:hover .arrow {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}
.services .item .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #991B1F;
    background: #991B1F;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services .item .arrow a:hover {
  border: 1px solid #fff;
  color: #1b1b1b;
 background: #fff;
}
.services .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.services .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}




/* ======= Rooms 1 style ======= */
.rooms1 {}
.rooms1-carousel {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
.rooms1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.rooms1-single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.rooms1-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.rooms1-img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.rooms1-single:hover .rooms1-img img {
    transform: scale(1.05);
}
.rooms1-content {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
}
.rooms1-single .rooms1-content.active,
.owl-item.active .rooms1-single .rooms1-content {
    visibility: visible;
    opacity: 1;
}
.rooms1-tagline {
    font-size: 15px;
    color: #3b3b3b;
    margin-bottom: 0;
    transition: all 500ms ease;
}
.rooms1-title,
.rooms1-title a {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    margin-bottom: 0px;
    color: #1b1b1b;
    font-weight: 400;
    line-height: 1.2em;
    transition: all 500ms ease;
}
/* book */
.rooms1-content .book {
    text-align: -webkit-right;
    margin-top: 3px;
}
.rooms1-content .book .butn-dark2 {
    margin: 0
}
.rooms1-content .book > div {
    display: table-cell;
    vertical-align: middle;
}
.rooms1-content .book > div:nth-child(2) {
    padding-left: 36px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.2em;
}
.rooms1-content .book > div > span {
    display: block;
    margin-bottom: 0;
    font-size: 15px;
}
.rooms1-content .book .price {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    color: #991B1F;
}
/* owl nav */
.rooms1 .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.rooms1 .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rooms1 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-prev {
    left: 10px !important
}
.rooms1 .owl-theme .owl-next {
    right: 10px !important
}
.rooms1 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px
}
.rooms1 .owl-theme .owl-prev > span,
.rooms1 .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.rooms1 .owl-carousel .owl-nav button.owl-next,
.rooms1 .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.rooms1 .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 50px;
    background: #fff;
    border-radius: 0;
    color: #1b1b1b;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.rooms1 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #991B1F;
    color: #fff;
}
.rooms1 .owl-theme .owl-nav {
    top: 35% !important;
}
.rooms1 .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.rooms1 .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .rooms1 .content {
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  } 
    .rooms1-content .book {
    text-align: -webkit-left;
    margin-top: 3px;
    }
    .rooms1-carousel {
    overflow: hidden;
    }
}
@media screen and (max-width: 768px) {
    .rooms1 .owl-theme .owl-nav {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .rooms1 .content {
        padding: 0 0px;
    }
}


