@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb(FaNum).eot");
  src: url("../fonts/IRANSansWeb(FaNum).ttf") format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/IRANSansWeb(FaNum).woff") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/IRANSansWeb(FaNum).woff2")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/IRANSansWeb(FaNum)_Bold.eot") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.ttf");
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/IRANSansWeb(FaNum)_Bold.woff2")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/IRANSansWeb(FaNum)_Bold\(1\).eot") format("truetype");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html{
  overflow-x: hidden;
}
body {
  font-family: IRANSans;
  overflow-x: hidden;
  font-size: 16px;
  background-color: #ffffff;
  width: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.clr {
  clear: both;
}

.header {
  max-width: 100%;
  height: 700px;
  position: relative;
  overflow-x: hidden;
}

.label-form {
  color: rgba(0, 0, 0, 0.445);
  font-size: 1rem;
}

.header:before {
  width: 150%;
  height: 900px;
  background-image: linear-gradient(
    to right,
    rgba(50, 41, 98, 1),
    rgba(7, 138, 148, 1)
  );
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 110px;
  transform: rotate(-20deg);
  position: absolute;
  top: -400px;
  right: 8px;
  content: "";
  z-index: -1;
}

.navbaritem {
  padding-left: 40px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin: 0 auto;
}

.nav {
  display: inline-flex;
  color: white;
}

.navbar-inline {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #719e9a52;
  display: inline-block;
}

.bg-finish {
  width: 100%;
  padding: 15px;
  background-color: #fbfbfb;
  position: relative;
  top: -150px;
  margin-bottom: 30px;
}

.text-finish {


  text-align: center;
  font-size: 27px;
}

.textp-finish {
  margin-top: 20px;

  float: right;
  text-align: right;

  line-height: 35px;
  font-size: 14px;
}
.textp1-finish {
  margin-top: auto;
  margin-right: 80px;
  float: right;
  text-align: right;
  margin-left: 80px;
}

.container-header {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  margin-top: 15px;
  justify-content: space-between;
}

.txt-img {
  width: 450px;
  height: 300px;
}

.txt-img1 {
  color: white;
}

.texth1-header {
  text-align: center;
  font-size: 20px;
}

.textp-header {
  text-align: right;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 45px;
}

.img-header {
  border-radius: 10px;
}

.text-between {
  text-align: center;
  font-size: 27px;
  margin-top: 40px;
  font-weight: bold;
}

.text-between1 {
  text-align: center;
  font-size: 27px;
  margin-top:30px;
  font-weight: bold;
}

.between-img {
  max-width: 100%;

  position: relative;
}

.between-img:before {
  width: 150%;
  height: 100%;
  border-radius: 200px 90px 200px 200px;
  background-color: #fbfbfb;
  transform: rotate(9deg);
  content: "";
  z-index: -1;
  position: absolute;
  left: -20%;
  top: 5%;
}

.bg-between {
  max-width: 100%;
  height: 100%;
}
.menu-mobile a{
  color: #fff ;
}
.mini-box {
  width: 100%;
  min-height: 200px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(231, 231, 231, 0.986),
    0 6px 20px 0 rgba(231, 231, 231, 0.986);
  margin-top: 30px;
  z-index: 2;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid rgb(209, 209, 209);
  transition: background-color 0.4s ease-in-out;
  padding: 15px;
  text-align: center;
}
.loginForm{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mini-box:hover {
  background-color: #00a1a3;
  box-shadow: 0 4px 8px 0 rgba(231, 231, 231, 0.986),
    0 6px 20px 0 rgba(231, 231, 231, 0.986);
  margin-top: 30px;
  color: white;
}
.mini-box:hover .continue {
  color: #fff;
}

.between-container {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px;
  box-sizing: border-box;
}

.text-mini-box {
  padding-right: 30px;
  transition: background-color 0.4s ease-in-out;
  font-size: 22px;
}

.mini-box:hover .text-mini-box {
  padding-right: 30px;

  color: white;
}

.textp-mini-box {
  padding-right: 30px;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 35px;
  color: rgb(126, 126, 126);
  transition: background-color 0.4s ease-in-out;
}
.mini-box:hover .textp-mini-box {
  padding-right: 30px;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 35px;
  color: rgb(255, 255, 255);
}

.continue {
  padding-right: 30px;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 25px;
  font-size: 20px;
  color: #00a1a3;
  display: flex;
  transition: background-color 0.4s ease-in-out;
  justify-content: center;
}

.continue:hover {
  padding-right: 30px;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 25px;
  color: white;
}

.project-box {
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-top:30px;

  border-radius: 6px 6px 6px 6px;
  border: 1px solid rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.2),
    0 6px 20px 0 rgba(224, 224, 224, 0.2);
}

.container-project {
padding: 15px;
  width: 100%;
  box-sizing: border-box;

}

.level {
  width: 100%;
  background-color: #00a1a3;
  color: white;
  border-top-right-radius : 6px;
  border-top-left-radius: 6px;
}

.projectp {
  text-align: center;
  font-size: 24px;
  padding: 5px 0;

}

.container-level {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
}

.level-p {
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.level-text {
  line-height: 35px;
  padding: 0 15px;
  box-sizing: border-box;
}

.footer {
  max-width: 100%;
  height: 290px;
  text-align: center;
  background-image: linear-gradient(
    to right,
    rgba(50, 41, 98, 1),
    rgba(7, 138, 148, 1)
  );
  color: white;
  margin-top: 30px;
}

.menu-footer {
  display: flex;
}



.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-bottom: 0;
}

.navbaritem:hover {
  color: rgba(255, 255, 255, 0.602);
  transition: all 0.3s;
}

.img-article {
  border-radius: 6px;
}

.splide__slide img {
  width: 332px;
  height: 198;

  border-radius: 6px 6px 0px 0px;
  margin-top: 10px;
  box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.2),
    0 6px 20px 0 rgba(224, 224, 224, 0.2);
}

