body {
  margin: 0;
  padding: 0;
}

/* https://uigradients.com/#TealLove */
.hero-seaction {
  height: 100vh;

  background-image: linear-gradient(to bottom, #daece7, #d9ebe6);
  background-position: center;
  background-repeat: no-repeat;
}

.website-base {
  overflow-y: auto;
  overflow-x: hidden;

  height: 100vh;
}

.header {
  position: absolute;
  top: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;

  background-image: linear-gradient(to right, #daece7, #d9ebe6);

  width: 100vw;
  height: 8vh;
}

.header .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

.header .buttons a,
.header .buttons button {
  margin: 1vh;
  padding: 1vh;

  margin-left: 2vh;
  margin-right: 2vh;

  background: transparent;
  border: none;

  text-decoration: none;
  color: #2657a4;

  font-size: 1.7vh;
  font-weight: 700;

  border-bottom: 2px solid #2657a4;
  border-radius: 4px;

  transition: all 0.5s;
}

.header .buttons a:hover,
.header .buttons button:hover {
  color: #000;
  border-bottom: 2px solid #000;

  cursor: pointer;

  transition: all 0.5s;
}

.header .logo img {
  height: 3rem;
}

.login a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  padding: 1vh;

  padding-right: 2vh;

  text-decoration: none;
  color: #fff;
  font-weight: 300;

  background: #2657a4;
  border-radius: 8px;
}

.login a svg {
  margin-right: 0.5vh;
  margin-left: 0.5vh;
}

.login a svg path,
.login a svg rect {
  fill: #fff;
}

.header .custom-select {
  position: relative;
}

.header .selected-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;

  width: 8vw;

  font-family: "Vazirmatn";

  border: 2px solid #2657a4;
  border-radius: 8px;

  padding: 1vh;

  background-color: transparent;

  cursor: pointer;
}

.header .selected-option img {
  height: 2.5vh;
  margin-right: 1vh;
  margin-left: 1vh;
}

.header .options-list {
  position: absolute;

  width: 100%;

  list-style: none;

  padding: 0;
  margin: 0;

  border: 2px solid #2657a4;
  border-radius: 8px;

  background: #fff;

  display: none;
}

.header .options-list li {
  display: flex;
  align-items: center;

  font-family: "Vazirmatn";

  padding: 1vh;

  cursor: pointer;
  transition: all 0.5s;
}

.header .options-list li img {
  height: 2.5vh;
  margin-right: 1vh;
  margin-left: 1vh;
}

.header .options-list li:hover {
  background: #95baff;
  transition: all 0.5s;
}

.hero-seaction .base {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;

  height: 100vh;
}

.hero-seaction .base .texts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;

  width: 35vw;
}

.hero-seaction .base .texts .big-text {
  font-size: 7vh;
  font-weight: 700;

  margin-bottom: 4vh;
}

.hero-seaction .base .texts .small-text {
  font-size: 2.5vh;
  font-weight: 500;

  margin-bottom: 4vh;
}

.hero-seaction .base .big-img img {
  height: 50vh;
  filter: drop-shadow(0px 0px 7px);
}

.hero-seaction .base .texts a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  padding: 1vh;
  padding-right: 2vh;
  text-decoration: none;
  color: #fff;
  font-weight: 300;

  background: #2657a4;

  border-radius: 8px;
}

.hero-seaction .base .texts a svg {
  margin-right: 0.5vh;
  margin-left: 0.5vh;
}

.hero-seaction .base .texts a svg rect,
.hero-seaction .base .texts a svg path {
  fill: #fff;
}

