

@font-face {
    font-family: Bold;
    src: local("Bold"), url("Bold.ttf")
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Bold
}

.hero,
.result {
    text-align: center
}

#error,
.hero ul li,
.how_work .top_Sec,
.last_sec .div_form,
.result .top_cont {
    position: relative
}

.color_gradient {
    background: linear-gradient(to left, #B64332, #AA1D15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


img {
    width: 100%
}

html {
    scroll-behavior: smooth;
    direction: rtl
}

#error {
    top: -5px;
    color: red;
    font-size: 14px;
    width: max-content;
    margin: 0 auto;
    padding: 0 5px 3px;
    background: #FCFEFE;
    border-radius: 3px;
    border: 1px solid red;
    line-height: 1.2;
    opacity: 0;
    transition: .2s
}

#error.active {
    opacity: 1
}

.container {
    width: 95%;
    margin: auto;
}

.image_btn {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
}

.hero .top_image img{
    display: block;
}

.hero ul{
    background: url(../img/bggg.webp);
    background-position: center;
    background-size: cover;
    padding-top: 7px;
}


.hero ul li {
    font-size: 5.3vw;
    color: #FFF;
    line-height: 1.35;
    padding: 5px 0;
    margin-bottom: 10px;
}
.hero ul li p{
    width: max-content;
    margin: 0 auto;
}
.hero ul li.one{
    margin-right: 10px;
    border-radius:0 13px 13px 0;
    background: white;
}
.hero ul li.one p{
    padding-right: 10px;
}

