@import "./assets/fonts/IranSans/css/style.css";
@import "./assets/fonts/IranSans/css/fontiran.css";

.rtl {
  direction: rtl;
}

:root {
  --dark-color: #0f0808;
  --light-color: #f1f1f1;
  --gray-color: #fbfafb;
  --primary-color: #056c8a;
  --large-font-szie: 68px;
  --normal-font-size: 44px;
  --small-font-size: 20px;
  --very-small-font-size: 16px;
  --dark-font: #262626;
  --bg-color: #f2f1f5;
}

html,
body {
  background-color: var(--dark-color);
  height: 100%;
  direction: rtl;
  color: var(--dark-font);
  font-family: IRANSans;
  font-size: var(--small-font-size);
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  color: black;
}
/* 
@font-face {
  font-family: Vazir;
  src: url(assets/fonts/Vazir/Vazir-FD.ttf);
}
@font-face {
  font-family: VazirBold;
  src: url(assets/fonts/Vazir/Vazir.ttf);
}

@font-face {
  font-family: Vazir-Bold;
  src: url("assets/fonts/Vazir/Vazir-Bold-FD-WOL.ttf");
  src: url("assets/fonts/Vazir/Vazir-Bold-FD-WOL.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Vazir/Vazir-Bold-FD-WOL.ttf") format("truetype");
  font-weight: bold;
} */

@font-face {
  font-family: Silicon;
  src: url(assets/fonts/MJSilicon/Mj_Silicon\ Bold_0.ttf);
}

.full-height {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: center;
}

.before-request {
  animation: fade_in 0.8s linear;
}

.request-form {
  padding: 16px 0;
  display: none;
  border-radius: 21px;
  animation: fade_in 0.8s linear;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.request-quby-header {
  margin: 0 0 0 0 !important;
  width: 100%;
  text-align: right;
}

input {
  border: 0;
  border-radius: 30px;
  height: 62px;
  padding: 0 32px;
  background: var(--light-color);
  font-size: var(--very-small-font-size);
}

.error-input {
  border: 2px solid red;
}

.name-input {
  width: 275px;
}

.cancel-button:hover {
  background: var(--primary-color);
  color: #fff;
}

.organization-input {
  width: 600px;
}

.confirm-message {
  font-size: 16px;
  margin-top: 16px;
  text-align: right;
  font-weight: bold;
  display: none;
  color: white;
  background: #1dbf16;
  width: 600px;
  padding: 10px;
  border-radius: 37px;
  cursor: pointer;
}

button:disabled {
  opacity: 0.5;
}

.error-message {
  font-size: 16px;
  margin-top: 16px;
  text-align: right;
  font-weight: bold;
  display: none;
  color: white;
  background: red;
  width: 600px;
  padding: 10px;
  border-radius: 37px;
  cursor: pointer;
  text-align: center;
}
.fill-message {
  font-size: 16px;
  margin-top: 16px;
  text-align: right;
  font-weight: bold;
  display: none;
  color: white;
  background: red;
  width: 600px;
  padding: 10px;
  border-radius: 37px;
  cursor: pointer;
  text-align: center;
}

input:focus {
  outline-color: var(--primary-color);
}

label {
  margin-right: 20px;
  margin-bottom: 8px;
}

.submit-button {
  background: var(--primary-color);
  color: white;
  height: 62px;
  border-radius: 30px;
  border: 0;
  width: 100%;
  font-weight: bold;
}
.cancel-button {
  background: transparent;
  color: var(--primary-color);
  height: 62px;
  transition: all 0.4s;
  border-radius: 30px;
  border: 2px solid var(--primary-color);
  width: 100%;
  font-weight: bold;
  box-shadow: none !important;
}

.active-header {
  background: rgb(225 225 225 / 30%) !important;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  margin-top: 0;
  padding: 8px 0;
  transform: translateY(-100px);
  transition: all 400ms;
}

.active-header .contact-us {
  color: black;
}
.active-header .contact-us:hover {
  color: #056c8a;
}

.contact-us {
  color: white;
  cursor: pointer;
}

.active-header .menu-separator {
  background: var(--dark-font);
}

.text-left {
  text-align: left;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

.logo {
  width: 52px;
  height: 52px;
}

.main-content {
  backdrop-filter: blur(1px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 540px;
  z-index: 500;
}

.main-content-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 64px);
  width: 100%;
  position: relative;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  border-radius: 21px !important;
  margin: 16px 0;
  border: 0 !important;
}

.accordion-button {
  background: white;
  height: 80px;
  border-radius: 21px !important;
  padding: 18px !important;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 25px;
  transition: transform 0.2s ease-in-out;
}

.accordion-collapse p {
  padding: 0 18px;
}

#myVideo {
  height: 100%;
  width: 60%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  left: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.silicon-font {
  font-family: Silicon;
  color: var(--light-color);
  font-size: var(--large-font-szie);
}

.home-buttons-container {
  display: flex;
}

.text-nowrap {
  white-space: nowrap;
}

.button {
  width: 280px;
  height: 62px;
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 10px;
  font-size: var(--very-small-font-size);
  font-weight: bold;
  -webkit-box-shadow: 0px 7px 15px -7px rgb(0 0 0 / 60%);
  box-shadow: 0px 7px 10px -7px rgb(0 0 0 / 60%);
  cursor: pointer;
}

.transparent-button {
  background: transparent;
  border: 2px solid white;
  color: white;
  cursor: pointer;
}

.primary-button {
  background-color: var(--primary-color);
  color: white;
}
.primary-button:hover {
  color: var(--primary-color);
  background-color: transparent;
  border: 2px solid var(--primary-color);
  transition: background-color 0.5s;
}
.primary-button:hover .webapp-pwa path {
  fill: var(--primary-color);
}

.transparent-button:hover {
  color: white !important;
}

.secondary-button {
  background-color: var(--light-color);
  color: var(--dark-color);
}

.secondary-button:hover {
  background-color: transparent;
  color: var(--light-color);
  transition: background-color 0.5s, color 0.5s;
  border: 2px solid white;
}

.secondary-button:hover .donwload-svg path {
  fill: var(--light-color);
  transition: all 0.5s;
}

.transparent-button:hover {
  background-color: var(--light-color);
  color: var(--dark-color) !important;
  transition: all 0.5s;
}

.contact-us {
  border-radius: 36px;
  height: 61px;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  overflow: hidden;
}

.menu-separator {
  width: 1px;
  height: 22px;
  background: #f1f1f1;
}

.menu-item {
  font-size: 16px;
  font-weight: bold;
}

.contact-us:hover {
  color: white;
}

@keyframes contact {
  0% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(16px);
  }
}

