.hermitage-footer-link ul {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    row-gap: 5px;
}

.hermitage-footer-link ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    padding-right: 15px;
    color: var(--color_primary);
}
.hermitage-footer-link ul li {
    width: 50%;
    color: var(--clr-theme-4);
    font-size: 14px;
    margin-bottom: 6px;
}

.hermitage-footer-link ul li:hover a {
    color: var(--color_primary);
}

.hermitage-footer-widget-title h5 {
    font-size: 14px;
    letter-spacing: 3px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--clr-theme-8);
    margin-bottom: 35px;
    text-transform: uppercase;
}

.hermitage-footer-contact ul {
    margin-bottom: 30px;
}

.hermitage-footer-contact ul li {
    font-size: 14px;
    color: var(--clr-theme-7);
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.hermitage-footer-contact ul li a {
    margin-inline-start: 7px;
}

.hermitage-footer-contact ul li a:hover {
    color: var(--color_primary);
}

.hermitage-footer-contact ul li i {
    margin-inline-end: 20px;
    color: var(--color_primary);
    margin-top: 8px;
}

.hermitage-footer-contact ul li i:hover {
    color: var(--clr-theme-2);
}

.hermitage-footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hermitage-footer-gallery-thumb .img-hover {
    display: block;
}

.hermitage-footer-gallery-thumb img {
    width: 100%;
}

.hermitage-footer-social {
    font-size: 13px;
    color: var(--clr-theme-3);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-social {
        text-align: center;
    }
}

.hermitage-footer-social ul li {
    margin-inline-start: 25px;
    display: inline-block;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-social ul li {
        margin-inline-start: 0;
        margin-inline-end: 25px;
    }

    [dir=rtl] .hermitage-footer-social ul li {
        margin-inline-end: 0px;
        margin-inline-start: 25px;
    }
}

[dir=rtl] .hermitage-footer-social ul li {
    margin-inline-end: 0px;
    margin-inline-start: 25px;
}

.hermitage-footer-social ul li a {
    font-size: 14px;
}

.hermitage-footer-social ul li:hover {
    color: var(--color_primary);
}

.hermitage-footer-bottom {
    font-size: 14px;
    color: grey;
    border-top: 1px solid var(--clr-border-1);
    padding: 22px 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-bottom {
        padding: 15px 0;
    }
}

.hermitage-footer-bottom .hermitage-footer-copyright p {
    font-size: 14px;
    margin: 0;
    color: #979797;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-bottom .hermitage-footer-copyright p {
        text-align: center;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-footer-logo {
        max-width: 100%;
    }
}

.hermitage-footer-copyright span {
    color: var(--color_primary);
    font-weight: 600;
    font-size: 14px;
}

.hermitage-footer-copyright i {
    font-size: 14px;
}

.hermitage-footer-2 {
    background-color: var(--clr-theme-7);
}

.hermitage-footer-2 .hermitage-footer-bottom {
    border-color: #2d3132;
}

.hermitage-footer-2 .hermitage-footer-widget-title h5 {
    color: #979797;
}

.hermitage-footer-2 .hermitage-footer-link {
    margin-inline-end: 0;
}

.hermitage-footer-2 .hermitage-footer-link ul li {
    color: var(--clr-common-white);
}

.hermitage-footer-2 .hermitage-footer-contact ul li {
    color: var(--clr-common-white);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-footer-2 .hermitage-footer-logo img {
        max-width: 100%;
    }
}

.hermitage-footer-2 .hermitage-footer-social ul li {
    margin-inline-start: 10px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-2 .hermitage-footer-social ul li {
        margin-inline-start: 0;
        margin-inline-end: 10px;
    }

    [dir=rtl] .hermitage-footer-2 .hermitage-footer-social ul li {
        margin-inline-end: 0px;
        margin-inline-start: 10px;
    }
}

[dir=rtl] .hermitage-footer-2 .hermitage-footer-social ul li {
    margin-inline-end: 0px;
    margin-inline-start: 10px;
}

.hermitage-footer-2 .fill-btn:hover {
    background: var(--color_primary);
}

.hermitage-footer-2 .hermitage-footer-social ul li a {
    background: #444;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: var(--clr-common-white);
    position: relative;
    overflow: hidden;
}

.hermitage-footer-2 .hermitage-footer-social ul li a i {
    position: relative;
    z-index: 2;
}

.hermitage-footer-2 .hermitage-footer-social ul li a::before {
    position: absolute;
    content: "";
    background-color: var(--color_primary);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(-50px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
}

.hermitage-footer-2 .hermitage-footer-social ul li a:hover {
    color: var(--clr-common-white);
}

.hermitage-footer-2 .hermitage-footer-social ul li a:hover::before {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.hermitage-footer-3 {
    /*background-color: #263238;*/
    /*background: url('../../img/footer.jpeg') no-repeat #ff4455;
    background-size: cover;*/


    background-image: linear-gradient(rgba(36,40,48, 0.96), rgba(36,40,48, 0.96)), url("../../../assets/img/footer.jpg");
    background-size: cover;
}

/*.hermitage-footer-3::before {
    content: "";
    background-image: -webkit-linear-gradient(90deg, rgba(4, 18, 36, 0.89) 20%, rgba(8, 26, 49, 0.76) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: -1;
}*/

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-3 .map-widget {
        width: 100%;
    }
}

.hermitage-footer-3 .hermitage-footer-bottom {
    border-color: #374245;
}

.hermitage-footer-3 .hermitage-footer-widget-title h5 {
    color: #f6f7c6;
}

.hermitage-footer-3 .hermitage-footer-link ul li {
    color: var(--clr-common-white);
}

.hermitage-footer-3 .hermitage-footer-contact ul li {
    color: var(--clr-common-white);
}

.hermitage-footer-3 .fill-btn:hover {
    background: #f6f7c6;
}

.hermitage-footer-3 .gm-style .default-card {
    display: none;
}

.hermitage-footer-3 .hermitage-footer-logo-3 {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: var(--color_primary);
    padding: 20px 50px;
    border-radius: 100px;
    border: 3px solid var(--theme-bg);
    box-shadow: 0 13px 4px 3px rgba(0, 0, 0,.10);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-3 .hermitage-footer-logo-3 {
        top: -55px;
    }
}

@media (max-width: 575px) {
    .hermitage-footer-3 .hermitage-footer-logo-3 {
        top: -25px;
        width: 50%;
        padding: 10px;
        box-shadow: 0 13px 4px 3px rgba(0, 0, 0,.13);
    }

    .hermitage-footer-3 .hermitage-footer-logo-3 img {
        width: 100%;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-3 .hermitage-footer-logo-3 img {
        width: 100%;
    }
}

.hermitage-footer-3 .hermitage-footer-social {
    line-height: 50px;
}

.hermitage-footer-3 .hermitage-footer-contact ul li i:hover {
    color: var(--clr-theme-2);
}

.map-widget iframe {
    height: 281px;
    width: 100%;
}

.hermitage-footer-map-2 iframe {
    width: 100%;
    height: 500px;
}

.hermitage-footer-top-area {
    padding-bottom: 50px;
}

.hermitage-footer-subscribe {
    width: 100%;
}

.hermitage-footer-subscribe label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: var(--clr-common-white);
}

[dir=rtl] .hermitage-footer-subscribe label {
    right: 15px;
    left: auto;
}

.hermitage-footer-subscribe input {
    width: 100%;
    background-color: #444;
    height: 55px;
    padding-left: 40px;
    border: 0;
    color: var(--clr-common-white);
    padding-right: 45px;
}

[dir=rtl] .hermitage-footer-subscribe input {
    padding-right: 40px;
    padding-left: 45px;
}

.hermitage-footer-subscribe input::placeholder {
    color: #6a7274;
}

.hermitage-footer-subscribe input:focus {
    outline: none;
    border: 0;
}

.hermitage-footer-subscribe button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--color_primary);
}

[dir=rtl] .hermitage-footer-subscribe button {
    right: auto;
    left: 20px;
}

.hermitage-footer-3 .hermitage-footer-social ul li {
    line-height: 2.5;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-3 .hermitage-footer-bottom {
        padding: 15px 0;
    }
}

.hermitage-footer-btn .hermitage-btn-anim.btn-theme-3 span {
    color: var(--clr-common-white);
    padding: 12px 30px;
}

.hermitage-footer-reservation .hermitage-btn-anim span {
    padding: 13px 35px;
}

.hermitage-footer-link {
    margin-inline-end: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-footer-link {
        margin-inline-end: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-footer-link {
        margin-inline-end: -50px;
    }
}

/*
Whatsapp*/
.whats_float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
.whats_float:hover{
    color: #fff;
    background-color: #21c75f;
}

.whats_my-float{
    margin-top:16px;
}
