/* Header styles */
.nav,
.nav-mobile {
    padding: 0.75rem 0;
    -webkit-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
    -moz-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
    box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
    z-index: 11;
}
.nav-mobile {
    background-color: #fff;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease 0.5s;
}
.nav-mobile-items
.nav-mobile-item {
    padding: 1rem 0;
    border-top: 1px solid #bbb;
}
.nav-mobile-items
.nav-mobile-item:first-child {
    border: none;
}
.nav-items,
.nav-mobile-items {
    margin: 0!important;
}
.nav-mobile-items {
    margin-top: 5rem!important;
}
.nav-item__link {
    letter-spacing: 0.2px;
}
a.nav-item__link.active {
    font-weight: 600;
    color: var(--brown);
}
.nav-mobile-item.dropdown {
    height: 30px;
    margin-right: 3.4rem;
    padding: 1.25rem 0;
}
.toggle-menu,
.mobile-toggle-menu {
    border: 0;
    background-color: transparent;
    font-size: 2.6rem;
    display: none;
    color: var(--brown);
}
.header-info__link > img {
    width: 5rem;
}
.flag {
    width: 1.25rem;
    margin-right: 5px;
}
.dropdown-toggle > .flag {
    margin: 0;
}
.header-info {
    z-index: 20;
}
.header-info > .container .row {
    height: 4.5rem;
}
.header-info__text {
    font-size: 1.3rem;
    font-weight: 600;
}
.header-info__text a:hover {
    color: var(--gray);
}
/* /Header styles */
/* Main styles */
#main {
    background-position: center;
    background-size: cover;
    height: 90vh;
    position: relative;
}
.main-home {
    background-image: url('../img/bg-images/bg-home.jpg');
    background-position: center!important;
}
.booking-main {
    background-image: url('../img/bg-images/bg-booking.jpg')!important;
}
.opacity {
    background-color: rgba(0, 0, 0, 0.300);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.main-title {
    font-size: 2.5rem;
    text-shadow: 1px 1px 5px #282828;
    position: relative;
    z-index: 1;
}
.main-link {
    position: relative;
    z-index: 1;
}
.bron-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 30px;
    display: inline-block;
}
.bron-title {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.bron-input {
    border: 1px solid #7777;
    border-radius: 10px;
    padding: 0 10px 5px;
    position: relative;
}
.bron-input > i {
    position: absolute;
    top: 38%;
    right: 0.75rem;
    transform: translate(-18%, 0);
    cursor: pointer;
}
::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 50%;
    position: relative;
    z-index: 11;
}
.bron-input > input[type="date"],
.bron-input > input[type="number"] {
    border: 0!important;
    box-shadow: none!important;
    padding: 0!important;
}
.bron-input > label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gray);
}
/* /Main styles */
/* Abous us styles */
.abouts-us__link {
    font-size: 1.25rem;
}
i.arrow-icon {
    transition: all ease 0.3s;
    font-size: 1.25rem;
}
.abouts-us__link:hover i {
    margin-left: 20px;
}
.about-us__img {
    border-radius: 0.2rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.amenities-wrapper {
    box-shadow: 0 5px 29px rgb(97 97 97 / 25%);
    border-radius: 10px;
}
.amenities-el > div {
    display: flex;
    align-items: center;
}
.amenities-title {
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
}
.amenities-img {
    width: 82px!important;
    padding: 0 1rem;
}
/* /About us styles */
/* Rooms styles */
.rooms .card {
    border: none!important;
    border-radius: 16px;
    box-shadow: 0 5px 29px rgb(97 97 97 / 25%);
}
.card .card-head {
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
}
.card img {
    transition: all ease 0.3s;
}
.card:hover img {
    transform: scale(110%);
}
.card-head
> .opacity {
    background-color: rgba(0, 0, 0, 0.401);
    opacity: 0;
    transition: all ease 0.3s;
}
.card:hover
.card-head > .opacity {
    opacity: 1;
}
.rooms a:hover {
    color: #000;
}
.card-body {
    padding: 2rem 1em;
    padding-top: 1rem;
}
.room-price {
    font-size: 1.1rem;
    font-weight: 600;
}
.card-body >
.card-title {
    font-size: 1.25rem;
    font-weight: 600;
}
.rooms .card
> .card-body
> .card-border {
    background-color: var(--brown);
    width: 63px;
    height: 2px;
    margin-top: 10px;
    transition: all ease 0.3s;
}
.card:hover .card-border {
    margin-left: 20px;
    background-color: #fff!important;
}
/* /Rooms styles */
/* Facilities styles */
.facilities-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.facilities-item__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    font-size: 2.125rem;
    font-weight: 600;
    text-align: center;
    transition: all ease 0.3s;
}
.facilities-item > .opacity {
    background-color: rgba(0, 0, 0, 0.349);
}
.facilities-item:hover
> .facilities-item__title {
    margin-left: 3.2rem;
    color: transparent!important;
}
.facilities-item:hover
> .opacity {
    background-color: transparent!important;
}
.facilities-item__img {
    width: 100%!important;
}
/* /Facilities styles */
/* Review styles */
.review-card {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 7px 5px rgb(196, 196, 196);
    -moz-box-shadow: 0px 1px 7px 5px rgb(218, 218, 218);
    box-shadow: 0px 1px 7px 5px rgb(226, 226, 226);
    border-radius: 0 20px 0 20px;
    transition: all ease 0.2s;
}
.review-card * {
    color: #000!important;
}
.review-card-user > .review-card-user__photo {
    width: 4.25rem;
    border-radius: 50%;
    border-top: 3px solid #ffc3b7;
    border-left: 3px solid #fff39d;
    border-right: 3px solid #b4bdff;
    border-bottom: 3px solid #a1ffb4;
}
.review-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
}
.review-stars {
    width: 100px;
}
.review-card:hover {
    -webkit-box-shadow: 0px 20px 5px 5px rgb(196, 196, 196);
    -moz-box-shadow: 0px 20px 5px 5px rgb(218, 218, 218);
    box-shadow: 0px 20px 5px 5px rgb(226, 226, 226);
}
.review-comment {
    color: #946f4a;
}
/* /Review styles */
/* Map styles */
.map-container {
    margin: 4rem 0;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 48px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 48px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 48px -2px rgba(0, 0, 0, 0.2);
}
/* /Map styles */
/* Footer styles */
#footer {
    /* height: 80vh; */
    background-color: #946f4a;
    color: #fff;
    padding: 2.5rem 2rem;
}
.footer-item__link,
#footer a {
    color: #fff;
}
.footer-item.first-item {
    margin-top: 0;
}
.footer-item {
    margin: 2rem 0;
}
.footer-title {
    font-weight: 600;
    font-size: 1.25rem;
}
/* /Footer styles */