@keyframes increase-width {
  0% {
    width: 150px;
  }

  100% {
    width: 300px;
  }
}

#before {
  margin: 0 32px;
}

/* #after { */
/* display: none; */
/* } */

.donwload-svg {
  margin: 0 8px;
}

.donwload-svg path {
  fill: var(--dark-color);
}

.font-bold {
  font-weight: bold;
}

.separator {
  height: 100px;
  width: 100%;
}

/* SECTION TWO */
.section-two {
  background: var(--bg-color);
  position: relative;
}

.expression {
  font-size: var(--very-small-font-size);
}

.primary-header {
  color: var(--primary-color);
  font-weight: normal;
  text-shadow: 0px 1px #056c8a;
  margin-bottom: 1.3rem;
}

.mini-sparator {
  height: 1rem !important;
  width: 100%;
}

/* SECTION THREE */

.section-three {
  background: white;
}

.parallax {
  background-image: url(./assets/img/IMG_6229.webp);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* SECTION FOUR */
.section-four {
  background: var(--bg-color);
}

.bullets {
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 4px;
  margin-left: 32px;
}

.webapp-pwa path {
  fill: var(--light-color);
}

.iphone-bg {
  background: url(assets/img/Ellipse\ 10.png) no-repeat;
  background-position-x: 80px;
  background-position-y: 50%;
}

#right-iphone {
  position: relative;
  right: 50px;
  transition: all 0.5s;
}

#left-iphone {
  transition: all 0.5s;
}

.small-iphone,
.small-iphone-left {
  display: none;
}

.accordion-button {
  padding: 1rem 0;
  text-align: justify;
  text-align-last: center;
}
.accordion-flush .accordion-item .accordion-button {
  direction: rtl;
}

.webapp-image {
  height: auto;
}

.webapp-button {
}

