@font-face {
  font-family: 'fonntroz';
  src: url('Far_Casablanca.ttf');
}
@font-face {
  font-family: 'fontroz';
  src: url('Shams.ttf');
}

body{
   background-color: #f0f0f0 !important;
   background-image: url('backkk.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;

}


.card1{
  background-color: #ffffff75;
  border-top: 2px solid #ffffff75;
  border-left: 2px solid #ffffff75;
  width: 43% !important;
  margin: auto;
  margin-top: 2%;
  border-radius: 20px 20px 130px 7px;
  padding: 40px 20px 20px 30px;
  overflow: hidden;
  backdrop-filter: blur(4px);
  box-shadow: 5px 5px 12px #00000035;
}

.label1{
   font-family: sans-serif;
   font-weight: bold;
   color: #6f6f6f;
   letter-spacing: 4px;
   font-size: 12px;
}

.input1{
  margin-top: 10px !important;
  font-size: 29px !important;
  border-radius: 5px !important;
  border: 1px solid #d7d7d7 !important;
  font-weight: bold !important;
  padding: 6px 6px 6px 10px !important;
  width: 160% !important;
  margin-left: -6px;
}

.input1:active{
    border: 1px solid #1839f3 !important;
  }
  .input1:focus {
  border-color: #1839f3 !important;
  outline: none;
}

.div1{
    display: inline-block !important;
    width: 11% !important;
    margin-left: 16PX;
    margin-right: 33px;
}


.divider {
  color: black;
  position: relative;
  text-align: center;
  margin: 12px 0;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  right: 105px;
  border-top: 2px solid #0c0b0b; /* خط */
  z-index: 1;
}

.circle {
  position: relative;
  background: #1839f3;      /* پس‌زمینه هم‌رنگ کارت یا صفحه */
  /* border: 2px solid #480d75; */ /* خط دور دایره */
  border-radius: 50%;     /* گردش کن */
  padding: 14px;          /* قطر دایره */
         /* سایز آیکون داخلش */
  z-index: 2;             /* بیاد روی خط */
  display: inline-block;
  margin-left: 79%;
  width: 12%;
}


.circle:hover{
  cursor: pointer;
}

.imgg{
  width: 100% !important;
  color: white;
  /* height: 38%; */
  /* margin-top: 0px; */
}


.show2{
  font-family: sans-serif;
  font-weight: bold;
  color: #1839f3;
  font-size: 55px;
}

.show{
  font-family: math;
  color: #3f3f3f;
  font-weight: bold;
  font-size: 55px;
  font-style: italic;
  margin-left: 19px;
  margin-top: -28px;
}


@media (max-width: 768px) {

  body{
      overflow-x: hidden;
  }

  .card1 {
    margin-left: 55px;
    margin: auto;
    width: 95% !important;   /* کل صفحه رو بگیره */
    margin-top: 29px;
    border-radius: 20px 20px 106px 20px;
    padding: 3px 11px;
  }

  .div1 {
    display: inline-block !important;  /* هر input بیاد زیر هم */
    width: 32% !important;
    margin: 10px 0 !important;
  }

  .input1 {
    width: 100% !important;     /* پر کنه عرض والد رو */
    font-size: 25px !important; /* متن کوچیک‌تر برای موبایل */
    padding: 8px !important;
    margin-left: -4px !important;
  }

  .input1:active{
    border: 1px solid #1839f3 !important;
  }
  .input1:focus {
  border-color: #1839f3;
  outline: none;
}

  .divider {
    margin: 25px 0;
  }

  .divider::before {
    left: -2px;
    right: 66px;
  }

  .circle {
    margin: 0px auto;      /* بیاد وسط */
    display: block;
    width: 60px;
    height: 60px;
    padding: 12px;
    margin-right: 0%;
  }

  .imgg {
    width: 100% !important;
    height: auto;
  }

  .show {
    font-size: 44px;
    /* text-align: center; */
    margin: 1px 0;
    margin-top: -37px;
  }

  .show2 {
    font-size: 43px;
    display: inline-block;
    margin-bottom: 8px;
  }
}



.moadel{
  font-family: 'fonntroz';
  font-size: 21px;
  background-color: #ffffff25;
  width: 43% !important;
  margin: auto;
  margin-top: 1%;
  border-radius: 101px 700px 8px 700px;
  padding: 40px 20px 20px 30px;
  border-top: 2px solid #ffffff8c;
  border-left: 4px solid #ffffff;
  align-items: center;
  color: #3f3f3f;
  box-shadow: 5px 5px 12px #00000035;
  backdrop-filter: blur(4px);
}

.moadel2{
  margin-left: 51%;
  margin-top: -23px;
  width: 100%;
  border-radius: 101px 700px 8px 700px;
}

.moadel3{
   margin-left: 58%;
   margin-top: -23px;
   width: 100%;
   border-radius: 101px 700px 8px 700px;
}

.show3{
   font-family: sans-serif;
   font-weight: bold;
   color: #1839f3;
}

.h11{
  margin-top: 1%;
}

.navv{
  font-family: 'fonntroz';
  display: inline-flex;
  /* margin-right: 12%; */
  margin-left: 89%;
  /* padding-right: 14px; */
  gap: 16px;
}

.nav{
 color: #3f3f3f;
 font-size: 20px;
 text-decoration: none;
 /* margin-left: 70px; */
}

.nav:hover{
  color: #1839f3;
}


.label2{
   font-family: fonntroz;
   /* font-weight: bold; */
   color: #6f6f6f;
   /* letter-spacing: 0px; */
   font-size: 14px;
}

.input2{
  margin-top: 8px !important;
  margin-bottom: 10px;
  font-size: 21px !important;
  border-radius: 5px !important;
  border: 1px solid #d7d7d7 !important;
  font-weight: bold !important;
  padding: 4px 6px 4px 8px !important;
  width: 119% !important;
  /* margin-left: -6px; */
}

.input2:active{
    border: 1px solid #1839f3 !important;
  }
  .input2:focus {
  border-color: #1839f3 !important;
  outline: none;
}

.div2{
    display: inline-block !important;
    width: 15% !important;
    margin-left: 13PX;
    margin-right: 33px;
}

.card2{
  background-color: #ffffff25;
  width: 43% !important;
  margin: auto;
  margin-top: 2%;
  border-radius: 20px 20px 29px 130px;
  padding: 25px 0px 21px 50px;
  box-shadow: 5px 5px 12px #00000035;
  backdrop-filter: blur(4px);
  border-top: 2px solid #ffffff75;
  border-left: 2px solid #ffffff75;
}

.dividerr {
  /* direction: rtl; */
  position: relative;
  text-align: center;
  margin: 12px 0;
  color: black;
}

.dividerr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 97px;
  right: 32px;
  border-top: 2px solid #000000; /* خط */
  z-index: 1;
}

