/* 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;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #fff !important;
}

a {
    text-decoration: none !important;
    color: #000;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

:root {
    --main-color: #ff6900;
    --black-color: #000;
    --white-color: #fff;
    --text-color: #0b0605;
    --background-color: #f7f1e6;
    --box-shadow: #6e6f7c;
    --yellow-color: #f2d00b;


    --font-family-14: 14px;
    --font-family-16: 16px;
    --font-family-18: 18px;
    --font-family-20: 20px;
    --font-family-22: 22px;
    --font-family-24: 24px;
    --font-family-26: 26px;
    --font-family-28: 28px;
    --font-family-30: 30px;
    --font-family-32: 32px;
    --font-family-34: 34px;
    --font-family-36: 36px;
    --font-family-38: 38px;
    --font-family-40: 40px;
    --font-family-42: 42px;
    --font-family-44: 44px;
    --font-family-46: 46px;
    --font-family-48: 48px;
    --font-family-50: 50px;
    --font-family-52: 52px;
    --font-family-55: 55px;
    --font-family-60: 60px;
    --font-family-64: 64px;
}

.container {
    margin: auto;
    max-width: 1280px;
}

.container-two {
    max-width: 1520px;
    margin: 0 90px;
}


.top-warning {
    background: #0d0d0d;
    color: #a8abad;
    font-size: 14px;
    padding: 8px 0;
    font-weight: 600;
    text-align: center;
}

.top-warning strong {
    color: var(--yellow-color);
}

.top-warning span.orange {
    color: var(--yellow-color);
    font-weight: bold;
}


/* Main header section */
.header {
    padding: 12px 0;
    background: white;
}

.logo img {
    height: 40px;
}

.right-offer p {
    font-size: var(--font-family-24);
    color: #1a3d2d;
    text-align: end;
}

.right-offer img {
    height: 80px;
    margin-top: 4px;
}

/* slider part css */

.hero_part_section {
    background: url(../images/metabolic/Metabolic-background.png) no-repeat;
    height: 100%;
    background-position: 54% 50%;
    background-size: cover;
}

.hero_section_content {
    justify-content: space-between;
}

.hearo-section-content {
    padding-top: 50px;
}

.hearo-section-content h1 span {
    font-size: 50px;
    line-height: 20px;
}

.hearo-section-content h1 {
    font-size: var(--font-family-64);
    /* font-family: 'BebasNeue', sans-serif; */
    font-weight: 200;
    line-height: 51px;
}

.hearo-section-content p {
    font-size: var(--font-family-22);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.btn-custom {
    background: var(--main-color);
    padding: 11px 50px 11px 20px;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white-color);
    display: inline-block;
    margin: 30px 0;
}

.btn-custom:hover {
    background-color: #e65c00;
}

.button_order {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    font-size: var(--font-family-16);
    margin-top: 10px;
    letter-spacing: 1px;
}

/* Regulates List */
.regulates_classes li {
    font-size: var(--font-family-24);
    font-weight: 500;
    padding: 10px 0px;
    text-transform: uppercase;
}

.regulates_classes {
    width: fit-content;
    padding-bottom: 90px;
}

.logos_icon .logo_ju {
    width: 90%;
    filter: grayscale(1);
}

li.logos_icon h5 {
    font-size: 16px;
    margin-top: 30px;
}

.logos_icon {
    margin-top: 40px;
}

.regulates_classes ul {
    display: flex;
    flex-direction: column;
}

/* Form Container */
.form-container {
    background: var(--white-color);
    padding: 30px;
    border-radius: 40px;
    box-shadow: 0px 0px 60px rgb(0 0 0 / 32%);
    position: relative;
    max-width: 400px;
}

.form-container h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.form-container {
    margin-left: 50px !important;
}

.form-container h2 span {
    color: #ff6600;
    font-weight: 500;
    font-size: var(--font-family-50);
    font-family: "Bebas Neue", sans-serif;
}

.form-container p {
    font-size: var(--font-family-34);
    margin-bottom: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    width: 90%;
}

.hero_left_part {
    height: 100%;
}

.hero_section_content {
    padding-bottom: 50px;
}

.form-control {
    font-size: var(--font-family-18) !important;
    border: 1px solid #898989 !important;
    border-radius: 9px !important;
    padding: 10px !important;
}

.btn {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    padding: 20px;
    font-size: var(--font-family-24);
    letter-spacing: 1px;
    border-radius: 10px;
    border: none;
}

.btn:hover {
    background-color: #e65c00;
}

/* Secure Text */
p.secure-text {
    font-size: var(--font-family-18);
    font-family: revert;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #555;
}

p.secure-text img {
    margin-right: 10px;
}

/* Security Image */
.Secure_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_content_description a:hover {
    color: var(--main-color) !important;
}