/* SECTION FIVE */
.section-five {
  background: var(--bg-color);
}

/* SECTION SIX */
.section-six {
  background-color: var(--bg-color);
}

.accordion-button:not(.collapsed) {
  color: #056c8a;
  background-color: white;
}
#collapseFive {
  border-bottom: 0;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #dcdbdc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.accordion-button {
  border: 0 !important;
}

.accordion {
  width: 100%;
  margin: 0 auto;
  color: black;
}

.accordion .container {
  position: relative;
  margin: 10px 10px;
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: 22px;
  color: black;
  cursor: pointer;
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .label::before {
  content: "+";
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 22px;
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  background: white;
  height: 0;
  font-size: 20px;
  text-align: justify;
  width: 780px;
  overflow: hidden;
  transition: 0.5s;
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

.accordion .container.active .content {
  height: 150px;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
  content: "-";
  font-size: 22px;
}
.accordion-button::after {
  display: none !important;
  margin-left: 0 !important;
  margin-right: auto;
  background-image: url(assets/svg/accordionArrowBottom.svg);
}
.accordion-button:not(.collapsed)::after {
  display: none !important;

  margin-left: 0 !important;
  margin-right: auto;
  background-image: url(assets/svg/accordionArrowBottom.svg);
}

/* SECTION SEVEN */
.section-seven {
  background: var(--bg-color);
}

.swiper-slide {
  min-height: 155px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  width: 75%;
}

.swiper-container {
  overflow-x: hidden;
  cursor: grab;
}

/* FOOTER */
.footer-section {
  background: #ededf0;
  font-size: var(--very-small-font-size);
  color: black;
}

.footer-section a {
  color: black !important;
}

.logos-container {
  justify-content: flex-start;
  align-items: flex-end;
  height: 183px;
  display: flex;
  flex-direction: column;
}

.footer-items:hover {
  color: var(--primary-color) !important;
  cursor: pointer;
}

.menu-item:hover div {
  color: #056c8a !important;
  transition: all 0.5s;
}

.cursor-pointer {
  cursor: pointer;
}

.whatsapp-logo:hover rect,
.whatsapp-logo:hover path {
  fill: #51c85c !important;
  transition: all 0.3s;
}

.telegram-logo:hover path:first-of-type {
  fill: #1d91c2;
  transition: all 0.3s;
}
.telegram-logo:hover path:last-of-type {
  stroke: #1d91c2;
  transition: all 0.3s;
}
.telegram-logo:hover rect {
  fill: #1d91c2;
  transition: all 0.3s;
}

.linkedin-logo:hover path,
.linkedin-logo:hover rect {
  fill: #0a63bc;
  transition: all 0.3s;
}

.logos-parent {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: auto;
  direction: ltr;
  margin-bottom: 18px;
}

.svg-more {
  transition: all 0.3s;
}

.accordion-button:not(.collapsed) .svg-more {
  transform: rotate(90deg);
}
.accordion-button:not(.collapsed) .first-line {
  display: none;
}

.instagram-logo {
  /* margin-bottom: 0.35rem; */
}

.instagram-logo:hover path {
  fill: #d33074;
  transition: all 0.3s;
}

/* SCROLL */
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #bababa;
  border: 0px none #ffffff;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}
::-webkit-scrollbar-thumb:active {
  background: #a3a3a3;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .webapp-image {
    width: 284px;
  }
}

@media (min-width: 498px) {
  .small-responsive-separator {
    display: none;
  }
}

@media (max-width: 498px) {
  .lg-center {
    text-align: right !important;
  }
  .small-responsive-separator {
    display: block;
    height: 50px;
    width: 100%;
  }
  .logos-container {
    display: none !important;
  }

  .e-namad-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .footer-line-height {
    line-height: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 95% !important;
  }

  .webapp-image {
    width: 350px;
    object-fit: contain;
  }

  #right-iphone {
    right: 10px;
    margin-right: 32px;
  }

  .iphone-bg {
    background-size: contain;
  }
}

.responsive-separator {
  display: none;
}

.order-quby-image {
  width: 109%;
}

.drawer-button,
.drawer-menu,
.logo-sm {
  display: none;
}

.quby-card {
  background: white;
  padding: 32px;
  border-radius: 34px;
}

.card-body {
  padding: 0 !important;
  padding-bottom: 1.25rem !important;
}

