:root {
    --transition: all 0.7s ease;
    --gold: #c7b682;
    --blue: #00316b;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
}

.fab,
.fad {
    font-weight: 900 !important;
}

.room-name {
    position: absolute;
    top: 30%;
    right: 0%;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--gold);
    text-align: end;
}

.video {
    padding-top: 2rem;
}

@media (max-width: 500px) {
    .room-name {
        max-width: 120px;
    }
}

.content .rooms-logo {
    width: auto;
    padding: 10px;
    height: 80px;
    position: absolute;
    top: 15%;
    left: 85%;
    display: flex;
    justify-content: center;
}

.content .rooms-logo h2 {
    text-align: center;
    color: var(--gold);
    font-size: 1.5rem;
    font-weight: 900;
}

@media (max-width: 768px) {
    .content .rooms-logo {
        max-width: 150px;
        padding: 10px;
        height: 80px;
        position: absolute;
        top: 15%;
        left: 70%;
        display: flex;
        justify-content: center;
    }
    .content .rooms-logo h2 {
        text-align: center;
        color: var(--gold);
        font-size: 1.2rem;
        font-weight: 900;
    }
}

.room-img-container {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 100px;
}

.room-img-container img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.title_slider {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 90px;
    background-color: #fff;
    text-align: center;
}

.title_slider h1 {
    color: var(--blue);
    font-size: 1.5rem;
    height: auto;
}

.black-lives-matter {
    line-height: 10vw;
    font-weight: 900;
}

.room-img-title {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.room-img-title h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--gold);
}

.room-img-title p {
    font-size: 2rem;
    font-weight: bold;
    color: var(--blue);
}

@media (max-width: 768px) {
    .room-img-title {
        position: absolute;
        top: 60%;
        left: 50%;
        padding: 1rem;
        padding-bottom: 6rem;
        width: auto;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .room-img-title h1 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: var(--gold);
    }
    .room-img-title p {
        font-size: 1rem;
        font-weight: bold;
        color: var(--blue);
    }
}


/* buttons */

.btn {
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 140px;
    display: block;
    margin: 15px auto;
    cursor: pointer;
    transition: var(--transition);
}

.btn a {
    text-decoration: none;
    color: #fff;
}

.btn:hover {
    opacity: 0.85;
}


/* about */

.about {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 40% 60%;
    background: #fff;
    color: var(--blue);
}

@media (max-width: 900px) {
    .about {
        grid-template-columns: 100%;
    }
}

.about-img {
    margin-top: 10px;
    background-image: url("../../images/malchut-bahatika/malchutbahatika\ \(3\).jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.about-title {
    letter-spacing: 3px;
    font-size: 2.5rem;
    color: var(--gold);
    border-bottom: 5px solid var(--blue);
    margin: 15px 0;
}

.about-content {
    text-align: center;
    padding: 30px;
}

.about-content button {
    background: var(--gold);
    color: #fff;
}


/* gallery */

.rooms-galery {
    max-height: 100%;
    padding: 4rem;
}

.title {
    letter-spacing: 3px;
    font-size: 2.5rem;
    color: var(--gold);
    border-bottom: 5px solid var(--blue);
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.subTitle{
    letter-spacing: 3px;
    font-size: 2.5rem;
    color: var(--gold);
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.swiper {
    width: 70%;
    height: 60vh;
}

.swiper-slide {
    overflow: hidden;
}

@media (max-width: 700px) {
    .rooms-galery {
        padding: 0rem;
    }
    .title {
        letter-spacing: 1px;
        font-size: 2rem;
        color: var(--gold);
        border-bottom: 5px solid var(--blue);
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }
    .swiper {
        width: 100%;
        height: 30vh;
    }
}


/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 50px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */


/* .swiper-slide img {
    width: 100%;
    height: 50%;
    object-fit: cover;
} */


/* rooms-details */

.rooms-details, .galeries_tab {
    width: 100%;
    padding: 6rem;
    margin-top: 2rem;
}

.roomIcons2 {
    display: grid;
    grid-template-columns: auto auto auto;
}

.uniq-rooms-details{
    padding: 2rem;
}

@media (max-width: 768px) {
    .rooms-details , .galeries_tab{
        padding: 1rem;
        margin-top: 5rem;
    }
    .roomIcons2 {
        display: grid;
        grid-template-columns: auto;
    }
    .roomIcons2 i {
        color: var(--gold);
        margin-top: 5%;
        font-size: 1.3rem;
        text-align: start;
    }
}

.roomIcons2 i {
    color: var(--gold);
    margin-top: 5%;
    font-size: 1.3rem;
}

.roomIcons2 i>span {
    color: var(--blue);
    margin-right: 10px;
    font-size: 0.8rem;
}

.tip-content {
    padding-left: 1.28571429em;
    text-indent: -1.28571429em;
}

.field-tip {
    margin-right: 2rem;
}


/* rooms-prices */

.rooms_prices {
    display: flex;
    justify-content: center;
}

.price_comment {
    text-align: center;
    color: var(--gold);
}

.price {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    margin: 1rem;
    color: var(--blue);
}

@media (max-width: 768px) {
    .rooms_prices {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}


/* testimonial */

.customers {
    margin-top: 40px;
    padding: 40px 0;
    background-color: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: url("../../images/customer-banner.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.slider-container {
    padding: 0.5rem 1rem;
    margin: 2rem auto 0 auto;
    border-radius: 5px;
    position: relative;
}

.my-slider {
    display: flex;
    position: relative;
}

.slider-title {
    color: #00316b;
    font-weight: bold;
    text-align: center;
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    color: var(--gold);
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    cursor: pointer;
}

.card_p {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #00316b;
}

.card h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: bold;
}

.card h5 span {
    font-weight: 400;
    text-transform: none;
    display: block;
}

.slider-item-cupon {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: auto;
    margin: 3rem;
}

.cupon-img {
    width: 100%;
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.slider-item-cupon h5 {
    margin: 1rem;
    text-align: center;
}

.slider-item-cupon p {
    text-align: center;
    margin: 1rem;
}

.card_descriptio {
    color: var(--blue);
}

.card_description {
    color: var(--blue);
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 30px 50px 65px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 -50px;
    line-height: 1.6em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.card_description::before,
.card_description::after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

.card_description::before {
    top: 35px;
    left: 20px;
}

.card_description::after {
    content: "\201D";
    right: 20px;
    bottom: 35px;
}

.cardImage {
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
}


/* FOOTER */

@media (max-width: 768px) {
    footer {
        margin-top: 8rem;
    }
    .logo-f img {
        width: auto;
        height: 100px;
    }
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-f img {
    width: auto;
    height: 200px;
}

.credit {
    text-align: center;
    color: var(--blue);
    padding: 4rem;
}

.credit a {
    color: var(--gold);
}

.credit a:hover {
    color: var(--blue);
}

.footer {
    margin-top: 2rem;
    background: var(--blue);
    text-align: center;
}