main {
  position: relative;
}

.cover {
  position: relative;
  width: 100vw;
}

.cover:focus {
  border: 5px solid lime;
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;

  max-width: 600px;
  margin-top: -60px;
}

.central {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 125px;
  padding-block: 0.5rem;
  position: relative;
}

.central::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: rgba(244, 236, 224, 0.4);
  z-index: -1;
}

.central .right {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.central .moked {
  width: 20%;
  width: 125px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  margin-left: 5rem;
  color: #222;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/**/
.fast_navigation_mobile {
  display: none;
}

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.services .container {
  width: 100%;
  max-width: 1600px;
  min-width: auto;
}
.services-slick {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.services-slick.finally-loaded {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.services-slick {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: inherit;
  margin-inline: auto;
}

.slick-slide > div {
  /* margin-inline: 1rem; */
}

.service {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;

  height: 120px;
  position: relative;
}

.service::after {
  content: "";
  content: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(2, 2, 2, 0.75);
}

.service figcaption {
  color: var(--green2);
  font-weight: 600;
  line-height: 1;
  padding-inline: 6px;
  text-align: right;
  font-size: 1.12rem;
}

.service .icon {
  border-radius: 50px 0 50px 50px;
  background-color: var(--green1);
  width: 150px;
}

.service .icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  max-height: 64px;
  padding-top: 5px;
}

.service figure {
  margin-right: 2rem;
}
.articles {
  position: absolute;
  padding: 6rem 0 0;
  right: -89px;
  width: 100%;
  max-width: 600px;
}

.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.articles article {
  display: block;
  height: 100%;
}

.articles .row > div {
  margin-bottom: 30px;
}

.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

.article img {
  display: block;
  width: 100%;
}

.article .info {
  padding: 1rem;
}

.article h3 {
  font-weight: bold;
}

.article .date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(206 189 111);
  background: linear-gradient(
    45deg,
    rgb(246 183 77) 0%,
    rgb(160 183 132) 50%,
    rgb(121 204 200) 100%
  );
}

.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}

.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
  font-size: 0.8rem;
  border-radius: 25px;
}

.fin {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.events {
  /* background-color: #fff; */
}

.events ul {
  list-style-type: none;
  width: 100%;
  max-width: 387px;
  padding: 0 2rem 0 0;
}

.eventsingle {
  display: flex;
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.eventsingle .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-inline: 1rem;
  width: 100%;
  padding: 0.5rem;
  flex-grow: 1;
}

.info h4 {
  font-size: 1rem;
  color: #000;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}

.eventsingle .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #749562;
  color: #fff;
  width: 70px;
  padding-block: 0.5rem;
}

.date .month {
  font-size: 0.8rem;
}

.date .day {
  font-size: 1.1rem;
}

.events ul li:nth-child(even) .eventsingle .date {
  background-color: #9bb78b;
}

.ribbon-date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
}

.ribbon-date span {
  display: block;
}

.ribbon-date span:nth-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
}

.news {
  padding: 0;
  margin-bottom: 0;
}

.news .container {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  padding: 0;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.news .content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  border-top: 2px solid var(--green1);
}

.news h2 {
  color: var(--green2);
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 18px;
  padding: 0.15rem 1rem;
  margin: 0;
  border-radius: 10px;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: var(--text);
}

.bn-news ul li a:hover {
  color: var(--green3);
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date:after {
  content: "|";
  margin: 0 10px;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  color: var(--green1);
  padding: 0;
  margin-right: 5px;
}

.bn-direction-rtl .bn-controls button {
  border: none;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: var(--green1);
}

.bn-play::after {
  border-left-color: var(--green1);
}

.bn-controls button:hover {
  color: #000;
  background-color: transparent;
}

.bn-controls button:hover .bn-pause::before,
.bn-controls button:hover .bn-pause::after {
  background-color: #000;
}

.hp_links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  width: 627px;
  margin-inline: auto;
  flex-wrap: wrap;
  margin-top: 400px;
}

.hp_links .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 0 50px 50px;
  background-color: var(--green2);
  width: 175px;
  height: 75px;
  margin-inline-end: 3rem;
}

.hp_links a:last-of-type {
  margin-inline-end: 0;
}