.form-container::after {
    background: url(../images/metabolic/form_arrow.png);
    content: "";
    position: absolute;
    bottom: 137px;
    right: -28px;
    width: 60px;
    height: 370px;
    background-repeat: no-repeat;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-section {
        height: auto;
        padding: 40px 0;
        background-position: center;
    }

    .hero_section_content {
        flex-direction: column;
    }

    .btn-custom {
        padding: 10px 40px;
        font-size: 22px;
    }

    .regulates_classes {
        padding-bottom: 40px;
    }

    .form-container {
        margin-top: 30px;
    }
}


/* Nudora_section start */

section.Nudora_section {
    background: #f7f1e6;
    padding: 90px 0;
}

.Nudora_content_div h2 {
    font-size: 54px;
    font-weight: 300;
}

.Nudora_content_div p {
    font-size: 19px;
    margin: 20px 0;
    line-height: 21px;
}

.Nudora_content_div ul {
    padding: 0;
    list-style: none;
}

.Nudora_content_div ul li {
    display: flex;
    align-items: baseline;
    padding-bottom: 29px;
    gap: 10px;
}

.Nudora_content_div ul li p span {
    margin-left: 34px;
    display: block;
}

.Nudora_content_div ul li p {
    margin: 0;
    font-size: 20px;
}

.Nudora_content_div ul li p strong {
    display: block;
}

.Nudora_section_image img {
    width: 80%;
}


/* Why nudora part section start */

.Why_nudora_section {
    background-color: #f9953e;
    background-image: url(../images/metabolic/why-is-nudora.png);
    height: 100%;
    background-position: 40% 20%;
    background-size: 110%;
    padding: 100px 0;
    background-repeat: no-repeat;
}

.Why_nudora_section_content h2 {
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}

.Why_nudora_section_content p {
    font-size: 19px;
    width: 74%;
    color: #000;
}

.color_change {
    background: #000;
    text-transform: uppercase;
    display: inline-block;
    width: 40%;
    margin-top: 40px;
    text-align: center;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.roder_button_div img {
    width: 10%;
}

.roder_button_div {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* how_to_use_section */

.how_to_use_section {
    padding: 90px 0 60px;
}

.how_to_use_section h2 {
    font-size: 57px;
    text-align: center;
    font-weight: 300;
}

.how-to-use-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.howuse-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.howuse-card-content span,
.howuse-card-content h4 {
    font-size: 25px;
    font-weight: 600;
}

.howuse-card-content p {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 0;
}


/* Why Nudora section start  */

.Why_Nudora_section {
    padding: 60px 9rem;
    background-color: #000;
    color: #fff;
}

.Why_Nudora_section h2 {
    color: #ff6600;
    font-size: 52px;
    margin-bottom: 0;
    font-weight: 300;
}

.nudora-logo {
    max-width: 160px;
    margin-left: 15px;
}

.heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.why-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 35px;
}

.why-box img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 14px;
    flex-shrink: 0;
}

.why-box h5 {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
}

.why-box p {
    font-size: 1rem;
    margin-bottom: 0;
    color: #ddd;
}

.highlight-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    flex-wrap: wrap;
    position: relative;
}

.highlight-text {
    font-size: 33px;
    font-weight: 400;
    text-transform: uppercase;
    width: 65%;
    line-height: 40px;
}

.btn-rush {
    background-color: #ff6600;
    border: none;
    padding: 14px 28px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    transition: 0.3s;
    width: 280px;
    font-size: 22px;
}

.cta-right img {
    width: 12%;
    position: absolute;
    top: -46px;
    right: 21vw;
}

.btn-rush:hover {
    background-color: #e65c00;
}

.cta-right {
    display: flex;
    align-items: center;
}













.simply-dummy-text {
    background: #f7f1e6;
    padding: 80px 0;
}

.including-versions {
    font-size: 54px;
    color: #ff6900;
    margin-bottom: -5px;
    font-weight: 400;
}

.the-latest-science h3 {
    font-size: 44px;
    color: #ff6900;
    font-weight: 400;
}

.the-latest-science p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
}

.the-latest-science h4 {
    font-size: 22px;
    margin-top: 27px;
    color: #000000;
    font-weight: 400;
}

.the-img-activates img {
    width: 90%;
}

.Virginia-looked {
    background: #000000;
    padding: 50px 0;
}

.the-nudora-orange h2 {
    font-size: 54px;
    color: #ff6900;
    font-weight: 400;
}

.the-nudora-orange h3 {
    font-size: 44px;
    color: #ff6900;
    font-weight: 400;
}

.the-highest-product img {
    width: 80%;
}

.the-highest-product {
    text-align: right;
}

.the-reproduced h2,
.the-reproduced h3 {
    font-size: 33px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.the-reproduced p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    width: 80%;
}

