body {
    font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "PT Serif", serif;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
section {
    padding: 1.75rem 0;
}

header {
    padding: 15px 0;
}
.logo {
    width: 100px;
}
/*==== Navigation ====*/
.button_container {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}
.button_container:hover {
    opacity: 0.7;
}
.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #131520;
}
.button_container.active .middle {
    opacity: 0;
    background: #131520;
}
.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #131520;
}
.button_container span {
    background: #131520;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
.overlay {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 2;
    width: 280px;
    right: 10px;
    position: absolute;
    top: 60px;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: auto;
    box-shadow: 0 0 40px #e6e6e6;
}
.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}
nav {
    position: relative;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    padding: 18px 0 15px 0;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
nav ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin-bottom: 10px;
}
nav ul li:last-child {
    margin-bottom: 0;
}
nav ul li a {
    display: block;
    position: relative;
    color: #131520;
    text-decoration: none;
    overflow: hidden;
    font-family: "PT Serif", serif;
}
nav ul li a {
    text-decoration: none !important;
    color: #131520 !important;
}
nav ul li a:hover:after,
nav ul li a:focus:after,
nav ul li a:active:after {
    width: 100%;
}
nav ul li a:hover:after,
nav ul li a:focus:after,
nav ul li a:active:after {
    width: 100%;
}
nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #131520;
    transition: 0.35s;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.hero-bg {
    background: url("../img/hero-bg.jpg") no-repeat;
    background-size: 100%;
}
.hero {
    padding: 1.25rem 0;
}
.hero h1 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.575rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
}
.hero-f-bg {
    background: url("../img/hero-bg-f-v2.jpg") no-repeat;
    background-size: cover;
}
.hero-f {
    height: 450px;
    position: relative;
}
.hero-f h1 {
    font-size: 2.75rem;
}
.hero-subtitle {
    font-size: 1.125rem;
    color: #4a5078;
}
.hero-contact-us {
    background: url("../img/contact-hero-bg.jpg") no-repeat center;
    background-size: cover;
    height: 380px;
    position: relative;
}
.hero-contact-us h1 {
    font-size: 2.75rem;
}
.wave {
    position: absolute;
    bottom: 0;
}
.video {
    margin-top: -14rem;
}
.video-area {
    display: block;
    border: 10px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 1.75rem;
    position: relative;
}
.video-wrapper {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0 0 0.94rem rgba(230, 230, 230, 0.7);
    width: 100%;
    position: relative;
}
.video-bubbles {
    font-size: 1rem;
    font-weight: 600;
}
.video-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e8eef9;
    box-shadow: 0 0 20px #e8eef9;
    margin: 0 auto 15px auto;
}

.js-video-full {
    transition: all 0.3s ease 0s;
}
.js-video-full-m {
    padding: 0 !important;
    border: none !important;
    transition: all 0.3s ease 0s;
}

