@font-face {
  font-family: "Noto Sans Hebrew";
  src: url("noto-sans-hebrew/NotoSansHebrew-VariableFont_wdth\,wght.woff2")
    format("woff2");
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  object-fit: cover;
  object-position: center;
}

html {
  font-family: "Noto Sans Hebrew", sans-serif;
  text-rendering: optimizeLegibility;
}

.header {
  z-index: 50;
}

.navclass a {
  color: #ccebc0;
  font-size: 1.6rem;
}

#BreadCramps {
  & a:after {
    content: "/";
    margin-inline: 0.5rem;
    font-family: "Noto Sans Hebrew", sans-serif;
  }
  & a:last-child:after {
    content: "";
  }
}

.content {
  width: 1200px;
}

.wrapNavClass {
  top: calc(var(--header-height) + 2rem);
  position: fixed;
  margin-top: 0;
  z-index: 50;
}

.wrapContent {
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--header-height) + 6.7rem);
}

.wrapShimushonClass {
  /* flex: 0.2; */
  width: 3.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  & > div {
    width: 3.6rem;
    height: 3.6rem;
    float: right;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 1rem;
    background: #115259;
    border-radius: 30rem;
    display: flex;
    color: #ffffff;
    cursor: pointer;
    &:hover {
      background: #328f92;
    }
    &::before {
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
    }
    & > a {
      font-size: 1.5rem;
      line-height: 3;
      padding-right: 0;
      display: inline-block;
      text-decoration: none;
      width: 100%;
      height: 100%;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
}

div.nagishArticle:hover {
  cursor: pointer;
}

.mainTextDIV {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-block: 0;
    margin-top: -1.5rem;
  }
  h2 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    margin-block-end: 1.5rem;
    margin-block-start: 2rem;
  }
  h1.mainTitle {
    font-size: 4.8rem;
    margin-block: 0;
    line-height: 1;
  }
  .detailsWriterWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    .imageWriter {
      width: 3.2rem;
      height: 3.2rem;
      border-radius: 30rem;
      overflow: hidden;
      border: 1px solid #cccccc;
      img {
        width: 120%;
        height: 120%;
        object-fit: cover;
        object-position: center;
      }
    }
    h2.dateWriterLine {
      display: flex;
      flex-direction: column;
      margin-block: 0;
      line-height: 1.3;
      span.writerName {
        font-size: 1.6rem;
        font-weight: 500;
      }
      .datedetails {
        display: flex;
        gap: 0.5rem;
        span {
          font-size: 1.3rem;
          font-weight: 400;
          line-height: 1;
        }
      }
    }
  }
}

.articleTxt {
  line-height: 1.4;
}

.centrelPagesMainHolder {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  .centrelPagesMainContent {
    flex: 1;
    max-width: 73rem;
    padding-inline: 2rem;
  }

  .centrelPagesRightContent {
    position: sticky;
    width: 25rem;
    right: 0;
    top: 0;
  }
  .centrelPagesLeftContent {
    flex: 0.3;
    display: flex;
    flex-direction: column;
  }
}

.oneArtImage {
  height: auto;
  width: 100%;
  max-height: 20rem;
  padding: 0rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid #ccebc0;
  border-radius: 2rem;
  height: 20rem;
  overflow: hidden;
  background: #efefef;
  a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: none;
      max-height: none;
      mix-blend-mode: multiply;
      padding: 0;
      background: #ffffff;
    }
  }
}

.oneArtTypeWrap {
  margin: 0;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  span {
    margin: 0;
    margin-inline-start: 0.5rem;
  }
}

.oneArtHeader {
  font-weight: bold;
  margin: 0;
  margin-bottom: 3rem;
  width: 100%;
  padding: 0rem;
  box-sizing: border-box;
  background: #ffffff;
}

.allFlexHolder {
  display: flex;
  flex-direction: row;
}

.centrelPagesRightContent {
  width: 25rem;
}

.footer {
}

div.shareArticleClass:before {
  content: "\f232";
  font-family: "FontAwesome";
  font-size: 1.8rem;
}

div.printArticle:before {
  content: "\e02e";
  font-size: 1.5rem;
}

div.saveArticle:before {
  content: "\e083";
  font-size: 1.7rem;
}