.their-exact-original {
    display: flex;
    align-items: center;
    gap: 20px;
}

.their-exact-original img {
    width: 40%;
    margin-left: -60px;
    margin-top: -80px;
}

.their-exact-original a {
    background: #fc8d1e;
    border: none;
    padding: 14px 24px;
    color: #fff;
    display: block;
    width: 320px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.The-generated h2 {
    font-size: 53px;
    color: #ff6900;
    font-weight: 400;
    text-transform: uppercase;
}

.The-generated h3 {
    font-size: 48px;
    color: #000000;
    font-weight: 400;
}

.the-restful-sleep img.Restful-Sleep {
    width: 120%;
    margin-left: -101px;
    position: relative;
    z-index: -1;
}

.words-which {
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-bottom: 1px solid #ff6900;
    width: 70%;
}

.words-which h5 {
    margin-left: 10px;
    font-size: 22px;
    color: #000;
}

.the-nongmo {
    margin-top: 50px;
}

.the-restful-sleep a {
    background: #FF6900;
    border: none;
    padding: 14px 24px;
    color: #fff;
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    width: 40%;
    margin: auto;
}

.the-arrow-line {
    position: absolute;
    margin-top: -60px;
    margin-left: 61px;
}

.the-feature {
    font-size: 20px;
    margin: 20px 0;
}

.the-feature img {
    margin-top: 20px;
    filter: grayscale(1);
}

.web-page {
    width: 60%;
    margin: 30px auto 0;
}

.real_success_div {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-left: 20px;
}

img.icon_class {
    width: 20%;
    margin-bottom: 24px;
}

.real_success_content p {
    font-size: 19px;
    font-weight: 500;
}

.real_success_content span {
    font-size: 19px;
    font-weight: 500;
    text-align: end;
    display: block;
}

section.real_success_section {
    margin: 80px 0;
}

section.real_success_section h2 {
    font-size: 65px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
}

.real_success_div>img {
    height: 370px;
    width: 210px;
    object-fit: cover;
}


.disclaimer {
    font-size: 17px;
    color: #000;
    line-height: 1.5;
    margin-top: 70px;
    text-align: center;
    padding: 0 4px;
}

.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: 22px 0 90px;
}






















@media screen and (min-width: 1100px) and (max-width: 1440px) {

    body,
    html {
        overflow-x: hidden;
    }

    .hero-section {
        background-position: 53% 110%;
    }

    .btn {
        padding: 14px;
        font-size: var(--font-family-16);
    }

    .top-warning {
        font-size: var(--font-family-16);
    }

    .right-offer p {
        font-size: var(--font-family-20);
    }

    .hearo-section-content a {
        font-size: var(--font-family-20);
    }

    .regulates_classes li {
        font-size: var(--font-family-20);
    }

    .regulates_classes {
        padding-bottom: 60px;
    }

    .hearo-section-content p {
        font-size: var(--font-family-20);
    }



}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .row.align-items-center.Why_nudora_section_content .col-lg-8.col-md-7 {
        width: 90%;
    }

    section.how_to_use_section .container>div {
        padding: 0 !important;
    }

    .how_to_use_section h2 {
        font-size: 59px;
        text-align: center;
        font-weight: 300;
        margin-bottom: 50px;
    }

    .Why_Nudora_section {
        padding: 60px 0rem;
    }

    .why-box {
        gap: 11px;
    }

    .why-box img {
        width: 140px;
        height: 140px;
    }

    .why-box h5 {
        font-size: 0.9rem;
    }

    .why-box p {
        font-size: 0.8rem;
        margin-bottom: 0;
        color: #ddd;
    }
    .highlight-text {
    font-size: 20px;
    width: 52%;
    line-height: 31px;
}
.cta-right img {
    width: 18%;
    top: -66px;
    right: 37vw;
}
section.simply-dummy-text .container > div {
    flex-direction: column;
}
.col-md-6.the-latest-science {
    width: 100%;
}
.the-img-activates {
    margin-top: 40px;
}
.real_success_content.row > div {
    width: 100%;
}
.real_success_content.row {
    flex-direction: column;
    gap: 40px 0;
}
.col-md-7.the-reproduced {
    width: 49%;
}
.their-exact-original.text-center {
    width: 50%;
}
.the-reproduced h2, .the-reproduced h3 {
    font-size: 28px;
}
.the-reproduced p {
    font-size: 14px;
    width: 100%;
}
.row.align-items-center.the-lorem-ipsum > div {
    width: 100%;
}

.row.align-items-center.the-lorem-ipsum.mt-5 {
    flex-direction: column;
    gap: 40px;
}
.the-restful-sleep img.Restful-Sleep {
    width: 90%;
    margin-left: 0;
}
.hero_part_section {
    background-position: 38% 20%;
}
.form-container {
    max-width: 520px;
}
}