.hp_links .link img {
  position: relative;
  right: 1rem;
  transition: all 0.3s ease-in;
  width: 70px;
}

.hp_links .link:hover img {
  /* animation:fa-spin 3s infinite linear; */
  filter: sepia(0);
}

.hp_links .link:hover {
  transform: scale(1.1);
}

.hp_links .link span {
  text-shadow: #555 1px 0 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  position: absolute;
  z-index: 1;
  text-align: right;
  line-height: 1;
  position: relative;
  margin: auto;
  width: min-content;
}

.hp_links .link::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto 80px;
  background-color: #fff;
  width: 2px;
  height: 50%;
}

#select-smart_nav_1 {
  flex-basis: 375px;
  margin: 0 0 0 1rem;
}

span#smart_nav_1 {
  width: 100%;
  max-width: 471px;
}

.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

.central .logo {
  margin-right: 1rem;
}

.services-mobile,
.serv-container {
  display: none;
}

[dir="rtl"] .slick-next:before,
[dir="rtl"] .slick-prev:before {
  color: var(--green3);
}

.services-slick .slick-prev {
  right: -10px;
}

.services-slick .slick-next {
  left: -10px;
}

@media (min-width: 992px) {
  .fast-navigation {
    padding: 0;
    border-radius: 0 2rem 0 2rem;
    color: #fff;
    width: fit-content;
    margin: 25px auto 0;
    display: flex;
    align-items: center;
    padding-inline-start: 1rem;
    background-color: var(--green2);
    display: flex;
    justify-content: center;
    width: inherit;
  }

  .fast-navigation:after {
    clear: both;
    display: block;
    content: "";
  }

  .fast-navigation label {
    border-radius: 0 2rem 2rem 0;
    padding: 5px 10px;
    border: 0;
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    width: 96px;
  }

  .fast-navigation select {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 10px;
    border-radius: 0;
    min-width: 180px;
    margin: 0 0.1rem;
    padding-block: 10px;
    height: 50px;
  }

  .fast-navigation button {
    background: transparent;
    border: 0;
    border-radius: 2rem;
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    width: 90px;
    margin-right: 0.2rem;
    text-align: center;
    font-size: 1.1rem;
  }

  select.smart-nav-sub-select {
    width: 100%;
    max-width: 180px;
  }
  a[data-block="footer"],
  footer.footer {
    display: none !important;
  }

  .header {
    padding: 0 60px 0 20px;
    /* position: relative; */
  }

  .idxfooter footer.footer {
    display: block;
    padding: 1.2rem 0;
    position: relative;
    bottom: 0;
    background-color: var(--green3);
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    width: 100%;
  }

  .footer p,
  .footer a {
    color: #fff;
  }

  .cover {
    height: auto;
    min-height: calc(100vh - 105px);
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .services {
    position: relative;
    bottom: 0rem;
    right: 0;
    width: 100%;
    margin-top: auto;
    padding-bottom: 0.2rem;
    /* margin-bottom: 1.5rem; */
  }

  .service:hover {
    transform: scale(1.05);
  }

  .services .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    width: 100%;
    height: 130px;
    background: rgba(255, 255, 255, 0.8);
  }

  .bn-news {
    margin-right: 110px;
    margin-left: 10px;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    float: right;
    display: inline-flex;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    float: inline-start;
    align-items: center;
  }

  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .side-banners.side-banners-right {
    right: 0;
  }

  .side-banners.side-banners-left {
    left: 0;
  }
}

@media (max-width: 1500px) {
  .header {
    padding: 0 20px;
  }

  /* .searching {
        height: 50px;
        width: 50px;
        left: -50px;
    } */
}

@media (max-width: 1500px) {
  .central .logo {
    display: flex;
    align-items: center;
  }

  .logo img {
    width: 200px;
  }
}

@media (max-width: 1150px) {
  .logo img {
    width: 180px;
  }

  .fast-navigation {
    margin-right: 1rem;
  }

  .fast-navigation select {
    flex-basis: 180px;
    min-width: 180px;
  }

  .central .moked {
    width: 90px;
    font-size: 0.82rem;
    text-align: center;
    line-height: 1;
    padding-inline: 12px;
  }
}