.card-body p {
  text-align: justify;
  width: 95%;
}

@media (max-width: 992px) {
  :root {
    --large-font-szie: 30px;
    --normal-font-size: 22px;
    --small-font-size: 16px;
    --very-small-font-size: 14px;
  }

  .submit-button {
    margin-bottom: 16px;
  }

  .home-buttons-container {
    flex-direction: column;
  }

  .header {
    display: none;
  }

  .main-content {
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .main-content-container {
    height: 100vh;
  }

  .webapp-pwa {
    width: 30px;
  }

  .main-content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    padding: 32px 8px;
    backdrop-filter: blur(2px);
  }

  .logo-sm {
    display: block;
    width: 42px;
    margin: 20px;
  }

  .menu-bottom-line {
    width: 32px;
    height: 2px;
    background: var(--light-color);
    margin: 5px 0;
    transition: all 0.5s;
  }
  .menu-top-line {
    width: 32px;
    height: 2px;
    background: var(--light-color);
    margin: 10px 0 5px 0;
    transition: all 0.5s;
  }

  .drawer-opened {
    margin-top: 10px !important;
  }

  .drawer-opened .menu-bottom-line {
    transform: rotate(45deg);
    margin: -1px 0;
  }
  .drawer-opened .menu-top-line {
    transform: rotate(-45deg);
    margin: 0;
  }

  .responsive-separator {
    height: 75px;
    width: 100%;
    display: block;
  }

  .webapp-image {
    width: 150px;
    object-fit: contain;
  }

  .order-quby-image {
    width: 100%;
  }

  #myVideo {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: contain;
    z-index: 0;
    left: 0;
    bottom: 90px;
  }

  .small-iphone-container {
    position: relative;
    min-height: 350px;
  }

  .small-iphone {
    width: 200px;
    display: block;
    margin-bottom: 32px;
    position: absolute;
    right: 0;
  }
  .small-iphone-left {
    width: 200px;
    display: block;
    position: absolute;
    left: 0;
    margin-bottom: 32px;
  }

  .separator {
    height: 100px;
  }

  .mini-separator {
    height: 60px;
  }
}

.go-to-bottom {
  margin-top: 3rem;
  cursor: pointer;
}

.footer-separator {
  height: 50px;
}

.logos-container-mobile {
  display: none !important;
}

.footer-logo {
  width: 72px;
}

.small-info-header {
  margin-top: 0.5rem;
}

