/* Font Files */

@font-face {
  font-family: mainFont;
  src: local("mainFont"), url("mainFont.ttf");
}


/* main css */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  direction: rtl;
}

body , html{
  font-family: mainFont, sans-serif;
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

input, button{
  border: none;
  outline: none;
}



/* error form style */ 

#error {
  position: relative;
  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: 0.2s;
}

#error.active {
  opacity: 1;
}


/* button */

.btn_img {
  width: 50%;
  margin: 0 auto;
  padding: 10px;
}

.div_btn{
  text-align: center;
}
.div_btn .btn{
  font-family: mainFont, sans-serif;
  font-size: 28px;
  padding: 1px 38px;
  color: #B21EB6;
  background: linear-gradient(#FFFFFF, #D7D7D7);
  border-radius: 20px;
  box-shadow: 0 5px 15px #5858586b;
  cursor: pointer;
}

.div_btn .btn span{
  color: #F5611A;
}
@media (min-width:576px){
  .btn_img{
    width: 280px;
  }
}




/* ================== */
/* Start hero Section */

.hero .content{
  background: url(../images/bg-hero.webp);
  background-size: cover;
  background-position: bottom;
  padding-top: 10px;
  text-align: center;
}
.hero ul li{
  font-size: 5vw;
  line-height: 1.3;
  padding: 4px 0;
  width: 97%;
}
.hero ul li.white{
  background: #FFFFFF;
  color: #C13AE4;
  margin: 0 3% 7px auto;
  border-radius: 0 20px 20px 0;
}
.hero ul li.orange{
  background:linear-gradient(to right, #F43918, #F57B1B);
  color: #fff;
  margin: 0 auto 7px 3%;
  border-radius: 20px 0 0 20px;
}
.hero ul li.last{
  font-size: 4.6vw;
}



/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width:576px){
  .hero ul li.orange,
  .hero ul li.white{
    border-radius: 20px;
    margin: 0 auto 10px;
    width: 80%;
    font-size: 4vw;
  }
  .hero ul li.last{
  font-size: 3.8vw;
}
}

/* ==========  md ≥ 768px  ========== */
@media (min-width:768px){

}

/* ==========  lg ≥ 992px  ========== */
@media (min-width:992px){
.flex{
  display: flex;
}
.flexone{
  align-items: center;
}
.hero{
  width: 50%;
}
  .hero ul li.orange ,
  .hero ul li.white{
  font-size: 26px;
      width: 90%;
}
.hero ul li.last{
  font-size: 23px;
} 



}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width:1200px){

}

/* End hero Section */
/* ================== */





/* ================== */
/* Start results Section */

.results{
  background: url(../images/bg-result.webp);
  background-size: cover;
  background-position: bottom;
  text-align: center;
  padding: 30px 0 0;
}

.results .swiper-button-next,
.results .swiper-button-prev{
  color: #ffffff9d;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  border-radius: 100%;
  top: 60%;
}
.results .swiper-button-prev{
  background: linear-gradient(#595B59,#141414);
  border: 1px solid #B31FB0;
  top: 53%;
}
.results .swiper-button-next{
  border: 1px solid #fff;
  background: linear-gradient(#F25E1D,#B320B0);
  top: 70%;
}
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after{
  font-size: 13px;
  color: #fff ;
  font-weight: bold;
}

.results .swiper{
  margin-bottom: 10px;
}
.results .swiper h3{
  font-size: 4vw;
  color: #fff;
  background: linear-gradient(#F4601A, #B31FB0);
  width: max-content;
  padding: 0 10px;
  border-radius: 8px;
  margin: 0 auto 10px;
  font-style: italic;
}



/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width:576px){

}

/* ==========  md ≥ 768px  ========== */
@media (min-width:768px){

}

/* ==========  lg ≥ 992px  ========== */
@media (min-width:992px){
.results{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}
.results .swiper h3{
  font-size: 20px;
}
}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width:1200px){

}
/* End results Section */
/* ================== */







/* ================== */
/* Start doctor Section */

.doctor{
  position: relative;
}

.doctor .text{
  position: absolute;
  top: 78vw;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.doctor .text h4{
  color: #fff;
  font-style: italic;
  font-size: 4.1vw;
  padding: 5px 0;
}
.doctor .text h5{
  background: #fff;
  color: #E15A43;
  font-size: 3.8vw;
  font-style: italic;
}

.doctor .text .save{
  width: 60%;
  margin: 20px auto 13px;
}




/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width:576px){

}

/* ==========  lg ≥ 992px  ========== */
@media (min-width:992px){
  .flex-reverse{
    flex-direction: row-reverse;
  }
  .doctor{
    width: 50%;
    background: #FF6711;

  }
  .doctor .text{
    top: 40vw;
  }

  .doctor .text h4{
    font-size: 24px;
  }
  .doctor .text h5{
    font-size: 22px;
  }
  .doctor .text .save{
    margin: 20px auto;
  }

}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width:1300px){
  .doctor .text .save{
    margin: 40px auto;
  }
    .doctor .text{
    top: 42vw;
  }
}