.hero ul li.two{
    margin-left: 10px;
    border-radius: 13px 0 0 13px;
    background: linear-gradient(to right, #181818, #1818186c);
}

.hero .image_btn {
    padding-top: 0;
    padding-bottom: 5px;
}








.result {
    position: relative;
    background: linear-gradient(to left ,#DB2824,#8E1A19);
    color: #fff;
}


.result img{
    display: block;
}

.result .important{
    background: #0A0A09;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.result .important img{
    width: 14vw;
}
.result .important p{
    font-size: 3.4vw;
    line-height: 1.4;
}








.doctor {
    background: #222222;
}

.doctor .center{
    color: #fff;
    margin-top: -8vw;
    text-align: center;
}
.doctor .center h2{
    font-size: 5.8vw;
}
.doctor .center h3{
    font-size: 3.8vw;
    background: linear-gradient(#97150C , #C61F14);
    width: max-content;
    margin: 5px auto 15px;
    padding: 2px 10px;
    border-radius: 10px;

}


.doctor .btm_doctor .text_top {
    display: flex;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
    gap: 2%;
}

.doctor .btm_doctor .text_top p {
    width: 45%;
    font-size: 3.4vw;
    line-height: 1.4;
    color: #fff;
    gap: 2%;
    padding: 4px 0;
    border-radius: 10px;
}
.doctor .btm_doctor .text_top p.white{
    border: 1px solid #fff;
}
.doctor .btm_doctor .text_top p.red{
    background: linear-gradient(#97150C , #C61F14)
}



.how_work {
    text-align: center;
    background: linear-gradient(to left, #181818, #272727);
}

.how_work .top_Sec .text{
    background: #fff;
}
.how_work .top_Sec p {
    font-size: 6.4vw;
    line-height: 1.4;
    background: linear-gradient( #D02114, #B21B10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how_work .top_Sec h4 {
    background: black;
    color: #fff;
    font-size: 5vw;
    line-height: 1.4;
    padding-bottom: 2px;
}


.how_work .btm_work {
    background: linear-gradient(to bottom,#97150C , #C61F14);
    padding: 10px 0;
}
.how_work .btm_work p {
    color: #fff;
    font-size: 4.4vw;
    margin-bottom: 10px
}

.how_work .bg_btn_how_work {
    padding-top: 8px;
}

.last_sec * {
    font-family: Bold, sans-serif
}

.last_sec {
    background: #131112;
}

.last_sec .div_pc {
    background: #BD2D2C
}

.last_sec .div_form {
    width: 100%;
    margin: auto auto 10px
}

.last_sec .div_form .flex_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.last_sec .sm-p {
    font-size: 2.4vw;
    text-align: center;
    width: 95%;
    margin: 0 auto auto;
    line-height: 1.5;
    font-weight: 600;
    color: #e7e6e6
}

.last_sec .div_form form {
    background: #505050;
    box-shadow: 5px 5px 8px #00000027;
    text-align: center;
    width: 95%;
    margin: 3px auto 0;
    border-radius: 20px;
    overflow: hidden
}

.last_sec .div_form .content {
    padding: 12px 0
}

.last_sec .div_form .content p {
    font-size: 5vw;
    line-height: 1.2;
    color: #FBFDFD;
    font-weight: 500
}

.last_sec .div_form form input {
    width: 95%;
    padding: 15px 10px;
    font-size: 18px;
    box-shadow: 5px 5px 8px #00000031;
    outline: 0;
    margin-bottom: 12px;
    text-align: right;
    font-family: sans-serif;
    border-radius: 10px;
    border: 1px solid transparent
}

.last_sec .div_form form input:focus {
    border: 1px solid #855aa5
}

.last_sec form .div-btn {
    padding: 0 0 15px
}

.last_sec form .div-btn .btn {
    outline: 0;
    border: none;
    cursor: pointer;
    background: linear-gradient(to left, #ff2d29, #a71b1e);
    color: #FCFEFE;
    font-size: 6.5vw;
    font-weight: bolder;
    padding: 1px 38px;
    border-radius: 20px;
    box-shadow: 0 5px 15px #5858586b
}

.last_sec .footer .boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    margin: auto;
    position: relative;
    padding-bottom: 20px;
    padding-top: 10px
}

.last_sec .footer .boxs .box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 33.3%;
    position: relative
}

.last_sec .footer .boxs .box img {
    height: 24px;
    width: auto
}

.last_sec .footer .boxs .box .img2 {
    height: 35px;
}

.last_sec .footer .boxs .box p {
    font-size: 2.4vw;
    line-height: 1.5;
    color: #fff
}

@media (min-width:600px) {
    .div-btn .btn {
        width: max-content;
        font-size: 25px
    }
    .image_btn{
        width: 45%;
    }
   .hero ul{
    padding-top: 20px;
   }
    .hero ul li {
        font-size: 28px;
        margin: 0 auto;
        padding: 3px 12px;
    }
    .hero ul li.one,
    .hero ul li.two{
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 13px;
    }

    .hero ul li,
    .last_sec .div_form form {
        width: 70%
    }

    .how_work .top_Sec h4{
        font-size:4.5vw;
    }

    
    .how_work .top_Sec p{
        font-size: 5vw;
    }
    .how_work .top_Sec img{
        width: 80%;
    }

    .last_sec .div_form form input,
    .last_sec .footer .boxs {
        width: 80%
    }

    .how_work .btm_work p {
        font-size: 24px
    }

    .result .top_res h1 {
        font-size: 50px
    }


    .result .top_res h4 {
        font-size: 23px
    }

    .result .top_cont p {
        font-size: 3.7vw
    }

    .result .content {
        width: 75%;
        margin: 0 auto
    }



    .doctor .center h2{
        font-size:4.5vw;
    }
    .doctor .center h3{
        font-size: 3vw;
    }
    .doctor .btm_doctor .text_top p{
        font-size: 3vw;
    }




    .result .important p{
        font-size: 3vw;
    }

    .last_sec .div_form .flex_price {
        justify-content: space-between
    }

    .last_sec .div_form .content p {
        font-size: 20px
    }

    .last_sec .sm-p {
        font-size: 15px
    }

    .last_sec form .div-btn .btn {
        font-size: 25px
    }

    .last_sec form .div-btn {
        width: 50%;
        margin-inline: auto
    }

    .last_sec .footer .boxs .box .img2,
    .last_sec .footer .boxs .box img {
        height: 30px
    }
}


@media (min-width:1000px) {

    .image_btn{
        width: 300px;
    }

    .last_sec .div_form form input,
    .result .top_cont,
    .result .top_cont.right {
        margin-bottom: 25px
    }

    .flex_Sec {
        display: flex
    }
    .result{
        padding-top: 50px;
    }

    
    .flex_hero .result{
        background-color: #B12B29;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .result .important p{
        font-size: 20px;
    }
    .result .important{
        width: 100%;
        margin-bottom: 15px;
    }
    .result .important img{
        width: 100px;
    }

    .hero,.doctor,
    .how_work,
    .last_sec .div_pc,
    .result {
        width: 50%
    }

    .footer,
    .last_sec {
        width: 100%
    }

    .doctor{
        margin-top: 0;
    }

    .doctor .btm_doctor .text_top{
        flex-direction: column;
    }
    .doctor .btm_doctor .text_top p{
        font-size: 25px;
        padding: 10px 0;
        width: 70%;
        margin: 0 auto 15px;
        line-height: 1.2;
    }

    .doctor .btm_doctor{
        margin-top: 0px;
    }


    .doctor .center{
        margin-top: -40px;
    }
    .doctor .center h2{
        font-size: 30px;
    }
    .doctor .center h3{
        font-size: 28px;
    }


    .hero ul li{
        font-size: 20px
    }

 

    .last_sec .div_form .content p,
    .last_sec .sm-p {
        margin-bottom: 10px
    }

    .result .image_btn {
        margin-top: 10px
    }

    .how_work .top_Sec h4{
        font-size: 27px;
        padding: 10px 0;
    }
    .how_work .top_Sec p {
        font-size: 30px;
        padding: 15px 0;
    }

    .how_work .imghowworkdiv{
        background: #fff;
        padding: 10px 0;
    }
    .how_work .top_Sec .text {
        padding-top: 0
    }

    .how_work .top_Sec h3 {
        font-size: 25px
    }


    .how_work .save p{
        font-size: 16px;
    }
    .how_work .save img{
        width: 55px;
    }

    .last_sec .div_form {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .last_sec .div_form .div_flex {
        width: 50%;
        padding: 2.5%;
    }

    .last_sec form .div-btn .btn {
        width: max-content;
        padding-inline: 30px
    }

    .last_sec .sm-p {
        font-size: 1vw
    }

    .last_sec .footer .boxs .box p {
        line-height: 1.4;
        font-size: 18px
    }

    .last_sec .div_form form {
        padding: 30px 0;
        width: 90%
    }

    .footer {
        margin: auto
    }

    .last_sec .footer .boxs {
        justify-content: center;
        gap: 100px
    }

    .last_sec .footer .boxs .box img {
        height: 30px
    }
    .last_sec .footer .boxs .box .img2{
        height: 45px;
    }
}

@media (min-width:1300px) {
    .image_btn{
        width: 350px;
    }

    .doctor .btm_doctor .text_top p{
        font-size: 28px;
        width: max-content;
        padding: 5px 50px;
    }

.hero ul li{
    margin-bottom: 10px;
    font-size: 22px;
}
    .last_sec .div_form form {
        width: 500px
    }
    .hero ul li.red{
        box-shadow: none;
    }

    .last_sec .div_form .content p {
        font-size: 22px
    }

}

body.thanks_page_page {
    background: url(../img/thanks.webp);
    background-size: cover;
    background-position: top center;
    min-height: 100vh
}

.thanks_page {
    text-align: center;
    padding-top: 60px
}

.thanks_page h3 {
    font-size: 24px;
    background: linear-gradient(to top,#97150C , #C61F14);
    padding: 0 15px;
    border-radius: 10px;
    color: #fff;
    width: max-content;
    margin: 0 auto;
}

.thanks_page p {
    font-size: 15.5px;
    margin-bottom: 10px;
    background: linear-gradient(to left, #181818, #272727);
    padding: 0 15px;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto 15px;
    width: max-content;
}

.thanks_page a {
    display: block;
    padding: 5px 25px;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(to top,#97150C , #C61F14);
    width: max-content;
    border-radius: 10px;
    margin: 0 auto 20px;
    box-shadow: 5px 5px 12px #1b1b1b8e
}

.thanks_page .text img {
    width: 70px
}

@media (min-width:1000px) {
    .thanks_page p {
        font-size: 18px;
        margin-bottom: 25px
    }

    .thanks_page h3 {
        font-size: 25px;
        margin: 00px 0 8px
    }

    .thanks_page .text img {
        width: 100px
    }
}

@media (min-width:500px) {
    body.thanks_page_page {
        background: #0f0f0f;
        min-height: 100vh
    }
}