:root {
  --bgColor: #ecf7fe;
}
.breadcrumbs ul > li > a > span {
  color: var(--prime1);
}

@media (max-width: 768px) {
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .breadcrumbs ul li {
    display: inline-block;
    white-space: normal;
    margin-left: 5px;
  }
}
#main-container {
  position: relative;
  z-index: 2000;
}
.modal-dialog {
  margin-top: 90px;
}
.modal-backdrop {
  z-index: 4 !important;
}
.modal-dialog {
  max-width: 82vw;
}
.modal-header .btn-close {
  margin: 0;
}
.btn-data {
  background-color: #fff;
  color: var(--prime1);
  font-size: 1.2rem;
  white-space: normal;
  word-wrap: break-word;
  text-align: right;
}
.btn-data:hover {
  color: #fff;
  background-color: var(--prime1);
}
body {
  overflow-x: clip;
  background-color: var(--bgColor);
}
main {
}
.stripe {
  display: none;
}

.page-header {
  height: 400px;
  height: 0;
  top: 79px;
  background-position: center;
  background-image: none !important;
}
.page-wrapper {
  color: var(--prime1);
  position: relative;
  z-index: 9;
  top: 5rem;

  @media (max-width: 1400px) {
    max-width: 100%;
  }
}
.page-content-body {
  background-color: transparent;

  @media (max-width: 600px) {
    padding-inline: 0.25rem;
  }
}
h1 {
  position: relative;
  font-weight: 900;
  font-size: calc(3vw + 16px);
}
h1::after {
  content: "";
  display: block;
  position: relative;
  width: 320px;
  height: 5px;
  background: linear-gradient(
    to left,
    #57a65f 0%,
    #57a65f 25%,
    #e3a731 25%,
    #e3a731 50%,
    #dc6843 50%,
    #dc6843 75%,
    #5cb3e0 75%,
    #5cb3e0 100%
  );
  margin: 0 auto;
  bottom: -1rem;
}
.whatsBtnshavim {
  position: fixed;
  bottom: 190px;
  inset-inline-end: auto;
  left: 35px;
  z-index: 999;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.35));
  img {
    width: 95px;
    height: 95px;
    @media (max-width: 991px) {
      height: 50px;
      width: 50px;
    }
  }
}
.whatsBtnshavim a:hover {
  text-decoration: none;
}
.whatsBtnshavim a:hover span {
  display: inline-block;
}
.whatsBtnshavim span {
  margin-inline-end: -13px;
  background-color: #fff;
  color: var(--prime1);
  width: min-content;
  padding: 0.31rem 1rem;
  display: inline-block;
  display: none;
  line-height: 1.1;
  border-radius: 10px;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.row:has(.page-title) {
  justify-content: center;
}
.page-title {
  text-align: center;
}

.page-title + p {
  margin-block: 2rem;
  font-size: calc(0.65vw + 16px);
  text-align: justify;
}
.breadcrumbs {
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-weight: 900;
  font-size: calc(2vw + 16px);

  @media (max-width: 767px) {
    font-size: calc(3vw + 16px);
  }
}
.comm-h2 {
  margin-bottom: -1rem;
  position: relative;

  @media (max-width: 991px) {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 1.75rem;
    padding-right: 1.75rem;
  }
}
.events .row:first-of-type {
  align-items: center;
  justify-content: space-between;
}

.events .container-fluid {
  @media (max-width: 991px) {
    padding: 0;
  }
}
[dir="rtl"] .slick-next,
[dir="rtl"] .slick-prev {
  z-index: 9;
  background-color: #ffffffb0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw 0 0 100vw;
  padding-inline-end: 12px;
  height: 180px;
  width: 90px;
  left: -122px;
  top: 50%;
  transform: translateY(-50%);

  @media (max-width: 1400px) {
    height: 120px;
    left: -90px;
  }
}
[dir="rtl"] .slick-prev {
  border-radius: 0 100vw 100vw 0;
  justify-content: flex-start;
  padding-inline-start: 12px;
  left: auto;
  right: -122px;

  @media (max-width: 1400px) {
    right: -90px;
  }
}
[dir="rtl"] .slick-next:before {
  content: "\f060";
  font-size: 2.5rem;
  color: var(--prime1);
}
[dir="rtl"] .slick-prev:before {
  content: "\f061";
  font-size: 2.5rem;
  color: var(--prime1);
}
.slicker {
  padding: 2rem;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: rgba(1, 77, 131, 0.25) 0px 27px 45px;
}
.slick-slider .pic {
  background-size: cover;
  background-position: center;
  max-width: 425px;
  aspect-ratio: 5 / 4;
  border-radius: 25px;

  @media (max-width: 991px) {
    max-width: unset;
    height: 250px;
  }
}
.slick-slider .slick-slide {
  margin-inline: 1rem;
  @media (max-width: 991px) {
    margin-inline: 0.5rem;
  }
}
.slick-slide > div {
  margin-inline: auto;
  max-width: 425px;
  @media (max-width: 991px) {
    max-width: unset;
  }
}
.slick-slider a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.slick-slider .fa-external-link {
  display: none;
}
.padded {
  padding-inline: 4rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .padded h2 {
    margin-bottom: -1rem;
  }
}
.padded .btn.btn-primary {
  border-radius: 30px;
  margin: 1rem 0;
  width: fit-content;
}
.slick-slider h3 {
  margin-bottom: 0;
  margin-top: 1.5rem;
  font-weight: 800;
  font-size: calc(1vw + 10px);

  @media (max-width: 991px) {
    font-size: calc(2vw + 10px);
  }
}
.icons .col {
  margin-inline: auto;
  text-align: center;
  border-left: 1px solid #d0d0d0;
  max-width: 20%;

  &:last-child {
    border-left: none;
  }

  &:hover a {
    font-weight: 500;
  }
}

.icons {
  span {
    margin-top: 1rem;
    display: block;
    padding-inline: 1.25rem;
    text-align: center;
  }
  img {
    width: 59px;
    height: auto;
    display: block;
    margin: auto;
  }
  em {
    opacity: 0;
  }
  /* a:hover em {
    opacity: 0.75;
    font-size: 14px;
  } */
}

.events {
  @media (max-width: 1400px) {
    margin-inline: auto;
    max-width: 100%;
  }
}
.events .row:has(.access) {
  display: flex;
  justify-content: center;
  margin-block: 1.5rem;
}

.access {
  position: relative;
  width: 100%;
  max-width: 75%;
  border-radius: 27px;
  border: 1px solid var(--prime1);
  background-color: var(--bgColor);
  padding: 0.75rem;

  .wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 365px;
    height: 120px;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: left;
    padding: 2rem 1.5rem;
    @media (max-width: 1199px) {
      background-size: 40%;
    }

    .grade {
      position: absolute;
      inset: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #57a65f 0%, #f7fcff 100%);
      border-radius: 20px;
      mix-blend-mode: multiply;
    }

    h2 {
      color: var(--prime1);
      max-width: 90%;
      position: relative;
      font-size: calc(0.5vw + 16px);
      /* span {
        display: block;
      } */
    }

    a {
      position: relative;
      color: var(--prime1);
      transform-origin: right;
      &:hover {
        transform: scale(1.15);
      }
    }
  }
  &::before {
    content: "";
    position: absolute;
    margin: auto;
    top: -75%;
    height: 100%;
    width: 125%;
    border: 1px solid var(--prime1);
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 40px;
  }
}

