@font-face {
  font-family: "yekan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/vapp-landing/fonts/yekan4.woff") format("woff");
}
@font-face {
  font-family: "yekan";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/vapp-landing/fonts/yekan5.woff") format("woff");
}
@font-face {
  font-family: "yekan";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/vapp-landing/fonts/yekan6.woff") format("woff");
}
@font-face {
  font-family: "yekan";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/vapp-landing/fonts/yekan7.woff") format("woff");
}

body,
html {
  direction: rtl;
  font-family: "yekan", Arial, Helvetica, sans-serif !important;
}
* {
  direction: rtl;
  font-family: "yekan", Arial, Helvetica, sans-serif !important;
}
.navigation-toggle {
  margin: 0 auto 0 0 !important;
}
nav .nav-link {
  text-align: right;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  align-items: center;
}
.app-details,
.services-details,
.app-clips .row,
.get-app-sec .row {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-details > div,
.services-details > div,
.app-clips .row > div,
.get-app-sec .row > div {
  margin: 0 !important;
}
.enamad {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.enamad a {
  width: 70px;
  height: 70px;
}
.headerLeftDiv {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.loginLink {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 35px;
  width: 35px;
  color: #000;
  border-radius: 5px;
}
.loginLink svg {
  height: 22px;
  width: 22px;
  transform: translateY(2px);
}
.loginLink span {
  display: none;
}
.videoSection {
  display: -webkit-flex;
  display: flex;
  direction: rtl;
  flex-direction: column;
  background-color: #d6d6d6;
  padding: 40px 0 50px;
}
.customVideo {
  width: 100%;
  height: auto;
  border-radius: 7px;
  overflow: hidden;
}
.videoTitle {
  direction: rtl;
  text-align: right;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
@media screen and (min-width: 968px) {
  .loginLink {
    width: fit-content;
    text-decoration: none;
    gap: 10px;
  }
  .loginLink span {
    display: block;
    transform: translateY(2px);
    font-size: 15px;
    font-weight: 500;
    color: #555;
  }
  .videoTitle {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