@media (max-height: 700px) {
  .header {
    height: 105px;
  }

  .cover .hp_links {
    margin-top: 125px;
    transform: scale(0.95);
  }

  .services .overlay {
    height: 150px;
  }
}

@keyframes jumpup {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rotategrow {
  50% {
    transform: scale(2) translateY(-5px);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 991px) {
  .mokedlink {
    background-image: url("images/moked_ico.png");
    position: absolute;
    width: 59px;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 35;
    border-radius: 0;
    background-color: var(--green3);
    border-right: 2px solid #fff;
    background-size: 40px;
    -o-background-size: 40px;
    -moz-background-size: 40px;
    -webkit-background-size: 40px;
  }

  .header {
    padding: 0;
  }

  .footer {
    z-index: 99;
    background-color: inherit;
    padding: 0.25rem;
  }

  .footer p {
    line-height: 1.3;
    font-size: 14px;
  }

  .header .logo {
    display: block;
  }

  .central {
    background-color: transparent;
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .central .moked {
    display: none;
  }

  .central .right {
    width: 100%;
  }

  .fast-navigation {
    margin-top: 2rem;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    margin-right: auto;
    width: 98%;
    max-width: 700px;
  }

  .smart-nav-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fast-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .fast-navigation select,
  #select-smart_nav_1 {
    flex-basis: 50px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
  }

  .fast-navigation button {
    margin-right: 0;
  }

  .fast-navigation label:first-of-type {
    max-width: 100%;
    background-color: var(--green3);
    text-align: center;
    color: #fff;
    padding: 12px 10px;
    margin: 0.5rem 0;
  }

  .fast-navigation button {
    background-color: var(--green3);
  }

  .central .logo {
    display: none;
  }

  .cover-slick div {
    border-radius: 0;
  }

  main {
    padding-inline: 0;
    margin-top: 0;
    min-height: auto;
  }

  .events ul {
    padding: 0;
    margin-inline: auto;
  }

  .articles {
    padding-top: 0;
    position: relative;
    right: auto;
    max-width: none;
  }

  .services-slick {
    padding-inline: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .searching {
    display: none;
  }

  .news {
    margin-top: 1rem;
  }

  .slick-news .slick-slide {
    padding-inline-start: 1rem;
  }

  .hp_links {
    width: 100%;
    max-width: 600px;
    margin-top: auto;
    justify-content: center;
  }

  .hp_links .link {
    margin: 0.5rem 0.2rem;
    width: 145px;
    height: 65px;
  }

  .hp_links .link img {
    width: 60px;
  }

  .hp_links .link::after {
    content: none;
  }

  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 82%;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
    padding: 12px 10px;
    width: 100%;
  }

  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }

  .smart-nav-submit {
    margin: 0 auto;
  }

  .cover {
    padding: 15px;
    padding-top: 125px;
    padding-top: 90px;
    padding-bottom: 10rem;
    min-height: calc(100dvh - 105px);
    width: inherit;
  }

  .cover .toggle-slick {
    display: none;
  }

  video,
  #toggle-video {
    display: none;
  }

  .news h2 {
    display: none;
  }

  .centered {
    text-align: center;
  }

  .centered-banner img {
    max-width: 100%;
  }

  .services {
    display: none;
  }

  .services-mobile {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 25;
    bottom: 2.9rem;
    width: 100%;
    right: 0;
  }

  .services-mobile h2 {
    display: flex;
    justify-content: center;
    background-color: var(--green3);
    color: #fff;
    position: relative;
    padding-block: 0.5rem;
    z-index: 3;
    margin-bottom: 0;
    font-size: 1.62rem;
    padding-block: 0.8rem;
    border-top: 3px solid var(--green3);
    width: calc(100% - 59px);
  }

  .services-mobile h2::before {
    content: "";
    position: absolute;
    inset: -71px 0 0 0;
    margin: auto;
    width: 15px;
    height: 15px;
    z-index: -1;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid var(--green3);
    animation: rotategrow 1s forwards 3;
  }

  .serv-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 40;
    backdrop-filter: blur(9px);
    bottom: 2.3rem;
    height: 75%;
    animation: jumpup 1s forwards;
  }

  .serv-container .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: inherit;
    padding: 0.7rem 0 4rem;
    margin: auto;
    max-width: 90%;
    height: 100%;
    overflow: auto;
  }

  .serv-container .items > div {
    flex-basis: 30%;
    height: fit-content;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
  }

  .services-mobile .service {
    background: #fff;
    border-radius: 50%;
    margin: 0.25rem 0.75rem;
  }

  .servicem::after {
    content: none;
  }

  .services-mobile figcaption {
    font-size: 0.89rem;
  }

  .servicem .icon img {
    max-height: 35px;
    /* filter: invert(0.72); */
  }

  .servicem {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border-radius: 50px 0 50px 50px;
    width: 111px;
    height: 49px;
    line-height: 1;
    text-align: center;
    box-shadow: 0 1px 12px rgba(6, 72, 2, 0.2);
    position: relative;
  }

  .servicem figcaption {
    position: absolute;
    padding-inline: 16px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--green1);
    inset: 51px 0;
    margin: auto;
  }

  .serv-container .close-btn {
    position: absolute;
    inset: 0;
    margin: 1.25rem 1.5rem auto auto;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    width: 0.5rem;
    height: 0.5rem;
    display: grid;
    place-content: center;
    font-size: 1.52rem;
  }

  .tops {
    background-color: var(--green3);
  }

  .tops h2 {
    color: #fff;
    display: flex;
    justify-content: center;
    padding-block: 1rem;
    font-size: 1.6rem;
  }

  .news {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    margin: 0;
  }

  .idxfooter {
    display: none;
  }

  .fast-navigation {
    display: none;
  }

  .fast_navigation_mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    height: auto;
    width: 100%;
  }

  .fast_navigation_mobile > div {
    display: flex;
    width: 80%;
    margin: 10px auto;
  }

  .fast_navigation_mobile > div label {
    width: initial;
    flex-basis: 40%;
    text-align: center;
    background-color: var(--green4);
    padding: 5px 10px;
    border-radius: 30px;
    margin: 0;
  }

  .fast_navigation_mobile > div {
    background-color: #fff;
    padding: 2px 2px 2px 10px;
    border-radius: 30px;
    box-shadow: 5px 5px 15px -9px #000000;
    display: flex;
    width: 80%;
    margin: 10px auto;
  }

  .fast_navigation_mobile > div > span {
    display: flex;
    width: 100%;
  }

  .fast_navigation_mobile > div select {
    min-width: initial;
    flex-basis: 70%;
    max-width: 70%;
    border: none;
    text-transform: none;
    background-color: #fff;
  }

  .fast_navigation_mobile button {
    border-radius: 30px;
    width: 100px;
    border: none;
    background-color: var(--green3);
    color: #fff;
    height: 36px;
    cursor: pointer;
    box-shadow: 5px 5px 15px -16px #000000;
  }
}

