:root {
  --main: #05132c;
  --secondary: #320051;
}

@font-face {
  font-family: "Almoni";
  font-weight: 300;
  src: url("/fonts/almoni-neue-300.ttf") format("truetype");
}

@font-face {
  font-family: "Almoni";
  font-weight: 400;
  src: url("/fonts/almoni-neue-400.ttf") format("truetype");
}

@font-face {
  font-family: "Almoni";
  font-weight: 700;
  src: url("/fonts/almoni-neue-700.ttf") format("truetype");
}

@font-face {
  font-family: "Almoni";
  font-weight: 900;
  src: url("/fonts/almoni-neue-900.ttf") format("truetype");
}

#Main {
  padding: 0;
  min-height: 23vh;
}

body {
  direction: rtl;
  margin: 0;
  font-family: "Almoni";
  overflow-x: hidden;
  background-color: #f5f7f9;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body.no-scroll {
  overflow: hidden;
}

p {
  color: var(--main);
}

.richTextWrapper > p {
  padding: 0;
  margin: 0;
}

.richTextWrapper ol {
  list-style-type: none;
  counter-reset: item;
  padding-right: 40px;
  padding-left: 0;
}

.richTextWrapper ol li {
  counter-increment: item;
  position: relative;
  margin-bottom: 10px;
  text-align: right;
}

.richTextWrapper ol li::before {
  content: counter(item);
  position: absolute;
  right: -45px;
  top: -5px;
  width: 36px;
  height: 40px;
  background-image: url("/media/n4aiy0mc/ellipse12.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  color: #42006c;
}

.imageElement {
  max-width: 933px;
  max-height: 665px;
}

.imageElementWrapper {
  margin: 52px 0;
  text-align: center;
}

.dynamicButton {
  background-color: #f0cc4c;
  border: 0;
  border-radius: 4px;
  min-width: 400px;
  height: 45px;
  box-shadow: 0px 0px 30px 0px #2c2c2c33;
  font-size: 26px;
  padding: 4px 91px;
  margin: 54px 0;
}

.dynamicButton:hover {
  background-color: #e2b61b;
  transition: background-color 0.3s;
}

.logo {
  width: 187px;
}

.headerLink {
  height: 41px;
}

.headerSubMenu {
  padding: 10px 14px;
}

.headerComponentWrapper {
  display: flex;
  justify-content: center;
  text-align: right;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
}

#headerComponent {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 64px;
  color: #37384e;
}

.main-yellow-button {
  width: 342px;
  height: 60px;
  padding: 20px 52px 16px 52px;
  border-radius: 10px;
  background: #3b0061;
  position: relative;
  margin-top: 15px;
}

.main-yellow-action-button {
  position: absolute;
  bottom: 0;
  top: -11px;
  right: 5px;
  left: 0px;
  border: 0;
  width: 342px;
  height: 62px;
  border-radius: 10px;
  background-color: var(--Tag-Yellow, #f0cc4c);
  font-size: 26px;
  white-space: nowrap;
  border-bottom: 3px solid #f4e2ff;
  border-right: 3px solid #f4e2ff;
  transition: all 0.5s ease;
}

.main-yellow-button-wrapper:hover {
  .main-yellow-action-button {
    left: 0;
    right: 0;
    top: -1px;
    transition: all 0.5s ease;
    border: none;
  }
}

/*yogev css here*/
.icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #37384e;
  margin: 6px 0;
  transition: 0.4s;
}

.glassix-whatsapp-widget {
  bottom: 100px !important;
}

.glassix-whatsapp-container {
  bottom: unset !important;
  top: 220px !important;
}

.richTextWrapper {
  margin-top: 32px;
}

.whiteBg {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 52px 77px;
}

.backgroundStyle {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.glassix-whatsapp-container {
  top: unset !important;
  bottom: 130px !important;
  left: 100px !important;
}

#scrollTopBtn {
  position: fixed;
  height: 56px;
  width: 56px;
  bottom: 170px;
  left: 30px;
  z-index: 9;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  opacity: 0.7;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  padding: 0;
  box-shadow: 0px 0px 14px 0px #b1a8b7;
}

#scrollTopBtn:hover {
  opacity: 1;
}

#whatsappBtn {
  position: fixed;
  top: 88px;
  left: 30px;
  z-index: 9;
  border-radius: 50%;
  transition: opacity 0.3s, visibility 0.3s;
  height: 56px;
  width: 56px;
}