div.recommendArticle:before {
  content: "\e0e1";
  font-family: "Material Icons";
  font-size: 1.7rem;
}

div.nagishArticle:before {
  content: "\e091";
  font-size: 1.5rem;
}

div.nagishArticleMinus:before {
  content: "\e092";
  font-size: 1.5rem;
}

div.sendQuesIcon:before {
  content: "\e0cb";
  font-size: 1.6rem;
  font-family: "Material Icons";
}

.moreFromHeader {
  background-color: #115259;
  border-radius: 3rem;
  border: 6px solid #ffffff;
  margin-inline: -6px;
  margin-block: -20px 0;
  margin-bottom: 0rem;
  position: relative;
  text-align: right;
  padding-inline-start: 2.3rem;
  font-size: 1.5rem;
  margin-top: 0;
  &:before {
    content: "";
    background-image: url("../img/chatBook.svg");
    width: 5rem;
    height: 5rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -0.5rem;
    top: -1rem;
    z-index: 20;
  }
}

.centrelPagesLeftContent {
  background-color: transparent;
}

.TrendNowTableArticles {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  background: #efefef;
  padding-bottom: 2rem;
  border-radius: 2rem;
  padding-top: 0;
}

#moreFromDIV {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-radius: 2rem;
  padding-top: 0;
}

.moreFrom {
  padding: 0.5rem 2rem;
}

.moreFrom a {
  border-bottom: 0px dotted;
  padding-bottom: 0;
  text-align: right;
  float: right;
  padding-top: 0;
  clear: both;
  width: 100%;
  color: #115259;
  font-size: 1.5rem;
  padding-inline-start: 2rem;
}

.moreFrom a::before {
  content: "•";
  font-size: 2rem;
  margin-left: 1rem;
  margin-right: -1.5rem;
}

.leftMainContent {
  display: flex;
  flex-direction: column;
  #TrendNowDiv {
    display: flex;
    flex-direction: column;
    .rolling-now-container {
      background-color: #115259;
      border-radius: 3rem;
      border: 6px solid #ffffff;
      margin-inline: 0;
      margin-block: 0;
      margin-bottom: -2rem;
      position: relative;
      text-align: right;
      padding-inline-start: 2.3rem;
      font-size: 1.5rem;
      margin-top: 0;
      box-sizing: border-box;
      height: 5.2rem;
      display: flex;
      &:before {
        content: "";
        background-image: url("../img/chatBook.svg");
        width: 5rem;
        height: 5rem;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -0.5rem;
        top: -1rem;
        z-index: 20;
      }
      span.titleClass.greenBg {
        color: #ffffff;
        font-size: 1.5rem;
        background: transparent;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        padding: 0;
      }
    }
    ul {
      background: #efefef;
      border-radius: 2rem;
      box-sizing: border-box;
      padding: 2rem;
      font-weight: bold;
      font-size: 1.5rem;
      padding-inline-start: 3.5rem;
      li {
        font-size: 1.5rem;
        padding: 0.5rem 0rem;
        &::before {
          content: "•";
          font-size: 2rem;
          margin-left: 1rem;
          margin-right: -1.5rem;
          color: #115259;
        }
        &::marker {
          color: transparent;
        }
        a {
          color: #115259;
        }
      }
    }
  }
}

.shutWrapSideElement {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 2rem;
  span.titleClass.greenBg {
    background-color: #115259;
    border-radius: 3rem;
    border: 6px solid #ffffff;
    margin-inline: 0;
    margin-bottom: -2rem;
    position: relative;
    text-align: right;
    padding-inline-start: 2.3rem;
    font-size: 1.5rem;
    margin-top: 0;
    box-sizing: border-box;
    height: 5.2rem;
    display: flex;
    width: 100%;
    color: #ffffff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    &:before {
      content: "";
      background-image: url("../img/chatBook.svg");
      width: 5rem;
      height: 5rem;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: -0.5rem;
      top: -1rem;
      z-index: 20;
    }
  }
  ul {
    background: #efefef;
    border-radius: 2rem;
    box-sizing: border-box;
    padding: 2rem;
    font-weight: bold;
    font-size: 1.5rem;
    padding-inline-start: 3.5rem;
    li {
      font-size: 1.5rem;
      padding: 0.5rem 0rem;
      &::before {
        content: "•";
        font-size: 2rem;
        margin-left: 1rem;
        margin-right: -1.5rem;
        color: #115259;
      }
      &::marker {
        color: transparent;
      }
      a {
        color: #115259;
        font-size: 1.5rem;
      }
    }
  }
}