@media (max-width: 767px) {
  .news .slick-news button.slick-arrow {
    display: none !important;
  }

  .slick-news .slick-slide {
    padding-inline: 1rem;
  }
}

@media (max-width: 599px) {
  .serv-container .items > div {
    flex-basis: 40%;
  }

  .serv-container .items {
    max-width: 75%;
  }

  .services {
    padding-top: 2.5rem;
  }

  .services .service {
    margin: 0rem;
    width: 105px;
  }

  .service .icon img {
    margin-bottom: 5px;
  }

  .service figcaption {
    line-height: 1;
    padding-inline: 15px;
  }

  .news {
    margin: 0;
    padding: 0;
  }

  .news .container {
    max-width: 100%;
    padding: 0;
  }

  .news .content {
    border-radius: 0;
    padding: 5px;
    padding-bottom: 0;
  }

  .news a {
    font-size: 0.9rem;
  }

  .slick-news .slick-slide > div {
    height: auto;
  }

  .hp_links {
    min-height: 10rem;
    min-height: auto;
  }

  .hp_links .link {
  }

  .hp_links .link img {
    max-width: 160px;
    max-width: 175px;
  }

  .hp_links .link span {
    font-size: 1.1rem;
  }

  .services-mobile {
    bottom: 2.3rem;
  }
}

@media (max-width: 355px) {
  .fast_navigation_mobile > div select {
    flex-basis: 60%;
    max-width: 60%;
  }
}