/* End doctor Section */
/* ================== */








/* ================== */
/* Start how_work Section */

.how_work{
  position: relative;
}

.how_work .btn_img{
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}



/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width:576px){
.how_work .btn_img{
  bottom: 25px;
}
}


/* ==========  lg ≥ 992px  ========== */
@media (min-width:992px){
  .how_work{
    width: 50%;
  }
  .img_how_work{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width:1200px){

}


/* End how_work Section */
/* ================== */









/* ================== */
/* Start form_section Section */


/* top form section */

.form_section{
  background: #F6F6F6;
}


/* form */

.form_section .container_form{
  background: #F6F6F6;
  padding-bottom: 10px;
}

.form_section .sm-p {
  font-size: 2.4vw;
  text-align: center;
  line-height: 1.5;
  color: #B21EB6;
  padding: 7px 0;
}


.form_section form{
  background: linear-gradient(#B21EB6,#DC4943);
  text-align: center;
  width: 95%;
  margin: 0 auto ;
  border-radius: 18px;
  box-shadow: 5px 5px 8px #00000027;
  padding-bottom: 15px;
}
.form_section .top_form{
  padding: 12px 0;
}
.form_section .top_form p{
  font-size: 5vw;
  line-height: 1.3;
  color: #fbfdfd;
}
.form_section form .input_div{
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 12px;
  }

.form_section form .input_div svg{
  position: absolute;
  width: 30px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #B21EB6;
}

.form_section form .input_div .icon_Phone{
  transform:translateY(-50%) scaleX(-1);
}


.form_section form input{
  width: 100%;
  padding: 15px 40px 15px 10px;
  font-size: 18px;
  box-shadow: 5px 5px 8px #00000031;
  text-align: right;
  font-family: sans-serif;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 0.3s ease-in;
}
.form_section form input:focus {
  border-color: #68E03E;
}


/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width:576px){
.form_section .sm-p{
  font-size: 2.5vw;
}
.form_section .top_form p{
  font-size: 4.8vw;
}
.form_section form .input_div{
  width: 90%;
}
.form_section .top_form p{
  font-size: 4.2vw;
}
.form_section form{
  width: 85%;
}
}



/* ==========  lg ≥ 992px  ========== */
@media (min-width:992px){
.form_section{
  display: flex;
}
.form_section .price{
  width: 50%;
}

.form_section .container_form{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form_section form{
  width: 90%;
}

.form_section .sm-p{
  font-size: 13.5px;
}
.form_section .top_form p{
  font-size: 24px;
}

}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width:1200px){
.form_section form{
  width: 80%;
  padding: 25px 20px 30px;
  min-width: 550px;
}
}

/* End form_section Section */
/* ================== */






/* ================== */
/* Start footer Section */

.footer{
  background: #F6F6F6;
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer .boxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  
}

.footer .boxs .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 33.3%;
}

.footer .boxs .box img {
  height: 24px;
  width: auto;
}

.footer .boxs .box p {
  font-size: 2.4vw;
  line-height: 1.5;
  color: #1A1A1A;
}

/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width:576px){
.footer .boxs .box img{
  height: 28px;
}
}

/* ==========  lg ≥ 992px  ========== */
@media (min-width:992px){
  .footer .boxs .box{
    gap: 20px;
  }
.footer .boxs .box img{
  height: 40px;
}
.footer .boxs .box p{
  font-size: 18px;
}

}

/* End footer Section */
/* ================== */










/* ================== */
/* Start Thanks Page Section */


body.thanks_page_page {
  background: url(../images/thanks.webp) center/cover;
  min-height: 100vh;
}

.thanks_page {
  text-align: center;
  padding-top: 25px;
}

.thanks_page h3 {
  font-size: 20px;
  color: #fcfefe;
  background: linear-gradient(#B21EB6,#DC4943);
  width: max-content;
  margin: 0 auto;
  border-radius: 12px;
  padding: 3px 15px;
}

.thanks_page p {
  font-size: 13px;
  color: #fcfefe;
   background: linear-gradient(to left,#2A2A2A ,#151515 );
  width: max-content;
  margin: 0 auto 15px;
  border-radius: 0px;
  padding: 5px 13px;
  }

.thanks_page .text img {
  width: 70px;
  margin: 0 auto 10px;
}

/* ==========  Responsive Design  ========== */


@media (min-width: 576px) {
  body.thanks_page_page {
    background: #313131;
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .thanks_page p {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .thanks_page h3 {
    font-size: 25px;
    margin: 0px auto 8px;
  }

  .thanks_page .text img {
    width: 100px;
  }
}




/* End Thanks Page Section */
/* ================== */