/* 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;
}



.offer-section {
    padding: 40px;
    background: #fff;
    overflow: hidden;
    position: relative;
    height: fit-content;
    margin: 0 auto !important;
}

.offer-text h2 {
    font-size: 73px;
    font-weight: 300;
    line-height: 65px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 5px;
}

.popup_content {
    text-align: center;
}

.offer-text h2 span {
    color: red;
    font-weight: 600;
    display: block;
}

.offer-text p {
    font-size: var(--font-family-26);
    margin: 10px 0;
    line-height: 41px;
    color: #555;
    letter-spacing: 3px;
}

.highlight {
    font-size: var(--font-family-40);
    font-weight: bold;
    color: #6a3df5;
    display: block;
}

.price {
    color: red;
    font-weight: bold;
}

.arrow-img {
    max-width: 100%;
    position: absolute;
    right: -30px;
    width: 12%;
    bottom: 140px;
}

.cta-btn {
    background-color: #6a3df5;
    color: white;
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 3px;
    font-size: 26px;
    text-transform: uppercase;
    border: none;
    display: block;
    width: 100%;
    letter-spacing: 3px;
}

.cta-btn:hover {
    background-color: #69267d;
}


.oevrlay_popup {
    background: #000000b5;
    height: 100%;
    position: absolute;
    width: 100%;
    padding: 100px;
    display: none;
    top: 0;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: end;
    cursor: pointer;
    z-index: 10000;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* When active, run animation */
.oevrlay_popup.show {
    display: flex;
    animation: slideDown 0.6s ease-out forwards;
}

.checkout_popup {
    position: relative;
}

.container {
    margin: auto;
    max-width: 1280px;
}

.top-warning {
    background: #0d0d0d;
    color: #a8abad;
    font-size: var(--font-family-16);
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
}

.heading_page span.text-orange {
    font-size: 90px;
    font-weight: 300;
    display: block;
}

h2.heading_page {
    font-size: 38px;
    font-weight: 300 !important;
    line-height: 58px;
    margin-top: 26px;
}



.product_image div {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;
}

.text-orange {
    color: var(--main-color) !important;
    text-transform: uppercase;
}

.selected .button-orange {
    background-color: var(--main-color);
}

.button-orange {
    background-color: #686868;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-orange {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.product_image {
    padding-left: 30px;
    width: 57%;
}

.btn-outline-orange {
    border: 2px solid var(--main-color);
    color: var(--main-color);
    font-weight: bold;
    text-transform: uppercase;
}

.offer-card {
    border: 4px solid #fff8f2;
    margin-bottom: 20px;
    position: relative;
    padding: 18px 0 18px 18px;
    flex-direction: row;
    cursor: pointer;
    background-color: #fff8f2;
    border-radius: 0 !important;
}
.product_image p span {
    color: #27a500;
}

.offer-card.selected {
    border-color: var(--main-color);
}

.card-section-content .button-orange {
    position: absolute;
    width: 32% !important;
    right: 0;
    bottom: 0;
    border-radius: 0;
}
.form-container {
    background: #fff;
    box-shadow: 0px 0px 50px #00000045;
    border-radius: 30px;
    position: relative;
    
}
.checkmark {
    background-color: #686868;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.checkout_page_content{
    justify-content: space-between;
}
.selected .checkmark img {
    display: block;
}

.card-section-content h6 {
    font-size: 20px;
    font-weight: 900;
}

.card-section-content div {
    background: #fff;
    box-shadow: 0px 0px 10px #00000047;
    width: 60%;
    margin: auto;
    padding: 6px;
    border-radius: 12px;
}

.card-section-content div p.small {
    margin: 0;
}

.card-section-content div h3.fw-bold {
    margin: 0;
    font-size: 32px;
    line-height: 25px;
    color: var(--main-color);
}

.card-section-content div .retail {
    font-size: 19px;
    font-weight: 900;
}

.selected .checkmark {
    background-color: var(--black-color);

}

.checkmark img {
    margin-left: 30px;
    margin-top: -14px;
    display: none;
}

.money-back {
    background-color: #FB8A1A;
    color: #fff;
}

.content_heding p {
    font-size: 21px;
    line-height: 25px;
}

.product_image img:nth-child(2) {
    max-width: 70%;
    height: auto;
}

.product_image img {
    max-width: 150px;
    height: 150px;
}

.product_image p {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;

}

.card-section-content {
    flex: auto;
    text-align: center;
    width: 29%;
    padding: 0;
}

.form-container h2.text-orange {
    font-size: 42px;
    font-weight: 600;
    line-height: 27px;
        text-transform: uppercase;
}
.form-container h4 {
    font-size: 24px;
        text-transform: uppercase;
}
.form-container .one {
    padding: 40px 30px 10px;
}
.form-container .card_destials {
    padding: 30px 30px 15px 30px;
    text-align: center;
    background-color: #F7F1E6;
    
}
.form-container .form {
    padding: 0 30px 30px;
}

.form-container .card_destials h5 {
    font-size: 23px;
}

.form-container .card_destials p {
    font-size: 19px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 6px;
}

.form-container .card_destials div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.form-container .card_destials div a {
    font-size: 19px;
}
.form-container .form label {
    font-size: 18px;
}
.form-container .form input {
    border-radius: 12px;
    border: 1px solid #858888;
    margin-bottom: 10px !important;
    font-size: 18px;
}
.form-container .form p{
    font-size: 18px;
}

.form-container .form .btn-orange {
    padding: 12px 20px;
    font-size: 20px;
}
p.secure-text {
    font-size: var(--font-family-18);
    font-family: revert;
    margin-top: 0px;
    text-align: center;
    color: #555;
}

p.secure-text img {
    margin-right: 10px;
    width: 12px;
}
.form_arrow_icon {
    position: absolute;
    bottom: 160px;
    right: -19px;
    width: 11%;
}
.Secure_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.money-back-content{
    align-items: center;
    gap: 20px;
}
.money-back-content h2 {
    font-size: 82px;
    font-weight: 200 !important;
    text-align: left;
    line-height: 62px;
    text-transform: uppercase;
}
.money-back-content h2 span {
    font-size: 60px;
}
.money-back-content p {
    text-align: left;
    font-size: 20px;
        font-weight: 300;
}
.payment_icons{
    margin-top: 40px;
}

img.footet_icon {
    margin-top: 40px;
    filter: grayscale(1);
    width: 14%;
}
.card-section-content div p.small span {
    color: #c70000;
}

.footer_content_description a:hover{
    color: var(--main-color) !important;
}
.footer_content_description {
    margin-bottom: 7vw;
}

.footer_content_description div {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
}

.footer_content_description p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 25px;
    color: #2b3536;
        width: 90%;
    margin: auto;
}

.copy_right_content {
    display: block;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
}
.payment_info_content h2 {
    font-size: 22px;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 11px;
    margin-bottom: 27px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container.offer-section > div {
    flex-direction: column;
}
.col-md-6.offer-text.popup_content {
    width: 100%;
}
.border.form-container {
    width: 70%;
    margin: auto;
}
.money-back-content.row {
    flex-wrap: wrap;
}
.money-back-content.row img.mb-3.col-sm-2 {
    width: 30%;
}
.money-back-content h2 {
    width: 60%;
    font-size: 74px;
}
.money-back-content p {
    width: 100%;
}
}