.h-menu {
    font-size: 15px;
}

.h-menu a {
    color: #444444;
}

.pagination-main .swiper-pagination {
    margin: 0;
    display: inline-flex;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 60px;
}

.pagination-main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-main .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
    background: #fff;
}

.title-value h2 {
    font-family: "Great Vibes", cursive;
    font-size: 45px;
    line-height: normal;
}

.title-value h2:after {
    background: #eac76c;
}

footer .container {
    max-width: 1200px !important;
}

span.great-title {
    font-family: "Great Vibes", cursive;
    display: block;
    font-size: 35px;
}

@media (max-width: 1023px) {
    .title-value h2 {
        font-size: 36px;
    }
    span.great-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .title-value h2 {
        font-size: 30px;
    }
    span.great-title {
        font-size: 20px;
    }
}

.swiper-pagination-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    width: max-content !important;
    border-radius: 30px;
    gap: 10px;
    left: 50% !important;
    transform: translateX(-50%);
}

.swiper-pagination-dot span {
    margin: 0 !important;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-dot span.swiper-pagination-bullet-active {
    opacity: 1;
}

.frm-new-letter .wpcf7-response-output {
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 12px;
    font-weight: 600;
}

.frm-new-letter span.wpcf7-not-valid-tip {
    display: block;
    font-size: 10px;
    margin-top: 6px;
    color: #fff;
    font-weight: 600;
}

.frm-new-letter .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50%  - 12px);
}

.frm-new-letter .item {
    position: relative;
}

.frm-contact .wpcf7-not-valid {
    border: 1px solid red;
}

.frm-contact span.wpcf7-not-valid-tip { 
    display: none;
}

.frm-contact .wpcf7-response-output {
    display: none !important;
}

#wpcf7-f9-o1 .wpcf7-response-output {
    display: none;
}

.frm-contact .btn-frm {
    position: relative;
    width: max-content;
}

.frm-contact .btn-frm span.wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
}