.text-slider {
  width: 332px;
  height: 198px;
  background-color: rgb(255, 255, 255);
  text-align: right;
  padding-left: 20px;
  padding-right: 10px;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid rgb(233, 233, 233);
  box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.2),
    0 6px 20px 0 rgba(224, 224, 224, 0.2);
  position: relative;
}

.slider-text {
  line-height: 30px;
  padding-top: 10px;
  padding-right: 5px;
  color: rgb(126, 126, 126);
  font-size: 14px;
  padding-left: 15px;
}

.slider-h4 {
  padding-top: 45px;
  font-size: 15px;
  padding-right: 5px;
}
.slider-h4 a,
.p-padocts a {
  color: #555;
  font-weight: bold;
}

.box {
  width: 80px;
  height: 80px;
  background-color: #1a85cc;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  transition: box-shadow 0.4s ease-in-out 0.1s;
}

.box:hover {
  width: 80px;
  height: 80px;
  background-color: #1a85cc;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(36, 36, 36, 0.178),
    0 6px 20px 0 rgba(36, 36, 36, 0.178);
  cursor: pointer;
}

.splide__slide:hover .box {
  width: 80px;
  height: 80px;
  background-color: #1a85cc;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(36, 36, 36, 0.178),
    0 6px 20px 0 rgba(36, 36, 36, 0.178);
  cursor: pointer;
}

.box1 {
  width: 80px;
  height: 80px;
  background-color: #f16263;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  transition: box-shadow 0.4s ease-in-out 0.1s;
}
.splide__slide:hover .box1 {
  width: 80px;
  height: 80px;
  background-color: #f16263;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(36, 36, 36, 0.178),
    0 6px 20px 0 rgba(36, 36, 36, 0.178);
  cursor: pointer;
}
.box3 {
  width: 80px;
  height: 80px;
  background-color: #00a1a3;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  transition: box-shadow 0.4s ease-in-out 0.1s;
}
.splide__slide:hover .box3 {
  width: 80px;
  height: 80px;
  background-color: #00a1a3;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(36, 36, 36, 0.178),
    0 6px 20px 0 rgba(36, 36, 36, 0.178);
  cursor: pointer;
}

