header ul li {
  list-style: none;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  text-align: center;
}

header.desktopNav ul {
  padding: 0 1.5rem;
}

header.mobileNav ul {
  padding: 0.75rem;
}

header.desktopNav {
  background-color: #ededed;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-shadow: 0px 3px 76px rgba(0, 0, 0, 0.09);
  display: inline-block;
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 2;
}

header.mobileNav > ul {
  background-color: #ededed;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-shadow: 0px 3px 76px rgba(0, 0, 0, 0.09);
  display: inline-block;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  box-shadow: 0 0 20px 6px #cfcfcf;
  z-index: 1001;
}

.extraHeaderActions {
  position: fixed;
  top: 2.5rem;
  left: 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  padding-left: 0rem;
  z-index: 2;
  padding: 0.5rem 1rem;
}

.extraHeaderActions span.icon {
  margin-left: 0.5rem;
}

.actionInner {
  padding: 0.75rem 1.5rem;
}

.downloadApp {
  background-color: #464b62;
  padding-right: 3rem;
}

.originalPurpleBack .downloadApp {
  background-color: #6567de;
}

.mainIntel {
  width: 100%;
  position: absolute;
  top: -10%;
  right: 0;
}

.mainIntel .shape {
  bottom: 0;
}

.mainIntel .shapesOnBack {
  width: 100%;
  height: 100%;
}
.card {
  display: inline-block !important;
  position: relative !important;
  bottom: 4rem !important;
  margin-right: -2rem !important;
  left: unset !important;
  top: unset !important;
}

.cardsHolder {
  margin: 0 auto;
  position: relative;
}

.shapesOnBack {
  position: absolute;
}

.mainIntel .circle_1 {
  right: 2% !important;
  top: 50% !important;
  left: unset !important;
  bottom: unset !important;
}
.mainIntel .circle_2 {
  left: 37% !important;
  top: 47% !important;
  right: unset !important;
  bottom: unset !important;
}
.mainIntel .circle_3 {
  left: 8% !important;
  bottom: 15% !important;
  top: unset !important;
  right: unset !important;
}

.mainIntel .corneredRadius_1 {
  right: 7% !important;
  bottom: 20% !important;
  transform: rotate(-165deg) !important;
  top: unset !important;
  left: unset !important;
}

.mainIntel .angular_1 {
  right: 16% !important;
  top: 40% !important;
  left: unset !important;
  bottom: unset !important;
}
.mainIntel .angular_2 {
  right: 18% !important ;
  bottom: 5% !important;
  transform: rotate(-60deg) !important;
  left: unset !important;
  top: unset !important;
}
.mainIntel .angular_3 {
  right: 40% !important;
  bottom: 7% !important;
  transform: rotate(-135deg) !important;
  left: unset !important;
  top: unset !important;
}
.mainIntel .angular_4 {
  left: 20% !important;
  bottom: 2% !important;
  transform: rotate(-7deg) !important;
  right: unset !important;
  top: unset !important;
}
.mainIntel .angular_5 {
  left: 18% !important;
  top: 35% !important;
  transform: rotate(-16deg) !important;
  right: unset !important;
  bottom: unset !important;
}
.mainIntel .angular_6 {
  left: 3% !important;
  top: 45% !important;
  transform: rotate(77deg) !important;
  right: unset !important;
  bottom: unset !important;
}