/* Feature */
.feature-seaction {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

  background-image: linear-gradient(to bottom, #daece7, #d9ebe6);

  padding-top: 5vh;

  height: 50vh;
}

.feature-seaction .cards {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

  margin-left: 1vh;
  margin-right: 1vh;

  height: 100%;
}

.feature-seaction .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.feature-seaction .card .icon {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  color: #fff;
}

.feature-seaction .big-img img {
  height: 40vh;
  filter: drop-shadow(0px 0px 7px);
}

.feature-seaction .cards .icon {
  margin-left: 1vh;
  margin-right: 1vh;
  padding: 1vh;

  border-radius: 8px;
}

.feature-seaction .cards .ai .icon {
  background: #ffb6b6;
  border: 2px solid #6d0c0c;
}

.feature-seaction .cards .ai .icon svg path,
.feature-seaction .cards .ai .icon svg rect {
  fill: #6d0c0c;
}

.feature-seaction .cards .ai .texts .title {
  color: #6d0c0c;
}

.feature-seaction .cards .internatnal .icon {
  background: #f9b6ff;
  border: 2px solid #6d0c68;
}

.feature-seaction .cards .internatnal .icon svg path,
.feature-seaction .cards .internatnal .icon svg rect {
  fill: #6d0c68;
}

.feature-seaction .cards .internatnal .texts .title {
  color: #6d0c68;
}

.feature-seaction .cards .econamic .icon {
  background: #b6ffb6;
  border: 2px solid #0c6d19;
}

.feature-seaction .cards .econamic .icon svg path,
.feature-seaction .cards .econamic .icon svg rect {
  fill: #0c6d19;
}

.feature-seaction .cards .econamic .texts .title {
  color: #0c6d19;
}

.feature-seaction .cards .fast .icon {
  background: #b6f4ff;
  border: 2px solid #0c5e6d;
}

.feature-seaction .cards .fast .icon svg path,
.feature-seaction .cards .fast .icon svg rect {
  fill: #0c5e6d;
}

.feature-seaction .cards .fast .texts .title {
  color: #0c5e6d;
}

.feature-seaction .cards .easy .icon {
  background: #fffab6;
  border: 2px solid #6d6b0c;
}

.feature-seaction .cards .easy .icon svg path,
.feature-seaction .cards .easy .icon svg rect {
  fill: #6d6b0c;
}

.feature-seaction .cards .easy .texts .title {
  color: #6d6b0c;
}

.feature-seaction .cards .texts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;

  width: 25vw;
  height: 7vh;
}

.feature-seaction .cards .texts .title {
  font-size: 1.7vh;
  font-weight: 700;
}

.feature-seaction .card .value {
  color: #5b5b5b;
  font-size: 1.3vh;
}

.languages-seaction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-image: linear-gradient(to bottom, #daece7, #d9ebe6);
  min-height: 40vh;
}

.languages-seaction .title {
  font-size: 2.5vh;
  font-weight: 500;
}

.languages-seaction .languages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: center;

  font-size: 1.5vh;

  width: 90%;
}

.languages-seaction .languages .language {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  margin-left: 1vh;
  margin-right: 1vh;
}

.languages-seaction .languages .language img {
  height: 10vh;
}

.plans-seactions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;

  background-image: linear-gradient(to bottom, #daece7, #d9ebe6);
}

.plans-seactions .title {
  font-size: 2.5vh;
  font-weight: 500;
}

.plans-seactions .free {
  font-size: 2.5vh;
  font-weight: 700;

  text-align: center;

  margin-top: 2vh;
  margin-bottom: 2vh;

  width: 80vw;
}

.plans-seactions .free {
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.plans-seactions .plans {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;

  background: #359a7e;
  border-radius: 16px;

  padding: 3vh;

  width: 90vw;
}

.plans-seactions .plans .plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;

  box-shadow: 0 0 10px 10px #397263;

  background: #d9ebe6;

  border-radius: 16px;

  padding: 1vh;
  margin: 1vh;
  min-width: 18rem;
  min-height: 50vh;
  max-width: 18rem;

  transition: all 0.3s;
}

.plans-seactions .plans .plan:hover {
  transform: translateY(-5px);
  min-height: 55vh;
  transition: all 0.3s;
}

.plans-seactions .plans .plan .information {
  position: relative;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.plans-seactions .plans .plan .information .pricing {
  display: flex;
  align-items: flex-end;

  margin-top: 6vh;

  font-size: 2.5vh;

  margin-right: 2vh;
  margin-left: 2vh;
}

.plans-seactions .plans .plan .information .pricing .count {
  font-weight: 700;

  margin-left: 0.5vh;
  margin-right: 0.5vh;
}

.plans-seactions .plans .plan .information .pricing .time {
  color: #8ea18c;
  font-size: 1.2vh;
}

.plans-seactions .plans .plan .information .texts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;

  margin-top: 2vh;
  font-size: 3vh;
  margin-right: 2vh;
  margin-left: 2vh;
}