#moreAnswers.moreAnswers {
  width: 100%;
  font-size: 1.8rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  .moreAnswers.Header {
    font-size: 1.8rem;
    background: transparent;
    font-weight: bold;
    margin-bottom: 0rem;
    width: 100%;
  }
  .wrapAnswersRow {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    justify-content: space-between;
    background: transparent;
  }
  div[id^="moreAnswerDiv"] {
    padding: 1.8rem;
    border: 1px solid #bcbcbc;
    background: #ffffff;
    border-radius: 0.5rem;
    margin: 0;
    flex: 0.33;
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
    flex: 0.33;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    line-height: 1.4;
    br {
      display: none;
    }
    a {
      color: #115259;
      font-weight: bold;
      font-size: 1.5rem;
    }

    > a:first-of-type {
      /* background-image: url("../assets/moreAnswers.svg"); */
      background-image: url("../img/moreAnswers.svg");
      background-size: 4.2rem;
      background-repeat: no-repeat;
      width: 100%;
      margin-bottom: 0rem;
      padding-inline-start: 5rem;
      box-sizing: border-box;
      background-position: 100%;
      height: 4rem;
      min-height: 4rem;
      display: flex;
      align-items: center;
      overflow: hidden;
      display: -webkit-box;
      display: box;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      line-height: 1.2;
    }

    span,
    h3,
    p {
      line-height: 1.44;
      font-size: 1.4rem;
      margin-block: 0;
      a {
        line-height: 1.6;
        font-size: 1.4rem;
        font-weight: normal;
        padding-inline-end: 0.3rem;
        text-decoration: underline;
      }
    }

    & > span {
      line-height: 1.44;
      font-size: 1.4rem;
      overflow: hidden;
      display: -webkit-box;
      display: box;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-line-clamp: 6;
      line-clamp: 6;
      /* & span {
        line-height: 1.44;
        font-size: 1.4rem;
        overflow: hidden;
        display: -webkit-box;
        display: box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        display: inline;
      } */
    }
  }
}

.moreContentFromShoresh {
  #moreFromDIV {
    gap: 1rem;
    .moreFromHeader {
      font-size: 1.8rem;
      background: transparent;
      font-weight: bold;
      margin-top: 2rem;
      margin-bottom: 0rem;
      width: 100%;
      color: #115259;
      padding: 0;
      &:before {
        background-image: none;
      }
    }
    .moreFromShoreshArticleHolder {
      display: flex;
      flex-direction: column;
      background: #f4f4f4;
      background-image: linear-gradient(45deg, #f4f4f4, #ffffff);
      align-items: stretch;
      height: 7rem;
      flex-wrap: wrap;
      gap: 0;
      justify-content: center;
      flex: 1;
      border-radius: 1rem;
      overflow: clip;
      .oneArtImage {
        height: 100%;
        width: 8rem;
        margin: 0;
        border-radius: 0;
        position: relative;
        flex: 1;
        order: 1;
        a {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0rem;
          width: 100%;
          height: 100%;
          img {
            height: 7rem;
          }
        }
      }
      .oneArtHeader {
        background: transparent;
        margin-bottom: 0;
        padding: 0;
        padding-inline-start: 2rem;
        line-height: 1.2;
        display: flex;
        height: 50%;
        align-items: center;
        order: 2;
        text-align: center;
        width: calc(100% - 8rem);
        justify-content: flex-start;
        a {
          font-size: 1.6rem;
          margin: 0;
        }
      }
      .oneArtType {
        width: calc(100% - 8rem);
        float: right;
        display: flex;
        height: 50%;
        align-items: center;
        order: 3;
        justify-content: flex-start;
        padding-inline-start: 2rem;
        .oneArtTypeWrap {
          justify-content: flex-start;
          padding-inline-start: 0rem;
        }
        span,
        a {
          font-size: 1.4rem;
          margin-inline-start: 0rem;
          color: #115259;
        }
      }
    }
  }
}

.wrapMoreContentsRow {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-radius: 2rem;
  padding-top: 0;
}
