

/*----------------------------------------*/
/*  13. Features CSS
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-features-area-2 {
        padding-top: 110px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-area-2 .hermitage-features-content-wrapper {
        padding: 70px 0;
    }
}

.hermitage-features-blockquote {
    position: relative;
    padding-inline-start: 30px;
}

.hermitage-features-blockquote:after {
    position: absolute;
    content: "";
    height: 94px;
    width: 4px;
    background: var(--color_primary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

[dir=rtl] .hermitage-features-blockquote:after {
    right: 0;
    left: auto;
}

.hermitage-features-mission h3 {
    font-size: 24px;
    line-height: 1.4;
    color: var(--clr-theme-8);
    font-weight: 400;
    margin-bottom: 20px;
}

.hermitage-features-batch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--clr-common-white);
    padding: 20px;
    border-radius: 100px;
    z-index: 1;
}

.hermitage-features-batch img {
    animation: rotate-infinite 15s linear infinite;
}

.hermitage-features-thumb img {
    max-width: 100%;
}

.hermitage-features-thumb .img-hover {
    display: block;
}

.hermitage-features-thumb .img-hover img {
    max-width: 100%;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-thumb .img-hover {
        display: block;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-thumb .img-hover img {
        width: 100%;
    }
}

.hermitage-features-content {
    position: relative;
    z-index: 1;
}

.hermitage-features-content span {
    display: block;
    color: #d0b99b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

.hermitage-features-content a {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: var(--clr-common-white);
}

.hermitage-features-content a:hover {
    color: #d0b99b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-features-content a {
        font-size: 18px;
    }
}

.hermitage-features-content-shape {
    position: absolute;
    right: 0;
    top: 0;
}

.hermitage-features-content-wrapper {
    padding: 70px 30px;
    text-align: center;
    background-color: var(--color_primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-features-content-wrapper {
        padding: 40px 0;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-content-wrapper {
        padding: 120px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-content-wrapper {
        padding: 150px 0;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-content-wrapper-3 {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-content-wrapper-3 {
        padding: 70px 0;
    }
}

.hermitage-features-content-wrapper-2 {
    background-color: var(--clr-theme-7);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-content-wrapper-2 {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-content-wrapper-2 {
        padding: 70px 0;
    }
}

.hermitage-features-content-2 {
    margin-inline-start: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hermitage-features-content-2 {
        margin-inline-start: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-features-content-2 {
        margin-top: 0;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-features-content-2 {
        margin-inline-start: 0px;
    }
}

.hermitage-features-blockquote span {
    font-size: 18px;
    line-height: 28px;
}

.hermitage-features-3 {
    padding: 75px 0;
    background: var(--theme-bg);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-features-3 {
        margin-top: 1px;
    }
    .hermitage-features-shape img{
        display: none;
    }
}

.hermitage-features-thumb > img {
    width: 100%;
}

.hermitage-feature-content {
    padding: 0 30px;
    margin-bottom: 55px;
    text-align: justify;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hermitage-feature-content {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hermitage-feature-content {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-feature-content {
        margin: 0;
        padding: 50px 0;
        padding-bottom: 30px;
    }
}

.hermitage-feature-thumb-wrapper {
    margin-inline-start: -200px;
    padding-top: 20px;
    padding-left: 20px;
    background: var(--clr-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-feature-thumb-wrapper {
        margin-inline-start: 0;
        padding-left: 0;
        padding-top: 0;
    }
}

.hermitage-feature-thumb-wrapper .hermitage-features-thumb img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hermitage-feature-thumb-wrapper .hermitage-features-thumb {
        margin-bottom: 30px;
    }
}

.hermitage-features-shape img {
    animation: rotate-infinite 30s linear infinite;
    margin-inline-start: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hermitage-features-3 .intro-title-wrapper {
        margin-bottom: 30px;
    }
}

.hermitage-blog-navigation {
    gap: 20px;
}
.hermitage-blog-navigation button {
    height: 55px;
    width: 55px;
    line-height: 50px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
}