.logo-and-socials {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.divider {
  width: 100%;
  height: 1px;
  background: black;
}

@media (max-width: 1400px) and (min-width: 992px) {
  .iphone-bg {
    background: url(assets/img/Ellipse\ 10.png) no-repeat;
    background-position-x: 0;
    background-position-y: 50% !important;
    background-size: contain !important;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .drawer-menu {
    position: fixed;
    display: flex !important;
    flex-direction: column;
    top: 0;
    transform: translateY(-60vh);
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    width: 100%;
    z-index: 100;
    color: var(--light-color);
    transition: all 0.5s;
  }

  .logos-parent {
    gap: 18px;
  }

  .webapp-image {
    width: 200px;
    object-fit: contain;
  }

  .webapp-button {
    position: static;
    margin-right: 0;
  }

  .primary-button {
    margin-right: 0 !important;
  }

  #right-iphone {
    position: relative;
    right: 0px;
    transition: all 0.5s;
  }

  #left-iphone {
    position: absolute;
    left: 100px;
  }

  .iphone-bg {
    background: url(assets/img/Ellipse\ 10.png) no-repeat;
    background-position-x: 0;
    background-position-y: 50% !important;
    background-size: contain !important;
  }

  .drawer-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    transition: all 0.5s;
    z-index: 220;
    backdrop-filter: blur(4px);
  }

  .drawer-button {
    margin: 10px 30px;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .contact-us {
    color: var(--light-color);
    text-align: center;
    width: 100%;
    height: 40px;
    border-radius: 36px;
    height: 61px;
    display: block;
    align-items: center;
    width: 200px;
    justify-content: center;
    overflow: inherit;
    margin-right: 30px;
  }

  .button {
    margin: 20px auto;
    width: 224px;
    height: 55px;
  }

  .small-iphone-container {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .expression {
    line-height: 28px;
  }

  .small-info-container {
    display: flex;
    flex-direction: column;
  }

  .info-icon {
    width: 40px;
  }

  body {
    line-height: 38px;
  }

  .silicon-font {
    line-height: 105px;
  }

  .name-input-container {
    width: 600px;
  }

  .order-quby-buttons-container {
    width: 600px;
  }

  .order-button {
    width: 275px;
  }
}
.lg-center {
  text-align: center !important;
}

.footer-items-container {
  margin-bottom: 30px;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
}
.footer-logo-items-container {
  margin-bottom: 30px;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
}
@media (max-width: 768px) {
  body {
    line-height: 24px;
  }

  .iphone-bg {
    order: 0;
    background-size: contain;
    background-position-x: 50% !important;
    margin-bottom: 32px;
  }

  .webapp-expression {
    order: 1;
  }

  .name-input-container,
  .fill-message,
  .error-message,
  .confirm-message,
  .order-quby-buttons-container {
    width: 290px;
  }

  .name-input {
    width: 100%;
  }

  .order-button {
    width: 100%;
  }

  .e-namad-mobile {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
  }

  .e-namad img {
    transform: translateX(0) !important;
  }

  .section-two,
  .section-four,
  .section-five,
  .section-seven,
  .section-six {
    padding: 32px 0;
  }

  .accordion-header {
    width: 100%;
  }

  .logo-and-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .accordion-button {
    justify-content: flex-end;
  }

  .accordion-button::after {
    margin-right: 0 !important;
  }

  .logos-parent {
    display: none;
  }

  .submit-button {
    margin-bottom: -2px !important;
  }

  .organization-input {
    width: 290px;
    margin: 0 6px;
  }

  .expression {
    width: calc(100% - 52px);
    margin-right: 32px;
  }

  #order-quby {
    margin-right: 0;
  }

  .swiper-slide img {
    width: 35%;
  }

  .our-service {
    display: flex;
    align-items: center;
  }

  .rw-words-1 div {
    top: -4px;
    text-align: left !important;
  }

  .lg-center {
    width: 100%;
  }

  .card-body p {
    text-align: justify;
    width: 91%;
  }

  .card-body {
    display: flex;
  }

  .accordion-button-header {
    margin-right: 10px;
    margin-left: 16px;
  }

  .small-info-header {
    margin: 0 !important;
  }

  .webapp-button {
    margin: 20px 0 !important;
  }

  .active-header {
    display: none;
  }

  .small-info-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }

  .expression {
    line-height: 21px;
  }

  .info-icon {
    width: 30px;
    margin-left: 16px;
  }

  .like-svg {
    width: 30px;
  }

  .footer-separator {
    height: 30px;
  }

  .iphone-bg {
    background-position-y: 50%;
  }

  .footer-items-container {
    margin-bottom: 30px;
    display: flex !important;
  }
  .footer-logo-items-container {
    margin-bottom: 30px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  .logos-container-mobile {
    margin-top: 0 !important;
  }

  .footer-logo {
    width: 38px;
  }

  .footer-section .container .row .col-sm-12 {
    text-align-last: right;
  }

  .logos-container-mobile {
    display: flex !important;
    align-items: baseline;
    margin-right: auto;
    gap: 32px;
    margin-top: auto;
  }
  .logos-container-mobile svg {
    width: 18px;
    margin-bottom: 0;
  }

  .container {
    width: calc(100% - 30px);
  }

  .accordion-button {
    align-items: center;
    text-align-last: right;
    direction: ltr;
  }

  .separator {
    height: 50px;
  }

  .accordion-button::after {
    margin-left: 8px !important;
  }

  .accordion-button:not(.collapsed)::after {
    margin-left: 8px !important;
  }

  .swiper-slide img {
    width: 120px;
  }

  .bullets {
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 4px;
    margin-left: 32px;
  }

  .donwload-svg {
    width: 30px;
  }

  .header {
    display: none;
  }

  .main-content-container {
    height: 100vh;
  }

  .webapp-pwa {
    width: 30px;
  }

  .main-content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    padding: 32px 8px;
    backdrop-filter: blur(2px);
  }

  .go-to-bottom {
    margin-top: 0;
  }

  .primary-header {
    text-align-last: right;
    margin-bottom: 2.3rem;
  }

  .col-sm-12 {
    text-align: justify;
    text-align-last: right;
  }

  .small-bullets-info {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .responsive-separator {
    height: 50px;
    width: 100%;
    display: block;
  }

  .parallax {
    min-height: 300px;
    height: 300px;
    background-position-x: -440px;
  }

  .footer-section .col-sm-12 {
    text-align: right !important;
  }

  .drawer-menu {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateY(-60vh);
    flex-direction: column;
    display: flex;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    width: 100vw;
    z-index: 100;
    color: var(--light-color);
    transition: all 0.5s;
  }

  .drawer-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    transition: all 0.5s;
    z-index: 220;
    backdrop-filter: blur(4px);
  }

  .drawer-button {
    margin: 10px 30px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .close-drawer {
    margin: 10px;
    margin-right: auto;
    display: none;
  }
  .contact-us {
    color: var(--light-color);
    text-align: center;
    width: 100%;
    height: 40px;
    border-radius: 36px;
    height: 61px;
    display: block;
    align-items: center;
    width: 200px;
    justify-content: center;
    overflow: inherit;
    margin-right: 30px;
  }

  .logo-sm {
    width: 38px;
    height: 38px;
    margin: 10px 26px;
    display: block;
  }

  .webapp-button {
    position: static;
  }
  /* .swiper-slide {
    width: 100px !important;
    margin: 0 32px !important;
  }
  .swiper-slide img {
    width: 100px !important;
  } */

  .button {
    margin: 20px auto;
    width: 224px;
    height: 55px;
  }

  .contact-us a {
    font-size: var(--very-small-font-size);
    color: var(--light-color);
  }

  .contact-us:hover a {
    color: var(--primary-color);
  }

  .transparent-button {
    margin-top: 0;
  }

  .drawer-menu {
    padding: 0 !important;
  }

  .small-iphone-container {
    background: url(assets/img/Ellipse\ 10.png) center center no-repeat;
    background-size: contain;
  }
  .small-iphone {
    width: 200px;
    display: block;
    margin-bottom: 32px;
    position: absolute;
    right: calc(50% - 180px);
  }
  .small-iphone-left {
    width: 200px;
    display: block;
    position: absolute;
    left: calc(50% - 180px);
    margin-bottom: 32px;
  }

  .active-header {
    display: none !important;
  }
}