#whatsappBtn img {
  width: 100%;
  height: auto;
}

.subTitleElementWrapper {
  display: flex;
  justify-content: center;
  text-align: right;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
}

#subTitleElement {
  font-size: 26px;
}

.dateWrapper {
  display: flex;
  justify-content: center;
  text-align: right;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
}

.buttonElementWrapper {
  display: flex;
  justify-content: center;
  text-align: right;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 800px) {
  .subTitleElementWrapper {
    width: 933px;
  }

  .dateWrapper {
    width: 933px;
  }

  .buttonElementWrapper {
    width: 933px;
  }

  .headerComponentWrapper {
    width: 933px;
  }
}

@media (min-width: 700px) {
  .footerBottom {
    display: none;
  }

  .richTextParent {
    display: flex;
    justify-content: center;
  }

  .richTextWrapper {
    width: 933px;
  }
  .mobile-main-yellow-button {
    display: none;
  }
}

@media (max-width: 699px) {
  .container {
    max-width: unset;
  }

  .defaultIcon {
    height: 26px;
    width: 26px;
  }

  .imageElement {
    max-width: 360px;
    max-height: 210px;
  }

  .dynamicButton {
    padding: 4px 50px;
    max-width: 90vw;
    min-width: 312px;
    margin: 12px 0;
  }

  .testDiv > img {
    height: 50px;
    width: 50px;
  }

  .main-yellow-button-wrapper {
    width: 100%;
    height: 100%;
  }

  .main-yellow-button-wrapper:hover {
    .main-yellow-action-button {
      left: 0;
      right: 0;
      top: 0;
      transition: none;
      border: none;
    }
  }

  .main-yellow-action-button {
    box-shadow: 0px 0px 10px 0px #37384e4d;
    background-color: #f0cc4c;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 45px;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
  }

  .main-yellow-action-button:active {
    background-color: #3b0061;
    color: #fff;
  }

  .main-yellow-button {
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  .richTextWrapper {
    padding: 10px;
    margin: 22px;
  }

  #headerComponent {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
  }

  .headerComponentWrapper {
    margin-right: 32px;
  }

  #subTitleElement {
    font-size: 16px;
  }

  .dateWrapper {
    font-size: 14px;
  }

  .defaultSecondLevelIcon {
    height: 26px;
    width: 26px;
  }

  .secondLevelWrapper {
    display: flex;
    gap: 16px;
  }

  #scrollTopBtn {
    right: unset;
    left: 8px;
    height: 45px;
    width: 45px;
    bottom: 100px;
  }

  .glassix-whatsapp-widget {
    left: 8px !important;
    height: 45px !important;
    width: 45px !important;
    top: unset !important;
    bottom: 50px !important;
  }

  .glassix-whatsapp-container {
    bottom: unset !important;
    top: 130px !important;
    left: 30px !important;
  }

  .dateWrapper {
    margin-right: 32px;
  }

  .subTitleElementWrapper {
    margin-right: 32px;
  }

  .headerSubMenu {
    padding: 0 14px;
  }
  .desktop-main-yellow-button {
    display: none;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 24px 40px;
  border: none;
  width: 80%;
  max-width: 400px;
  box-shadow: 0px 0px 10px 2px #000000cc;
  text-align: center;
}

.closeModal {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  background-color: #f0cc4c;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  border-radius: 4px;
}

.closeModal:hover {
  background-color: #e2b61b;
  transition: background-color 0.3s;
}

.modalText {
  color: #170026;
  font-size: 28px;
}

.modalContentImg {
  height: 190px;
  width: 190px;
  margin-left: 8px;
  align-self: center;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #615767;
  border-bottom-color: transparent;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1050px) {
  .imageElement {
    width: 90vw;
  }

  .subTitleElementWrapper {
    width: 90vw;
  }

  .dateWrapper {
    width: 90vw;
  }

  .richTextWrapper {
    width: 90vw;
  }

  .headerComponentWrapper {
    width: 90vw;
  }

  .buttonElementWrapper {
    width: 90vw;
  }
}

.headerDropdownItem {
  height: 38px;
  font-size: 18px;
  color: #000000a6;
}

.headerDropdownItem:hover {
  border-bottom: 1px solid black;
  color: black;
}