.circlee {
  position: relative;
  background: #1839f3;      /* پس‌زمینه هم‌رنگ کارت یا صفحه */
  /* border: 2px solid #480d75; */ /* خط دور دایره */
  border-radius: 50%;     /* گردش کن */
  padding: 14px;          /* قطر دایره */
         /* سایز آیکون داخلش */
  z-index: 2;             /* بیاد روی خط */
  display: inline-block;
  margin-left: -82%;
  width: 12%;
}

.imggg{
  width: 100% !important;
  color: white;
  /* height: 38%; */
  /* margin-top: 0px; */
}


.resul{
  font-family: 'fonntroz';
  margin-right: 32px;
  /* font-weight: bold; */
  color: #505051;
  font-size: 20px;
  margin-top: 46px;
}
.resul1{
  /* font-family: math; */
  color: #3f3f3f;
  font-weight: bold;
  /* font-size: 55px; */
  /* font-style: italic; */
  /* margin-left: 19px; */
  margin-top: -28px;
}

.na{
 color: #3f3f3f;
 font-size: 20px;
 text-decoration: none;
 margin-right: 50px;
}

.na:hover{
  color: #1839f3;
}

.jon{
  width: 100%;
  
}


.kl1{
  /* width: 100%; */
  background-color: #ffffff96;
  padding: 6px;
  box-shadow: -2px -1px 34px #bfcbff;
}



