/* Bold */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Book */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Thin */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


/* Example usage */
body {
    font-family: "Roboto", sans-serif;
}

html {
    overflow-x: hidden;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* ------------------------------
   Global Layout
------------------------------ */
.container {
    max-width: 1140px; /* Bootstrap handles responsive widths */
    margin: auto;
}

.simply-dummy-text {
    background: #fc8d1e;
    padding: 50px 0;
}

.Contrary-to-popular {
    text-align: center;
}

.Contrary-to-popular h2 {
    width: 60%;
    margin: auto;
}

.hampden-sydney {
    background: #fff;
    padding: 50px 0;
    margin-top: 30px;
}

/* ------------------------------
   Left Column (Product Image)
------------------------------ */
.words-consectetur > img {
    width: 100%;
}

.words-consectetur button {
    background: #fc8d1e;
    border: none;
    padding: 20px 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 70% !important;
    letter-spacing: 4px;
    line-height: 20px;
}
.but-because-occasionally {
    margin-top: -40px;
}

.but-because-occasionally img {
    left: 136px;
    top: 458px;
}

/* ------------------------------
   Right Column (Text & Pricing)
------------------------------ */
.the-undoubtable h2 {
    width: 74%;
    font-size: 41px;
    font-weight: 400;
    margin: auto;
}

.the-undoubtable span {
    font-size: 60px;
    font-weight: 800;
    color: #fc8d1e;
}

.the-undoubtable h3 {
    font-size: 26px;
    width: 50%;
    margin: 26px auto 0;
}

.the-undoubtable h1 {
    font-size: 62px;
    color: #16b7c7;
    font-weight: 900;
    margin: 15px 0 30px;
}

.the-variations {
    display: flex;
    justify-content: center;
}

.the-variations h4 {
    font-size: 32px;
    margin-right: 10px;
}

h5.text-decoration {
    font-size: 32px;
    color: #c70000;
    text-decoration: line-through;
}

h5.text-decoration-two {
    font-size: 44px;
    color: #07c1d9;
}

.the-undoubtable h6 {
    font-size: 35px;
    width: 50%;
    margin: auto;
    color: #07c1d9;
    text-transform: uppercase;
    line-height: 28px;
}

/* ------------------------------
   Offer Icon Section
------------------------------ */
.hampden-sydney-consectetur {
    background: #f9e8d8;
    padding: 20px 0;
    text-align: center;
}

.hampden-sydney-consectetur img {
    width: 40%;
}

.no-thanks p {
    font-size: 19px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

/* ------------------------------
   Reviews Section
------------------------------ */
.powerhouse-product {
    margin-left: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}

.powerhouse-product h3 {
    font-size: 21px;
    font-weight: 700;
}

.the-undoubtable-xtremes {
    margin-left: 60px;
    font-size: 19px;
    width: 55%;
    font-weight: 500;
    margin-top: 30px;
}

.the-audrey {
    margin-left: 60px;
    font-size: 19px;
    font-weight: 500;
    margin-top: 20px;
    text-align: right;
}

.There-is-no-minimum {
    border-bottom: 1px solid #8389c1;
    margin-left: 60px;
    margin-top: 20px;
}

/* ------------------------------
   Security Icons
------------------------------ */
.icons-row img {
    width: 3%;
}

.icon {
    font-size: 12px;
    color: #000;
}

/* ------------------------------
   Footer
------------------------------ */
.disclaimer {
    font-size: 17px;
    color: #000;
    line-height: 1.5;
    margin-top: 18px;
    text-align: center;
    padding: 0 4px;
    width: 86%;
    margin: auto;
}

.links {
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 17px;
    letter-spacing: 1px;
}

.links a {
    color: inherit;
    text-decoration: none;
    margin: 0 8px;
}

footer.copy {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-top: 22px;
}

/* ------------------------------
   Responsive CSS
------------------------------ */
@media screen and (max-width: 767px) {
    .Contrary-to-popular h2 {
        width: 100%;
        font-size: 28px;
        margin-top: 20px;
    }

    .words-consectetur button {
        margin-left: 0;
        width: 90%;
        padding: 15px 30px;
    }

    .but-because-occasionally img {
        left: 16px;
        top: 443px;
    }

    .the-undoubtable h3 {
        width: 100%;
    }

    .hampden-sydney-consectetur img {
        width: 100%;
    }

    .powerhouse-product {
        margin-left: 0;
    }

    .the-undoubtable-xtremes {
        width: 100%;
        margin-left: 0;
    }

    .There-is-no-minimum {
        margin-left: 0;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .the-undoubtable h6 {
    font-size: 33px;
    width: 50%;
}   
.powerhouse-product {
    margin-left: 0px;
}
.the-undoubtable-xtremes {
    margin-left: 0px;
}
.There-is-no-minimum {
    margin-left: 0;
}
}