@font-face {
  font-family: Arbelg;
  src: url('../fonts/ArbelG-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arbelhagilda;
  src: url('../fonts/ArbelHagilda_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arbelhagilda;
  src: url('../fonts/ArbelHagilda_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --dim-grey-event-page: #494949;
  --dim-grey-text: #545454;
  --orange: #eca321;
  --dark-sea-green: #81b39a;
  --indian-red: #ea616a;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

h1 {
  direction: rtl;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--dim-grey-event-page);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  direction: rtl;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  direction: rtl;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  direction: rtl;
  color: #000;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

h6 {
  direction: rtl;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  direction: rtl;
  color: var(--dim-grey-text);
  width: 50%;
  margin-bottom: 10px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

strong {
  font-weight: bold;
}

.section {
  color: var(--white);
  text-align: center;
  background-image: none;
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section.newsleter {
  background-color: var(--orange);
  width: 100vw;
  height: 265px;
  margin-top: 40px;
}

.section.light-box {
  z-index: 30000;
  width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.section.lightbox-top {
  z-index: 200;
  background-color: var(--dark-sea-green);
  background-image: none;
  height: 30vh;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.section.lightbox-buttom {
  background-color: var(--white);
  background-image: url('../images/Letters-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 70vh;
  max-height: 100%;
  display: flex;
  overflow: scroll;
}

.section.page-header {
  background-image: url('../images/About_img.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 350px;
  position: relative;
}

.section.page-header.events, .section.page-header.songs, .section.page-header.podcasts, .section.page-header.news {
  background-image: none;
}

.section.navbar {
  z-index: 20000;
  justify-content: space-between;
  height: 100px;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 15px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section.icons {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.image-gall {
  margin-top: 96px;
  margin-bottom: 96px;
  padding-top: 144px;
  padding-bottom: 144px;
  position: static;
}

.section.contact {
  background-image: url('../images/contact-bg-img.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.section.home-hero {
  background-image: linear-gradient(#102c1e6b, #102c1e6b), url('../images/WhatsApp-Image-2025-10-23-at-15.09.55.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.section.home-about {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 40px;
}

.section.home-slider {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 40px;
}

.section.home-our-songs {
  padding-top: 90px;
  padding-bottom: 40px;
}

.section.event-item-columns.right {
  background-color: #f9f9f9;
}

.section.podcasts {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.articles {
  padding-top: 161px;
  padding-bottom: 161px;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.container.styles {
  flex-direction: column;
}

.container.our-songs {
  flex-direction: column;
  align-items: stretch;
  padding-top: 106px;
  padding-bottom: 106px;
}

.container.buttons {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container.newsletter {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.container.light-box-top {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.lightbox-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 130px;
  padding-bottom: 55px;
  display: flex;
}

.container.page-header {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 52px;
  display: flex;
}

.container.icons {
  flex-direction: row;
}

.container.image-gall {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.contact {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.container.event-sticky {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.home-hero {
  height: 100%;
}

.container.home-about, .container.home-slider, .container.home-our-songs {
  flex-direction: column;
}

.container.about-1 {
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 0;
}

.container.about-artist-steps {
  width: 100%;
}

.container.event-item-columns {
  justify-content: space-around;
  padding-top: 155px;
  padding-bottom: 155px;
}

.container.event-item-columns.right {
  flex-direction: row-reverse;
  justify-content: center;
  padding-top: 95px;
  padding-bottom: 95px;
}

.container.event-item-columns.left {
  justify-content: space-around;
  padding-top: 95px;
  padding-bottom: 95px;
}

.container.spotify-test {
  height: 400px;
}

.container.podcasts {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.podcasts.main {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.lightbox-close-but {
  background-color: #f000;
  width: 70px;
  height: 70px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading {
  direction: rtl;
}

.home-song-box {
  background-color: #54545452;
  align-items: flex-end;
  width: 100%;
  height: 230px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.our-songs-home-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.home-song-info-wrap {
  background-color: var(--dim-grey-event-page);
  opacity: .9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.yellow-fill-line {
  background-color: var(--orange);
  width: 30%;
  height: 10px;
  position: absolute;
  inset: 0 0% auto auto;
}

.button-1-wrapper {
  direction: rtl;
  color: var(--orange);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-top: 50px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.button-1-wrapper:hover {
  letter-spacing: 0;
}

.button-1-text {
  color: var(--dim-grey-text);
  flex: 0 auto;
}

.button-1-text:hover {
  letter-spacing: 0;
}

.but-1-top-line, .but-1-buttom-line {
  background-color: var(--dim-grey-text);
  width: 100%;
  height: 1px;
}

.but-2 {
  background-color: var(--orange);
  direction: rtl;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.but-2:hover {
  color: #000;
}

.but-2.form {
  background-color: #000;
  margin-top: 37px;
  font-weight: 700;
}

.but-2.form:hover {
  color: var(--white);
  transform: scale(1.1);
}

.but-2.popup {
  border: 1px solid var(--white);
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.but-2.popup:hover {
  color: var(--orange);
  background-color: #fff;
}

.but-2.home-slider {
  text-align: center;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
}

.but-3 {
  direction: rtl;
  background-color: #000;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.but-3:hover {
  color: var(--orange);
}

.but-3.newsletter {
  position: absolute;
}

.but-3.newsletter:hover {
  opacity: .55;
  color: var(--white);
}

.newsletter-elements-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.newsletter-elements-wrapper {
  min-width: 50%;
  max-width: 50%;
}

.newsletter-form-wrap {
  position: relative;
}

.text-field {
  text-align: right;
  border: 1px #000;
  border-radius: 20px;
  height: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 28px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
}

.radio-but-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.radio-but-text {
  direction: rtl;
  color: #000;
  font-family: Arbelhagilda, sans-serif;
  font-size: 13px;
  display: none;
}

.radio-but-text.seporated {
  width: auto;
  margin-bottom: 0;
  display: block;
}

.radio-button-field {
  flex-direction: row;
  margin-bottom: 0;
  display: none;
}

.radio-button {
  cursor: pointer;
  background-color: #000;
  border-style: none;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-right: 14px;
  padding-right: 0;
}

.radio-button:hover {
  background-color: #fff;
  border: 4px solid #000;
}

.radio-button.w--redirected-checked {
  background-color: #fff;
  border-style: solid;
  border-color: #000;
}

.radiobutton-text {
  align-items: center;
  margin-right: 10px;
  line-height: 0;
  display: flex;
}

.form-block {
  margin-top: 24px;
}

.lb-artist-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -75px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lb-artist-name-text {
  direction: rtl;
  text-align: right;
}

.lb-artist-img {
  object-fit: cover;
  border-radius: 500px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 0;
  overflow: hidden;
}

.lb-img-wrap {
  width: 150px;
  height: 150px;
}

.lb-logo-link {
  align-self: flex-start;
  width: 80px;
  margin-top: 29px;
  margin-left: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lb-content-wrapper {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.lb-item-box {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.lb-yellow-line {
  background-color: var(--orange);
  width: 40%;
  height: 14px;
  position: absolute;
  inset: auto 0% -7px auto;
}

.section-headline-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.heading-line {
  background-color: var(--indian-red);
  flex: 1;
  height: 3px;
}

.strip-hedline-text {
  color: var(--dim-grey-event-page);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 29px;
  padding-right: 29px;
}

.page-arrow-link {
  display: none;
}

.navbar-links-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-logo-wrap {
  align-self: auto;
  height: 100%;
}

.navbar-logo-wrap.w--current {
  display: flex;
}

.navbar-logo-wrap.home.w--current {
  display: none;
}

.navbar-logo-img {
  height: 100%;
}

.navbar-link-text {
  color: var(--white);
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.navbar-link-text:hover, .navbar-link-text.w--current:hover {
  opacity: .6;
  color: var(--white);
}

.navbar-seporator-line {
  background-color: #fff;
  flex: 0 auto;
  width: 1px;
  height: 30%;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-seporator-line.contact-page {
  height: 100%;
  display: none;
}

.b-h-text {
  color: #fff3;
  font-family: Arbelhagilda, sans-serif;
  display: none;
  position: absolute;
  inset: 0% 20px auto auto;
}

.tzamaa-week-icon-link {
  width: 20%;
  text-decoration: none;
}

.icon-link-img {
  height: 100%;
  position: relative;
}

.icon-link-img.guitar {
  top: -12%;
}

.icons-text {
  color: var(--dim-grey-text);
  margin-top: 29px;
  text-decoration: none;
}

.icon-wrap {
  height: 200px;
  padding: 0;
}

.image-gall-wraper-big {
  background-color: var(--orange);
  width: 75%;
  height: 500px;
  position: relative;
}

.gallery-wrapper {
  z-index: 30;
  background-color: #c1bfbf;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 1px 1px 6px #0000006e;
}

.gallery-bg-big {
  background-color: var(--orange);
  width: 100%;
  height: 100%;
  position: relative;
  inset: -3% 0% auto 2%;
  box-shadow: 1px 1px 9px #00000040;
}

.circ-img-1 {
  display: none;
  position: absolute;
  inset: -12% -9% auto auto;
}

.circ-img-2 {
  display: none;
  position: absolute;
  inset: auto auto -8% -11%;
}

._200px-seporator {
  height: 200px;
}

.circ-img-3 {
  position: absolute;
  inset: auto auto 25% -7%;
}

.circ-img-3.small {
  bottom: -12%;
  left: -11%;
}

.circ-img-3.small-2 {
  left: -20%;
}

.circ-img-4 {
  position: absolute;
  inset: auto -10% -11% auto;
}

.circ-img-4.small {
  inset: -17% -10% auto auto;
}

.circ-img-4.small-2 {
  bottom: 62%;
  right: -15%;
}

.content-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.contact-text-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 62px;
  padding-right: 62px;
  display: flex;
}

.contact-form-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  max-width: 500px;
  display: flex;
}

.contact-social-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  display: flex;
  position: absolute;
  inset: auto 0% 4%;
}

.form-block-2 {
  flex: 1;
  align-self: center;
  width: 100%;
}

.form-text-field {
  border-style: solid solid none;
  border-width: 0 0 2px;
  border-color: black black var(--white);
  direction: rtl;
  color: var(--white);
  text-align: right;
  background-color: #fff0;
  flex: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.form-text-field:hover, .form-text-field:focus {
  border-left: 5px none var(--dim-grey-text);
}

.text-field-wrapper {
  border-bottom: 2px solid var(--white);
  margin-bottom: 26px;
  display: flex;
}

.text-field-exp-text {
  direction: rtl;
  color: var(--white);
  text-align: right;
  flex: 0 auto;
  align-self: center;
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-field-exp-text-wrap {
  border-bottom: 1px none var(--white);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-text-box {
  width: 100%;
}

.contact-heading {
  font-size: 80px;
}

.contact-page-link-text {
  color: var(--white);
  font-family: Arbelhagilda, sans-serif;
  font-size: 21px;
  text-decoration: none;
}

.contact-page-link-text.phone {
  display: none;
}

.contact-social-text {
  align-items: center;
  display: flex;
}

.contact-social-icons {
  margin-top: 16px;
}

.contact-social-icons.home {
  align-items: center;
  width: 180px;
  margin-top: 0;
  display: flex;
}

.social-link {
  height: 25px;
  margin-left: 11px;
  margin-right: 11px;
}

.social-link:hover {
  opacity: .5;
}

.social-icon-img {
  height: 100%;
}

.event-sticky-bar {
  z-index: 4000;
  border-top: 1px solid var(--dark-sea-green);
  background-color: #ffffffe6;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 80px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.sticky-buttons-wrap {
  display: flex;
}

.sticky-tex-wrap {
  align-items: center;
  height: 100%;
  display: flex;
}

.sticky-text {
  color: var(--dim-grey-event-page);
  font-size: 25px;
}

.sticky-logo-img {
  padding-left: 11px;
  padding-right: 11px;
}

.sticky-but {
  background-color: var(--orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 35px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.sticky-but:hover {
  transform: scale(1.1);
}

.sticky-but.colored {
  background-color: var(--dark-sea-green);
}

.sticky-but-text {
  direction: rtl;
  color: var(--white);
  font-family: Arbelhagilda, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.sticky-but-img {
  padding-left: 8px;
}

._20px-seporator {
  width: 20px;
}

.image-gall-wraper-small {
  background-color: var(--orange);
  width: 514px;
  height: 308px;
  position: relative;
}

.home-slider-wrapper {
  background-color: #e7e7e700;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 430px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.slider-line {
  background-color: var(--dark-sea-green);
  width: 505px;
  height: 13px;
  position: absolute;
  inset: -7px 0% auto auto;
}

.slider-line.top {
  background-color: var(--indian-red);
  width: 40%;
}

.slider-line.buttom {
  background-color: var(--indian-red);
  width: 40%;
  inset: auto auto -7px 0%;
}

.footer {
  width: 100vw;
  max-width: 100vw;
  display: block;
  overflow: hidden;
}

.footer-elements-container {
  justify-content: space-between;
  align-items: center;
  height: 300px;
  padding: 62px 100px 140px;
  display: flex;
}

.footer-social-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-links-container {
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.footer-social-links-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-allrights-text {
  direction: rtl;
  color: #c6c5bb;
  margin-top: 16px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 12px;
}

.footer-social-link {
  height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  transition: all .2s;
}

.footer-social-link:hover {
  transform: scale(1.2);
}

.footer-social-icon {
  height: 100%;
}

.footer-elements-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.footer-headline-text {
  direction: rtl;
  color: var(--dim-grey-event-page);
  margin-bottom: 12px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: underline;
}

.footer-headline-text:hover {
  color: #b6b6b6;
}

.footer-small-textlink {
  direction: rtl;
  color: #c6c5bb;
  text-align: right;
  padding-bottom: 3px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.075, .82, .165, 1);
  display: none;
}

.footer-small-textlink:hover {
  color: var(--dim-grey-event-page);
}

.tab-link {
  border-bottom: 10px none var(--white);
  color: #e9e9e9;
  background-color: #ddd0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.tab-link:hover, .tab-link:active {
  border-bottom-color: var(--indian-red);
  color: var(--indian-red);
}

.tab-link:focus {
  border-bottom-color: var(--indian-red);
  color: var(--indian-red);
  background-color: #ddd0;
}

.tab-link:visited {
  border-bottom-style: none;
  border-bottom-color: var(--indian-red);
  color: #e9e9e9;
}

.tab-link.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--indian-red);
  color: var(--indian-red);
  background-color: #fff;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.tabs-content {
  border-top: 1px none var(--indian-red);
  padding-top: 22px;
  overflow: hidden;
}

.all-artist-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.artist-circ-wrapper {
  border-radius: 4000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-top: 34px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.artist-circ-wrapper:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.artist-img {
  background-image: url('../images/hanan-ben-ari.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-logo-wrap {
  width: 20%;
}

.hero-logo-img {
  width: 100%;
  max-width: none;
}

.arrow-wrap {
  flex: 0 auto;
  align-self: center;
  display: none;
  position: absolute;
  inset: auto 0% 11%;
}

.arrow-tip-wrapper {
  display: none;
}

.tabs-menu {
  flex: 1;
  padding-bottom: 10px;
  display: none;
}

.song-list-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._1-song-wrapper {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.song-list-color-line {
  z-index: 2000;
  background-color: var(--dark-sea-green);
  color: var(--dark-sea-green);
  width: 0;
  height: 12px;
  line-height: 5px;
  display: block;
  position: absolute;
  inset: 0 0% auto auto;
}

.song-list-elemens-container {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-left: 66px;
  padding-right: 66px;
  text-decoration: none;
  display: flex;
}

.list-artist-image-wrap {
  background-image: url('../images/hanan-ben-ari.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  margin-left: 32px;
  overflow: hidden;
}

.list-content-wrapper {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 40%;
  display: flex;
}

.list-content-wrapper.song-name {
  width: 40%;
  padding-right: 20px;
  position: relative;
}

.list-content-wrapper.year {
  justify-content: center;
  width: 10%;
  padding-left: 30px;
  padding-right: 30px;
}

.list-content-wrapper.name-image {
  width: 30%;
}

.song-list-text {
  color: var(--dim-grey-event-page);
  width: auto;
  margin-bottom: 0;
  font-family: Arbelhagilda, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.list-song-seperation-line {
  background-color: #dbdbdb;
  align-self: center;
  width: 1px;
  height: 70%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.name-and-image {
  align-items: center;
  display: flex;
}

.tab-pane-tab-2 {
  position: relative;
}

.headnig-text---about {
  justify-content: center;
  align-self: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-heading-text {
  color: var(--dim-grey-event-page);
  text-align: right;
  margin-top: 0;
  margin-bottom: 28px;
}

.main-text {
  width: 80%;
  padding-left: 10%;
}

.about-page-paragraph {
  direction: rtl;
  text-align: right;
  width: 100%;
  line-height: 30px;
}

._120px-seporator {
  height: 60px;
  display: block;
}

.right-arrow-wrapper {
  width: 10%;
  display: none;
  position: sticky;
}

.right-arrow-img {
  position: sticky;
}

.aboout-gallery-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.lightbox-link {
  object-fit: contain;
  width: 33.33%;
  height: 300px;
  padding: 38px;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-steps-wrapper {
  width: 70%;
  height: 250px;
  display: flex;
  position: relative;
}

.spteps-img-box {
  z-index: 10;
  background-color: #cfcfcf;
  width: 23%;
  height: 100%;
  position: absolute;
  box-shadow: 1px 4px 7px -4px #0000009c;
}

.spteps-img-box._1 {
  inset: auto auto 0% 0%;
}

.spteps-img-box._2 {
  background-color: #b0b0b0;
  background-image: url('../images/hanan_ben_ari.avif');
  background-position: 50% 0;
  background-size: cover;
  inset: auto auto 5% 20%;
}

.spteps-img-box._1 {
  background-image: url('../images/ישי-ריבו.JPG');
  background-position: 100%;
  background-size: cover;
  inset: auto auto 0% 0%;
}

.spteps-img-box._3 {
  background-color: #8e8e8e;
  background-image: url('../images/0131.jpg');
  background-position: 100%;
  background-size: cover;
  inset: auto auto 10% 40%;
}

.spteps-img-box._4 {
  background-color: #6c6c6c;
  background-image: url('../images/0121.jpg');
  background-position: 50% 100%;
  background-size: cover;
  inset: auto auto 15% 60%;
}

.spteps-img-box._5 {
  background-color: #9a9a9a;
  background-image: url('../images/Eviatar-Banai.avif');
  background-position: 74% 46%;
  background-size: cover;
  inset: auto auto 20% 80%;
}

.image-2 {
  z-index: 15;
  display: none;
  position: absolute;
  top: -20%;
  left: -10%;
}

.image-3 {
  display: none;
  position: absolute;
  inset: auto -11% 7% auto;
}

.image-gal-wraper {
  justify-content: center;
  width: 50%;
  display: flex;
}

.text-content-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  padding-left: 57px;
  padding-right: 57px;
  display: flex;
}

.title-line-events {
  background-color: var(--indian-red);
  flex-direction: column;
  align-items: flex-end;
  width: 48px;
  height: 7px;
  display: flex;
}

.event-strip-title {
  color: var(--dim-grey-event-page);
  text-align: right;
  font-size: 50px;
}

.events-strip-text {
  direction: rtl;
  text-align: right;
  width: 80%;
  font-size: 24px;
  line-height: 32px;
}

.events-text-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.collection-list-2 {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.artist-circle-mask {
  z-index: 10;
  opacity: .65;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.artist-circle-name-wrapper {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.artist-name-text-circle {
  clear: none;
  color: #fff;
  text-align: center;
  object-fit: none;
  align-self: stretch;
  width: 400px;
  font-size: 25px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.artist-cercle-line {
  background-color: #fff;
  width: 20%;
  height: 2px;
}

.artist-circ-name-wrap {
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-artist {
  z-index: 30000;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.header-dolor-overlay {
  opacity: 1;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-dolor-overlay.home-hero {
  opacity: .42;
}

.collection-item-2 {
  background-color: #81b39a00;
  width: 100%;
  height: 100%;
}

.collection-list-3 {
  width: 100%;
  height: 100%;
}

.song-video {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.collection-list-4 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-3 {
  width: 70%;
  overflow: visible;
}

.collection-item-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.song-lightbox {
  z-index: 40000;
  background-color: #000;
  background-image: linear-gradient(#00000030, #00000030);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.song-lightbox.home {
  display: none;
}

.collection-item-4 {
  position: relative;
}

.song-lightbox-close {
  background-color: #fee0;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.song-lightbox-wraper {
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: auto;
  display: flex;
}

.song-lightbox-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  overflow: scroll;
}

.collection-list-wrapper-4 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.collection-item-5 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 32%;
  margin-bottom: 32px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-5 {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.home-oursongs-text-wrapper {
  align-items: center;
  display: flex;
}

.home-oursongs-text {
  direction: rtl;
  color: var(--white);
  text-align: right;
  padding-left: 8px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.howe-oursongs-video-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-5, .collection-list-wrapper-6 {
  width: 100%;
  height: 100%;
}

.slider-component {
  background-color: #fff;
  border: 4px #f1eeff;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.slider-dynamic-wrapper {
  background-color: #8e66ff00;
  width: 100%;
  height: 100%;
  display: none;
}

.slider-dynamic-list {
  width: 100%;
  height: 100%;
}

.slider-dynamic-list.slider-data-feed {
  display: block;
}

.slider-dynamic-item {
  width: 100%;
  height: 100%;
}

.slider-arrow {
  color: #212121;
  background-color: #0000;
  display: none;
  position: absolute;
}

.icon, .icon-2 {
  color: #fff;
}

.dektop-slider-bg-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider-home-big-text {
  z-index: 10;
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.empty-state---home-slider {
  padding: 0;
}

.home-slider-content-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  max-width: 60%;
  display: flex;
  position: relative;
}

.slider-home-small-text {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 400;
}

.slide-nav {
  font-size: 12px;
}

.letter-1 {
  opacity: .31;
  position: absolute;
  inset: auto 10% -5% auto;
}

.letter-2 {
  opacity: .46;
  position: absolute;
  inset: auto auto -74% 12%;
}

.letter-3 {
  opacity: .5;
  height: 200px;
  position: absolute;
  inset: 5% auto auto 15%;
}

.letter-4 {
  opacity: .5;
  position: absolute;
  inset: auto 11% 5% auto;
}

.pop-up {
  z-index: 50000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-bg-matt {
  background-color: #ffffffd6;
  position: absolute;
  inset: 0%;
}

.popup-elemnts-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  width: 600px;
  height: 500px;
  display: flex;
  position: relative;
}

.popup-banner {
  flex: 0 auto;
  width: 100%;
}

.popup-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange);
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.popup-close-but {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.slider-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.paragraph {
  z-index: 100;
  direction: rtl;
  text-align: center;
  position: static;
}

.paragraph.home {
  z-index: 100;
  position: relative;
}

.mobile-navbar-icon, .mobile-nav-bar {
  display: none;
}

.text-block, .text-block:focus, .text-block-2 {
  color: var(--indian-red);
}

.mobile-open-menu-icon {
  display: none;
}

.home-songs-bg-img-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.apotify-embed-link {
  display: block;
}

.lb-spotify-links {
  width: 100%;
  height: 80px;
  display: block;
  overflow: hidden;
}

.spotify-link-wrapper {
  overflow: hidden;
}

.lb-letter-1 {
  opacity: .32;
  position: absolute;
  inset: auto auto -8% 23%;
}

.lb-letter-2 {
  opacity: .2;
  width: 120px;
  height: auto;
  position: absolute;
  inset: 15% 38% auto auto;
}

.rich-text-block-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-field-2 {
  border: 2px solid #f1eeff;
  margin-bottom: 0;
}

.text-field-2:focus {
  border-color: #7757ff;
}

.text-field-2.search-lg {
  direction: rtl;
  text-align: center;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 25px;
  height: 40px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-field-2.search-lg:focus {
  border-color: var(--orange);
}

.filters-wrapper {
  border: 4px #f1eeff;
  width: 100%;
  padding: 16px;
}

.form-block-3 {
  margin-bottom: 16px;
}

.form-block-3.search-max {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.filters-horizontal {
  text-align: center;
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.foem-success-text {
  direction: rtl;
  color: #fff;
  font-family: Arbelhagilda, sans-serif;
  font-size: 24px;
}

.form-error-message-text {
  direction: rtl;
  color: #fdfdfd;
  background-color: #ffdede00;
  font-family: Arbelhagilda, sans-serif;
  font-size: 22px;
}

.letter-5 {
  position: absolute;
  inset: -24% -6% auto auto;
}

.letter-6 {
  position: absolute;
  inset: auto auto -20% -9%;
}

.lottie-animation {
  padding: 12px;
}

.songs-artist-yellow-bg {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-4 {
  position: relative;
  left: 2px;
}

.spotify-80px-mask {
  overflow: hidden;
}

.page-hero-img {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-hero-color {
  z-index: 20;
  opacity: .8;
  background-color: #81b39a00;
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile-slider-bg-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-8 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-color-wrap {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.back-second-color {
  background-image: linear-gradient(#be6826, #be6826);
  width: 100%;
  height: 100%;
}

.collection-list-7, .back-second-color-wrapper {
  width: 100%;
  height: 100%;
}

.back-second-color-wrapper.contact {
  opacity: .7;
  position: absolute;
  inset: 0%;
}

.checkbox-field {
  flex-direction: row;
  display: flex;
}

.checkbox-label {
  display: none;
}

.song-words {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.open-words-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-top: 15px;
  display: flex;
}

.song-words-txt {
  direction: rtl;
  font-family: Arbelhagilda, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.song-words-wrapper {
  background-color: var(--white);
  color: var(--dim-grey-event-page);
  justify-content: space-between;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arbelhagilda, sans-serif;
  display: flex;
  overflow: hidden;
}

.about-song-all-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 31px 0;
  display: flex;
}

.song-wrds-wrapper {
  flex: 1;
  width: 50%;
  position: static;
}

.about-song-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.about-song-headline-txt {
  text-align: center;
}

.song-words-sticky {
  position: sticky;
}

.lightbox-txt-wrapper {
  background-color: #f000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  width: 60%;
  height: auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.about {
  direction: rtl;
  text-align: right;
}

.sont-txt-title-lb {
  color: var(--white);
  text-align: right;
}

.song-lb-txt-wrapper {
  width: 45%;
}

.about-song-txt {
  direction: rtl;
  color: var(--white);
  text-align: right;
  width: 100%;
  font-family: Arbelg, sans-serif;
  font-size: 20px;
  display: block;
}

.about-song-txt.dark {
  color: var(--dim-grey-event-page);
  font-size: 18px;
}

.about-song-txt.about, .heading-7 {
  text-align: right;
}

.song-txt {
  opacity: 1;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.song-txt p {
  color: #fff;
  width: 100%;
  font-family: Arbelg, sans-serif;
}

.song-txt h2 {
  color: var(--white);
  font-family: Arbelg, sans-serif;
  font-size: 22px;
}

.rich-text-block-7 {
  color: var(--white);
  text-align: right;
  display: block;
}

.podcast-container {
  background-color: #f9f9f9;
  width: auto;
  height: auto;
  padding: 22px;
  display: flex;
}

.podcast-txt-wrapper {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.podcast-top-txt {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.podcast-spotify-wrap {
  flex: 0 auto;
  width: 50%;
}

.podcast-txt {
  direction: rtl;
  color: var(--dim-grey-event-page);
  text-align: right;
  font-family: Arbelhagilda, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

.podcast-txt.by {
  font-weight: 400;
}

.podcast-color-sep-line {
  background-color: var(--dim-grey-text);
  width: 48px;
  height: 7px;
  margin-top: 10px;
}

.podcast-date-txt {
  color: var(--dim-grey-text);
  font-family: Arbelhagilda, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.podcasts-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.podcasts-list.tovanot-tanya {
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
}

.podcasts-item {
  width: 48%;
}

.article-container {
  border: 1px solid var(--dim-grey-text);
  width: 30%;
  height: 350px;
}

.article-img {
  height: 60%;
  position: relative;
  overflow: hidden;
}

.article-title-wrap {
  height: auto;
  padding: 20px 20px 20px 95px;
}

.article-published-name-wrap {
  z-index: 10;
  background-color: var(--dim-grey-event-page);
  color: var(--dim-grey-event-page);
  justify-content: center;
  align-items: center;
  height: 26px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.article-title-txt {
  direction: rtl;
  color: var(--dim-grey-event-page);
  text-align: right;
  font-family: Arbelhagilda, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.article-published-txt {
  direction: rtl;
  color: var(--white);
  font-family: Arbelhagilda, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.article-img-wrapper {
  background-image: url('../images/9658634095095640360no.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.articles-wrapper {
  width: 100%;
}

.articles-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.article-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.form-block-4 {
  flex: 1;
  align-self: center;
  width: 100%;
}

.tickets-button {
  z-index: 100000;
  background-color: var(--orange);
  direction: rtl;
  border-radius: 300px;
  padding: 20px;
  font-family: Arbelhagilda, sans-serif;
  font-size: 20px;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: auto auto 2% 2%;
  box-shadow: 4px 4px 12px -2px #0000008f;
}

.tickets-button:hover {
  transform: scale(1.1);
}

._2nd-ver--spotify-embed {
  opacity: 1;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: block;
}

._2nd-ver--spotify-embed p {
  color: #fff;
  width: 100%;
  font-family: Arbelg, sans-serif;
}

._2nd-ver--spotify-embed h2 {
  color: var(--white);
  font-family: Arbelg, sans-serif;
  font-size: 22px;
}

._2nd-ver-sub-title {
  text-align: right;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
}

._2nd-ver-sub-title.dark {
  color: var(--dim-grey-event-page);
}

._2nd-ver-song-title {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
}

._2nd-ver-song-title.dark {
  color: var(--dim-grey-event-page);
}

._2nd-ver-song-wrapper {
  width: 100%;
}

.podcasts-link {
  background-image: url('../images/לוגו-הללו-תשפד.jpg');
  background-position: 50%;
  background-size: contain;
  width: 25vw;
  height: 25vw;
  transition: all .2s;
}

.podcasts-link:hover {
  transform: scale(.9);
}

.podcasts-link.tanya {
  background-image: url('../images/לוגו-מדברים-תניא.png');
}

@media screen and (max-width: 991px) {
  p {
    width: 50%;
  }

  .section.our-songs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.contact {
    padding-left: 23px;
    padding-right: 23px;
  }

  .container.event-item-columns.right {
    justify-content: space-between;
    padding-top: 95px;
    padding-bottom: 95px;
    overflow: hidden;
  }

  .container.event-item-columns.left {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .home-song-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-song-info-wrap {
    margin-bottom: -20px;
  }

  .newsletter-elements-wrapper {
    width: 80%;
    min-width: auto;
    max-width: none;
  }

  .lb-item-box {
    min-width: 45%;
  }

  .tzamaa-week-icon-link {
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .icons-text {
    font-size: 24px;
  }

  .icon-wrap {
    height: auto;
  }

  .circ-img-3.small {
    inset: -21% auto auto 0%;
  }

  .circ-img-4.small {
    inset: auto 0% -21% auto;
  }

  .contact-text-wrapper {
    flex: 1;
    padding-left: 47px;
    padding-right: 47px;
  }

  .contact-form-wrapper {
    flex: 0 auto;
    width: 60%;
    max-width: none;
  }

  .contact-heading {
    font-size: 30px;
  }

  .image-gall-wraper-small {
    width: 100%;
    height: 350px;
  }

  .footer-elements-container {
    flex-flow: column-reverse;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social-container {
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-top: 50px;
  }

  .footer-elements-block {
    padding-left: 30px;
  }

  .footer-headline-text {
    font-size: 16px;
  }

  .footer-small-textlink {
    font-size: 14px;
  }

  .artist-circ-wrapper {
    width: 230px;
    height: 230px;
  }

  .song-list-elemens-container {
    flex: 0 auto;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .list-artist-image-wrap {
    margin-left: 21px;
  }

  .list-content-wrapper.song-name {
    flex: 1;
  }

  .list-content-wrapper.year {
    flex: 0 auto;
  }

  .list-content-wrapper.name-image {
    width: 30%;
  }

  .song-list-text {
    font-size: 18px;
  }

  .name-and-image {
    flex: 0 auto;
    justify-content: flex-end;
  }

  .headnig-text---about {
    margin-left: auto;
    margin-right: auto;
  }

  .main-text {
    width: 100%;
  }

  .about-page-paragraph {
    font-size: 18px;
  }

  .aboout-gallery-container {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .spteps-img-box._2 {
    height: 80%;
  }

  .spteps-img-box._1 {
    background-position: 80%;
    height: 80%;
  }

  .spteps-img-box._3 {
    background-position: 50%;
    height: 80%;
  }

  .spteps-img-box._4 {
    background-position: 46%;
    height: 80%;
  }

  .spteps-img-box._5 {
    background-position: 65%;
    height: 80%;
  }

  .image-gal-wraper {
    width: 50%;
    padding: 14px;
  }

  .text-content-wrapper {
    width: 50%;
    padding-left: 46px;
    padding-right: 46px;
  }

  .event-strip-title {
    font-size: 40px;
  }

  .events-strip-text {
    width: 100%;
    font-size: 20px;
  }

  .collection-item-3 {
    min-width: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }

  .song-lightbox-wraper {
    width: 80%;
  }

  .song-lightbox-container {
    flex-direction: column;
  }

  .collection-item-5 {
    width: 48%;
  }

  .slider-dynamic-wrapper, .pop-up {
    display: none;
  }

  .paragraph {
    width: 100%;
    padding-left: 93px;
    padding-right: 93px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .tzamaa-events-p {
    width: 70%;
  }

  .rich-text-block-2 {
    max-width: 80%;
  }

  .about-song-all-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .song-wrds-wrapper, .about-song-wrapper {
    width: 100%;
  }

  .lightbox-txt-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    height: auto;
  }

  .song-lb-txt-wrapper {
    width: 80%;
  }

  .about-song-txt {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .about-song-txt.about {
    text-align: right;
  }

  .podcast-txt {
    font-size: 25px;
  }

  .article-container {
    width: 48%;
  }

  .article-title-wrap {
    padding: 10px 10px 10px 56px;
  }

  .tickets-button {
    z-index: 45000;
  }
}

@media screen and (max-width: 767px) {
  .container.event-item-columns.right, .container.event-item-columns.left {
    flex-direction: column;
  }

  .but-2.form {
    width: 60%;
  }

  .radio-but-wrap {
    padding-top: 20px;
  }

  .radio-but-text.seporated {
    width: 100%;
  }

  .lb-artist-wrapper {
    margin-bottom: -70px;
  }

  .lb-img-wrap {
    width: 150px;
    height: 150px;
  }

  .lb-item-box {
    min-width: 100%;
  }

  .navbar-links-wrap {
    display: none;
  }

  .image-gall-wraper-big {
    width: 90%;
    height: 250px;
  }

  .circ-img-1 {
    width: 50px;
    top: -15%;
    right: -3%;
  }

  .circ-img-2 {
    width: 100px;
    bottom: -11%;
    left: -8%;
  }

  .circ-img-3.small {
    inset: auto auto -13% 11%;
  }

  .circ-img-4.small {
    inset: -21% 11% auto auto;
  }

  .content-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 0;
  }

  .contact-text-wrapper {
    flex-direction: column;
    padding-left: 51px;
    padding-right: 51px;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-social-wrapper {
    padding-bottom: 0;
    bottom: 1%;
  }

  .contact-text-box {
    flex: 1;
  }

  .contact-heading {
    font-size: 35px;
  }

  .image-gall-wraper-small {
    height: 300px;
  }

  .home-slider-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    height: 80vh;
    padding-bottom: 86px;
  }

  .footer-elements-container {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 41px;
  }

  .footer-social-container {
    padding-top: 30px;
  }

  .artist-circ-wrapper {
    width: 150px;
    height: 150px;
  }

  .song-list-elemens-container {
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .list-content-wrapper.song-name {
    flex: 0 auto;
    width: 50%;
  }

  .list-content-wrapper.year {
    width: 5%;
    display: none;
  }

  .list-content-wrapper.name-image {
    width: 40%;
  }

  .song-list-text {
    font-size: 18px;
  }

  .headnig-text---about {
    width: 100%;
  }

  .lightbox-link {
    width: 50%;
  }

  .image-steps-wrapper {
    width: 90%;
  }

  .spteps-img-box._2 {
    flex: 0 auto;
    width: 30%;
    left: 24%;
  }

  .spteps-img-box._1 {
    background-position: 100%;
    flex: 0 auto;
    width: 30%;
  }

  .spteps-img-box._3 {
    flex: 0 auto;
    width: 30%;
    left: 46%;
  }

  .spteps-img-box._4 {
    background-position: 50%;
    flex: 0 auto;
    width: 30%;
    left: 70%;
  }

  .spteps-img-box._5 {
    display: none;
  }

  .image-gal-wraper {
    width: 100%;
  }

  .text-content-wrapper {
    width: 100%;
    margin-top: 49px;
  }

  .collection-list-2 {
    justify-content: space-between;
  }

  .artist-name-text-circle {
    font-size: 18px;
  }

  .song-lightbox {
    display: block;
  }

  .collection-item-5 {
    width: 100%;
  }

  .slider-dynamic-wrapper {
    display: none;
  }

  .home-slider-content-wrapper {
    width: 80%;
    max-width: none;
  }

  .pop-up {
    padding-left: 18px;
    padding-right: 18px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-navbar-icon {
    z-index: 800;
    background-color: #da181800;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
  }

  .mobile-nav-bar {
    z-index: 900;
    background-color: #81b39a00;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .mobile-menu-links-wrap {
    flex-direction: column;
    justify-content: center;
    padding-left: 49px;
    padding-right: 49px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .collection-item-6, .mobile-nav-bg-color {
    width: 100%;
    height: 100%;
  }

  .collection-list-wrapper-7 {
    width: 100%;
    height: 100%;
    position: static;
  }

  .collection-list-6 {
    width: 100%;
    height: 100%;
  }

  .mobile-nav-link {
    color: var(--white);
    text-align: right;
    font-family: Arbelhagilda, sans-serif;
    font-size: 17px;
    line-height: 1.2em;
    text-decoration: none;
  }

  .mobile-nav-seporation-line {
    background-color: #fff;
    align-self: flex-end;
    width: 60%;
    height: 1px;
    margin-top: 13px;
    margin-bottom: 13px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-open-menu-icon {
    z-index: 800;
    background-color: #da181800;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    inset: 3% 11% auto auto;
  }

  .tzamaa-events-p {
    width: 80%;
  }

  .rich-text-block-2 {
    max-width: 100%;
  }

  .filters-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .filters-horizontal {
    flex-wrap: wrap;
  }

  .about-song-all-wrapper, .lightbox-txt-wrapper {
    flex-direction: column;
  }

  .song-lb-txt-wrapper {
    width: 100%;
  }

  .tickets-button {
    z-index: 850;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
  }

  p {
    direction: rtl;
  }

  .section.newsleter {
    height: auto;
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .section.lightbox-top {
    justify-content: center;
    height: 250px;
    display: flex;
  }

  .section.lightbox-buttom {
    height: 100%;
    overflow: visible;
  }

  .section.page-header {
    height: 320px;
  }

  .section.page-header.events, .section.page-header.about {
    height: 200px;
  }

  .section.page-header.songs {
    background-image: url('../images/header-1-test.avif');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
  }

  .section.page-header.podcasts, .section.page-header.news {
    height: 200px;
  }

  .section.navbar {
    direction: ltr;
    background-image: none;
    align-items: center;
    height: 80px;
    margin-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.contact {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .section.home-about {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .section.about-1 {
    overflow: hidden;
  }

  .section.articles {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .container.our-songs {
    padding-top: 40px;
  }

  .container.newsletter {
    height: auto;
  }

  .container.light-box-top {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    overflow: visible;
  }

  .container.page-header {
    padding-top: 20px;
  }

  .container.icons {
    flex-wrap: wrap;
  }

  .container.contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .container.event-sticky {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .container.home-about {
    padding-left: 19px;
    padding-right: 19px;
  }

  .container.about-1 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.event-item-columns.right {
    flex-direction: column;
    padding-top: 95px;
    padding-bottom: 95px;
    overflow: hidden;
  }

  .container.event-item-columns.left {
    flex-direction: column;
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .container.podcasts.main {
    flex-flow: column;
  }

  .button-1-wrapper {
    margin-top: 21px;
  }

  .but-2.form {
    width: 100%;
  }

  .but-3.newsletter {
    width: 100%;
    margin-top: 14px;
    position: relative;
  }

  .newsletter-elements-wrapper {
    width: 100%;
  }

  .text-field {
    text-align: center;
  }

  .radio-but-wrap {
    flex-direction: column;
    margin-top: 15px;
  }

  .radio-but-text.seporated {
    padding: 10px 35px 14px;
    line-height: 1.2em;
  }

  .lb-artist-wrapper {
    z-index: 20;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: -50px;
    position: relative;
  }

  .lb-artist-name-text {
    font-size: 40px;
  }

  .lb-artist-img {
    flex: 0 auto;
    margin-left: 0;
  }

  .lb-img-wrap {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: relative;
  }

  .lb-logo-link {
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .navbar-links-wrap {
    display: none;
  }

  .b-h-text {
    right: 5px;
  }

  .tzamaa-week-icon-link {
    width: 50%;
    padding: 10px;
  }

  .icons-text {
    margin-top: 1px;
    margin-bottom: 24px;
  }

  .icon-wrap {
    height: 150px;
  }

  .image-gall-wraper-big {
    height: 400px;
  }

  .circ-img-2 {
    bottom: -6%;
    left: -7%;
  }

  .circ-img-3.small {
    inset: auto auto -11% 0%;
  }

  .circ-img-4.small {
    inset: -18% 0% auto auto;
  }

  .content-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    position: relative;
  }

  .contact-text-wrapper {
    width: 100%;
    position: static;
  }

  .contact-form-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-end;
    width: 100%;
  }

  .contact-social-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    width: 100%;
    height: auto;
    margin-bottom: auto;
    padding-bottom: 14px;
    position: relative;
  }

  .form-block-2 {
    align-self: flex-end;
  }

  .contact-text-box {
    width: auto;
  }

  .contact-heading {
    font-size: 40px;
  }

  .event-sticky-bar {
    height: auto;
    padding-top: 0;
    padding-bottom: 19px;
  }

  .sticky-buttons-wrap {
    align-items: center;
    padding-top: 3px;
  }

  .sticky-tex-wrap {
    height: auto;
  }

  .sticky-text {
    font-size: 22px;
  }

  .image-gall-wraper-small {
    width: 100%;
    height: 40vh;
  }

  .footer-elements-container {
    flex-flow: column-reverse;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-social-container {
    padding-top: 11px;
  }

  .footer-links-container {
    flex-flow: column-reverse;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .footer-elements-block {
    flex-wrap: wrap;
    flex: 0 auto;
    align-items: center;
    width: 50%;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .tab-link {
    font-size: 22px;
  }

  .artist-circ-wrapper {
    border-radius: 500px;
    width: 130px;
    height: 130px;
  }

  .hero-logo-wrap {
    width: 30%;
  }

  .tabs-menu {
    justify-content: center;
    align-items: flex-end;
  }

  ._1-song-wrapper {
    text-align: center;
  }

  .song-list-color-line {
    height: 3px;
  }

  .song-list-elemens-container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .list-artist-image-wrap {
    width: 40px;
    height: 40px;
    margin-left: 16px;
  }

  .list-content-wrapper.song-name {
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
  }

  .list-content-wrapper.year {
    display: none;
  }

  .list-content-wrapper.name-image {
    width: auto;
  }

  .song-list-text {
    text-align: left;
    width: auto;
    font-size: 15px;
    line-height: 1.2em;
  }

  .list-song-seperation-line._2 {
    display: none;
  }

  .name-and-image {
    flex: 1;
  }

  .headnig-text---about {
    padding-top: 53px;
    padding-bottom: 13px;
  }

  .about-heading-text {
    font-size: 35px;
  }

  .main-text {
    padding-left: 5%;
  }

  .about-page-paragraph {
    width: 100%;
  }

  ._120px-seporator {
    display: none;
  }

  .aboout-gallery-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lightbox-link {
    width: 50%;
  }

  .image-steps-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .spteps-img-box._2 {
    width: 37%;
    left: 34%;
  }

  .spteps-img-box._1 {
    background-position: 80%;
    width: 37%;
  }

  .spteps-img-box._3 {
    display: none;
  }

  .spteps-img-box._4 {
    width: 37%;
    left: 67%;
  }

  .image-2 {
    width: 100px;
    top: -10%;
  }

  .image-3 {
    width: 50px;
    bottom: 17%;
  }

  .image-gal-wraper {
    width: 100%;
  }

  .text-content-wrapper {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .events-strip-text {
    text-align: right;
    font-size: 18px;
    line-height: 1.5em;
  }

  .events-text-container {
    text-align: right;
    align-items: flex-end;
  }

  .collection-list-2 {
    justify-content: center;
  }

  .lightbox-artist {
    height: auto;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .collection-list-wrapper-3 {
    width: 100%;
    padding-bottom: 74px;
    overflow: visible;
  }

  .collection-item-3 {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .song-lightbox {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    display: block;
    inset: 0%;
    overflow: scroll;
  }

  .song-lightbox-close {
    inset: 0% 0% auto auto;
  }

  .song-lightbox-wraper {
    justify-content: center;
    align-items: center;
    min-height: 40vh;
  }

  .song-lightbox-container {
    padding-top: 0;
    overflow: visible;
  }

  .home-oursongs-text {
    font-size: 16px;
  }

  .slider-dynamic-wrapper, .dektop-slider-bg-image, .pop-up, .slide-nav-2 {
    display: none;
  }

  .paragraph {
    width: 100%;
    font-size: 18px;
  }

  .mobile-navbar-icon {
    width: 40px;
    height: 40px;
  }

  .mobile-nav-bar {
    width: 100vw;
    display: flex;
  }

  .mobile-nav-link {
    text-align: right;
  }

  .mobile-nav-seporation-line {
    width: 80%;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .text-block, .text-block-2 {
    text-align: center;
  }

  .mobile-open-menu-icon {
    width: 40px;
    height: 40px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .right-arrow-2, .left-arrow-2 {
    display: block;
  }

  .tzamaa-events-p {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 20px;
  }

  .collection-item-7 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lb-spotify-links {
    height: auto;
  }

  .lb-letter-1 {
    bottom: -17%;
    left: 8%;
  }

  .lb-letter-2 {
    display: none;
    top: 27%;
    right: -8%;
  }

  .letter-5 {
    top: -24%;
    right: -2%;
  }

  .letter-6 {
    bottom: -10%;
    left: -5%;
  }

  .songs-artist-yellow-bg {
    padding: 14px;
  }

  .heading-4, .heading-5, .heading-6 {
    font-size: 40px;
  }

  .mobile-slider-bg-image {
    display: block;
  }

  .icon-3 {
    margin-right: 0;
  }

  .icon-4 {
    margin-left: 0;
  }

  .song-wrds-wrapper {
    width: 100%;
  }

  .about-song-wrapper {
    width: 100%;
    padding-top: 37px;
  }

  .lightbox-txt-wrapper {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-song-txt {
    color: var(--white);
    text-align: right;
    font-size: 16px;
  }

  .about-song-txt.about {
    text-align: right;
  }

  .body {
    direction: ltr;
    text-align: center;
  }

  .podcast-container {
    flex-direction: column;
  }

  .podcast-txt-wrapper {
    width: auto;
    padding-top: 23px;
  }

  .podcast-spotify-wrap {
    width: auto;
  }

  .podcast-date-txt {
    padding-top: 52px;
  }

  .podcasts-item, .article-container {
    width: 100%;
  }

  .form-block-4 {
    align-self: flex-end;
  }

  .tickets-button {
    z-index: 899;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    display: none;
    inset: auto 0% 2%;
  }

  .podcasts-link {
    width: 90vw;
    height: 90vw;
  }
}


@font-face {
  font-family: 'Arbelg';
  src: url('../fonts/ArbelG-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arbelhagilda';
  src: url('../fonts/ArbelHagilda_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arbelhagilda';
  src: url('../fonts/ArbelHagilda_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}