html,
body {
    height: 100%;
}
#page-content {
    flex: 1 0 auto;
}
#sticky-footer {
    flex-shrink: none;
    font-size: 1.2rem;
}
body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #000;
    line-height: 1.42857143;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
footer a {
    color: #347da4;
}
footer a:hover {
    color: #3d93c2;
}

a {
    color: #6797ac;
}

h1,
.h1 {
    font-size: calc(110% + 1vw + 1vh);
}
h2,
.h2 {
    font-size: calc(100% + 1vw + 1vh);
}
h3,
.h3 {
    font-size: 2rem;
}
h4,
.h4 {
    font-size: 1.8rem;
}
h5,
.h5 {
    font-size: 1.4rem;
}
h6,
.h6 {
    font-size: 0.9rem;
}
p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
ul,
ol,
li {
    font-size: 1.4375rem;
    margin-bottom: 1rem;
}
a {
    color: #5a83b4;
}
a:hover,
a:focus {
    color: #29b2bc;
    text-decoration: underline;
}

sup {
    color: #6c757d;
}

.card {
    background-color: #fff;
}
.card-body {
    padding: 0 0 1.25rem 0;
}

.mb-6,
.my-6 {
    margin-bottom: 6rem !important;
}
.mt-6,
.my-6 {
    margin-top: 6rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 6rem !important;
}
.pt-6,
.py-6 {
    padding-top: 6rem !important;
}
.mt-21 {
    margin-top: 21%;
}

/* Others */
.background {
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100vw / 2.54);
    background-image: url("../img/section-1.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-light-grey {
    background-color: #f3f3f3;
}
.bg-black {
    background-color: #000;
}
.bg-ronchi {
    background-color: #ebc956;
}
.bg-link-water {
    background-color: #d5e2f4;
}
.bg-regent-blue {
    background-color: #ccdff2;
}
.bg-cherub {
    background-color: #f7d6e1;
}
.bg-oto1ds-header {
    background: rgb(175, 168, 250);
    background: radial-gradient(
        circle,
        rgba(175, 168, 250, 1) 0%,
        rgba(213, 226, 244, 0.01) 100%
    );
}
.bg-oto2ds-header {
    background: rgb(192, 243, 247);
    background: radial-gradient(
        circle,
        rgba(192, 243, 247, 1) 0%,
        rgba(204, 223, 242, 0.01) 100%
    );
}
.bg-oto3ds-header {
    background: rgb(116, 196, 226);
    background: radial-gradient(
        circle,
        rgba(116, 196, 226, 1) 0%,
        rgba(247, 214, 225, 0.01) 100%
    );
}

.text-dove-gray {
    color: #716a6a;
}
.text-red {
    color: #ff0000;
}
.text-teal-blue {
    color: #053561;
}
.text-forest-green {
    color: #2d8a26;
}
.text-science-blue {
    color: #0165b8;
}
.text-supernova {
    color: #ffcc00;
}

.text-red-violet {
    color: #cc1a6a;
}
.text-chathams-blue {
    color: #10486d;
}
.text-purple-mountain {
    color: #8f74b6;
}
.text-tonys-pink {
    color: #e88b81;
}
.text-breaker-bay {
    color: #679cab;
}
.text-new-york-pink {
    color: #d76d79;
}
.text-dawn {
    color: #a5a19d;
}
.text-turkish-rose {
    color: #aa6980;
}
.text-hippie-blue {
    color: #6797ac;
}

.cb-disclaimer {
    border: solid 1px #f5e4aa;
    background-color: #f6f5f4;
    padding: 15px;
}
.cb-disclaimer p,
.cb-disclaimer h6 {
    color: #716a6a;
    font-size: 0.75rem;
}

/* cta */
.cta a {
    text-decoration: none;
    display: inline-block;
}
.cta a:hover {
    cursor: pointer;
}
.pricing {
    font-weight: 400;
    cursor: inherit;
}
.pricing del {
    text-decoration: none;
    position: relative;
}
.pricing del:after {
    content: " ";
    display: block;
    width: 130%;
    border-top: 3px solid rgba(255, 0, 0);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: -10%;
    top: 55%;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
}
.price-bigger {
    font-size: 3rem;
    font-weight: 600;
}
.actual-price {
    font-size: 2rem;
}

.money-back {
    position: absolute;
    color: #ff0000;
    font-size: 2.3rem;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    text-shadow: 0 0 3px #ff0000, 0 0 5px #000;
}
.additional-discount {
    position: absolute;
    width: 700px;
    max-width: 100%;
    color: #ff0000;
    font-size: 3rem;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    text-shadow: 0 0 3px #ff0000, 0 0 5px #000;
}