.box3:hover {
  width: 80px;
  height: 80px;
  background-color: #00a1a3;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(36, 36, 36, 0.178),
    0 6px 20px 0 rgba(36, 36, 36, 0.178);
  cursor: pointer;
  transition: all 1s;
}

.splide {
  direction: ltr;
}

.icon-box {
  color: rgb(255, 255, 255);

  font-size: 32px;

  padding-top: 20px;

  z-index: 2;
}

.icon-box1 {
  color: rgb(255, 255, 255);

  font-size: 32px;

  padding-top: 20px;

  z-index: 2;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #00a1a3;
}
#image-slider{width: 340px; margin: 0 auto;}
#image-slider .splide__arrow--next {
  right: -70px !important;
  transform: rotateX(180deg);
}
#image-slider .splide__arrow--prev {
  left: -70px !important;
  transform: rotateX(180deg);
}
.slide-left {
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  position: relative;
  top: -150px;
}

.navbar-footer {
  display: flex;
}

.navbaritem-footer {
  padding-left: 40px;
  color: white;

  font-size: 20px;
}

.nav-footer {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  margin-top: 84px;
}

.logo-footer {
  width: 320px;
  height: 55px;
  margin-top: 60px;
}

.footer-p {
  margin-top: 18px;
}

.footer-number {
  margin-top: 35px;
  font-size: 20px;
}

.footer-email {
  margin-top: 20px;
}

.navbarother {
  width: 100%;
  height: 123px;
  background-image: linear-gradient(
    to right,
    rgba(50, 41, 98, 1),
    rgba(7, 138, 148, 1)
  );
}

.navother {
  display: inline-flex;

  margin-top: 49px;

  color: white;
}

.logoother {
  width: 80%;
}
.logo{direction: ltr;}

.text-tax {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.img-tax {
  width: 532px;
  height: 675px;
}

.img-taxt-left {
  width: 532px;
  height: 675px;
}
.body-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.txt-h {
  font-size: 30px;
  font-weight: bold;
}

.tax-p {
  color: rgb(126, 126, 126);
  padding-top: 30px;
  padding-left: 60px;
  line-height: 30px;
}

.tax-a {
  padding-top: 60px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: bold;
}

.all-a {
  margin-top: 20px;
}
.text-icon {
  color: rgb(126, 126, 126);
  padding-right: 10px;
}

.icon-tax {
  color: rgb(194, 194, 194);

  font-size: 20px;
  margin-right: 30px;
}

.tax-between {
  text-align: center;
  color: rgba(49, 49, 49, 0.89);
  margin-top: 117px;
}

.bg-tax-between {
  width: 1210px;
  height: 450px;
  background-color: #fdfdfd;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
  padding-left: 50px;
}

.padocts {
  width: 334px;
  height: 404px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 4px 8px 0 rgba(231, 231, 231, 0.363),
    0 6px 20px 0 rgba(231, 231, 231, 0.363);
  border: 1px solid rgba(209, 209, 209, 0.575);
  margin-bottom: 30px;
  background-color: #fff;
}

.padocts:hover .box1 {
  width: 80px;
  height: 80px;
  background-color: #f16263;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.411),
    0 6px 20px 0 rgba(0, 0, 0, 0.411);
  cursor: pointer;
}
.padocts:hover .box3 {
  width: 80px;
  height: 80px;
  background-color: #00a1a3;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.411),
    0 6px 20px 0 rgba(0, 0, 0, 0.411);
  cursor: pointer;
}

.padocts:hover .box12 {
  width: 80px;
  height: 80px;
  background-color: #1a85cc;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.411),
    0 6px 20px 0 rgba(0, 0, 0, 0.411);
  cursor: pointer;
}

.img-padocts1 {
  width: 332px;
  height: 201px;
  background-image: url(../images/podocts.jpeg);
  background-size: cover;
  border-radius: 6px 6px 0 0;
}

.img-padocts2 {
  width: 332px;
  height: 201px;
  background-image: url(../images/podocts.jpeg);
  background-size: cover;
  border-radius: 6px 6px 0 0;
}

.img-padocts3 {
  width: 332px;
  height: 201px;
  background-image: url(../images/podocts.jpeg);
  background-size: cover;
  border-radius: 6px 6px 0 0;
}

.text-padocts {
  width: 332px;

  border-radius: 0 0 6px 6px;
  position: relative;
}

.p-padocts {
  padding-top: 48px;
  padding-right: 20px;
}

.light-p {
  padding-right: 20px;
  color: rgb(126, 126, 126);
  font-size: 14px;
  padding-left: 48px;
  line-height: 30px;
}
.icon-don i {
  margin-left: 5px;
}
.three-text-1 a {
  font-size: 14px;
  color: #555;
}
.padocts-view {
  text-align: center;
  font-size: 25px;
  color: rgba(49, 49, 49, 0.801);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 18px;
  cursor: pointer;
}

.bg-view {
  width: 100%;
  height: 250px;
}

.border-view {
  height: 76px;
  width: 321px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  cursor: pointer;
  background-color: white;
}

.border-view:hover {
  height: 76px;
  width: 321px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.294);
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0 4px 8px 0 rgb(231, 231, 231), 0 6px 20px 0 rgb(231, 231, 231);
}