.plans-seactions .plans .plan .information .texts .name {
  font-weight: 500;
}

.plans-seactions .plans .plan .information .texts .small-text {
  margin-top: 1vh;
  font-size: 2vh;
  width: 100%;
  color: #657763;
}

.plans-seactions .plans .plan .information .features {
  font-size: 2vh;

  margin-top: 2vh;
  margin-right: 2vh;
  margin-left: 2vh;
}

.plans-seactions .plans .plan .information .features .feature {
  display: flex;
  align-items: center;

  font-size: 1.7vh;
  font-feature-settings: "ss01";
  color: #004b37;

  height: 100%;

  margin-top: 1vh;
  margin-bottom: 1vh;
}

.plans-seactions .plans .plan .information .features .feature svg {
  margin-left: 1vh;
  margin-right: 1vh;
}

.plans-seactions .plans .plan .information .features .feature svg circle,
.plans-seactions .plans .plan .information .features .feature svg path {
  fill: #004b37;
}

.plans-seactions .plans .plan .buy {
  text-align: center;

  border-radius: 30px;
  font-size: 2vh;

  background: #004b37;
  padding: 1vh;

  text-decoration: none;
  color: #fff;
  margin-bottom: 2vh;

  transition: all 0.5s;
}

.plans-seactions .plans .plan .buy:hover {
  transition: all 0.5s;
  background: #002c21;
}

.contactus-seaction {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #daece7, #d9ebe6);
  padding-top: 5vh;
  height: 60vh;
}

.contactus-seaction .title {
  font-size: 2.5vh;
  font-weight: 500;
}

.contactus-seaction .body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.contactus-seaction .body .big-img img {
  height: 55vh;
}

.contactus-seaction .body .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.contactus-seaction .body .content .text {
  display: flex;
  flex-direction: column;

  font-size: 2vh;
  font-weight: 500;

  width: 40vw;

  margin-bottom: 4vh;
}

.contactus-seaction .body .content .text .mini {
  margin-top: 3vh;

  color: #5b5b5b;

  font-size: 1.7vh;
}

.contactus-seaction .body .content .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.contactus-seaction .body .content .buttons a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  font-size: 1.5vh;
  font-weight: 500;
  background-color: #359a7e;
  border: #359a7e solid 2px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;

  padding: 1vh;
  margin: 2vh;
}

.contactus-seaction .body .content .buttons a svg {
  margin-bottom: 0.5vh;
}

.contactus-seaction .body .content .buttons .telegram {
  background-color: #35829a;
  border: #35829a solid 2px;
}

.contactus-seaction .body .content .buttons a:hover {
  background-color: #000;

  border: 2px solid #000;

  transition: all 0.5s;
}

.footer-seaction {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;

  border-top: 2px solid #2657a4;

  background-image: linear-gradient(to bottom, #daece7, #d9ebe6);
}

.footer-seaction .body {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;

  color: #51565e;

  margin-top: 5vh;
  margin-bottom: 5vh;

  width: 80vw;
}

.footer-seaction .body .info,
.footer-seaction .body .buttons,
.footer-seaction .body .symbols {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26.6vw;
}

.footer-seaction .body .logo img {
  height: 3vh;
}

.footer-seaction .body .text,
.footer-seaction .body .contact-info {
  font-size: 1.5vh;

  font-feature-settings: "ss01";

  margin-top: 2vh;
  width: 20vw;
}

.footer-seaction .body .contact-info span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.footer-seaction .body .socials {
  display: flex;
  justify-content: space-evenly;

  margin-top: 2vh;
  width: 20vw;
}

.footer-seaction .body .socials a {
  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;

  width: 3vh;
  height: 3vh;

  color: #2657a4;

  border: 0.3vh solid #2657a4;
  border-radius: 100%;

  text-decoration: none;

  padding: 1vh;

  transition: all 0.5s;
}

.footer-seaction .body .socials a:hover {
  box-shadow: 0 0 20px 0px #2657a4;

  transition: all 0.5s;
}

.footer-seaction .body .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;

  width: 30vw;
}

