* {
    font-family: SFUI;
}
body {
    background: #f0f0f0;
}
h1 {
    font-size: 27px;
    font-weight: 900;
}
h2 {
    font-size: 24px;
    font-weight: 900;
}
a {
    text-decoration: none;
    color: black;
}
p {
    font-size: 1.125rem;
}
.bg-text-disclaimer {
    display: block;
}
.row {
    position: relative;
}
/* typography mobile */

/* colors & bg_colors */
.color-purple {
    color: #b954a0;
}
.color-white {
    color: #fff;
}
.color-red {
    color: #ff5959;
}
.color-green {
    color:#3a3c97;
}
.color-blue {
    color: #127dc2;
}
.color-grey {
    color:#cccccc;
}
.video-wrapper {
    background: linear-gradient(to right, #3a3c97 0%, #8687d2 51%, #3a3c97 100%);
    position: relative;
}
s {
    color: red;
    font-weight: 500;
}

/* colors $ bg_colors end */

/* Video Page  */
#player-wrapper{
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    border: 10px solid #3a3c97;
}
#player {
    border-radius: 10px;
}
#glass {
    background-color: transparent;
    background-repeat:no-repeat;
    background-size: cover;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-position: center;
    z-index: 4;
}
#playpause {
    background: rgba(0,0,0,0.4);
    background-size: cover;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-position: center;
    z-index: 4;
}
a.soundButton {
    position: absolute;
    color: #fff!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    z-index: 6;
}
.soundButton > img {
    max-width: 85%;
    top: 50%;
    left: 30%;
    position: absolute;
    transform: translate(-22%, -50%);
}
#playpause {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
}
#playpause > img {
    max-width: 85%;
    top: 50%;
    left: 30%;
    position: absolute;
    transform: translate(-22%, -50%);
}
.main-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

/* Video Page End  */

/* Components */

.ribbon-absolute{
    left: 50%;
    transform: translateX(-50%);
    max-width: 220px;
    top: -110px;
}
.ribbon-absolute-2{
    left: 50%;
    transform: translateX(-50%);
    max-width: 220px;
    bottom: -110px;
}
.eco-absolute {
  right: 8%;
  top: 0;
}
.custom-card {
    background: #ffffff;
    border-radius: 60px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(171, 171, 171, 0.46);
    -moz-box-shadow: 10px 10px 20px 0 rgba(171, 171, 171, 0.46);
    box-shadow: 10px 10px 20px 0 rgba(171, 171, 171, 0.46);
}

.box-top {
    background: radial-gradient(circle at 50% 50%, #7173b1, #3a3c97 127%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
}
.box-bottom {
    object-fit: contain;
    border-radius: 20px;
    border-style: solid;
    border-width: 3px;
    border-image-source: linear-gradient(to bottom, #F5F5F5 13%, #a4a4a4);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #F5F5F5, #ffffff), linear-gradient(to bottom, #F5F5F5 13%, #a4a4a4);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.card-product {
    background-image: linear-gradient(to bottom, #F5F5F5, #ffffff), linear-gradient(to bottom, #F5F5F5 13%, #a4a4a4);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 20px;
}

.product-offer {
    max-width: 300px;max-height: 210px;
}

.line-green::after {
    border-radius: 25px;
    background:#1a9950;
    content: '';
    display: block;
    height: 5px;
    margin: 30px auto;
    width: 80px;
}

.custom-btn-a {
    width: 70%;
    background: url(../img/btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    padding-top: 15px;
    transition: transform .2s;
}
.custom-btn-a:hover {
    text-shadow: 0 0 9px white;
    transform: scale(1.1);
}
.custom-btn-b {
    background: #fff000;
    border-radius:35px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    -moz-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    width: 60%;
}
.custom-btn-c {
    transition: .2s;
}
.custom-btn-c:hover {
    transform: scale(1.1);
}
.custom-btn-no {
    background-color: #E7E7E7;
    color: #757575;
    max-width: 370px;
    border-radius: 10px;
    padding: 12px 24px;
}
.custom-btn-no:hover {
    text-decoration: none;
    color: #757575;
}
.vip-badge {
    top: 0;
    right: 0;
    max-width: 35vh;
    z-index: 1;
}

.check-mark {
    position: relative;

}
.check-mark::before {
    content: '';
    display: inline-block;
    background: url(../img/check-green.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
    left: -35px;
}

.price {
    font-size: 70px;
}
.price::after {
    transform: translate(5%,-25%);
    content: '/Bottle';
    display: inline-block;
    width: 60px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.cards {
    max-width: 210px;
}

.bottle-shadow-mb {
    margin-left: 30px;
}

.supply {
    font-weight: 400;
    color: #8c8c8c;
    font-size: 28px;
}

/* Components End */

/* Footer Section  */
.footer-wrapper {
    background: #ffffff;
}
.footer-menu ul{
    padding-left: 0;
    list-style: none;
}
.footer-menu .footer-menu-links {
    text-align: center;
}
.footer-menu .footer-menu-links a {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
}
.footer-menu .footer-menu-links a:hover {
    color: #65bd52 ;
}
.footer-main-section p {
    font-size: 12px;
    color: #9e9e9e;
    letter-spacing: -0.1px;
}
a.footer-link {
    color: #eee;
}
.copyright {
    background: #676767;
    background: linear-gradient(180deg, #0c98ba) , #027da7;
}
.copyright h3 {
    font-size: 14px;
    color: white;
}

footer #disclaimer .main.container>div {
    background-color: transparent!important;
    box-shadow: none!important;
}

footer p {
    font-size: 0.875rem;
}


/* Footer Section  End*/


@media screen and (min-width: 993px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    p {
        font-size: 1.125rem;
    }    
    .money-back {
        bottom: -15%;
        left: 32%;
    }
    .money-back-top {
        top: -11%;
        left: 33%;
    }
    .bottle-shadow-h2 {
        margin-top: -30px;
    }
    .ribbon-absolute {
        top: -160px;
        max-width: 320px;
    }
    .ribbon-absolute-2 {
        bottom: -160px;
        max-width: 320px;
    }
    .text-product-info {
        margin-top: -60px;
    }

    .price-box {
        transition: transform .2s;
    }
    .price-box:hover {
        transform: scale(1.1);
    }

    .check-mark::before {
        width: 35px;
        height: 35px;
        left: -45px;
    }
    /* typography  desktop*/

    .footer-menu ul {
        padding-left: 0;
        display: flex;
        list-style: none;
        justify-content: space-around;
    }
    
}



footer p {
    font-size: 12px;
}

.border-dark{
	font-size: 12px;
}

.nav-item a{
	font-size: 12px;
}


