@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600;700;800&display=swap');

/* Updating Grid */
.container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

@media all and (max-width: 768px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
}

body,
html {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background-color: #000;
    background-image: url('../img/main-page/dark-brick-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media all and (max-width: 768px) {

    body,
    html {
        font-size: 18px;
    }
}

p {
    margin-bottom: 36px;
    line-height: 1.5em;
}

@media all and (max-width: 768px) {
    p {
        margin-bottom: 24px;
        line-height: 1.5em;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.3em;
}

.gochi-font {
    font-family: 'Gochi Hand', cursive;
    font-size: 20px;

}

strong {
    font-weight: 700;
    /* Define strong */
}

.fs-20 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

}
.fs-16{
    font-size: 16px;
}
.zup {
    z-index: 99;
    position: relative;
}

.container {
    max-width: 1070px;
    /* main container width */
}

.container-lg {
    max-width: 1080px;
    /* big container width */
}

.container-sm {
    max-width: 520px;
}
.container-sm-1{
    max-width: 700px;
}


/* Background Colors */
.text-white a {
    color: #ffffff;
}

.fw-600 {
    font-weight: 600;
}

.bg-red-2 {
    background-color: #ED1C24;
    border-radius: 4px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.bg-blue {
    background-color: #6282B5;
}

.mockup-bg {
    background-image: url(../img/main-page/mockup-bg-1.jpg);
}

.black-bg {
    background-color: #030303;
    padding: 10px 20px;
    border-radius: 4px;
}

.bg-green {
    background-color: #0E8F07;
}


.green-bg-1 {
    background-color: #0E8F07;
    border-radius: 4px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.bg-gradient-red {
    background: rgb(237, 28, 36);
    background: linear-gradient(90deg, rgba(237, 28, 36, 1) 0%, rgba(128, 26, 35, 1) 100%);
    position: relative;
}

.bg-gradient-red-1 {
    background: rgb(237, 28, 36);
    background: linear-gradient(90deg, rgba(237, 28, 36, 1) 0%, rgba(128, 26, 35, 1) 100%);
}

.bg-gradient-red:after {
    content: "";
    height: 26px;
    width: 225px;
    background-image: url('../img/main-page/notch.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 20px;
    left: 400px;
}


.joelo-bg {
    background-image: url(../img/main-page/hero-bg.jpg);
    background-position: bottom;
}

.bg-ylw {
    background-color: #FFF700;
    padding: 2px;
}

.bg-white {
    background-color: #ffffff;
}

.bg-white-notch {
    background-color: #ffffff;
    position: relative;
}

.bg-white-notch:before {
    content: "";
    height: 26px;
    width: 225px;
    background-image: url('../img/main-page/IGNORE/gray-notch.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 400px;
}

.bg-gray-1 {
    background-color: #F9F9F9;
}

.bg-gray-notch {
    background-color: #F9F9F9;
    position: relative;
}

.bg-gray-notch:before {
    content: "";
    height: 26px;
    width: 225px;
    background-image: url('../img/main-page/white-notch.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 400px;
}

/*margin-top-negative*/

.mt-neg {
    margin-top: -2px;
}

.mt-neg-1 {
    margin-top: -15px;
}

.mt-neg-3 {
    margin-top: -40px;
}


.mb-60 {
    margin-bottom: 80px;
}

.bg-black {
    background-color: #000000;
}

.product-neg {
    margin-top: -140px;
}

.mt-neg-6 {
    margin-top: -50px;
}

.price-margin {
    margin: 0px 180px !important;
}

/* Text Colors */
.text-green {
    color: #136200;
}

.line-through {
    text-decoration: line-through;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000;
}

.text-red {
    color: #ED1C24;
}

.text-red-2 {
    color: #801A23;
}

.text-ylw {
    color: #FFF700;
}

.living-gym {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}





/* Text shadows */
.text-shadow-1 {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 1.1em;
}

/* Borders */

.border-red-2 {
    border: 4px solid #ED1C24;
}

.border-red {
    border-left: 5px solid red;
    background-color: #ffffff;
    padding-left: 20px;
}

.border-red-3 {
    border: 2px solid #BA1B24;
    border-radius: 4px;
}

.border-green {
    border: 4px solid #0E8F07;
}

.dashed-border {
    border-top: 2px dashed #B5B5B5;
}

.red-arrow {
    margin-top: -35px;
}


.box-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}


/*btn */
.cart-btn a {
    display: flex;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    font-size: 36px;
    color: #FFFFFF;
    background-image: url(../img/main-page/button-bg.jpg);
    padding: 24px 60px;
    text-decoration: none;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.31);
    margin: auto;
    line-height: 1.2em;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 74%;

}

.cart-btn a:hover {
    transform: scale(1.05);

}

.downlode-btn a {
    display: flex;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    background-image: url(../img/main-page/ty-btn-bg.jpg);
    padding: 14px 40px;
    text-decoration: none;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    margin: auto;
    line-height: 1.2em;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 80%;

}

.downlode-btn a:hover {
    transform: scale(1.03);

}

.mt-n110{
    margin-top: -110px;
}

.txt-ylw-2 {
    color: #FBC000;
}

/*list*/

.checkbox-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #000;
}

.checkbox-list li {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 30px;
    padding-left: 80px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.checkbox-list li:after {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    background-image: url('../img/main-page/red-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    top: 32px;
}

.ripped-icon-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 0;
}

.ripped-icon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding: 40px;
    padding-left: 20px;
    border-radius: 4px;
    color: #000;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

}

.ripped-icon-list li img {
    max-width: 70px;
    margin-top: 0px;
    margin-right: 30px;
    flex-basis: auto;
    display: block;
    align-self: flex-start;
}

.ripped-icon-list li span {
    display: block;
    flex-basis: 100%;
    font-size: 20px;
    line-height: 1.5em;
}


.arrow-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.arrow-list li {
    margin-bottom: 26px;
    padding-left: 45px;
    position: relative;
}

.arrow-list li:after {
    content: "";
    height: 28px;
    width: 28px;
    background-image: url('../img/main-page/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

/*References*/
ol {
    padding-left: 20px;
}

.list-ref li {
    font-size: 16px;
    margin-bottom: 10px;
}

.list-ref li a {
    color: #000000;

}

.img-effect {
    border: 5px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
}

/*Lazy Load*/
img.lazy {
    display: none;
}

/*Retail Price*/


.fs-24 {
    font-size: 24px;
    font-weight: 800;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
}

.fs-70 {
    font-size: 70px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #999999;
}

.today-price {
    font-size: 28px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.fs-122 {
    font-size: 122px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.red-line p {
    position: relative;
}

.red-line p:after {
    content: "";
    height: 125px;
    width: 200px;
    background-image: url('https://medial1.marketingdesignpro.com/wp-content/uploads/2022/12/Line-33.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -160px;
    margin-top: -35px;
}


.phase-videos {
    display: flex;
    justify-content: center;
}

.ripped {
    background-color:#f9f9f9;
    width: 35%;
}

/* Responsive classes custom */
@media all and (max-width: 768px) {
    .center-sm {
        text-align: center;
    }

    .img-50-sm {
        max-width: 45%;
    }

    .img-80-sm {
        max-width: 80%;
    }

    .img-95-sm {
        max-width: 95%;
    }

    .h2r {
        font-size: 1.4rem;
    }

    .h3r {
        font-size: 1.2rem;
    }

    .h4r {
        font-size: 1.1rem;
    }

    .living-gym {
        font-size: 18px;
    }

    .mt-neg {
        margin-top: -5px;
    }

    .arrow-list {
        font-size: 18px;
    }

    .joelo-bg {
        background-image: url(../img/main-page/joleo-bg-2.jpg);
    }

    .border-red {
        padding-left: 10px;
    }

    .green-nok {
        margin-top: -20px;
    }

    .red-arrow {
        display: none;
    }

    .ripped-icon-list li span {
        font-size: 18px;
    }

    .ripped-icon-list li img {
        max-width: 40px;
        margin-right: 20px;

    }

    .checkbox-list {
        font-size: 18px;
    }

    .bg-gradient-red:after {
        margin-top: 15px;
        left: 75px;
        display: none;
    }

    .cart-btn a {
        font-size: 20px;
        padding: 18px 30px;
        margin: auto;
    }

    .bg-white-notch:before {
        display: none;

    }

    .bg-gray-notch:before {
        display: none;

    }

    .fs-70 {
        font-size: 40px;
    }



    .price-margin {
        margin: 0px !important;
    }

    .list-ref li {
        font-size: 14px;
    }

    .fs-24 {
        font-size: 18px;
    }

    .fs-70 {
        font-size: 50px;
    }

    .today-price {
        font-size: 20px;
    }

    .fs-122 {
        font-size: 80px;
    }

    .red-line p:after {
        height: 80px;
        width: 160px;
        margin-left: -100px;
        margin-top: -20px;
    }

    .phase-videos {
        display: inline-block;
    }

    .ripped {
        width:100%;
    }
    .mt-sm-150{
        margin-top: 150px;
    }

    .fs-16{
    font-size: 12px;
}

}
