.hermitage-banner-bg {
    min-height: 820px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-bg {
        min-height: 700px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-bg {
        min-height: 500px;
    }
}

.hermitage-banner-slider {
    min-height: 820px;
    background: var(--clr-bg-3);
    z-index: 1;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-slider {
        min-height: 700px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-slider {
        min-height: 600px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-slider {
        min-height: 650px;
    }
}

.hermitage-banner-action-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 575px) {
    .hermitage-banner-action-wrapper {
        gap: 25px;
    }
}

.hermitage-banner-action-content a {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-bg-1);
}

.hermitage-banner-action-content a:hover {
    color: var(--clr-theme-1);
}

.hermitage-banner-action-content span {
    display: block;
    font-size: 14px;
    color: #999999;
    padding-top: -10px;
}

.hermitage-banner-action-content-2 a {
    color: var(--clr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-banner-content {
        margin-inline-start: 30px;
    }
}

.hermitage-banner-content > span {
    color: var(--clr-theme-1);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 20px;
}

.hermitage-banner-content p span {
    color: var(--clr-theme-1);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
}

.hermitage-banner-content h1 {
    color: var(--clr-theme-7);
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 45px;
    line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-banner-content h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-content h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hermitage-banner-content h1 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hermitage-banner-content h1 br {
        display: none;
    }
}

.hermitage-banner-img {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: -1;
}

[dir=rtl] .hermitage-banner-img {
    left: 0;
    right: auto;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-img-2 img {
        width: 100%;
    }
}

.hermitage-banner-img:before {
    background-image: -moz-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 550px;
    height: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hermitage-banner-img:before {
        width: 700px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hermitage-banner-img:before {
        width: 75%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-banner-img:before {
        width: 70%;
    }
}

@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-banner-img:before {
        width: 100%;
    }
}

[dir=rtl] .hermitage-banner-img:before {
    right: 0;
    background-image: -moz-linear-gradient(0deg, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 100%);
}

.hermitage-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hermitage-banner-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 566;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(-55px);
}

[dir=rtl] .hermitage-banner-navigation {
    left: auto;
    right: 0;
}

@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-banner-navigation {
        display: none;
    }
}

.hermitage-banner-navigation button {
    height: 50px;
    width: 50px;
    transition: 0.3s;
}

.hermitage-banner-navigation button:hover {
    background-color: var(--clr-theme-7);
    color: var(--clr-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-navigation button {
        height: 45px;
        width: 42px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-navigation button {
        height: 45px;
        width: 45px;
        margin-inline-end: 10px;
        transform: translateX(-10px);
    }
}

.hermitage-banner-navigation i {
    font-size: 18px;
}

.hermitage-banner-button-prev {
    background-color: var(--clr-common-white);
    color: var(--clr-theme-7);
}

.hermitage-banner-button-next {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
}

.hermitage-banner-area-2 {
    background-color: var(--clr-theme-2);
    display: flex;
    align-items: flex-end;
}

.hermitage-banner-area-2 .hermitage-booking-submit-btn button i {
    position: static;
    margin-inline-start: 5px;
    font-size: 14px;
}

.hermitage-banner-area-2 .hermitage-banner-content {
    position: relative;
    z-index: 2;
}

.hermitage-banner-area-2 .hermitage-banner-content span {
    color: var(--clr-common-white);
}

.hermitage-banner-area-2 .hermitage-banner-content h1 {
    color: var(--clr-common-white);
    font-size: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-area-2 .hermitage-banner-content h1 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-banner-area-2 .hermitage-banner-content h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hermitage-banner-area-2 .hermitage-banner-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 450px) {
    .hermitage-banner-area-2 .hermitage-banner-content h1 {
        font-size: 40px;
    }
}

.hermitage-banner-area-2 .hermitage-banner-content p {
    color: var(--clr-common-white);
}

.hermitage-banner-area-2 .hermitage-banner-img-shape-1 {
    top: 30px;
    right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hermitage-banner-area-2 .hermitage-banner-img-shape-1 {
        right: -20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-area-2 .hermitage-banner-img-shape-1 {
        left: 20px;
        width: 100%;
        right: 0;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-area-2 .hermitage-banner-img-shape-1 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-banner-area-2 .hermitage-banner-img-shape-1 img {
        max-width: 100%;
    }
}

.hermitage-banner-area-2 .hermitage-banner-img-shape-2 {
    left: -120px;
    bottom: 0;
}

.hermitage-banner-area-2 .hermitage-banner-img-shape-2 img {
    animation: gloupdown 1s infinite alternate;
}

[dir=rtl] .hermitage-banner-area-2 .hermitage-banner-img-shape-2 {
    left: 0;
    right: -120px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-area-2 .hermitage-banner-img-shape-2 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-banner-area-2 .hermitage-banner-img-shape-2 {
        left: -25%;
    }

    [dir=rtl] .hermitage-banner-area-2 .hermitage-banner-img-shape-2 {
        left: 0;
        right: -25%;
    }
}

.hermitage-banner-area-2 .hermitage-banner-side-contact {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

[dir=rtl] .hermitage-banner-area-2 .hermitage-banner-side-contact {
    right: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hermitage-banner-area-2 .hermitage-banner-side-contact {
        left: 0;
    }
}

@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-banner-area-2 .hermitage-banner-side-contact {
        display: none;
    }
}

.hermitage-banner-area-2 .hermitage-banner-side-contact span {
    writing-mode: vertical-lr;
    display: block;
    margin-bottom: 20px;
    line-height: 130px;
    font-size: 15px;
    font-weight: 500;
    color: var(--clr-common-white);
}

.hermitage-banner-area-2 .hermitage-banner-side-contact span:hover {
    color: var(--color_secondary_lighter);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hermitage-banner-area-2 .hermitage-banner-side-contact span {
        /*line-height: 50px;*/
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hermitage-banner-area-2 .hermitage-banner-side-contact span {
        line-height: 50px;
    }
}

.hermitage-banner-area-2 .hermitage-banner-side-social {
    position: absolute;
    top: 50%;
    right: 0px;
}

[dir=rtl] .hermitage-banner-area-2 .hermitage-banner-side-social {
    right: auto;
    left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hermitage-banner-area-2 .hermitage-banner-side-social {
        right: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /*.hermitage-banner-area-2 .hermitage-banner-side-social {
        right: 0px;
        display: none;
    }*/
}

@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-banner-area-2 .hermitage-banner-side-social {
        display: none;
    }*/
}

.hermitage-banner-area-2 .hermitage-banner-side-social ul {
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hermitage-banner-area-2 .hermitage-banner-side-social ul li a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: var(--clr-common-white);
}

.hermitage-banner-area-2 .hermitage-banner-side-social ul li a:hover {
    color: var(--clr-theme-1);
}

.hermitage-banner-area-2 .hermitage-banner-side-social ul li a i {
    transform: rotate(90deg);
}

.hermitage-banner-area-2 .hermitage-banner-side-social ul li span {
    color: var(--clr-common-white);
    font-weight: 500;
    font-size: 16px;
    transform: rotate(90deg);
    display: inline-block;
    margin-inline-start: 3px;
}

.bannner-2-middle {
    padding-top: 200px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bannner-2-middle {
        padding-top: 160px;
    }
}

.banner-from-wreaper {
    padding-top: 30px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-from-wreaper {
        padding-top: 0;
    }
}

.hermitage-booking-check {
    position: relative;
}

.hermitage-booking-check::before {
    position: absolute;
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: var(--clr-common-placeholder);
    right: 25px;
    transform: rotate(-135deg) translate(0, -50%);
    transform-origin: top;
    top: 50%;
    transition: all 0.3s ease-out;
}

[dir=rtl] .hermitage-booking-check::before {
    left: 25px;
    right: auto;
}

.hermitage-booking-from {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-booking-from {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-booking-from {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .hermitage-booking-from {
        grid-template-columns: repeat(1, 1fr);
    }
}

[dir=rtl] .hermitage-booking-from {
    border-right: 1px solid var(--clr-border-2);
}

.hermitage-booking-from input {
    width: 100%;
    height: 54px;
    background: transparent;
    outline: none;
    border: 1px solid var(--clr-border-2);
    border-right: 0;
    padding-left: 45px;
    padding-right: 20px;
}

@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-booking-from input {
        border-bottom: 0;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-booking-from input {
        border-right: 1px solid var(--clr-border-2);
    }
}

[dir=rtl] .hermitage-booking-from input {
    padding-left: 20px;
    padding-right: 45px;
}

.hermitage-booking-from input::-webkit-calendar-picker-indicator {
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

.hermitage-booking-from input[type=date] {
    font-size: 14px;
    color: var(--clr-common-placeholder);
    padding-left: 45px;
}

.hermitage-booking-from input::placeholder {
    font-size: 14px;
    color: var(--clr-common-placeholder);
}

.hermitage-booking-from input::-moz-placeholde {
    font-size: 14px;
    color: var(--clr-common-placeholder);
}

.hermitage-booking-from i {
    color: var(--color_primary);
    font-size: 16px;
    position: absolute;
    line-height: 54px;
    left: 25px;
    z-index: 1;
}

[dir=rtl] .hermitage-booking-from i {
    left: auto;
    right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-booking-from i {
        left: 15px;
    }
}

.hermitage-booking-from .nice-select {
    border: 0;
    background-color: transparent;
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding-left: 45px;
    border: 1px solid var(--clr-border-2);
    border-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .hermitage-booking-from .nice-select {
        border: 1px solid var(--clr-border-2);
    }
}

@media (max-width: 575px) {
    .hermitage-booking-from .nice-select {
        border-bottom: 0;
    }
}
.hermitage-booking-from .form-control:disabled, .form-control[readonly]{
    background: #fff !important;
}

[dir=rtl] .hermitage-booking-from .nice-select {
    padding-left: 20px;
    padding-right: 45px;
}

.hermitage-booking-from .nice-select span {
    font-weight: 400;
    font-size: 14px;
}

.hermitage-booking-from .nice-select::after {
    border-bottom: 2px solid var(--clr-common-placeholder);
    border-right: 2px solid var(--clr-common-placeholder);
    right: 25px;
}

[dir=rtl] .hermitage-booking-from .nice-select::after {
    right: auto;
    left: 20px;
}

.hermitage-booking-from .nice-select.open .list {
    width: 100%;
    border-radius: 0;
}

.hermitage-booking-from .nice-select .option {
    padding-left: 25px;
    padding-right: 25px;
}

[dir=rtl] .hermitage-booking-from .nice-select .option {
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
}

.hermitage-booking-from .nice-select .option:hover {
    color: var(--clr-common-white);
}

.hermitage-booking-from .nice-select .option.focus {
    background-color: var(--color_primary);
    color: var(--clr-common-white);
}

.hermitage-booking-from .nice-select .option:hover {
    background-color: var(--color_primary);
}

.hermitage-booking-from .nice-select .list:hover .option:not(:hover) {
    background: #fff !important;
}

.hermitage-booking-from .nice-select .list:hover .option:not(:hover).selected.focus {
    background: var(--color_primary) !important;
}

.hermitage-booking-submit-btn .hermitage-btn-anim.btn-theme-2 {
    height: 100%;
    width: 100%;
    line-height: 73px;
}

.hermitage-booking-submit-btn .hermitage-btn-anim.btn-theme-2:hover i {
    color: var(--clr-theme-7);
}

.hermitage-booking-submit-btn .hermitage-btn-anim.btn-theme-2 span {
    height: 100%;
    width: 100%;
    display: inline-block;
    line-height: 78px;
    padding: 0;
}

.boking-area {
    position: relative;
    top: 23px;
    z-index: 9;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .boking-area {
        top: 30px;
    }
}

.hermitage-booking-from.style-2 {
    background-color: var(--clr-common-white);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid var(--color_primary);
}

[dir=rtl] .hermitage-booking-from.style-2 {
    border-right: 0;
}

.hermitage-booking-from.style-2 > i {
    color: var(--clr-theme-1);
}

.hermitage-booking-from.style-2 input {
    border: 1px solid #cfcfcf;
}

.hermitage-booking-from.style-2 .nice-select {
    border: 1px solid #cfcfcf;
    background: #fff;
}

.hermitage-banner-area-3 {
    background-color: var(--theme-bg);
    margin-bottom:-55px
}

.hermitage-banner-area-3 .hermitage-banner-thumb::before {
    content: "";
    /*background-image: -moz-linear-gradient(90deg, #1B4961 0%, rgba(30, 34, 35, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #1B4961 0%, rgba(30, 34, 35, 0) 100%);*/
    background-image: -webkit-linear-gradient(90deg, var(--theme-bg) 0%, rgba(66,50,65, 0) 50%);
    position: absolute;
    left: 0;
    height: 280px;
    width: 100%;
    bottom: 0;
}

/*.hermitage-banner-area-3 .hermitage-banner-3 {
  padding-top: 140px;
}*/
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-area-3 .hermitage-banner-3 {
        /*padding-top: 80px;*/
    }
}

.hermitage-banner-area-3 .hermitage-banner-3-wrapper {
    min-height: 650px;
    position: relative;
    padding: 5px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-banner-area-3 .hermitage-banner-3-wrapper {
        min-height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-area-3 .hermitage-banner-3-wrapper {
        min-height: 420px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-area-3 .hermitage-banner-3-wrapper {
        min-height: 550px;
    }
}

@media (max-width: 450px) {
    .hermitage-banner-area-3 .hermitage-banner-3-wrapper {
        min-height: 350px;
    }
}

.hermitage-banner-area-3 .hermitage-banner-thumb img {
    height: 530px;
    max-height: 530px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), 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-banner-area-3 .hermitage-banner-thumb img {
        height: 530px;
        max-height: 530px;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-area-3 .hermitage-banner-thumb img {
        height: 250px;
        min-height: 250px;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-area-3 .hermitage-banner-thumb img {
        min-height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
}

.hermitage-banner-area-3 .hermitage-banner-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 444;
    width: 100%;
}

.hermitage-banner-area-3 .hermitage-banner-title-3 {
    color: var(--clr-common-white);
    font-size: 72px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-area-3 .hermitage-banner-title-3 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-banner-area-3 .hermitage-banner-title-3 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hermitage-banner-area-3 .hermitage-banner-title-3 {
        font-size: 45px;
    }
}

@media (max-width: 450px) {
    .hermitage-banner-area-3 .hermitage-banner-title-3 {
        font-size: 26px;
    }
}

.hermitage-banner-area-3 .hermitage-banner-logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-area-3 .hermitage-banner-logo {
        top: -12px;
        left: 54%;
    }
}

.hermitage-banner-area-3 .hermitage-banner-logo img {
    animation: gloupdownslow 1s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-banner-area-3 .hermitage-banner-logo img {
        width: 60%;
    }
}

.hermitage-banner-border {
    max-width: 550px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hermitage-banner-border {
        max-width: 510px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-banner-border {
        max-width: 100%;
    }
}

.hermitage-banner-border:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid #8f724c;
    right: -30px;
    bottom: -30px;
}

@media (max-width: 575px) {
    .hermitage-banner-border:before {
        display: none;
    }
}

.hermitage-banner-border .hermitage-banner-2-active {
    background: var(--clr-theme-2);
}

.hermitage-banner-border .hermitage-banner-img-2 img {
    width: 100%;
}
