*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

:root {
    --font-prod: "Gilroy", sans-serif;
    --font-prod-bold: "Gilroy-Bold", sans-serif;

}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #fff;
    z-index: 10 !important;
    position: relative;
}


#hp {
    margin-top: -52px;
}

@media (max-width: 478px) {
    #hp {
        margin-top: 0;
    }
}

/* ___ Header ___ */
.promo_header {
    background: url('img/header-bg.png') no-repeat top #fff;
    background-size: cover;
    color: #000;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
    height: 567px;
}


.header_info {
    padding: 100px 0 0 0;

    h1 {
        text-transform: uppercase;
        font-size: 40px;
        line-height: normal;

        @media (min-width: 992px) {
            margin-left: -80px;
        }
    }
}


.header_img {
    padding: 20px 0;
    margin: auto;

    @media (min-width: 992px) {
        padding: 0;
        margin-left: -50px;
    }
}


/* ___ Products ___ */

@media (min-width: 992px) {
    .cont {
        display: flex;
        align-items: center;
    }
}


.out-cont {
    padding: 20px 0;
    background: #020116;
    font-family: var(--font-prod) !important;
}


/* Prod boxes LG */
@media (min-width: 992px) {
    .cont1 {
        background: url('img/prog-bg-lg.png') no-repeat top #000;
    }

    .cont2 {
        justify-content: space-between
    }

    .cont3,
    .cont4 {
        background: url('img/prog-bg-lg-2.png') no-repeat top #000;
    }


    .cont1,
    .cont3,
    .cont4 {

        .btn_box {
            margin-top: -45px;
        }

        span.old-price {
            top: 15px;
        }
        a.here {
            position: relative;
            top: -65px;
            left: 300px;
        }

        .title {
            margin-top: 30px;
        }
    }

}


.cont a.img img {
    max-width: fit-content;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cont .title a {
    /* font-family: "Gotham-Medium", sans-serif; */
    color: #fff;
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
}

.cont ul li {
    /* font-family: "Gotham-Medium", sans-serif; */
    line-height: normal;
    color: #fff;
    font-size: 23px;

    &::before {
        width: 10px;
        height: 10px;
        background-color: #fff;
        /* margin: 5px 0; */
    }
}

.cont span.old-price {
    /* font-family: "Gotham-Medium", sans-serif; */ 
    color: #fff;

    &::before {
        color: #fff;
    }
}

.strike-horizontal:before {
    border-top: 2px solid #fff;
}

.cont span.price {
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-weight: 600;
}

.cont a.here {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    transition: all .3s ease-in-out;
    /* Red glow effect */
    box-shadow: 0 0 15px #ff0000;

    max-width: 224px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;


    &:hover {
        color: #fff;
        background-color: transparent;
        transform: translateY(-4px);
    }
}



/* Prod boxes SM */
.row-product-3 {
    
    border-radius: 20px;
    background: #351411;
    border: 2px solid #ff8803;
    max-width: 377px;
    width: 100%;
    min-height: 676px;
    padding: 30px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cont .row-product-3 a.img {
    margin-top: 0 !important;
}

.row-product-3 .title {
    max-width: 350px !important;
    width: 100%;
    margin: auto;
    line-height: 30px;

    a {
        font-size: 24px !important;
    }
}

.row-product-3 ul {
    display: block !important;

    li {
        font-size: 16px;
        line-height: normal;
    }
}

.cont .row-product-3 .btn_box {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 30px;
}

.cont .row-product-3 span.old-price {
    font-size: 24px;
}

.row-product-3 a.here {
    margin-top: 20px;
}







/* ___ Reviews ___ */
.promo_reviews {
    background: #020116;
    color: #fff;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;

    .devider {
        background: url('img/gradient-1.png') no-repeat top #020116;
        background-size: cover;
    }

    /* Image */
    img {
        max-width: fit-content;
        width: 100%;
        margin: auto;
        padding: 30px 0;
    }

    /* H2 */
    h2 {
        font-size: 50px;
        line-height: normal;
        font-weight: bold;
        text-align: center;
    }

    /* P */
    p {
        font-size: 22px;
        line-height: normal;
        padding: 30px 0;
    }

    .desc-victus {
        background: url('img/bg-victus-1.png') no-repeat center;
        background-size: cover;
        padding: 20px 0;
    }

    .desc-omen {
        background: url('img/bg-omen-1.png') no-repeat center;
        /* background-size: cover; */
        padding: 20px 0;
    }

    .col-lg-4 {
        img {
            padding: 0 0 10px 0;
        }

        h6 {
            font-size: 24px;
            line-height: normal;
            font-weight: bold;
            text-transform: uppercase;
        }

        p {
            font-size: 21px;
            line-height: normal;
        }
    }
}

/* BNP */
.bnp {
    background: url('img/bnp-bg.png') no-repeat top;
    background-size: cover;

    img {
        display: block;
        margin: auto;
        max-width: fit-content;
        width: 100%;
    }
}

/* ___  Seperator  Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 35px;
    line-height: normal;
}

/* ___  Footer ___ */
p.promo_footer {
    background-color: #fff;
    color: #000;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background: url('img/gradient-2.png') no-repeat top;
    background-size: cover;
    text-decoration: none;
    color: #fff;

    span {
        font-family: "Gotham-Bold", sans-serif;
        color: #fff;
        text-decoration: underline;
    }
}

/* ___ Screen Size ___ */
@media (min-width: 992px) and (max-width: 1400px) {

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:991px) {
    .landing .cont {
        .btn_box {
            height: auto;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .price {
            font-size: 30px;
        }

        .old-price {
            top: 20px;
        }
    }


    .promo_reviews .row {
        justify-content: center;
    }

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;

        h1 {
            font-size: 28px;
            line-height: normal;
            padding: 10px;
        }

        p {
            font-size: 22px;
            line-height: normal;
        }
    }

    .promo_reviews {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;

        h2 {
            font-size: 28px;
        }

        p {
            font-size: 20px;
        }
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {
    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 25px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 0 0 0;
    }
}