@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,
.entry-content,
.entry-summary {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

h1,
h2,
h3,
h4 {
    font-family: "Pacifico", serif;
    font-weight: 400;
    font-style: normal;
}

.site-main > * {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hm-page h2 {
    font-size: 36px;
    margin: 5px 0;
    text-shadow: 1px 2px #00000040;
}

.hm-page h2 strong {
    font-weight: 400;
    color: #FF5271;
}

.hm-page h4 {
    color: #FF5271;
    font-size: 24px;
}

.hm-page .entry-content > * {
    max-width: 100% !important;
}

.hm-page .entry-content {
    background: #fff5f7;
    border: 2px solid #FF5271;
    padding: 50px 30px 30px;
    margin: -80px auto 0;
    position: relative;
    z-index: 2;
    max-width: 1040px;
    border-radius: 6px;
}

.text-h {
    width: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translatex(-50%);

}

.heart {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    z-index: 2;
}

.hm-page .entry-content:hover .heart {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    75% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.home .site-main {
    padding-top: 0;
}

.banner-txt p {
    text-align: center;
    color: #fff;
    font-family: "Pacifico", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 41px;
    /*line-height: 50px;*/
}

.banner-txt p:first-child {
    margin-bottom: 40px;
}

.banner-txt {
    padding: 50px 15px 250px !important;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner {
    background-size: contain;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
}

.banner:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}

.site-footer {
    max-width: 100%;
    border-top: 10px solid #FF5271;
    padding: 0 !important;
    margin-top: 0 !important;
}

.footer-wrap {
    text-align: center;
}

.hm-tab-wrap h2 {
    color: #FF5271;
    text-align: center;
    display: block;
    margin: 20px 0 28px;
    padding: 5px 10px 20px;
    border-radius: 6px;
    font-size: 36px;
}

.nav-tabs {
    border: none;
    justify-content: center;
    display: flex;
}

.nav-tabs .nav-link {
    font-family: "Pacifico", serif;
    font-weight: 400;
    font-style: normal;
    background: url(assets/images/heart-ico.webp) no-repeat left 15px center transparent !important;
    background-size: 50px !important;
    color: #FF5271 !important;
    border: 1px solid #FF5271;
    border-radius: 6px;
    font-size: 30px;
    padding-bottom: 20px;
    padding-left: 80px;
    margin: 15px;

}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background: url(assets/images/heart-ico.webp) no-repeat left 15px center #FF5271 !important;
    background-size: 50px !important;
    color: #fff !important;
    border: 1px solid #FF5271;
    border-radius: 6px;
}

.form-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hm-tab-wrap .container {
    max-width: 965px;
    margin: 0 auto;
}

.label-wrap {
    padding: 15px;
    border: 1px solid #666666;
    border-radius: 6px;
    margin-bottom: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.site textarea:focus {
    outline-offset: 2px;
    outline: none;
    box-shadow: none;
    border: 1px solid #FF5271;
}

.label-wrap .form-control {
    border: 1px solid #f0f0f0;
    padding: 5px 5px;
    font-size: 22px;
    font-weight: 600;
    color: #FF5271 !important;
    border-radius: 6px;
}

.label-wrap label {
    font-weight: 400;
    font-size: 20px;
}

.label-wrap .form-control::-webkit-input-placeholder {
    /* Chrome */
    border: none;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #FF5271 !important;
}

.label-wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    border: none;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #FF5271 !important;
}

.label-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    border: none;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #FF5271 !important;
}

.label-wrap .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    border: none;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #FF5271 !important;
}

.footer-wrap p {
    font-size: 20px;
    font-weight: 700;
}

.footer-wrap figure {
    margin-top: 5px;
}

.hm-page .wp-block-columns {
    gap: 0;
}

.form-hm input[type="image"] {
    width: 300px;
}



@media only screen and (max-width: 767px) {
    .hm-page h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .banner-txt {
        padding: 15px 15px 150px !important;
    }

    .banner-txt p:first-child {
        margin-bottom: 20px;
    }

    .banner-txt p {
        font-size: 22px;
    }

    .form-wrap {
        justify-content: center;
        flex-wrap: wrap;
    }

    .nav-tabs .nav-link {
        font-size: 24px;
    }

    .hm-tab-wrap h2 {
        font-size: 25px;
        padding: 5px 10px 15px;
    }

    .banner-txt p {
        line-height: 40px;
    }

    .nav-tabs .nav-link {
        background: url(assets/images/heart-ico.webp) no-repeat left 5px center transparent !important;
    }

    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link.active {
        background: url(assets/images/heart-ico.webp) no-repeat left 5px center #FF5271 !important;
    }

    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link {
        background-size: 30px !important;
        font-size: 20px;
        padding-bottom: 14px;
        padding-left: 50px;
        margin: 15px;
    }

    .hm-page .entry-content {
        margin: -20px auto 0;
    }

    .hm-page .wp-block-columns .wp-block-column {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 480px) {
  .banner-txt p {
    line-height: 25px;
    font-size: 18px;
  }
     .hm-page .entry-content {
        margin: -15px auto 0;
    }
}