.footer-seaction .body .buttons .seaction {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.footer-seaction .body .buttons .seaction span {
  font-size: 2vh;
  font-weight: 700;
  margin-bottom: 1.5vh;

  color: #000;
}

.footer-seaction .body .buttons .seaction a,
.footer-seaction .body .buttons .seaction button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;

  font-size: 1.7vh;

  margin-top: 0.5vh;
  margin-bottom: 0.5vh;

  padding: 0;

  border: none;
  background: transparent;

  color: #51565e;

  text-decoration: none;
}

.footer-seaction .body .buttons .seaction button:hover {
  cursor: pointer;
}

.footer-seaction .body .symbols a {
  width: 10vh;
}

.footer-seaction .copyright {
  display: flex;
  flex-direction: column;

  color: #2657a4;
  font-size: 1.3vh;
  font-weight: 700;
  text-align: center;

  border-top: 2px solid #2657a4;

  padding-top: 1vh;

  width: 80vw;

  margin-top: 2vh;
  margin-bottom: 2vh;
}

.footer-seaction .copyright .designer {
  font-size: 1vh;
}

.footer-seaction .copyright a {
  margin-left: 0.5vh;
  margin-right: 0.5vh;

  text-decoration: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #c0c2c5;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f0f0f1;
}

.mobile-bar {
  display: none;
}

.mobile-bar .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.mobile-bar .btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;

  background: transparent;
  border: none;

  color: #2657a4;

  height: 4vh;

  margin-right: 1vh;
  margin-left: 1vh;
}

@media only screen and (max-width: 980px) {
  .header {
    display: none;
  }

  .mobile-bar {
    position: absolute;
    top: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 2px solid #2657a4;

    background-image: linear-gradient(to right, #daece7, #d9ebe6);
    width: 98.7vw;
    height: 8vh;
  }

  .mobile-bar .logo img {
    height: 3rem;

    margin-left: 1vh;
    margin-right: 1vh;
  }

  .hero-seaction .base {
    padding-top: 8vh;
    flex-direction: column;
  }

  .hero-seaction .base .texts {
    width: 90%;
  }

  .hero-seaction .base .big-img img,
  .feature-seaction .big-img img,
  .contactus-seaction .body .big-img img {
    height: 60vw;
  }

  .feature-seaction {
    height: unset;
    padding-top: 10vh;

    flex-direction: column-reverse;
  }

  .feature-seaction .card {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .feature-seaction .cards {
    width: 90%;

    padding-bottom: 10vh;
  }

  .feature-seaction .cards .texts {
    width: unset;
  }

  .languages-seaction,
  .plans-seactions,
  .contactus-seaction {
    padding-top: 5vh;
    height: unset;
  }

  .plans-seactions .plans {
    flex-direction: column;
    width: 75vw;
  }

  .plans-seactions .plans .plan {
    min-width: 16rem;

    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .plans-seactions .plans .plan .information .features .feature {
    height: unset;
  }

  .contactus-seaction .body {
    width: 78vw;

    flex-direction: column;
  }

  .contactus-seaction .body .content .text {
    width: unset;
  }

  .footer-seaction .body {
    flex-direction: column;
  }

  .footer-seaction .body .buttons .seaction {
    align-items: center;
  }

  .footer-seaction .body .info,
  .footer-seaction .body .buttons,
  .footer-seaction .body .symbols,
  .footer-seaction .body .text,
  .footer-seaction .body .socials,
  .footer-seaction .body .contact-info {
    margin-top: 2vh;
    width: 100%;
  }

  .footer-seaction .body .socials a {
    margin-left: 1vh;
    margin-right: 1vh;
  }

  .header {
    height: 100vh;

    flex-direction: column-reverse;
    justify-content: space-around;
  }

  .header .selected-option {
    width: 30vw;
  }

  .header .buttons {
    flex-direction: column;
  }

  .header .buttons a,
  .header .buttons button {
    font-size: 2vh;
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
    color: darkgreen;
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
    color: black;
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
    color: darkgreen;
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
    color: black;
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
    color: darkgreen;
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
    color: black;
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
    color: darkgreen;
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
    color: black;
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
    color: darkgreen;
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
    color: black;
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
    color: darkgreen;
  }
}