.box-voice {
  width: 100%;
  height: 165px;
  background-color: rgb(255, 255, 255);
  margin-top: 32px;
}

.three-box {
  width: 300px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.green-audio-player{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.box-comment {
  width: 90px;
  height: 49px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  background-color: #fff;
}
.box-comment-like {
  width: 130px;
  height: 49px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out 0.1s;
  margin-right: 150px;
}

.box-comment:hover {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.box-comment-like:hover {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.three-icon-1 {
  color: #7e7e7e;
  font-size: 25px;
  padding-top: 10px;
  padding-left: 15px;
  width: 80px;
  height: 40px;
}

.three-icon-2 {
  color: #7e7e7e;
  font-size: 25px;
  padding-top: 10px;
  padding-right: 20px;
}

.three-icon-3 {
  color: #7e7e7e;
  font-size: 25px;
  padding-top: 10px;
  padding-right: 32px;
}

.container-text-icon {
  display: flex;
}

.container-article {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.box-article1 {
  width: 470px;
  height: 93px;
}

.box-article2 {
 margin-top: 40px;
}

.two-box {
  display: flex;
  float: left;
  justify-content: space-between;

}

.three-boxarticle-2 {
  margin-bottom: 70px;
  position: relative;
  top: -22px;
  right: 10px;
}
.three-boxarticle-3 {
  margin-bottom: 70px;
  position: relative;
  top: -20px;
}

.container-littlebox {
  width: 470px;
  height: 50px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  justify-content: space-between;
}

.little-box1 {
  width: 78px;
  height: 36px;
  background-color: #f5f5f5;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 4px;
  border-radius: 6px;
}
.little-box2 {
  width: 120px;
  height: 36px;
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 4px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 6px;
}

.text-article {
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
}

.container-img-article {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.video-box {
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 6px;
}

.article-p {
  margin-top: 20px;
}

.article-list {
  width: 100%;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.padocts-view-article {
  text-align: center;
  font-size: 25px;
  color: rgba(49, 49, 49, 0.801);

  margin-bottom: auto;
  padding-top: 18px;
  cursor: pointer;
}

.bg-view-article {
  width: 100%;
}

.border-view-article {
  height: 76px;
  width: 321px;
  margin-left: auto;
  margin-right: auto;

  border-radius: 6px;
  border: 1px solid #cacaca;
  cursor: pointer;
  background-color: white;
  margin-top: 30px;
  transition: box-shadow 0.5s ease-in-out 0.1s;
}

.border-view-article:hover {
  height: 76px;
  width: 321px;
  margin-left: auto;
  margin-right: auto;

  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.294);
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0 4px 8px 0 rgb(231, 231, 231), 0 6px 20px 0 rgb(231, 231, 231);
}

.text-between-article {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}
.article-list-header {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}

.padocts-list1 {
  width: 100%;

  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 32.5;
  padding-right: 32.5;
}

.icon1 {
  transition: background-color 0.5s ease-in-out 0.1s;
  font-size: 100px;
  color: #00a1a3;
}

.mini-box:hover .icon1 {
  color: white;
}

.continue-a {
  padding-top: 5px;
}

.box12 {
  width: 80px;
  height: 80px;
  background-color: #1a85cc;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  transition: box-shadow 0.5s ease-in-out 0.1s;
}
.splide__slide:hover .box12 {
  width: 80px;
  height: 80px;
  background-color: #1a85cc;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.411),
    0 6px 20px 0 rgba(0, 0, 0, 0.411);
  cursor: pointer;
  transition: all 0.4s;
}

.box12:hover {
  width: 80px;
  height: 80px;
  background-color: #1a85cc;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  text-align: center;
  left: 38px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.411),
    0 6px 20px 0 rgba(0, 0, 0, 0.411);
  cursor: pointer;
  transition: all 0.4s;
}

.border-voice {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #1a85cc;
  float: left;
  margin-left: 100px;
  margin-top: 40px;
  text-align: center;
}

.icon-voice {
  padding-right: 18px;
  font-size: 30px;
  color: #1a85cc;
  margin-top: 22px;
}

.sound {
  padding-right: 150px;
  padding-top: 60px;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.294);
}

.text-head {
  color: black;
}

.text-head2 {
  color: white;
}

.text-head3 {
  color: black;
  border-bottom: 1px solid black;
}

.text-head3:hover {
  color: rgba(0, 0, 0, 0.582);
  border-bottom: 1px solid black;
}

.dot-footer {
  list-style-type: disc;
  color: white;
  margin-left: 20px;
  margin-top: 5px;
}

.text-navigation {
  font-weight: bold;
}

.form-p {
  text-align: center;
  font-size: 30px;
  margin-top: 100px;
}

.form-box1 {
  width: 600px;
  height: 71px;
  margin-top: 40px;
  padding-right: 100px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid gray;
  position: relative;
}
.form-box1:focus {
  transition: 0.6s;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.103),
    0 6px 20px 0 rgba(0, 0, 0, 0.103);
}
.form-box2 {
  width: 600px;
  height: 71px;
  margin-top: 40px;
  padding-right: 100px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid gray;
  float: left;
}
.form-box2:focus {
  outline: none;
  transition: 0.6s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.103),
    0 6px 20px 0 rgba(0, 0, 0, 0.103);
}

.form-box3 {
  width: 600px;
  height: 71px;
  margin-top: 38px;
  padding-right: 100px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid gray;
  transition: 0.6s;
}
.form-box3:focus {
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.103),
    0 6px 20px 0 rgba(0, 0, 0, 0.103);
}
.form-box4 {
  width: 600px;
  height: 71px;
  margin-top: 38px;
  padding-right: 100px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid gray;
  float: left;
}
.form-box4:focus {
  outline: none;
  transition: 0.6s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.103),
    0 6px 20px 0 rgba(0, 0, 0, 0.103);
}
.form-box5 {
  width: 1230px;
  height: 275px;
  margin-top: 38px;
  padding-right: 30px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid gray;
  padding-bottom: 200px;
}