.contextHolder {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bottomNav {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bottomNav .icon {
  transform: rotate(-45deg);
}

.bottomNav.shape {
  position: static !important;
  transform: rotate(45deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chatButton {
  width: 67px;
  height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #656a86;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 46px rgba(110, 94, 234, 0.22);
  z-index: 999;
}

.chatButton.originalPurpleBack {
  background-color: #7a7ced;
}

.benefitItem {
  width: 25%;
  padding-right: 1rem;
  float: right;
}

.benefitItem:nth-child(2) {
  position: relative;
  left: 15px;
}

.benefitContext {
  line-height: 1.5;
  margin-top: 1.75rem;
}

.fastDownload {
  margin-top: 6rem;
}

.fastDownloadBox {
  border-radius: 32px 0 0 145px;
  width: 90%;
  max-height: 295px;
  float: right;
}

.fastDownloadGraphic {
  position: relative;
  bottom: 0.75rem;
  width: 63%;
  float: right;
  padding-right: 9%;
}

.fastDownloadContext {
  width: 24%;
  float: right;
  padding: 1rem;
}

.paper {
  width: 21%;
}

.phoneExcel {
  width: 50%;
}

.arrow {
  margin: -5% -5% 0 -5%;
  width: 37%;
}

.pointIcon img {
  width: auto;
}

.pointTitle {
  height: 185px;
  padding: 1rem 0;
}

.pointBox {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 3.5rem 3.5rem 0;
  width: 31.75%;
  float: right;
  position: relative;
  overflow: hidden;
  height: 527px;
  margin-bottom: 2.3%;
}

.pointBox:nth-child(2),
.pointBox:nth-child(5),
.pointBox:nth-child(8) {
  margin: 0 2.3%;
}

.lineBeneath {
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pointParagraph {
  height: 132px;
  overflow: hidden;
}

.points {
  margin-top: 5rem;
}

.bannerBox {
  width: 100%;
  height: 0;
  padding: 12% 0;
  position: relative;
  background-color: #fff;
  max-width: 928px;
  margin: 0 auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.bannerBox video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.activeVideo {
  width: 143px;
  height: 143px;
  border: solid 5px #656a86;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.activeVideo.bookshopPlay {
  border: solid 5px #7a7ced;
}

.playButton {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #656a86;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 46px #656a86;
}

.bookshopPlay .playButton {
  background-color: #7a7ced;
  box-shadow: 0 3px 46px #7a7ced;
}

.bannerBackShapes .shape {
  position: absolute;
}

.bannerBackShapes .angular_2 {
  right: 0%;
  top: 45%;
  transform: rotate(-59deg);
}

.bannerBackShapes .angular_1 {
  right: 7%;
  top: 35%;
  transform: rotate(34deg);
}

.bannerBackShapes .corneredRadius_1 {
  right: 14%;
  top: 45%;
  transform: rotate(-164deg);
}

.bannerBackShapes .circle_2 {
  left: -2%;
  top: 45%;
}

.bannerBackShapes .angular_4 {
  left: 3%;
  top: 75%;
  transform: rotate(-7deg);
}

.bannerBackShapes .angular_5 {
  left: 16%;
  top: 45%;
  transform: rotate(-16deg);
}

.videoBanner {
  position: relative;
  margin-top: 5rem;
  overflow: hidden;
}

.promoBox {
  width: 32.56%;
  float: right;
  height: 0;
  padding: 15.5% 0;
  overflow: hidden;
  position: relative;
}

.centerPromo {
  margin: 0 1.16%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2rem;
  padding-left: 2rem;
}

.centerPromo p {
  margin: 2rem 0;
}

.rightPromo {
  border-radius: 0 50px 50px 0;
}

.leftPromo {
  border-radius: 50px 0 0 50px;
}

.promoBox img.backImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
}

.promoContext {
  position: relative;
}

.appLink {
  width: 190px;
  padding: 0.75rem 1rem;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  display: inline-block;
}

.androidApp {
  float: right;
}
.appleApp {
  float: left;
}

.appLink img {
  width: auto;
}

.demoDownload,
.customers {
  margin-top: 5rem;
}

.clientsLogo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid #cccccc 1px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 2rem 3rem;
  background-color: #e5e5e5;
}

.clientsLogo img {
  width: auto;
}

.lineInner {
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #d0d0d0;
}

.clientHeader {
  position: relative;
  top: 36px;
  z-index: 1;
  margin-top: -2rem;
}

.clientHeaderText {
  padding: 0 1rem;
  background-color: #e5e5e5;
  position: relative;
  bottom: 1.25rem;
}

.bottomShadow {
  width: 300px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  box-shadow: 0 1px 79px rgba(0, 0, 0, 0.11);
  z-index: -1;
}

.customers {
  position: relative;
}

.footerContact {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.logoImage {
  width: 125px;
  height: 125px;
  float: right;
}

.brandContext {
  width: calc(100% - 150px);
  float: left;
}

.brandContext p {
  height: 84px;
  overflow: hidden;
}

.applicationDownload h3 {
  float: right;
}

.applicationDownload .downloadLinks {
  float: left;
}

.footerContact h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  margin-bottom: 0.75rem;
}

.footerContact div {
  font-weight: 300;
}

.policy {
  padding: 1.5rem;
  background-color: #464b62;
  font-size: 12px;
}

.paragraph {
  margin-top: 1.5rem;
}

.applicationDownload {
  padding: 1.5rem 0;
  border-bottom: solid #3a3b4c 1px;
}

.footer {
  position: relative;
  margin-top: 6rem;
  z-index: -1;
}

.footerShape {
  position: absolute;
  bottom: 99.5%;
  left: 0;
  width: auto;
}

/*plans*/

.ColumnItem {
  padding: 0.75rem 0;
  height: 55px;
}

.ColumnItem .icon-tick {
  color: #31bc69;
}

.recommendedColumn .icon-tick {
  color: #fff;
}

.recommendedColumn .icon-cross {
  color: #fff !important;
}

.pointer{
  cursor:pointer
}

.ColumnItem .icon-cross {
  color: #ea6d5e;
}

.headerColumn.priceColumn {
  width: 336px;
  float: right;
  margin-left: 5%;
}

.infoColumns {
  width: calc(100% - (336px + 5%));
  float: left;
}

.priceColumn {
  width: 23%;
  float: right;
  position: relative;
  padding: 2rem 0;
}

.line {
  width: 150px;
  height: 2px;
  background-color: red;
  transform: rotate(-10deg);
  position: absolute;
  top: 45px;
  left: 30px;
}

.discount {
  display: flex;
  flex-direction: column;
}

.fontSize {
  font-size: x-large;
  margin-top: 1rem;
}

.columnBackground {
  width: 82%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
  border-radius: 15px;
}

.infoColumns .priceColumn .ColumnItem:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
}

.infoColumns .priceColumn .ColumnItem:nth-child(n + 6) {
  line-height: 1;
}

.recommendedColumn {
  color: #fff;
  width: 29%;
}

.recommendedColumn .columnBackground {
  width: 89%;
  height: 115%;
  top: 50%;
  background-color: #656a86;
  transform: translate(-50%, -50%);
}

.priceTable {
  padding-top: 14rem;
}

.columnTitle {
  position: absolute;
  bottom: 96%;
  left: 0;
  height: 90px;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.columnTitle.pricePage {
  height: 186px;
  bottom: unset;
  top: 0;
}

.columnTitle.pricePage .title{
  font-size: 20px;
}


.columnTitle img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.title p {
  font-size: 14px;
  font-weight: 300;
  line-height: 0rem;
}

.recommendedColumn .columnTitle {
  height: 130px;
  bottom: 90%;
}

.recommendedText {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
}

.recommendedPrice {
  width: 29%;
  color: #656a86;
}

.PriceNumbers {
  margin-top: 2rem;
}

.chooseButton {
  width: 170px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  border: solid #656a86 1px;
  border-radius: 5px;
  margin: 1rem auto 0;
  padding: 0.75rem 0;
}

.chooseButton.active {
  background-color: #656a86;
  color: #fff;
  border: none;
}

.costumePlan {
  background: rgb(100, 159, 126);
  background: -moz-linear-gradient(
    270deg,
    rgba(100, 159, 126, 1) 0%,
    rgba(121, 193, 153, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(100, 159, 126, 1) 0%,
    rgba(121, 193, 153, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(100, 159, 126, 1) 0%,
    rgba(121, 193, 153, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#649f7e",endColorstr="#79c199",GradientType=1);
  color: #fff !important;
  border-radius: 10px;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  float: right;
  margin-top: 3rem;
  cursor: pointer;
}

.separator {
  height: 10px;
  background-color: #b5b5b5;
  width: 1px;
  vertical-align: middle;
  margin: 0 1rem;
}

.discountLabel {
  text-decoration: underline;
}

.priceAmountNumber {
  margin-right: 1rem;
}

.priceAmount {
  float: right;
  position: relative;
}

.payButton {
  float: left;
  width: 100%;
}

.payButton2 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.goPay {
  background-color: #31bc69;
  color: #fff !important;
  width: 230px;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  padding: 1rem 0;
  cursor: pointer;
  box-shadow: none;
  margin-top: 5rem;
}
.discountAmount {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #8e8e8e;
  margin-right: 1rem;
  /*display: none;*/
}

.discountAmountCross {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 2px;
  transform: rotate(20deg);
  display: inline-block;
  background-color: #a0a0a0;
}

.discountAmount.discountActive {
  display: inline-block;
}

.paymentEnding {
  margin-top: 2rem;
}

.rightBackImage {
  position: absolute;
  right: 0;
  top: -5px;
  height: 100%;
  width: 300px;
  background: url("../img/waveAnimation.svg") repeat-y right -200%;
  animation: wave linear forwards 25s infinite;
  background-size: 300px;
  transform-origin: right;
}

.leftBackImage {
  position: absolute;
  left: 0;
  top: -5px;
  height: 100%;
  width: 300px;
  background: url("../img/waveAnimation_left.svg") repeat-y right -200%;
  animation: wave2 linear forwards 30s infinite;
  background-size: 300px;
  transform-origin: left;
}

.radialRightBack {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: url("../img/radialRightBack.svg") no-repeat top right;
  background-size: contain;
}

.radialLeftBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: url("../img/radialLeftBack.svg") no-repeat top right;
  background-size: contain;
}

.signInForm {
  margin-top: 1.5rem;
}

.signInForm input {
  text-align: center;
  margin-bottom: 1.5rem;
}

.remindMe {
  float: right;
}

.checkContainer {
  width: 22px;
  height: 22px;
  border-radius: 4px;

  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  vertical-align: middle;
}

.checkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 22px;
  width: 22px;
  border: solid #f1f1f1 1px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #656a86;
}

.checkContainer input:checked ~ .checkmark {
  background-color: #fff;
  color: #656a86;
}

.checkmark:after {
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkContainer input:checked ~ .checkmark:after {
  display: block;
  color: #656a86;
}

.forget {
  float: left;
  text-decoration: underline;
}

button.enter {
  width: 160px;
  text-align: center;
  background-color: #fff;
  color: #656a86;
  padding: 1rem;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 2.5rem;
  font-family: iranyekan;
}

button.gmailEnter {
  width: auto;
  text-align: center;
  background-color: transparent;
  border: solid #fff 1px;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 2rem;
  font-family: iranyekan;
}

.signInBox {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  float: right;
  width: 100%;
  position: relative;
  margin-top: 4rem;
}

.gmailSignIn {
  width: 50%;
  float: left;
  padding: 2.5rem;
}

.normalSignIn {
  padding: 2.5rem;
  width: 50%;
  float: right;
  border-left: solid #5d617b 1px;
}

.gmailLogoBox img {
  width: auto;
}

.gmailLogoBox {
  margin-top: 1.5rem;
}

.backSignIn {
  background-color: rgba(101, 136, 144, 0.34);
  transform: rotate(3deg);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.signInContainer {
  padding-top: 8rem;
}

.registerHere {
  margin-top: 3rem;
}

.rightShapes {
  position: absolute;
  right: 2%;
  top: 20%;
}

.leftShapes {
  position: absolute;
  left: 2%;
  bottom: 20%;
}

.rightShapes img,
.leftShapes img {
  width: auto;
}

.loginPopup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loginPopup .signInBox {
  max-width: 1000px;
  background-color: #f0f0f0;
  color: #656a86;
}

.loginPopup button.enter {
  background-color: #656a86;
  color: #fff;
}

.loginPopup button.gmailEnter {
  border: solid #656a86 1px;
  color: #656a86;
}

.loginPopup .signInBox {
  padding: 1rem 2rem 0;
  z-index: 2;
}

.loginPopup .normalSignIn {
  border-color: #dedede;
  padding-top: 0;
  padding-bottom: 0;
}

.loginPopup .gmailSignIn {
  padding-top: 0;
  padding-bottom: 0;
}

.loginPopup .registerHere {
  padding: 1.25rem;
  border-top: solid #e1e1e1 1px;
  margin-top: 2rem;
}

.loginPopup .backSignIn {
  background-color: rgba(255, 255, 255, 0.38);
}

.backClose {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(21, 21, 21, 0.8);
}

.SignInBoxInner {
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
}

.closePop {
  margin-bottom: 1rem;
}

.loginPopup {
  z-index: 1;
}

.loginPopup .remindMe .checkContainer input:checked ~ .checkmark {
  background-color: #656a86;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.loginPopup .checkmark {
  border: solid #656a86 1px;
  color: #f0f0f0;
  font-size: 14px;
}

.customerInstitution {
  color: #b2b2b2;
}

.quoteItem {
  margin-top: 4rem;
}

.quotes {
  position: relative;
  margin-top: 4rem;
}

.owl-item:nth-child(3n) .quoteItem,
.owl-item:nth-child(3n) .userImage {
  border-color: #656a86;
}

.owl-item:nth-child(3n + 1) .quoteItem,
.owl-item:nth-child(3n + 1) .userImage {
  border-color: #649f7e;
}

.userImage {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -2.5rem;
  position: relative;
  border: solid #ff9100 3px;
}

.userImage img {
  border: solid #e5e5e5 5px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.comment {
  height: 117px;
  overflow: hidden;
  margin-top: 1rem;
}

.quoteItem {
  border: 3px solid #ff9100;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 2rem 2rem;
  position: relative;
}

.square {
  width: 83px;
  height: 27px;
  background-color: #e5e5e5;
  display: inline-block;
  position: absolute;
  top: 0px;
  transform: scale(1.5);
  z-index: 1;
}

.owl-prev,
.owl-next {
  height: 100%;
  position: absolute;
  width: 10%;
  top: 0.5%;
  z-index: 1;
}

.owl-next {
  left: 0;
  border-radius: 0 60px 60px 0;
  box-shadow: 11px 0 6px rgba(0, 0, 0, 0.05);
}

.owl-prev {
  right: 0;
  border-radius: 60px 0 0 60px;
  box-shadow: -11px 0 6px rgba(0, 0, 0, 0.05);
}

.backArrowCover {
  background-color: #e5e5e5;
  position: absolute;
  width: 100%;
  height: 103%;
  top: -1.5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0rem;
}

.owl-prev .backArrowCover {
  border-radius: 60px 0 0 60px;
}

.owl-next .backArrowCover {
  border-radius: 0 60px 60px 0;
  justify-content: flex-start;
}

@keyframes wave {
  0% {
    background-position: right 0%;
    transform: scale(0.25, 1);
  }
  25% {
    background-position: right 70%;
    transform: scale(0.75, 1);
  }
  50% {
    background-position: right 140%;
    transform: scale(0.25, 1);
  }
  75% {
    background-position: right 210%;
    transform: scale(0.75, 1);
  }
  100% {
    background-position: right 280%;
    transform: scale(0.25, 1);
  }
}

@keyframes wave2 {
  0% {
    background-position: right 0;
    transform: scale(0.25, 1);
  }
  25% {
    background-position: right -70%;
    transform: scale(0.5, 1);
  }
  50% {
    background-position: right -140%;
    transform: scale(0.75, 1);
  }
  75% {
    background-position: right -210%;
    transform: scale(0.5, 1);
  }
  100% {
    background-position: right -280%;
    transform: scale(0.25, 1);
  }
}

.rotatedShape.angularInner_2 {
  bottom: 5% !important;
  right: 18% !important;
  top: unset !important;
  left: unset !important;
}

.rotatedShape.corneredRadiusInner_1 {
  right: 7% !important;
  bottom: 20% !important;
  top: unset !important;
  left: unset !important;
}

.rotatedShape.angularInner_3 {
  right: 40% !important;
  bottom: 7% !important;
  left: unset !important;
  top: unset !important;
}

.rotatedShape.angularInner_4 {
  left: 20% !important;
  bottom: 2% !important;
  right: unset !important;
  top: unset !important;
}

.rotatedShape.angularInner_5 {
  left: 18% !important;
  top: 35% !important;
  right: unset !important;
  bottom: unset !important;
}

.rotatedShape.angularInner_6 {
  left: 3% !important;
  top: 45% !important;
  right: unset !important;
  bottom: unset !important;
}

.rotatedShape .angular_2 {
  transform: rotate(-60deg);
}

.rotatedShape .corneredRadius_1 {
  transform: rotate(-165deg) !important;
}

.rotatedShape .angular_3 {
  transform: rotate(-135deg) !important;
}

.rotatedShape.angular_4 {
  transform: rotate(-7deg) !important;
}

.rotatedShape.angular_5 {
  transform: rotate(-16deg) !important;
}

.rotatedShape.angular_6 {
  transform: rotate(77deg) !important;
}

.verticalMargin {
  margin: 0 1rem;
}

.backArrowCover .icon {
  z-index: 1;
}

.checkDiscount {
  font-family: iranyekan;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 140px;
}

.discountInput {
  position: absolute;
  width: 100%;
  top: 120%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}

.point {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #656a86;
  position: absolute;
  bottom: 98%;
  left: 61px;
}

.leftSequentialImages {
  left: -5% !important;
  top: unset !important;
  position: absolute !important;
  bottom: 0;
}

.sequentialShapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#scene_3 {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.rightSequentialImages {
  right: -2% !important;
  top: 0 !important;
  position: absolute !important;
  bottom: unset !important;
  left: unset !important;
}

.slash {
  width: 28px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  background-color: #7a7ced;
}

.mainArt img {
  width: auto;
}

div.artTitle {
  display: inline-block !important;
  margin-top: -7rem;
  line-height: 1.45;
  position: relative !important;
  right: 1rem;
  text-align: right;
  width: 100%;
  bottom: 3rem;
  top: unset !important;
}

.mainArt {
  display: inline-block !important;
  width: 100%;
  text-align: right;
  float: right;
}

.narrowBottom img {
  width: auto;
}

.bookShopContext {
  margin: 3rem 0 4.5rem;
  position: relative !important;
}

.artInner {
  width: auto;
  display: inline-block;
}

.contextHolder {
  width: 100%;
  position: absolute;
  bottom: 2rem;
}

.narrowBottom {
  position: relative !important;
}

.bookShopGraphic {
  bottom: 46px;
}

.bookShopSpecific .brandContext {
  width: 100%;
}

.bookShopSpecific .brandContext p {
  height: auto;
}

header.desktopNav {
  display: block;
}

header.mobileNav {
  display: none;
}

.contactus {
  width: 100%;
  margin-top: 2rem;
}

.contactusbox {
  width: 800px;
  background-color: #464b62;
  padding: 2rem 4rem;
  border-radius: 2rem;
  margin: 1rem auto;
}

.contactusbox .contactusboxTitle {
  color: #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #7a7ced;
}

.contactParent {
  display: flex;
  flex-direction: row;
}

.contactusbox .contactusboxForm {
  display: grid;
  grid-column: 1;
  gap: 0.5rem;
  width: 50%;
}

.contactInfo {
  width: 50%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .contactParent {
    flex-direction: column;
  }

  .contactusbox .contactusboxForm {
    width: 100%;
    margin-top: 1rem;
  }

  .contactInfo {
    width: 100%;
  }
}

.contactusbox .contactusboxForm input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contactusbox .contactusboxForm input[type="number"] {
  -moz-appearance: textfield;
}

.contactusbox .contactusboxForm input,
textarea {
  font-size: 16px;
  font-family: iranyekan;
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  resize: none;
}

.contactusbox .contactusboxForm .contactusSubmitBtn {
  background-color: #7a7ced;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  color: #fff;
  width: fit-content;
  font-size: 18px;
  cursor: pointer;
}

.successMsg {
  color: #31bc69;
  font-size: 10px;
  margin-top: 5px;
}

.errorMsg {
  color: #ea6d5e;
  font-size: 10px;
  margin-top: 5px;
}

.social .contactNumber {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.footerContact .social {
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .benefitItem {
    width: 100%;
  }
  .benefits {
    display: flex;
    flex-direction: column;
  }

  .pointBox {
    width: 100%;
    height: 480px !important;
  }
  .points > div.sizeHandler_1300 {
    display: grid;
    grid-column: 1;
    row-gap: 1rem;
  }

  .rightPromo {
    display: none;
  }

  .leftPromo {
    display: none;
  }

  .centerPromo {
    width: 100%;
    height: 100%;
  }

  .videoBanner .bannerBackShapes {
    display: none;
  }
  .videoBanner .bannerBox {
    height: 200px !important;
  }
  .clientsLogo {
    flex-direction: column;
  }
  .clientsLogo > .clientItem {
    width: 60%;
  }
  .fastDownload.organizer {
    height: 250px;
  }
  .fastDownload.organizer > .fastDownloadBox {
    height: 250px;
    max-height: 250px;
  }
  .fastDownload.organizer > .fastDownloadBox > .fastDownloadGraphic {
    width: 75%;
  }
  .fastDownload.organizer > .fastDownloadBox > .fastDownloadContext {
    width: 100%;
  }
  div.artTitle {
    right: 0;
    margin-top: 1rem;
  }
  .extraHeaderActions {
    top: 0;
  }
  header.desktopNav {
    display: none;
  }

  header.mobileNav {
    display: block;
    z-index: 1000;
  }

  .mobileNavBox {
    background: #ffffff9c;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    transition: right 0.5s;
    backdrop-filter: blur(40px) brightness(0.85);
    z-index: 1000;
    padding-top: 5rem;
  }

  .mobileNavBox.hide {
    right: -100vw;
  }

  .mobileNavBox.show {
    right: 0vw;
  }

  header.mobileNav .mobileNavBox ul {
    display: grid;
    grid-column: 1;
    font-size: 28px;
    font-weight: 700;
    row-gap: 2rem;
  }
  .contactus {
    padding: 0 2rem;
  }
  .contactusbox {
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 1rem;
  }
  .footerContact {
    font-size: 12px;
    flex-direction: column;
  }
  .brandContext p{
    display: none;
  }
}

.normalTopMargin {
  margin-top: 1rem;
}

.normalBottomMargin {
  margin-bottom: 1rem;
}


.halfTopMargin {
  margin-top: 0.5rem;
}

.appLinks{
  display: flex;
  gap: 10px
}