/* Booking page styles */
.booking-wrapper {
    background-color: #f5f5f5;
    color: #666666CC;
    border-radius: 10px;
    font-weight: 500;
    padding: 3rem 2.5rem;
    position: relative;
}
.booking-title {
    color: var(--brown);
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}
.booking-menu .button {
    border-radius: 0!important;
}
.booking-content input,
.booking-content select,
.booking-content textarea {
    border-radius: 1.2rem;
    border: 3px solid #ffa2004f!important;
    margin-top: 0.3125rem;
}
.booking-content input:focus,
.booking-content select:focus,
.booking-content textarea:focus {
    border: 3px solid #ffa2004f;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 168, 55, 0.2)!important;
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 168, 55, 0.2)!important;
    box-shadow: 0px 0px 0px 5px rgba(255, 168, 55, 0.2)!important;
}
.booking-content .section-text {
    font-size: 0.84375rem;
}
.booking-content .form-subtitle {
        font-size: 0.9rem;
    }
.tag-line {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
}
.select-btn {
    width: 6rem;
    text-align: center;
    padding: 0.4rem;
    border-radius: 0!important;
}
.dropdown-toggle::after {
    /* margin-left: 1.2rem; */
    transition: all ease 0.2s;
    background-color: initial;
    border-width: 0.3em 0.3em 0px!important;
}
.select-btn:hover
.dropdown-toggle::after {
    transform: rotate(180deg);
}
.form-subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
}
.booking-wrapper .button {
    font-size: 1.375rem;
}
.bron-wrapper .button:hover,
.booking-wrapper .button:hover,
.booking-rooms .button:hover,
#contacts button:hover {
    background-color: #4b3b2d;
}

/* About page styles */
.about-main {
    background-image: url('../img/bg-images/bg-about-facitilies.jpg')!important;
}
.comfort-title {
    color: #555;
    font-weight: 500;
}
.comfortable-list {
    display: flex;
    flex-wrap: wrap;
}
.comfortable-item {
    display: flex;
    align-items: center;
    flex-basis: 33.3%;
    padding: 1rem 0;
}
.comfortable-item i {
    font-size: 40px;
    margin-right: 1rem;
    color: #aaa;
}
/* Rooms page styles */
.main-rooms {
    background-image: url('../img/bg-images/bg-rooms.jpg')!important;
    /* background-position: top!important; */
}
.room-section {
    padding: 2rem 0;
}
.carousel-wrapper {
    display: flex;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.carousel-wrapper i.left, 
.carousel-wrapper i.right {
    top: 50%;
    z-index: 1;
    height: 32px;
    width: 32px;
    color: var(--brown);
    cursor: pointer;
    font-size: 0.8rem;
    position: absolute;
    text-align: center;
    line-height: 20px;
    background: #fff;
    border: 8px solid var(--brown);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}
.carousel-wrapper i.left {
    left: -16px;
    display: none;
}
.carousel-wrapper i.right{
    right: -16px;
}
.carousel-wrapper .carousel {
    font-size: 0px;
    /* cursor: pointer; */
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    height: 265px;
}
.carousel.dragging{
    cursor: grabbing;
    scroll-behavior: auto;
}
.carousel.dragging img{
    pointer-events: none;
}
.carousel img{
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 3);
    height: 100%;
}
.carousel img:first-child{
    margin-left: 0px;
}

/* Facilities page styles */
.main-facilities {
    background-image: url('../img/bg-images/bg-about-facitilies.jpg')!important;
}

/* News page styles */
.main-news {
    background-image: url('../img/bg-images/bg-news.jpg')!important;
}

/* Contacts page styles */
.main-contacts {
    background-image: url('../img/bg-images/bg-contacts.jpg')!important;
}
#contacts .section-title {
    margin: 2.5rem 0;
}
#contacts .section-title__border {
    width: 100%;
    background-color: var(--brown);
}
.social-items i {
    font-size: 1.8rem;
}
.social-items a {
    opacity: 0.7;
    margin-right: 1rem;
    transition: all ease 0.5s;
}
.social-items a:hover {
    transform: scale(120%) rotate(360deg);
}
#contacts .button {
    width: auto;
    border-radius: 0!important;
}
#contacts .form .btn-warning:hover {
    background-color: #ffcf3f;
}
#contacts .form .button:focus {
    background-color: #4b3b2d;
}
#contacts input,
#contacts textarea {
    border: 3px solid #ffa2004f;
    border-radius: 20px;
}
#contacts input:focus,
#contacts textarea:focus {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 168, 55, 0.2);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 168, 55, 0.2);
    box-shadow: 0px 0px 0px 5px rgba(255, 168, 55, 0.2);
}
.btn-close, .btn-close:hover {background-color: #fff!important;}