.e-namad {
  width: 100px;
  height: 100px;
}

.e-namad a {
  min-width: 100%;
  min-height: 100%;
}

.e-namad img {
  width: 100%;
  height: 100%;
  background: white;
  transform: translateX(-14px);
  border-radius: 18px;
  padding: 4px 0;
}

#text-container {
  position: absolute;
  margin: auto;
  width: 100vw;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(#threshold) blur(0.6px);
}

#text1,
#text2 {
  position: absolute;
  width: 100%;
  display: inline-block;

  font-family: "Raleway", sans-serif;
  font-size: 80pt;

  text-align: center;

  user-select: none;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */

.rw-wrapper {
  width: 100%;
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.rw-words {
  display: inline;
  text-indent: 10px;
}

.rw-words-1 div {
  font-size: 1.25rem;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #056c8a;
  -webkit-animation: rotateWord 7.5s linear infinite 0s;
  -ms-animation: rotateWord 7.5s linear infinite 0s;
  animation: rotateWord 7.5s linear infinite 0s;
  left: 0;
  text-align: center;
  width: 100%;
}

.rw-words-1 div:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
  color: #056c8a;
}

.rw-words-1 div:nth-child(3) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  color: #056c8a;
}

.rw-words-1 div:nth-child(4) {
  -webkit-animation-delay: 4.5s;
  -ms-animation-delay: 4.5s;
  animation-delay: 4.5s;
  color: #056c8a;
}

.rw-words-1 div:nth-child(5) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
  color: #056c8a;
}

/* .rw-words-1 div:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
  color: #056c8a;
} */

@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .rw-sentence {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .rw-sentence {
    font-size: 9px;
  }
}

.context {
  width: 100%;
  position: absolute;
  top: 50vh;
}

.context h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.area {
  background: #fff;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #056c8a26;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.h_iframe-aparat_embed_frame,
.h_iframe-aparat_embed_frame iframe {
  border-radius: 32px;
}