.form-box5:focus {
  transition: 0.6s;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.103),
    0 6px 20px 0 rgba(0, 0, 0, 0.103);
}

.btn-form {
  background-color: #00a1a3;
  width: 170px;
  height: 60px;
  font-size: 25px;
  color: white;
  border-radius: 6px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
  padding-top: 10px;
}
.btn-form:hover {
  background-color: #00a1a3;
  width: 170px;
  height: 60px;
  font-size: 25px;
  color: white;
  border-radius: 6px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
  padding-top: 10px;
  cursor: pointer;
  transition: 0.6s;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.103),
    0 6px 20px 0 rgba(0, 0, 0, 0.103);
}

.container-form {
  width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.icon-form1 {
  width: 80px;
  height: 60px;
  color: gray;
  position: absolute;
  top: 1158px;
  border-left: 1px solid rgb(151, 151, 151);
  font-size: 30px;
  padding-top: 10px;
  padding-right: 30px;
}
.icon-form2 {
  width: 80px;
  height: 60px;
  color: gray;
  position: absolute;
  top: 1158px;
  margin-right: 630px;
  border-left: 1px solid rgb(151, 151, 151);
  font-size: 30px;
  padding-top: 10px;
  padding-right: 30px;
}
.icon-form3 {
  width: 80px;
  height: 60px;
  color: gray;
  position: absolute;
  top: 1268px;
  font-size: 30px;
  padding-top: 10px;
  padding-right: 30px;
  border-left: 1px solid rgb(151, 151, 151);
}

.icon-form4 {
  width: 80px;
  height: 60px;
  color: gray;
  position: absolute;
  top: 1268px;
  margin-right: 630px;
  border-left: 1px solid rgb(151, 151, 151);
  font-size: 30px;
  padding-top: 10px;
  padding-right: 30px;
}

.text-between12 {
  text-align: center;
  font-size: 27px;
  margin-top: 80px;
  font-weight: bold;
}

.field-input {
  width: 250px;
  height: 35px;
  border: 1px solid #838383;
  border-radius: 6px;
  text-align: center;
  margin-top: 20px;
  font-family: IRANSans;
}

.level-login {
  width: 100px;
  height: 40px;
  background-color: #00a1a3;
  border-radius: 6px;
  border: 1px solid #00a1a3;
  font-size: 15px;
  margin-bottom: 15px;
  color: white;
  font-family: IRANSans;
  cursor: pointer;
}

.input1 {
  margin-top: 40px;
  width: 250px;
  height: 35px;
  border: 1px solid #838383;
  border-radius: 6px;
  position: relative;
  font-family: IRANSans;
}
.form-field {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 250px;
  position: relative;
}

.field-icon {
  position: absolute;
  margin-top: 7px;
  right: 0;
  height: 20px;
}
.resend-wrapper {
  display: flex;
  width: 250px;
  direction: ltr;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
}
.resendSMS {
  cursor: pointer;
}
.error {
  width: 100%;
  color: red;
  top: 30px;
  text-align: center;
}

.api-message {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.red {
  color: white;
  font-size: 25px !important;

}

.userinfo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.userinfo-wrapper span {
  display: inline-block;
}
.logout {
  margin-right: 20px;
  cursor: pointer;
}
.islike i {
  color: green;
}
.notlike i {
  color: red;
}
.three-text-1 a {
  margin-left: 10px;
}



 /* nav toggle */
 .nav-toggle {
  cursor: pointer;
  height: 20px;
  right: 15px;
  position: absolute;
  top: 15px;
  width: 20px;
  z-index: 99;
  border: 1px solid rgba(255,255,255,0.8);
  padding: 10px;
border-radius: 5px;
box-sizing: initial;
}
.nav-toggle:hover {
  opacity: 0.8;
}
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  background: rgba(255,255,255,0.8);
  content: "";
  height: 2px;
  transition: all 0.5s;
  width: 20px;
}
  .nav-toggle .nav-toggle-bar {
  margin-top: 0;
}
  .nav-toggle .nav-toggle-bar::after {
  margin-top: 0.4rem;
}
   .nav-toggle .nav-toggle-bar::before {
  margin-top: -0.5rem;
}
   .nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}
  .nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
  background: white;
  margin-top: 0;
}
  .nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
  .nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* nav */
 .nav {
  background: rgba(0,0,0,0.8);
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 100vh;
  right: -25rem;
  padding: 4rem 1rem 2rem 2rem;
  position: fixed;
  top: 0;
  transition: right 0.5s;
  width: 20rem;
  z-index: 9;
  direction: rtl;
  text-align: right;
}
  .nav.expanded {
  right: 0;
}
  .nav ul {
  list-style: none;

}
  .nav ul li {
  list-style: none;
  margin: 10px 0 ;
}
.cd-main-nav__item{
  color: #fff;
}