
.hero_in {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
@media (max-width: 768px) {
    .hero_in {
        height: 350px;
    }
}

.hero_in.hotels_detail {
    height: 450px;
}
@media (max-width: 575px) {
    .hero_in.hotels_detail {
        height: 400px;
    }
}
.hero_in.hotels_detail:before {
    background: url(/public/vendor/site/img/hero_in_hotels_detail.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.hotels_detail .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.contacts:before {
    background: url(/public/vendor/site/img/hero_in_bg_3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.contacts .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in:before {
    animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.hero_in .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero_in .wrapper h1 {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .hero_in .wrapper h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}
.hero_in .wrapper h1 span {
    width: 80px;
    height: 4px;
    margin: auto;
    background-color: #ffc107;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    opacity: 1;
}
.hero_in .wrapper p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
}
.hero_in .wrapper p strong {
    font-weight: 600;
}
.hero_in a.btn_photos {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding: 10px 15px;
    color: #444;
    font-weight: 500;
}
.hero_in a.btn_photos:hover {
    color: #fc5b62;
}

/*-------- 2.7 Contacts--------*/
.map_contact {
    width: 100%;
    height: 465px;
}
@media (max-width: 991px) {
    .map_contact {
        height: 350px;
        margin-bottom: 45px;
    }
}

.contact_info {
    background-color: #121921;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.contact_info ul {
    margin: 0;
    padding: 0;
}
.contact_info ul li {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 20px;
}
.contact_info ul li span {
    opacity: 0.7;
}
.contact_info ul li h4 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fc5b62;
}
.contact_info ul li i {
    color: #fff;
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .contact_info ul li {
        width: 100%;
        float: none;
        margin-bottom: 35px;
        padding: 0;
    }
    .contact_info ul li:last-child {
        margin-bottom: 5px;
    }
}

.error_message {
    font-weight: 500;
    color: #e3464c;
}