.comm {
  display: flex;
  margin-right: auto;
  margin-left: 0;
  gap: 2.5rem;
  overflow-x: clip;

  @media (max-width: 1199px) {
    flex-direction: column;
  }
  @media (max-width: 991px) {
    gap: 0;
  }
}
.forms {
  position: relative;
  width: 40%;
  max-width: 580px;

  @media (max-width: 1199px) {
    width: 100%;
    max-width: none;
    margin-top: 5.5rem;
  }
  label {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  ::placeholder {
    color: var(--prime1);
  }
  input,
  textarea {
    border: 1px solid var(--prime2);
    border-radius: 20px;
    padding: 1rem;
  }
  input[type="checkbox"] ~ label {
    position: relative;
    width: fit-content;
    height: auto;
    opacity: 1;
    line-height: 1;
  }
  .fa-external-link::before {
    font-size: 0.8rem;
  }
  form {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(1, 77, 131, 0.25) 0px 12px 12px;
    .fields {
      width: 100%;
      margin-inline: auto;
    }

    .fields + .form-group:last-child {
    }

    .col-sm-9 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .form-group .offset-sm-3 {
    margin-right: 0;
    & > div {
      display: flex;
      align-items: baseline;
    }
    input {
      margin-left: 10px;
    }

    @media (max-width: 600px) {
      padding-inline: 0;
    }
  }
  .smart-form button[type="submit"] {
    background-color: #57a65f;
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #57a65f;
    position: absolute;
    left: 0;
    border-radius: 9px;
    transition: all 0.2s ease;

    &:hover {
      transform: scale(1.02);
    }
  }
  .smart-form button[type="submit"]:before {
    content: none;
  }
  .smart-form {
    position: relative;
    background: #fff;
    padding: 10px 50px 0;
    border-radius: 30px;
    border-right: none;

    @media (max-width: 1480px) {
      padding: 10px 20px 0;
    }
  }
  .smartforms-pre-text {
    font-size: 1rem;
    padding: 1rem 2rem;
    margin-top: 4rem;
    background-color: #f6fbff;
    border: 1px solid var(--prime2);
    margin-bottom: 0;
    text-align: justify;
    border-radius: 30px;
  }
  .wrap {
    background: #fff;
    padding: 30px;
    box-shadow: rgba(1, 77, 131, 0.25) 0px 27px 45px;
    border-radius: 30px;

    @media (max-width: 600px) {
      padding-inline: 0.25rem;
    }
  }
  &::after {
    background-color: var(--prime1);
    content: "";
    position: absolute;
    width: 75%;
    left: -170px;
    top: -10%;
    height: 120%;
    z-index: -1;
    border-radius: 25px;

    @media (max-width: 991px) {
      content: none;
    }
  }
}

.phones {
  width: 60%;

  @media (max-width: 1199px) {
    width: 100%;
  }

  .wrap {
    padding: 4rem 2rem;
    display: flex;
    background-color: #fff;
    min-height: 44rem;
    border-radius: 30px;

    @media (max-width: 1199px) {
      flex-direction: column;
      min-height: auto;
      padding-top: 1rem;
    }
  }

  .tabs {
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
  }

  .tab {
    background-color: #fff;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #cecece;
    padding: 2rem 1rem;
    color: var(--prime1);
    font-size: calc(0.5vw + 16px);
    white-space: nowrap;
    display: inline-block;
    width: auto;
    @media (max-width: 991px) {
      text-align: right;
    }

    &.active {
      color: var(--prime2);
      font-weight: 700;
    }

    &:focus {
      outline: 1px solid var(--prime2);
    }
  }

  .tab-info {
    flex-grow: 1;
  }

  .tab-content {
    border-right: 1px solid #cecece;
    padding-right: 3rem;

    @media (max-width: 1199px) {
      border-right: none;
      padding-top: 3rem;
    }

    .content {
      display: flex;
      flex-direction: column;
      height: 90%;
    }
    h3 {
      font-weight: 700;
    }

    .cbtn {
      margin-top: auto;
      display: flex;
      justify-content: flex-end;
      margin-left: 2rem;

      a {
        padding: 0.375rem 0.75rem;
        background-color: #57a65f;
        color: #fff;
        font-size: 1.5rem;
        border: 1px solid #57a65f;
        left: 0;
        font-weight: 700;
        border-radius: 9px;
        transition: all 0.2s ease;
        &:hover {
          text-decoration: none;
          transform: scale(1.02);
        }
      }
    }
  }
}

.icons {
  margin-top: 4rem;
}
.stations {
  margin-block: 4rem;

  @media (max-width: 991px) {
    margin-block: 2rem;
  }
}
.stations-grid-col {
  flex: 1;
  margin-inline: 15px;
  margin-block: 1rem;

  @media (max-width: 1199px) {
    flex-basis: 45%;
  }
  .wrap {
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(1, 77, 131, 0.25) 0px 27px 45px;
    height: 100%;
  }
  .title {
    padding: 0.75rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border-radius: 20px 20px 0 0;
    h3 {
      color: #fff;
      font-size: calc(0.75vw + 16px);
      font-weight: 700;
      width: 98%;
      min-height: 50px;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-items: center;
      text-align: center;

      @media (max-width: 1199px) {
        font-size: calc(1.5vw + 16px);
        width: 100%;
        height: auto;
      }

      @media (max-width: 991px) {
        min-height: unset;
        font-size: calc(0.5vw + 16px);
      }
    }
  }

  .modal-title {
    font-size: 2rem;
    font-weight: 900;
    font-size: calc(1.5vw + 16px);
  }
  h2.faq-h2 {
    font-size: calc(1vw + 16px);
    font-weight: normal;
  }
  .sub-menu {
    padding-block: 0.25rem;
    width: 100%;
    padding-inline: 0.5rem;
    border-radius: 0 0 20px 20px;
    border-bottom: 5px solid;
    height: 100%;
  }
  a {
    /* display: flex;
    width: 100%;
    margin-block: 0.4rem;
    &:hover {
      transform-origin: right;
      transform: scale(1.05);
    } */
  }
  /* a::before {
    content: "";
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
  } */
}
.stations-grid-col:nth-child(1) {
  .title {
    background-color: #57a65f;
  }
  .sub-menu {
    border-bottom-color: #57a65f;
  }
}
.stations-grid-col:nth-child(2) {
  .title {
    background-color: #df8417;
  }
  .sub-menu {
    border-bottom-color: #df8417;
  }
}
.stations-grid-col:nth-child(3) {
  .title {
    background-color: #d45e37;
  }
  .sub-menu {
    border-bottom-color: #d45e37;
  }
}
.stations-grid-col:nth-child(4) {
  .title {
    background-color: #369ace;
  }
  .sub-menu {
    border-bottom-color: #369ace;
  }
}

.links {
  margin-block: 8rem;

  .wrap {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: rgba(1, 77, 131, 0.45) 0px 17px 25px;
    padding: 2rem 3rem;
    &::after {
      font-family: "FontAwesome";
      content: "\f053";
      position: absolute;
      left: 2rem;
      top: 50%;
      transform: translateY(-50%);
      width: 2rem;
      height: 2rem;
      font-size: 1.5rem;
    }
  }
  h2 {
    font-size: calc(1vw + 16px);
  }

  a:hover {
    font-weight: 500;
  }

  /* .fin {
    margin-top: 2.5rem;

    .wrap {
      background-color: var(--prime1);
      h2 {
        color: #fff;
      }
      a {
        color: #fff;
      }
      &::after {
        color: #fff;
      }
    }
  } */

  @media (max-width: 991px) {
    margin-block: 1rem;
    .row {
      gap: 2rem;
    }
  }
}

@media (max-width: 991px) {
  .page-content {
    padding-inline: 1rem;
  }
  .page-title + p {
    text-align: justify;
  }
  .events .padded {
    flex-direction: column;
    padding-inline: 1rem;
  }
  .events .padded a,
  .events h2 {
    display: block;
    width: 100%;
  }
  .access .wrap {
    background-image: none !important;
    .grade {
      background: none;
      border: 1px solid var(--prime1);
    }
  }
  [dir="rtl"] .slick-next,
  [dir="rtl"] .slick-prev {
    height: 50px;
    width: 40px;
  }
  [dir="rtl"] .slick-next {
    border-radius: 0 50px 50px 0;
    left: 0;
  }
  [dir="rtl"] .slick-prev {
    right: 0;
    border-radius: 50px 0 0 50px;
  }
  [dir="rtl"] .slick-next:before,
  [dir="rtl"] .slick-prev:before {
    font-size: 1.5rem;
  }
  .slicker {
    margin-top: 2rem;
    padding: 1.5rem 0;
  }
  .phones {
    .tab-content {
      padding-right: 1rem;
    }
  }
}

@media (max-width: 767px) {
  .icons {
    padding-inline: 1rem;
    margin-top: 5rem;
  }
  .icons .row {
    flex-wrap: wrap;
  }
  .icons .col {
    flex: 1 0 45%;
    max-width: 150px;
    border-left: none;
    margin-block: 1rem;
  }
  .icons span {
    padding-inline: 2px;
  }
  .events .row:has(.access) {
    margin-block: 3rem;
  }
  .access {
    max-width: 90%;
  }
  .access .wrap {
    padding: 2rem;
  }
  .access::before {
    content: none;
  }
}

.feedback {
  display: none;
}