/** btn buy now **/
.btn-buy-now {
    color: #fff;
    background: rgb(251, 185, 23);
    background: radial-gradient(
        circle,
        rgba(251, 185, 23, 1) 0%,
        rgba(251, 177, 23, 1) 100%
    );
}
.btn-buy-now:hover {
    color: #fff;
    background: rgb(252, 194, 1);
    background: radial-gradient(
        circle,
        rgba(252, 194, 1, 1) 0%,
        rgba(255, 211, 0, 1) 100%
    );
    border-color: #ffcc00;
}

/** btn give me discount **/
.btn-discount {
    font-size: 2rem;
    color: #fff;
    background: rgb(248, 154, 17);
    background: radial-gradient(
        circle,
        rgba(248, 154, 17, 1) 0%,
        rgba(250, 174, 69, 1) 50%,
        rgba(248, 154, 17, 1) 100%
    );
    border-color: #f9ac39;
    padding: 20px;
}
.btn-discount:hover {
    color: #fff;
    background-color: #f9ac39;
    background-image: linear-gradient(#f9ac39, #fac16b);
    border-color: #f9ac39;
}

/* btn unmute */
button.w-vulcan-v2-button {
    display: none !important;
}
#unmute_btn.btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    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;
}
p.text-transcript {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    #unmute_btn.btn {
        font-size: 1rem;
        padding: 5px;
    }
}

@media screen and (max-width: 320px) {
    #unmute_btn.btn {
        font-size: 0.8rem;
        padding: 5px;
    }
}

.section-1 {
    background-image: url("../img/section-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.vertical-video .mt-21 {
    margin-top: 62%;
}

.video-area {
    display: block;
    border: 10px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}
.video-wrapper {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 14px 29px #00000057;
    width: 100%;
    position: relative;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
    cursor: pointer;
}

.video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}

.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;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #053561;
    margin: 35px 0;
}

.section-3 .cart {
    height: 220px;
    position: relative;
    padding: 0;
    z-index: 1;
    transition: all 200ms linear;
}

.section-3 .cart .cart-border {
    border: 1px solid #053561;
    border-radius: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-3 .cart .cart-inner {
    width: 100%;
    height: 100%;
    background-color: #ffcc00;
    border-radius: 20px;
    position: absolute;
    top: 16px;
    left: -16px;
    padding: 48px 30px 0;
}

.section-3 .cart .cart-inner h5 {
    color: #053561;
    text-align: center;
    font: Bold 20px/24px Montserrat;
}

.section-3 .cart .cart-inner h6 {
    font: 700 18px/22px Montserrat;
}

.btn-listen {
    font: 700 18px/22px Montserrat;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    padding: 11px 20px;
    background: #053561 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #00000045;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: all 150ms linear;
}

.btn-listen:hover {
    color: #fff;
    transform: scale(1.1);
}

.section-4 {
    margin-bottom: 70px;
    padding: 0 10px;
}

.section-4 .left-top {
    position: absolute;
    top: 0;
    left: 0;
}

.section-4 .right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-5 {
    background-color: #e6e6e6;
}

.section-5 img {
    width: 24px;
    height: 20px;
}

.section-6 {
    background-color: #ffcc00;
}

.section-6 .rotate {
    bottom: 0;
    transform: rotate(180deg);
    right: 0;
}

.section-8 .blue-carts {
    padding: 0 30px;
    color: #fff;
}

.section-8 .blue-cart {
    height: auto;
    width: 100%;
    position: relative;
    border-radius: 20px;
    margin-bottom: 20px;
}

.section-8 .right-background {
    background-color: #053561;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 20px;
    left: -20px;
    border-radius: 20px;
}

.section-8 .left-background {
    background-color: #053561;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 20px;
    left: 20px;
    border-radius: 20px;
}

.section-8 .blue-cart .border {
    border: 1px solid #fff !important;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    padding: 50px 90px 30px 50px;
}

.section-9 .references-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 18px #00000045;
    border-radius: 20px;
}
.references-box ul li {
    font-size: 0.75rem;
    /* font: 500 18px/22px Montserrat; */
}

ul.references-list {
    list-style: none;
    padding-inline-start: 0;
}

.reg mark {
    background-color: #ffff00 !important;
    color: #dc3545;
}

.exit-modal {
    z-index: 11111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
    .section-8 .blue-cart .border {
        padding: 40px 30px 10px 30px;
    }

    .section-8 .blue-carts {
        padding: 0 20px;
    }
}
