@import "./assets/css/color.css";
@import "./assets/css/fonts.css";
:root {
    --hpv-border-radius: .8rem;
    --hpv-line-height: 1.8;
    --hpv-menu-height: 66px;
}
a {
    color: var(--hpv-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--hpv-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
::-moz-selection {
    color: var(--hpv-color-1);
    background: var(--hpv-color-2);
}
::selection {
    color: var(--hpv-color-1);
    background: var(--hpv-color-2);
}
.transition-hpv {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font: 1em IRANSansX;
    font-weight: normal;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
}
body.rtl-mode {
    text-align: right;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-hpv {
    margin: 0 auto;
    width: 100%;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--hpv-color-1);
    --bs-btn-border-color: var(--hpv-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--hpv-color-2);
    --bs-btn-hover-border-color: var(--hpv-color-2);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--hpv-color-1);
    --bs-btn-active-border-color: var(--hpv-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--hpv-color-1);
    --bs-btn-disabled-border-color: var(--hpv-color-1);
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--hpv-color-2);
    --bs-btn-border-color: var(--hpv-color-2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #319ba1;
    --bs-btn-hover-border-color: #319ba1;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--hpv-color-2);
    --bs-btn-active-border-color: var(--hpv-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--hpv-color-2);
    --bs-btn-disabled-border-color: var(--hpv-color-2);
}
.btn-hpv {
    border-radius: 50rem;
    padding: .4rem 1.5rem;
    font-weight: normal;
    font-size: 1rem;
}
.navbar-hpv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--hpv-color-bg);
}
.navbar-logo {
    height: 40px;
    width: auto;
    display: inline-block;
}
.navbar-logo:hover {
    opacity: .75;
}
.navbar-hpv .nav-link {
    font-size: .9rem;
    font-weight: normal;
    color: #595959;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.navbar-hpv .nav-link:focus {
    color: #000000;
}
.navbar-hpv .nav-item:has(.show) .nav-link,
.navbar-hpv .nav-item.active .nav-link,
.navbar-hpv .nav-link:hover {
    color: var(--hpv-color-1);
    border-color: var(--hpv-color-1);
}
.navbar-hpv-fixed {
    background-color: var(--hpv-color-bg);
}
.navbar-hpv-fixed .navbar-logo {
    height: 30px;
}
.menu-btn {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 18px;
    padding: 0;
}
.menu-btn:hover rect {
    fill: var(--hpv-color-1);
}
.pt-page {
    padding-top: var(--hpv-menu-height);
}
.header-section {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 450px;
}
.swiper-home-slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider-home-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-home-item > img {
    z-index: 1;
}
.slider-home-content {
    position: relative;
    width: 100%;
    z-index: 2;
    color: #ffffff;
}
.slider-home-content h3 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: .25rem;
    line-height: var(--hpv-line-height);
}
.slider-home-content p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: var(--hpv-line-height);
}
.about-virus-section {
    position: relative;
    width: 100%;
}
.about-virus-section h3 {
    color: var(--hpv-color-3);
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: .5rem;
}
.about-virus-section p {
    color: #666666;
    font-weight: normal;
    font-size: 1rem;
    line-height: var(--hpv-line-height);
    margin-bottom: 0;
    text-align: justify;
}
@-webkit-keyframes rotateAndMove {
    0% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
    50% {
        -webkit-transform: rotate(7deg) translateY(-20px);
        transform: rotate(7deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
}
@keyframes rotateAndMove {
    0% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
    50% {
        -webkit-transform: rotate(7deg) translateY(-20px);
        transform: rotate(7deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
}
@-webkit-keyframes rotateAndMove2 {
    0% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
    50% {
        -webkit-transform: rotate(8deg) translateY(-15px);
        transform: rotate(8deg) translateY(-15px);
    }
    100% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
}
@keyframes rotateAndMove2 {
    0% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
    50% {
        -webkit-transform: rotate(8deg) translateY(-15px);
        transform: rotate(8deg) translateY(-15px);
    }
    100% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
}
.virus-shape-parent {
    position: relative;
    width: 100%;
    text-align: center;
}
.virus-shape-parent img {
    display: inline-block;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.virus-shape-parent img.item-f {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 175px;
    margin-top: 2.5rem;
    -webkit-animation: rotateAndMove 3.5s infinite ease-in-out;
    animation: rotateAndMove 3.5s infinite ease-in-out;
}
.virus-shape-parent img.item-b {
    position: absolute;
    z-index: 1;
    width: 80px;
    top: .5rem;
    right: 1.7rem;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -webkit-animation: rotateAndMove2 4.5s infinite ease-in-out;
    animation: rotateAndMove2 4.5s infinite ease-in-out;
}
.video-teaser-section {
    position: relative;
    width: 100%;
    height: 550px;
    background-color: #C5C5C5;
}
.video-teaser-player {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hpv-test-section {
    position: relative;
    width: 100%;
}
.blog-section {
    position: relative;
    width: 100%;
}
.title-section {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}
.title-section h3 {
    color: #1E1E1E;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0;
}
.title-section a {
    color: #206BBB;
    font-size: 1rem;
    font-weight: normal;
}
.title-section a:hover {
    color: var(--hpv-color-1);
}
.swiper-news-parent {
    position: relative;
    width: 100%;
}
.swiper-news-parent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 130px;
    z-index: 2;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}
.swiper-news {
    position: relative;
    z-index: 1;
    width: 100%;
}
.swiper-news .swiper-slide {
    width: 20%;
    height: auto;
}
.news-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: var(--hpv-border-radius);
    overflow: hidden;
    background-color: var(--hpv-color-1);
    color: #ffffff;
}
.news-box-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 65%;
}
.news-box:hover .news-box-thumb img {
    opacity: .85;
}
.news-box-content {
    position: relative;
    width: 100%;
    padding: 1.2rem;
    text-align: justify;
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--hpv-line-height);
}
.news-box-content p {
    margin-bottom: 0;
}
.share-story-section {
    background-color: #D9D9D9;
    padding: 1.5rem;
    border-radius: var(--hpv-border-radius);
}
.share-story-section h3 {
    color: #1E1E1E;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 1rem;
}
.share-story-section p {
    color: #666666;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: var(--hpv-line-height);
    font-weight: normal;
}
.share-story-section .btn {
    width: 30%;
}
.offcanvas.offcanvas-bottom {
    height: auto;
    min-height: 50vh;
    min-width: auto;
    width: 30%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    background-color: rgba(217, 217, 217, 0.9);
}
.offcanvas.offcanvas-bottom.show:not(.hiding), .offcanvas.offcanvas-bottom.showing {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.offcanvas-header .btn-close {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    /*backdrop-filter: blur(3px);*/
    /*-webkit-backdrop-filter: blur(3px);*/
}
.offcanvas-backdrop.show {
    opacity: 1;
}
.offcanvas-header {
    padding: 1.5rem 1.5rem .5rem;
}
.offcanvas-bottom .offcanvas-body {
    padding: 0 1.5rem 1.5rem;
}
.offcanvas-bottom .offcanvas-body h4 {
    font-size: 1.35rem;
    margin-bottom: .8rem;
    color: #1E1E1E;
    font-weight: normal;
}
.gform-theme--foundation .gfield .ginput_password:focus,
.gform-theme--foundation .gfield input:focus,
.gform-theme--foundation .gfield textarea:focus,
.gform-theme--foundation .gfield select:focus {
    border-color: var(--hpv-color-1) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.gform_button {
    font-size: .95rem !important;
    font-weight: normal !important;
    padding: .55rem 1.5rem !important;
}
.offcanvas .gform-theme--foundation .gfield--width-half {
    grid-column: span 6 !important;
}
.offcanvas .gform-theme--foundation .gform_fields {
    column-gap: 1rem !important;
    row-gap: 1.2rem !important;
}
.offcanvas .gform_button {
    flex-grow: 1;
}
.gform-theme--framework .gform_validation_errors {
    border-radius: .8rem !important;
    padding-block: .7rem !important;
    margin-block: 1rem !important;
}
.offcanvas .gform-theme--foundation .gfield textarea.large {
    min-block-size: 40vh !important;
}
.btn-clear {
    color: #ffffff !important;
    background: #666666 !important;
    border-color: #666666 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.btn-clear:hover {
    background: #555555 !important;
    border-color: #555555 !important;
}
.content-single-page {
    width: 100%;
    position: relative;
    color: #595959;
    font-weight: normal;
    font-size: 1rem;
    line-height: var(--hpv-line-height);
    text-align: justify;
}
.content-single-page h2 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.4rem;
}
.content-single-page h3 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.3rem;
}
.content-single-page h4 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.2rem;
}
.content-single-page h5 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.1rem;
}
.content-single-page h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1rem;
}
.content-single-page ul {
    list-style: square;
}
.content-single-page img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 1.5rem;
}
.content-single-page p {
    margin-bottom: .8rem;
}
.content-single-page strong {
    font-weight: 700;
}
.content-single-page a {
    text-decoration: underline;
    color: var(--hpv-color-1);
}
.content-single-page a:hover {
    color: var(--hpv-color-2);
}
.page-title {
    color: #1E1E1E;
    font-size: 1.75rem;
    margin-bottom: .25rem;
    line-height: var(--hpv-line-height);
    font-weight: 500;
}
.page-title-color {
    color: var(--hpv-color-1);
    border-bottom: 2px solid var(--hpv-color-1);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.story-box {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #D9D9D9;
    border-radius: var(--hpv-border-radius);
    padding: 0 1.5rem 1.5rem;
    color: #595959;
}
.story-box:hover {
    opacity: .9;
}
.story-box .story-circle {
    display: block;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    border-radius: 50%;
    margin-bottom: .25rem;
    background-color: var(--hpv-color-1);
    border: .5rem solid #D9D9D9;
}
.story-box p {
    margin-bottom: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--hpv-line-height);
    text-align: justify;
}
.header-sticky-page {
    position: sticky;
    top: 56px;
    background-color: var(--hpv-color-bg);
    z-index: 10;
}
.offcanvas.offcanvas-top {
    top: 64px !important;
    height: auto;
    max-height: unset;
    bottom: auto !important;
    width: 450px;
    max-width: 80%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    -webkit-transform: translate(-50%, -120%);
    background-color: transparent;
}
.offcanvas.offcanvas-top.show:not(.hiding), .offcanvas.offcanvas-top.showing {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.mobile-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: rgba(116, 218, 223, 0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.mobile-menu li {
    position: relative;
    width: 100%;
    display: block;
}
.mobile-menu a {
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 1rem;
    font-weight: normal;
    padding: 1rem .5rem;
}
.mobile-menu li:nth-child(2n+1) a {
    background-color: rgba(180, 221, 241, 0.7);
}
.mobile-menu a:hover {
    color: #ffffff;
}
.text-primary {
    color: var(--hpv-color-1) !important;
}
.news-box-single {
    position: relative;
    width: 100%;
}
.news-box-single .news-box {
    border-radius: 0;
}
.news-box-single .news-box-thumb {
    padding-top: 0;
    height: 50vh;
}
.news-box-single .news-box-thumb img {
    opacity: 1 !important;
}
.product-page-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 777px;
}
.product-page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("./assets/img/bg.webp") no-repeat center top;
    background-size: cover;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 75%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 0 75%);
}
@-webkit-keyframes cloudMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(12px, -8px);
        transform: translate(12px, -8px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes cloudMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(12px, -8px);
        transform: translate(12px, -8px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes cloudMove2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-12px, -8px);
        transform: translate(-12px, -8px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes cloudMove2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-12px, -8px);
        transform: translate(-12px, -8px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.product-page-header-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url("./assets/img/cloud-left.webp") no-repeat right center;
    background-size: auto 100%;
    -webkit-animation: cloudMove2 6s infinite ease-in-out;
    animation: cloudMove2 6s infinite ease-in-out;
}
.product-page-header-bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: url("./assets/img/cloud-right.webp") no-repeat left center;
    background-size: auto 100%;
    -webkit-animation: cloudMove 5s infinite ease-in-out;
    animation: cloudMove 5s infinite ease-in-out;
}
.product-thumb-section {
    position: relative;
    width: 100%;
    height: 93%;
    margin-bottom: 2.5rem;
}
.product-thumb-section img {
    object-position: center bottom;
    -o-object-position: center bottom;
}
.product-logo {
    width: 100%;
    height: auto;
    display: block;
    max-height: 180px;
}
.product-page-header-title {
    position: relative;
    width: 100%;
    display: block;
    color: #1E1E1E;
}
.product-page-header-title h2 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: .7rem;
    padding-bottom: .7rem;
    border-bottom: 2px solid #B4955C;
    line-height: 1.4;
}
.product-page-header-title h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.6;
}
.product-about-content {
    position: relative;
    width: 100%;
    color: #595959;
    text-align: justify;
}
.product-about-content h3 {
    font-size: 1.75rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
}
.product-about-content p {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--hpv-line-height);
}
.product-about-thumbs {
    position: relative;
    width: 100%;
    padding: 3.5rem 0;
}
@-webkit-keyframes rotate1 {
    0% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
}
@keyframes rotate1 {
    0% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
}
@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(15deg) translateY(-50%);
        transform: rotate(15deg) translateY(-50%);
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
    }
    100% {
        -webkit-transform: rotate(15deg) translateY(-50%);
        transform: rotate(15deg) translateY(-50%);
    }
}
@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(15deg) translateY(-50%);
        transform: rotate(15deg) translateY(-50%);
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
    }
    100% {
        -webkit-transform: rotate(15deg) translateY(-50%);
        transform: rotate(15deg) translateY(-50%);
    }
}
@-webkit-keyframes rotate3 {
    0% {
        -webkit-transform: rotate(-20deg) translateY(-50%);
        transform: rotate(-20deg) translateY(-50%);
    }
    50% {
        -webkit-transform: rotate(-35deg) translateY(-50%);
        transform: rotate(-35deg) translateY(-50%);
    }
    100% {
        -webkit-transform: rotate(-20deg) translateY(-50%);
        transform: rotate(-20deg) translateY(-50%);
    }
}
@keyframes rotate3 {
    0% {
        -webkit-transform: rotate(-20deg) translateY(-50%);
        transform: rotate(-20deg) translateY(-50%);
    }
    50% {
        -webkit-transform: rotate(-35deg) translateY(-50%);
        transform: rotate(-35deg) translateY(-50%);
    }
    100% {
        -webkit-transform: rotate(-20deg) translateY(-50%);
        transform: rotate(-20deg) translateY(-50%);
    }
}
.product-about-thumbs .item-1 {
    position: relative;
    width: 43%;
    height: auto;
    z-index: 3;
    display: block;
    margin: 0 auto;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -webkit-animation: rotate1 6s infinite ease-in-out;
    animation: rotate1 6s infinite ease-in-out;
    filter: drop-shadow(3px 8px 24px rgba(0, 0, 0, 0.11));
    -webkit-filter: drop-shadow(3px 8px 24px rgba(0, 0, 0, 0.11));
}
.product-about-thumbs .item-2 {
    position: absolute;
    top: 25%;
    display: block;
    left: 30%;
    width: 15%;
    z-index: 2;
    filter: blur(2px) drop-shadow(3px 8px 24px rgba(0, 0, 0, 0.11));
    -webkit-filter: blur(2px) drop-shadow(3px 8px 24px rgba(0, 0, 0, 0.11));
    transform: rotate(15deg) translateY(-50%);
    -webkit-transform: rotate(15deg) translateY(-50%);
    -webkit-animation: rotate2 6s infinite ease-in-out;
    animation: rotate2 6s infinite ease-in-out;
}
.product-about-thumbs .item-3 {
    position: absolute;
    display: block;
    left: 10%;
    top: 35%;
    width: 25%;
    z-index: 1;
    filter: blur(4px) drop-shadow(3px 8px 24px rgba(0, 0, 0, 0.11));
    -webkit-filter: blur(4px) drop-shadow(3px 8px 24px rgba(0, 0, 0, 0.11));
    transform: rotate(-20deg) translateY(-50%);
    -webkit-transform: rotate(-20deg) translateY(-50%);
    -webkit-animation: rotate3 6s infinite ease-in-out;
    animation: rotate3 6s infinite ease-in-out;
}
.city-section {
    --footer-height: 160px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 0 calc(20rem + var(--footer-height));
}
.city-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: url("./assets/img/city.webp") no-repeat center bottom;
    background-size: cover;
    clip-path: polygon(0 25%, 100% 5%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 25%, 100% 5%, 100% 100%, 0% 100%);
}
@keyframes cloudMove3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes cloudMove3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.city-section .shape {
    display: block;
    margin: 0 auto;
    width: 30%;
    height: auto;
    position: relative;
    z-index: 2;
    -webkit-animation: cloudMove3 3.5s infinite ease-in-out;
    animation: cloudMove3 3.5s infinite ease-in-out;
}
.city-section::before {
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: url("./assets/img/cloud-l.webp") no-repeat right center;
    background-size: 100% auto;
    -webkit-animation: cloudMove3 4.5s infinite ease-in-out;
    animation: cloudMove3 4.5s infinite ease-in-out;
}
.city-section::after {
    z-index: 4;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background: url("./assets/img/cloud-r.webp") no-repeat left center;
    background-size: 100% auto;
    -webkit-animation: cloudMove3 3s infinite ease-in-out;
    animation: cloudMove3 3s infinite ease-in-out;
}
.city-section .text {
    display: block;
    width: 650px;
    max-width: 95%;
    height: auto;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5;
    filter: drop-shadow(3px 8px 24px rgba(0, 0, 0, 0.11));
    -webkit-filter: drop-shadow(3px 8px 24px rgba(0, 0, 0, 0.11));
}
.city-section .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(144,123,75);
    background: -moz-linear-gradient(0deg, rgba(144,123,75,1) 20%, rgba(119,100,63,1) 90%);
    background: -webkit-linear-gradient(0deg, rgba(144,123,75,1) 20%, rgba(119,100,63,1) 90%);
    background: linear-gradient(0deg, rgba(144,123,75,1) 20%, rgba(119,100,63,1) 90%);
    z-index: 6;
    height: var(--footer-height);
    padding: 0 2rem .7rem;
    clip-path: polygon(0 37%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 37%, 100% 0, 100% 100%, 0% 100%);
}
.city-section .footer .item1 {
    display: block;
    height: calc(var(--footer-height) - 40%);
    width: auto;
}
.city-section .footer .item2 {
    display: block;
    height: 45px;
    width: auto;
}
.test-box-parent {
    position: relative;
    width: 100%;
    padding: 2rem 1.5rem;
    height: 270px;
    border-radius: var(--hpv-border-radius);
    z-index: 1;
}
.test-box-parent.default {
    background: rgb(3,47,92);
    background: -moz-linear-gradient(180deg, rgba(3,47,92,1) 0%, rgba(21,73,133,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(3,47,92,1) 0%, rgba(21,73,133,1) 100%);
    background: linear-gradient(180deg, rgba(3,47,92,1) 0%, rgba(21,73,133,1) 100%);
}
.hpv-test-section .wizard > .actions,
.hpv-test-section .steps {
    display: none;
}
.hpv-test-section .wizard > .content {
    background: transparent;
    margin: 0;
    min-height: auto;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
}
.hpv-test-section .wizard > .content > .body {
    width: 100%;
    height: 100%;
    padding: 0;
}
.hpv-test-section h3,
.hpv-test-section h4 {
    color: #ffffff;
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
}
.hpv-test-section h4 {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: .5rem;
}
.hpv-test-section .desc-t1,
.hpv-test-section .desc-t2 {
    font-size: .95rem;
    font-weight: 200;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
    color: #ffffff;
    line-height: 1.7;
}
.hpv-test-section .desc-t2 {
    font-size: .9rem;
    margin-bottom: 1.6rem;
}
.test-step-section {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.test-step-section .alert {
    font-size: .85rem;
    font-weight: 500;
}
.test-check-input {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-right: 44px;
    margin-bottom: 0 !important;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
}
.test-check-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    height: 36px;
    width: 36px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.test-check-input:hover input ~ .checkmark {
    background-color: var(--hpv-color-2);
}
.test-check-input input:checked ~ .checkmark {
    background-color: var(--hpv-color-2);
}
#phoneNumberInput {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 50rem;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    width: 250px;
    max-width: 90%;
    display: block;
    margin: 1rem auto 0;
    text-align: center;
    letter-spacing: 5px;
    color: #000000;
    direction: ltr;
}
#phoneNumberInput.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
#phoneNumberInput:focus {
    border-color: var(--hpv-color-2);
}
#phoneNumberInput::placeholder {
     color: #B8B8B8;
}
.otp-inputs-section .form-control {
    background: #D9D9D9;
    border: 3px solid #D9D9D9 !important;
    width: 53px;
    height: 65px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: .25rem !important;
    cursor: text;
}
.otp-inputs-section .otpdesigner__focus__,
.otp-inputs-section .form-control:focus {
    border-color: var(--hpv-color-2) !important;
}
.otp-inputs-section .otp-fake-input .otp-content {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    padding-bottom: 0;
}
.otp-inputs-section .realInput {
    /*visibility: hidden;*/
    opacity: 0;
}
.text-btn {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    outline: none !important;
    font-size: .9rem;
}
.text-secondary,
.text-btn:hover {
    color: var(--hpv-color-2) !important;
}
.result-test {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: var(--hpv-border-radius);
    opacity: 0;
    visibility: hidden;
}
.result-test.t1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#EB2561), to(#851537));
    background: -o-linear-gradient(top, #EB2561 0%, #851537 100%);
    background: linear-gradient(180deg, #EB2561 0%, #851537 100%);
}
.result-test.t2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#25BD7D), to(#115739));
    background: -o-linear-gradient(top, #25BD7D 0%, #115739 100%);
    background: linear-gradient(180deg, #25BD7D 0%, #115739 100%);
}
.result-test.active {
    opacity: 1;
    visibility: visible;
}
.question-step {
    padding: 1.5rem;
}
.loading-test {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    border-radius: var(--hpv-border-radius);
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: none;
}
.count-down-hpv {
    font-size: .9rem;
    color: #ffffff;
    font-weight: normal;
}

@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
    .navbar-hpv .nav-item {
        margin-left: .7rem;
        margin-right: .7rem;
    }
    .navbar-hpv .nav-link {
        padding: .5rem .25rem !important;
    }
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1400px) {

}

@media only screen and (max-width: 1399.98px) {
    .swiper-news .swiper-slide {
        width: 23%;
    }
}
@media only screen and (max-width: 1199.98px) {
    .swiper-news .swiper-slide {
        width: 26%;
    }
    .offcanvas.offcanvas-bottom {
        width: 50%;
    }
    .city-section .shape {
        width: 35%;
    }
}
@media only screen and (max-width: 991.98px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 4rem;
    }
    .hpv-disable-animation [data-aos-delay] {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .about-virus-section h3 {
        font-size: 1.5rem;
    }
    .swiper-news .swiper-slide {
        width: 30%;
    }
    .news-box-content {
        font-size: .95rem;
    }
    .title-section h3 {
        font-size: 1.4rem;
    }
    .share-story-section h3 {
        font-size: 1.4rem;
    }
    .share-story-section .btn {
        width: 50%;
    }
    .page-title {
        font-size: 1.5rem;
    }
    .product-logo {
        width: 35%;
        margin: 0 auto;
    }
    .product-page-header-bg {
        clip-path: polygon(0 0, 100% 0, 100% 35%, 0 50%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 35%, 0 50%);
    }
    .product-page-header-title {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .product-page-header-title h2 {
        font-size: 1.5rem;
    }
    .product-page-header-title h3 {
        font-size: 1.3rem;
    }
    .product-page-header-bg::after {
        background-position: left top;
        background-size: auto 60%;
    }
    .product-page-header-bg::before {
        background-position: right top;
        background-size: auto 73%;
    }
    .product-about-thumbs {
        padding: .5rem 0;
    }
    .product-about-thumbs .item-1 {
        left: 12%;
    }
    .product-about-content h3 {
        font-size: 1.5rem;
    }
    .product-about-content p {
        font-size: 1rem;
    }
    .city-section .shape {
        width: 45%;
    }
    .city-section-bg {
        clip-path: polygon(0 20%, 100% 5%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 20%, 100% 5%, 100% 100%, 0% 100%);
    }
    .city-section::after {
        background-size: 140% auto;
    }
    .city-section::before {
        background-size: 150% auto;
    }
}
@media only screen and (max-width: 767.98px) {
    .slider-home-content h3 {
        font-size: 1.5rem;
    }
    .virus-shape-parent {
        text-align: left;
    }
    .virus-shape-parent img.item-b {
        width: 50px;
        top: 1rem;
        right: auto;
        left: 50%;
    }
    .virus-shape-parent img.item-f {
        width: 65%;
    }
    .about-virus-section h3 {
        font-size: 1.4rem;
    }
    .about-virus-section p {
        font-size: .95rem;
    }
    .swiper-news .swiper-slide {
        width: 47%;
    }
    .news-box-content {
        font-size: .9rem;
    }
    .swiper-news-parent::before {
        width: 50px;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%);
        background: linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%);
    }
    .title-section h3 {
        font-size: 1.3rem;
    }
    .title-section a {
        font-size: .95rem;
    }
    .share-story-section h3 {
        font-size: 1.3rem;
    }
    .share-story-section p {
        font-size: .9rem;
    }
    .offcanvas.offcanvas-bottom {
        width: 70%;
    }
    .news-box-single .news-box-thumb {
        padding-top: 56.25%;
        height: auto;
    }
    .product-page-header-title {
        width: 80%;
    }
    .product-page-header-title h2 {
        font-size: 1.35rem;
    }
    .product-page-header-title h3 {
        font-size: 1.2rem;
    }
    .product-logo {
        width: 45%;
    }
    .product-about-content h3 {
        font-size: 1.4rem;
    }
    .product-about-content p {
        font-size: .95rem;
    }
    .city-section .shape {
        width: 60%;
    }
}
@media only screen and (max-width: 575.98px) {
    .slider-home-content h3 {
        font-size: 1.2rem;
    }
    .slider-home-content p {
        font-size: .9rem;
    }
    .header-section {
        height: 47vh;
        min-height: 350px;
    }
    .about-virus-section h3 {
        font-size: 1.25rem;
    }
    .about-virus-section p {
        font-size: .9rem;
    }
    .virus-shape-parent img.item-b {
        width: 40px;
    }
    .virus-shape-parent img.item-f {
        width: 80%;
    }
    .swiper-news .swiper-slide {
        width: 65%;
    }
    .title-section h3 {
        font-size: 1.2rem;
    }
    .title-section a {
        font-size: .9rem;
    }
    .share-story-section .btn {
        width: 70%;
    }
    .offcanvas.offcanvas-bottom {
        width: 88%;
    }
    .offcanvas-body h4 {
        font-size: 1.15rem;
    }
    .page-title {
        font-size: 1.3rem;
    }
    .content-single-page {
        font-size: .9rem;
    }
    .content-single-page h2 {
        font-size: 1.3rem;
    }
    .content-single-page h3 {
        font-size: 1.2rem;
    }
    .content-single-page h4 {
        font-size: 1.1rem;
    }
    .content-single-page h5 {
        font-size: 1rem;
    }
    .content-single-page h6 {
        font-size: .9rem;
    }
    .product-page-header-title {
        width: 90%;
    }
    .product-page-header-title h2 {
        font-size: 1.2rem;
    }
    .product-page-header-title h3 {
        font-size: 1.1rem;
    }
    .product-logo {
        width: 70%;
    }
    .product-about-content h3 {
        font-size: 1.25rem;
    }
    .product-about-content p {
        font-size: .9rem;
    }
    .city-section .shape {
        width: 80%;
    }
    .city-section .footer .item1 {
        height: 90px;
    }
    .city-section .footer .item2 {
        height: 35px;
    }
    .city-section-bg {
        clip-path: polygon(0 10%, 100% 5%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 10%, 100% 5%, 100% 100%, 0% 100%);
    }
    .test-box-parent {
        height: 300px;
    }
    .test-check-input {
        font-size: 1.1rem;
    }
    .test-box-parent {
        padding: 1.5rem 1rem;
    }
    .question-step {
        padding: 1.5rem 1rem;
    }
    .otp-inputs-section .form-control {
        width: 50px;
        height: 60px;
        cursor: text;
        margin: .15rem !important;
    }
    .otp-inputs-section .otp-fake-input .otp-content {
        font-size: 1.4rem;
    }
    .text-btn {
        font-size: .8rem;
    }
}