.section-product {
    background: url("../img/product-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8rem 0;
}
.orig-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.price-strike {
    font-size: 1.875rem;
    font-weight: 600;
    font-family: "PT Serif", serif;
    position: relative;
    padding: 0 0.625rem;
}
.price-strike img {
    box-shadow: none;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.new-price {
    text-align: center;
    font-size: 1.25rem;
    border: 0.125rem dashed #00a651;
    border-radius: 0.375rem;
    background-color: #fafffc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto 25px auto;
}
.new-price span {
    font-size: 2.625rem;
    font-weight: 600;
    font-family: "PT Serif", serif;
    margin-left: 0.625rem;
}
.new-price .new-price-dollar {
    font-size: 1.4375rem;
    font-weight: 400;
}

.what-is {
    color: #fff;
    background: url("../img/what-is-bg.jpg") no-repeat;
    background-size: cover;
    padding: 6rem 0;
}

.carousel-testimonial {
    text-align: center;
    padding-top: 1.25rem;
}
.carousel-testimonial .carousel-item {
    min-height: 260px;
}
.carousel-testimonial .carousel-indicators {
    bottom: -10%;
}
.carousel-testimonial .carousel-indicators li {
    border-radius: 50%;
    background-color: #bfbfbf;
    width: 0.875rem;
    height: 0.875rem;
}
.carousel-testimonial .carousel-indicators li.active {
    background-color: #4097e1;
}
.testimonial-heading {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}
.testimonial-content {
    font-size: 1.125rem;
    line-height: 2.125rem;
    margin-bottom: 1.875rem;
}
.testimonial-user {
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "PT Serif", serif;
}
.section-faq {
    background: rgb(249, 251, 252);
    background: linear-gradient(
        0deg,
        rgba(249, 251, 252, 1) 0%,
        rgba(231, 241, 250, 1) 100%
    );
}
.section-faq img {
    margin-right: 1rem;
}
.section-faq h5 {
    font-size: 18px;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.section-faq p {
    font-size: 14px;
    color: #4a5078;
}
.card-opt-in {
    border: none;
    background: url("../img/optin-bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.card-opt-in .card-body {
    padding: 2rem;
}
.card-opt-in .btn {
    font-size: 1.025rem;
    letter-spacing: normal;
    font-weight: 600;
    padding: 0.4rem 0.5rem;
}
label {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
label span {
    color: #ff0000;
}
.bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e8eef9;
    box-shadow: 0 0 20px #e8eef9;
}

footer {
    color: #fff;
    background-color: #2e3134;
    padding: 1.875rem 0;
}
.footer-menu {
    padding: 0;
    margin: 0 0 1.8rem 0;
}
.footer-menu li {
    list-style-type: none;
    display: inline-block;
}
.footer-menu li a {
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
}
.footer-menu li .cta {
    padding: 3px 10px;
    margin-right: 1rem;
    letter-spacing: normal;
}
.optin-area {
    display: none;
}

/* btn unmute */
button.w-vulcan-v2-button {
    display: none !important;
}
#unmute_btn.btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0.775rem 0.85rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
#unmute_btn.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#unmute_btn.btn:before {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
#unmute_btn.btn {
    background: #ffc107;
    color: #fff;
    box-shadow: 0 6px #e0a800;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.btn-unmuted {
    border-radius: 0 0 5px 5px;
}
.btn-unmuted:hover {
    box-shadow: 0 4px #e0a800;
    top: 2px;
    cursor: pointer;
}
.btn-unmuted:active {
    box-shadow: 0 0 #e0a800;
    top: 6px;
}
.text-red {
    color: #ff0000;
}
.bg-black {
    background-color: #000;
}
.exit-modal {
    cursor: pointer;
    z-index: 11111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

p.text-transcript {
    font-size: 1rem;
}

/* Helper classes */
.btn-primary {
    background-color: #4097e1;
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.625rem;
    letter-spacing: 1px;
}
.btn-primary img {
    display: block;
    margin: 0.625rem auto 0 auto;
}
.btn-lg {
    padding: 0.75rem 0.625rem;
}
.text-primary {
    color: #4097e1 !important;
}
.text-ltblue {
    color: #7bb2e4 !important;
}
.fw-400 {
    font-weight: 400;
}
.lh-normal {
    line-height: normal;
}
.fs-12 {
    font-size: 0.75rem;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem;
}
.fs-md {
    font-size: 1.8rem;
}
.fw-600 {
    font-weight: 600;
}
.fw-400 {
    font-weight: 400;
}
.mb-6 {
    margin-bottom: 4rem;
}
.mb-7 {
    margin-bottom: 5rem;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (min-width: 768px) {
    section {
        padding: 3.75rem 0;
    }
    .hero {
        padding: 2rem 0;
    }
    .hero h1 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }
    .hero-contact-us {
        padding: 6.25rem 0;
    }
    .section-title {
        font-size: 2.25rem;
    }
    .section-subtitle {
        font-size: 1.125rem;
    }
    .carousel-testimonial .carousel-indicators {
        bottom: -20%;
    }
}
@media (max-width: 1600px) {
    .section-product {
        background-size: contain;
    }
}
@media (max-width: 767px) {
    .button_container {
        top: 5px;
    }
    .logo {
        width: 75px;
    }
    .hero-f {
        height: 410px;
    }
    .hero-f h1 {
        font-size: 1.65rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .hero-f h1 br,
    .hero-f p br {
        display: none;
    }
    .hero-contact-us {
        height: auto;
    }
    .video {
        margin-top: -13rem;
    }
    .wave {
        display: none;
    }
    .section-product {
        background: none;
    }
    #unmute_btn.btn {
        font-size: 1rem;
        padding: 5px;
    }
}
@media screen and (max-width: 320px) {
    #unmute_btn.btn {
        font-size: 0.8rem;
        padding: 5px;
    }
}