@media (max-width: 768px) {


  /* .kl1{
  width: 100%;
  margin: 0px;
  background-color: #ffffff96;
  padding: 6px;
  box-shadow: -2px -1px 34px #bfcbff;
  } */

  .navv{
   /* background-color: black; */
   font-family: 'fonntroz';
   display: inline-flex;
   margin-left: 64%;
   gap: 19px;
  }

  .nav{
   color: #3f3f3f;
   font-size: 17px;
   text-decoration: none;
  }

   .kl{
  width: 100%;
  display: block;
  margin: 0px;
  background-color: #ffffff96;
  padding: 2px;
  box-shadow: -2px -1px 34px #bfcbff;
  }


  .nav:hover{
   color: #1839f3;
  }

  .na{
   color: #3f3f3f;
   font-size: 21px;
   text-decoration: none;
   margin-right: 12px;
  }

  .na:hover{
   color: #1839f3;
  }

  

  .h11{
   /* margin-top: 12%; */
   margin: auto;
   /* margin-left: 73px; */
 }

 .moadel2 {
    /* margin-left: 8%; */
    /* margin-top: -27px; */
    /* width: 100%; */
    margin: auto;
    border-radius: 101px 700px 8px 700px;
 }

 .moadel{
    font-family: 'fonntroz';
    /* margin: auto; */
    font-size: 19px;
    background-color: #ffffff35;
    width: 95% !important;
    /* margin: auto; */
    /* margin-top: 2%; */
    border-radius: 0px 750px 0px 700px;
    /* padding: 40px 20px 20px 30px; */
    /* border-right: 16px solid #1839f32b; */
    border-left: 4px solid #0d6efd82;
    align-items: center;
    color: #3f3f3f;
    /* margin-left: 58px; */
   }

   .moadel3 {
    /* margin-left: 18%; */
    /* margin-top: -23px; */
    /* width: 100%; */
    border-radius: 101px 700px 8px 700px;
    margin: auto;
    direction: rtl;
   }

   .card2{
     background-color: #ffffff35;
     width: 95% !important;
     margin: auto;
     margin-top: 2%;
     border-radius: 20px 20px 29px 130px;
     backdrop-filter: blur(4px);
     border-left: 2px solid #ffffff75;
     box-shadow: 5px 5px 12px #00000035;
     /* padding: 25px 0px 21px 50px; */
   }

   .input2 {
    margin-top: 10px !important;
    margin-bottom: 12px;
    font-size: 19px !important;
    border-radius: 5px !important;
    border: 1px solid #d7d7d7 !important;
    /* font-weight: bold !important; */
    padding: 4px 6px 4px 8px !important;
    width: 180% !important;
    /* margin-left: -6px; */
}


   .circlee {
    position: relative;
    background: #1839f3;
    /* border: 2px solid #480d75; */
    border-radius: 50%;
    padding: 14px;
    z-index: 2;
    display: inline-block;
    margin-left: -104%;
    margin-top: -22px;
    width: 19%;
}


   .dividerr::before {
    content: "";
    position: absolute;
    top: 37%;
    left: 13px;
    right: 32px;
    border-top: 2px solid #ccc;
    z-index: 1;
}  

     .pp{
      margin-bottom: 21px;
      text-align: center;
      font-weight: bold;
      color: #333;
      font-size: 20px;
      margin-right: 9px;
      margin-left: 13px;
    }

    .sh{
      font-size: 29px;
    }

    .n{
     color: #3f3f3f;
     font-size: 21px;
     text-decoration: none;
     margin-top: 6px;
     margin-left: 51px;
    }

  .n:hover{
   color: #1839f3;

    }

}




.ang{
  margin: auto;
  width: 50%;
}


