@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    color: #000000;
    background-color: #F9F9F9;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}

main {
    min-height: 100vh;
    width: 100%;
    margin: 42px 0;
    display: flex;
    align-items: center;
    flex-direction: column;

}

header {

    display: flex;

}



.bgactivate {
    visibility:visible;
    opacity: .6;
}

.bg {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    height: calc(100% - 74px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: #000;
    z-index: 4;
}




.button {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: auto;
    width: 26px;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    transition: .3s;
}

.icon-bar+.icon-bar {
    margin-top: 5px;
}






.bodydis{
    overflow: hidden;
    height: 100%;
}


    

.activate .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.activate .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.activate .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.activate #nav-content {
    transform: none;
}




#nav-content {
    margin-top: 74px;
    padding: 20px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: calc(100% - 74px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #F9F9F9;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
}

#nav-content ul {
    height: 100%;
    display: flex;
    list-style-type: none;
    flex-direction: column;
}

#nav-content li a {
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    transition: color .1s;
}

#nav-content li a:hover {
    color: #BF7497;
}

#nav-content li:not(.small)+.small {
    margin-top: auto;
}


.small {
    display: flex;
    align-self: center;
}

.small a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.small a+a {
    margin-left: 15px;
}



a,
a:visited,
a:focus,
a:active,
a:link {
    text-decoration: none;
    outline: 0;
}

a {
    color: currentColor;
    transition: .2s ease-in-out;
}


#end a {
    font-weight: 500;
}




.nav-bar {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F9F9F9;
}

.nav-control {
    max-width: 1170px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.nav-first {
    justify-content: flex-start;
}

.nav-center {

    justify-content: center;

}

.nav-end {
    justify-content: flex-end;
}

header {
    background-color: #27160e;
    padding: 32px 16px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hedaline {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    max-width: 1170px;
    width: 100%;
}

.headtop {
    padding: 12px 22px;
    background-color: #3a2c26;
    margin-bottom: 16px;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 16px;

}

h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;

}

h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 18px;

}

p {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6em;
    text-transform: none;
    letter-spacing: 0;

}

a {
    text-decoration: none;
}


.buysection {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 32px;
    max-width: 1170px;
}

img {
    max-width: 100%;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-bottom: 32px;
}

.headtex-video {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

.headoffer {
    width: 35%;

}

.offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 12px 24px;
    color: #000000;
}

.mainbody {
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    padding: 36px;
    margin: 0 16px;
}

.price {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

s {
    text-decoration-color: #EC001B;
    text-decoration-thickness: 2px;
}



.inputForm {
    border: 1.5px solid #0000002f;
    border-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
}

.input {
    padding-left: 10px;
    border-radius: 10px;
    border: none;
    width: 85%;
    height: 100%;
    font-size: 16px;
}

.input:focus {
    outline: none;
}

.inputForm:focus-within {
    border: 1.5px solid #2d79f3;
}

.hidden {
    display: none;
}

.label-text {
    font-size: 1.1rem
        /* 14px */
    ;
    line-height: 1.25rem
        /* 20px */
    ;
    color: #dc2626;
    margin-top: 0.25rem
}

.button-submit {
    margin: 20px 0 10px 0;
    background-color: #F28C28;
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}

.pulse-btn {
    animation: pulse-animation-btn 3s infinite;
}

@keyframes pulse-animation-btn {
    0% {
        box-shadow: 0 0 0 0px #F28C28;
    }

    100% {
        box-shadow: 0 0 0 16px #f28d2800;
    }
}

#thr::before {

    content: url("/img/sheld.svg");

    margin-right: 3px;

}

.offerbody {
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: none;
    flex-direction: column;
    max-width: 700px;
    padding: 36px;
    margin: 0 16px;
    margin-bottom: 32px;
}


mark {
    background-color: #fff60a;
}

u {
    text-decoration-color: #d30c0c;
    text-decoration-thickness: 2px;

}

.subheade {
    text-transform: capitalize;
    text-align: center;
    font-size: 24px;
}


footer {
    background-color: #170F09;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.footer-wp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    max-width: 1170px;
}

footer p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: center;
}

footer span {
    font-size: 12px !important;
    opacity: 0.8;
    text-align: center;

}

.button-buy-wp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}

.button-buy {
    background-color: #F28C28;
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 16px 32px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-tap-highlight-color: transparent;

}

.button-buy-cta {
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 700;
}

.button-buy-garantin {
    font-size: 14px;
}



/*Question*/
.question {
    position: relative;
    background: #F5F5F5;
    color: #000;
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    font-size: 20px;
    -webkit-tap-highlight-color: transparent;

}

/*Answer*/
.answers {
    padding: 0px 12px;
    margin: 5px 0;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    font-size: 18px;
    color: #000 !important;

    position: relative;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}


/*FAQ Toggle*/
.plus {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    margin-left: 10px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;


}

.plus-checked {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -o-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}


.answers-checked {
    height: auto;
    opacity: 1;
    padding: 8px 12px;

}


.questions {
    display: none;

}
#end {
    display: flex; align-items: center; justify-content: end; width: 100%;
}

@media screen and (max-width: 760px) {


    .headoffer {
        display: none;
    }

    .button {

        display: flex;
    }

    #end {
        display: none;
    }

    .headtex-video {
        width: 100%;
    }

    .offerbody {
        display: flex;
        padding: 18px 16px;


    }

    .nav-first {
        display: none;
    }

    .nav-center {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-end {
        display: none;

    }

    .question {
        font-size: 18px;
    }

    .offer {
        padding: 12px 16px;
    }

    .mainbody {
        padding: 18px 16px;

    }

    .answers {
        font-size: 16px;
    }

    .subheade,
    .headtop {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }

    .nav-bar {
        padding: 16px;
    }

    .button-buy-cta {
        font-size: 18px;
    }

    .button-buy-garantin {
        font-size: 12px;
    }

}



.flex-column>label {
    color: #151717;
    font-weight: 600;

}

.flex-column {
    margin-bottom: 8px;

}

.loading {
    width: 2rem;
    transform-origin: center;
    animation: rotate4 2s linear infinite;
}

circle {
    fill: none;
    stroke: hsl(0, 0%, 100%);
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}



.inputForm {
    border: 1.5px solid #0000002f;
    border-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
}

.input {
    padding-left: 10px;
    border-radius: 10px;
    border: none;
    width: 85%;
    height: 100%;
    font-size: 16px;
}

.input:focus {
    outline: none;
}

.inputForm:focus-within {
    border: 1.5px solid #2d79f3;
}

.hidden {
    display: none;
}

.label-text {
    font-size: 1.1rem
        /* 14px */
    ;
    line-height: 1.25rem
        /* 20px */
    ;
    color: #dc2626;
    margin-top: 0.25rem
}

.button-submit {
    margin: 20px 0 10px 0;
    background-color: #F28C28;
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}