main {
  overflow-x: hidden;
}
.cover {
  position: relative;
  min-height: 780px;
}
.cover .grade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(1, 12, 20, 0.7) 15%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 40%,
    rgba(1, 12, 20, 0.65) 87%
  );
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  .cover {
    height: 100vh;
    display: flex;
    justify-content: center;
    padding-top: 10.5rem;
  }
}

@media (max-width: 991px) {
  .cover {
    padding: 15px;
    padding-top: 125px; /* header height + padding */
    /* background-image: url(./images/bg_dev.jpg?v=1); */
  }
}

.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;
}

@media (max-width: 991px) {
  .cover .toggle-slick {
    display: none;
  }
}

.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;
}
.searching-wrap {
  width: 100%;
  max-width: 802px;
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;

  @media (max-width: 991px) {
    max-width: 90%;
  }
}
.searching-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.searching-form form {
  width: 100%;
}
main .searching {
  position: relative;
  width: 100%;
  max-width: inherit;
  border-radius: 50px;
  margin: auto;
}
.searching-wrap .wrap input {
  position: relative;
  z-index: 5;
  background-color: rgb(255, 255, 255);
  max-width: inherit;
  font-size: 1.1rem;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  margin: auto;
  padding: 1rem;
  border-radius: 15px;
  outline: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

main .searching button {
  z-index: 10;
  background-color: var(--prime1);
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 82%;
  position: absolute;
  border-radius: 11px;
  background-position: center center;
  inset: 0px 0px 0px -0.62rem;
  margin: auto auto auto 16px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  color: #fff;
}
main .searching button:hover {
  background-color: var(--prime6);
}
main .searching button > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
}
main .searching button b {
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 12px;
}
.quick {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick button {
  border-radius: 5px;
  background: rgb(73 73 73 / 66%);
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 1.45rem;
  padding: 2px 14px;
  position: relative;
  width: 100%;
  max-width: 250px;
  font-weight: 300;
  transition: all 0.2s ease;
}
.quick button:hover {
  background-color: #444;
}
.quick button.top {
  margin-top: 1rem;
}
.quick button.bott {
  color: var(--prime1);
  background-color: #fffffff0;
  position: absolute;
  font-size: 1.05rem;
  font-weight: 300;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  width: 250px;
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 5px 8px;
  height: auto;
  backdrop-filter: blur(3px);
}
.quick button.bott:hover {
  background-color: VAR(--prime1);
  color: #fff;
}
.ops {
  position: relative;
  width: 100%;
  margin-top: 1.75rem;
}
.oo {
  margin-inline: auto;
  max-width: 250px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  font-size: 1.75rem;
  margin-top: -1.3rem;
}
.oo b {
  display: inline-block;
  width: 40%;
  height: 1px;
  background-color: #fff;
}
.intro {
  margin-bottom: 2.75rem;
}
.intro p {
  color: #fff;
  font-weight: 700;
  font-size: calc(4vw + 16px);
  font-size: 5.2rem;
  position: relative;
}
.intro span {
  display: block;
  color: rgb(var(--prime2RGB));
  font-weight: 400;
  position: absolute;
  font-size: calc(0.9vw + 16px);
  bottom: -10px;
  right: 3.75rem;
  width: 600px;
}
/**/

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;
  left: 115px;
  background: #ffffff6d;
  border: 0;
  padding: 0.25rem 0.5rem;
  border-radius: 14px;
}

@media (max-width: 991px) {
  video,
  #toggle-video {
    display: none;
  }
}

/**/
.services.strict-mob {
  display: none;
}
@media (min-width: 992px) {
  .services {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

/** FADE IN **/
.services-slick {
  padding: 0.5rem 2rem;
  margin: 0 1rem;

  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;

  @media (max-width: 991px) {
    opacity: 1;
    visibility: unset;
  }
}

.services-slick.finally-loaded {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.services-slick .slick-prev,
.services-slick .slick-next {
  width: 30px;
  height: 30px;
  background-color: var(--prime5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  z-index: 9;
}

.moked .service .icon {
  aspect-ratio: 1;
  width: 100%;
  max-width: 150px;
  background-color: #fff;
  border-radius: 100vw;
  margin-bottom: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 600px) {
    width: 115px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  }
}
.moked .service .icon img {
  width: 110px;

  @media (max-width: 1400px) {
    width: 95px;
  }
}

.moked figcaption {
  font-size: 1.87rem;
  font-weight: 500;
}

.service {
  text-align: center;
  display: block;
  background: transparent;
  margin: 1rem 0.25rem;
  padding: 0.25rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;

  @media (max-width: 600px) {
    font-size: 1.05rem;
  }
}

.service:hover {
  font-size: 1.4rem;
}

.service figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
}
.service .icon img {
  width: 90px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  transition: all 0.15s ease-out;
  filter: brightness(0.56) contrast(4) hue-rotate(45deg);
  filter: brightness(1) contrast(1) hue-rotate(364deg);

  @media (max-width: 991px) {
    filter: invert(1) hue-rotate(221deg) brightness(2);
  }

  @media (max-width: 600px) {
    width: 68px;
  }
}
.service:hover .icon img {
  transform: scale(1.2);
}
.service:hover figcaption {
  color: var(--prime4);

  @media (max-width: 991px) {
    color: var(--prime1);
  }
}
.services-slick .slick-slide {
  position: relative;
}
.services-slick .slick-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 65px;
  border-left: 2px solid #ffffff8d;
  height: 82px;
  width: 1px;
}
.services-slick .slick-slide:has(.moked)::after,
.services-slick .slick-slide:has(.no-border)::after {
  content: none;
}
/* Articles */

/**/
.articles {
  margin-block: 2.5rem;
}
.container-fluid {
  max-width: 89%;
  margin-inline: auto;

  @media (max-width: 991px) {
    max-width: 100%;
  }
}
.events,
.articles {
  margin-top: 6rem;
  margin-bottom: 1rem;
}
.events h2,
.articles h2 {
  font-size: calc(2vw + 16px);
  font-weight: 700;
  position: relative;
  color: var(--prime1);
  width: fit-content;
  margin: auto;
}
.events h2::after,
.articles h2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 40px;
  background-color: var(--prime2);
}
.events .row .slick-events {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1.05fr) repeat(2, 0.9fr);
  grid-template-rows: repeat(2, 1.9fr);
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;

  display: flex;
  flex-wrap: wrap;
}

.articles .row {
  min-height: 560px;
}

.sec {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.events .sec {
  border: 1px solid var(--prime2);
  border-radius: 0;
  width: min(100%, 23%);

  @media (max-width: 991px) {
    width: min(100%, 32%);
  }

  @media (max-width: 767px) {
    width: min(100%, 47%);
  }
  @media (max-width: 390px) {
    width: min(100%, 100%);
  }
}
.events .sec1 {
  padding: 1rem;
}
.sec .grade {
  position: absolute !important;
  height: 100%;
  width: 100%;
  inset: 0;
  margin: auto;
  background: linear-gradient(
    0deg,
    rgba(1, 12, 20, 1) 3%,
    rgba(255, 255, 255, 0) 29%,
    rgba(255, 255, 255, 0) 50%,
    rgba(1, 12, 20, 0.65) 80%
  );
  transition: all 0.2s ease-in;

  @media (max-width: 991px) {
    background: linear-gradient(
      0deg,
      rgba(1, 12, 20, 1) 3%,
      rgb(30 30 30 / 48%) 29%,
      rgb(1 1 1 / 83%) 50%,
      rgba(1, 12, 20, 0.65) 80%
    );
  }
}

.sec a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.sec a:hover {
  text-decoration: none;
}
.sec a:hover .icon {
  transform: scale(0.98);
}
.sec a:hover .grade {
  background-color: rgba(var(--site1RGB), 0.25);
  mix-blend-mode: multiply;
}
.sec1 {
  grid-area: 1 / 1 / 3 / 3;
}
.sec2 {
  grid-area: 1 / 3 / 2 / 4;
}
.sec3 {
  grid-area: 1 / 4 / 2 / 5;
}
.sec4 {
  grid-area: 2 / 3 / 3 / 4;
}
.sec5 {
  grid-area: 2 / 4 / 3 / 5;
}
.e-info {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.e-info.first {
  height: 100%;
  color: #fff;
}

.events .first:hover .grade {
  background: linear-gradient(
    180deg,
    rgba(1, 12, 20, 0.1) 0%,
    rgba(1, 12, 20, 0.55) 100%
  );
}
.e-info h3 {
  font-weight: 700;
}
.e-info.first h3 {
  padding-top: 5.75rem;
  padding-inline: 5rem;
  font-size: calc(2vw + 16px);
}

.e-info .time {
  margin-right: -1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
}
.e-info.first .time {
  margin-right: -1rem;
}
.e-info.first h3,
.e-info.first div {
  position: relative;
  z-index: 9;
  color: #fff;
}
.events .cal {
  background-color: var(--prime2);
  border-radius: 50px 0 0 50px;
  padding: 0.34rem 0.7rem 0.34rem 0.4rem;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events .first .cal {
  padding: 1rem 2.25rem 1rem 0.5rem;

  border-radius: 10px 0 0 10px;
}
.events i {
  color: #fff;
}
.events .first i {
  font-size: calc(1vw + 16px);
}

.events .first .time {
  font-size: calc(1.25vw + 16px);
}

.events .icon {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.2, 1.8, 0.3, 1);
}
.events .sec:not(.first) {
  min-height: 525px;

  @media (max-width: 1199px) {
    min-height: 395px;
  }

  @media (max-width: 991px) {
    min-height: unset;
    aspect-ratio: 2 / 3;
  }

  @media (max-width: 390px) {
    aspect-ratio: 1;
  }
}
.events .item:not(.first) .e-info {
  border-top: 1px solid var(--prime2);
  padding: 1rem 0.5rem;
  margin-top: 1rem;
}
.events .item:not(.first) .e-info > * {
  font-size: calc(0.25vw + 1rem);
  color: var(--text);
}

.events .wrap {
  flex-grow: 1;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  padding-block: 1rem;
  /* border: 1px solid #444; */
}

.articles .row .articles {
  margin-top: 5rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 0.7fr) repeat(2, 1fr);
  grid-template-rows: repeat(2, 0.5fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;

  @media (max-width: 991px) {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .articles .sec:first-child {
    height: 555px;
  }
}

.articles a {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 1rem 2rem;

  @media (max-width: 991px) {
    flex-direction: row;
    justify-content: flex-start;
    color: var(--text);
    padding: 0.25rem;
  }
}
.articles .pic {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;

  @media (max-width: 991px) {
    border-radius: 12px;
    position: relative;
    aspect-ratio: 5 / 4;
    max-width: 40%;
    margin-left: 5%;
  }
}
.articles a h3 {
  position: relative;
  font-weight: 400;
  font-size: calc(0.25vw + 16px);
  transition: all 0.2s ease-out;
  transform-origin: right;

  @media (max-width: 991px) {
    font-weight: 500;
    font-size: calc(0.35vw + 16px);
  }
}
.articles .sec1 a h3 {
  font-weight: 700;
  font-size: calc(1.5vw + 16px);
  line-height: 1.1;
  padding-bottom: 1.5rem;

  @media (max-width: 991px) {
    font-size: calc(0.35vw + 16px);
  }

  @media (max-width: 390px) {
    font-size: calc(1.2vw + 16px);
  }
}
.articles a:hover h3 {
  transform-origin: right;
  transform: scale(1.1);

  @media (max-width: 991px) {
    transform: none;
    color: var(--prime1);
  }
}
.articles a .sub::after {
  content: "";
  position: absolute;
  display: block;
  top: -1rem;
  width: 125px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--prime2);

  @media (max-width: 991px) {
    width: 72px;
  }
}
.articles a .sub {
  position: relative;
  font-size: calc(0.25vw + 16px);
  line-height: 1.1;

  @media (max-width: 600px) {
    display: none;
  }
}
.articles .sec .grade {
  background: linear-gradient(
    180deg,
    rgba(1, 12, 20, 0) 0%,
    rgba(1, 12, 20, 0.95) 100%
  );
  @media (max-width: 991px) {
    display: none;
  }

  @media (max-width: 600px) {
    background: linear-gradient(
      180deg,
      rgba(1, 12, 20, 0.25) 1%,
      rgba(1, 12, 20, 0.95) 100%
    );
  }
}

.read-more {
  margin-right: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 3rem;
  padding: 0.25rem 2.2rem;
  color: var(--text);
  font-size: 1.65rem;
  border: 1px solid var(--prime2);
  border-radius: 100vw;

  @media (max-width: 991px) {
    margin-block: 1.75rem;
    font-size: 1.4rem;
  }
}
.read-more i {
  display: inline-block;
  margin-right: 10px;
  color: var(--prime2);
  font-size: 1.25rem;
}
.read-more:hover {
  font-weight: 500;
  transform: scale(1.1);
  text-decoration: none;
  color: var(--text);
}
.border-top {
  border-top: 1px solid #9a9a9a;
}
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  position: relative;
  padding: 1rem;
  background: #fff;
  margin-top: 1rem;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news h2 {
  background: #fff;
  color: var(--prime1);
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem 0.75rem 0.2rem 1.52rem;
  margin: 0;
  border-radius: 0;
  z-index: 5;
  border-left: 1px solid #a2a2a2;
}

.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}

@media (min-width: 992px) {
  .bn-news {
    padding-right: 100px;
  }
}

.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}

.bn-news ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 100vw;
  width: 4px;
  height: 4px;
  background-color: var(--prime2);
  top: 45%;
  left: 0;
}

.bn-news ul li a:hover {
  color: var(--prime1);
  text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: 400;
}

.news .date:after {
  content: " - ";
  margin: 0 2px;
}

.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: 0;
  background: #fff;
  color: var(--prime1);
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: var(--prime1);
}
.bn-play::after {
  border-left-color: var(--prime1);
}

.bn-controls button:hover {
  background-color: var(--prime4);
  color: #fff;
  box-shadow: none;
}

/**/

.news-marquee {
  height: 300px;
  overflow: hidden;
}

.apps {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  margin-top: 9rem;
  margin-bottom: 5rem;
}
.apps .wrap {
  width: 100%;
  max-width: 1190px;
  border-radius: 25px;
  border: 2px solid var(--prime1);
  padding: 7px;
}
.apps .inner {
  color: #fff;
  border-radius: 18px;
  display: flex;
  background: linear-gradient(
    45deg,
    rgba(7, 129, 71, 1) 35%,
    rgba(148, 204, 79, 1) 95%
  );
}

.apps .inner > div:first-child {
  position: relative;
  width: 100%;
  max-width: 35%;
  display: block;
}
.apps .inner > div:last-child {
  padding: 4rem 1rem;
  width: 100%;
  max-width: 65%;
}
.apps .inner > div:first-child::after {
  content: "";
  position: absolute;
  background-image: url(./images/iphoneKO.png);
  width: 278px;
  height: 482px;
  z-index: 3;
  background-size: cover;
  background-position: 0 59px;
  background-repeat: no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  @media (max-width: 767px) {
    width: 218px;
    height: 402px;
  }
}
.apps h2 {
  font-size: calc(1.3vw + 16px);
  text-shadow: 2px 2px 3px rgb(6, 107, 57);
  margin-bottom: 0;
}
.apps p {
  line-height: 1;
  font-size: calc(0.65vw + 16px);
}
.apps .links a {
  width: 175px;
  display: inline-block;
  margin-inline-end: 1rem;
}
.apps .links a:hover {
  transform: scale(1.1);
}
.apps .links img {
  width: 100%;
}
/**/

.side-banners {
  position: absolute;
  top: 15.5rem;
  transform: translate(0, -50%);
  right: 0;

  @media (max-width: 991px) {
    top: 11.5rem;
  }
}

.side-banners a {
  position: relative;
  background-color: #7a7a7aa9;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  margin: 1rem 0;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 10px 0 0 10px;
  border: 1px solid var(--prime2);
  border-right: none;
  display: flex;
  display: inline-flex;

  @media (max-width: 991px) {
    padding: 0.55rem;
    font-size: 1.1rem;
  }
}
.side-banners span {
  display: flex;
  width: 100%;
}
.side-banners a:hover {
  background-color: #353535;
}
.side-banners a img {
  width: 27px;
  margin-left: 1rem;
  filter: brightness(0.56) contrast(2) hue-rotate(45deg);
}
/* Fast Nav */

.fast-navigation {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  background: #ffffff72;
  backdrop-filter: blur(1px);
  border-radius: 10px;
  height: 175px;
  z-index: 9;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
  padding: 5.9% 92px;
  border: 1px solid #fff;

  display: none;

  @media (max-width: 991px) {
    padding: 5.9% 16px;
    background: #ffffff;
  }
}

.fast-navigation h2 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}
.fast-navigation img {
  position: relative;
  width: 35px;
  margin-inline: 1rem;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 10px 0;
  border: none;
  border-radius: 10px;
  margin-left: 5px;
}

.fast-navigation button {
  text-align: center;
  border: 0;
  border-radius: 12px;
  padding: 4px 10px;
  color: #fff;
  font-weight: 300;
  height: 32px;
}
.fast-navigation button img {
  margin-inline: 0;
  width: 20px;
}

.fast-navigation > label,
.fast-navigation > select,
.fast-navigation > span {
  float: right;
  display: block;
}

.fast-navigation label {
  padding: 2px 13px;
  border: 0;
  margin: 0;
  margin-top: -2px;
  position: absolute;
  font-size: 0.8rem;
  color: var(--prime1);
}

.fast-navigation label[for="mobile_smart_nav_select"] {
  margin-top: -42px;
  margin-right: 87px;
}
.fast-navigation select {
  height: 50px;
  width: 260px;
  width: 235px;
  margin-left: 10px;
  font-size: 1.2rem;
}

.fast-navigation button {
  font-size: 1.2rem;
  background-color: var(--prime1);
  height: 50px;
  width: 125px;
}

.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
  float: right;
  display: block;
}

@media (min-width: 992px) and (max-height: 779px) {
  .service {
    font-size: 1.1rem;
  }
  .service .icon img {
    width: 65px;
  }
  .moked .service .icon {
    max-width: 120px;
  }
  .moked .service .icon img {
    width: 75px;
  }
}

@media (max-width: 991px) {
  .cover {
    min-height: 520px;
    margin-bottom: 5rem;
  }
  .cover .services {
    display: none;
  }
  .services.strict-mob {
    display: block;
    padding-inline: 0px;
    margin-inline: 0px;
  }
  .services.strict-mob .container-fluid {
    padding-inline: 0px;
    margin-inline: 0px;
  }
  .service {
    color: rgba(0, 0, 0, 0.65);
  }
  .services-slick .slick-slide::after {
    border-left-color: rgba(0, 0, 0, 0.15);
  }
  .moked .service figcaption {
    font-weight: 700;
    font-size: 1.4rem;

    @media (max-width: 600px) {
      font-size: 1.15rem;
    }
  }
  .service:hover {
    font-size: 1.25rem;
  }
  .services-slick {
    padding-inline: 0;
    margin-inline: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .services-slick > div {
    flex: 1 0 25%;
  }
  .services-slick .slick-next {
    left: 100px;
  }
  .services-slick .slick-prev {
    right: 100px;
  }
  .services-slick .slick-prev,
  .services-slick .slick-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -2rem;
    position: absolute;
    background-color: #fff;
    color: var(--prime1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 100vw;

    display: none;
  }

  .quick button.top,
  .quick button.bott {
    background-color: #fff;
    color: var(--prime1);
    border-color: var(--prime1);
    border-radius: 9px;

    &:hover {
      color: var(--prime1);
      background-color: var(--prime2);
    }
  }

  .fast-navigation select {
    border: 1px solid var(--prime1);
  }

  .news {
    padding: 1rem 0;
  }

  .events {
    overflow-x: clip;
    margin-top: 1.5rem;
  }
  .slick-events {
    height: auto;
    width: 100%;
    max-width: 991px; /* constrain the visible area if you want */
    margin: 0 auto;
    padding-inline: 1rem;
  }
  .articles {
    padding-inline: 0.5rem;
  }
  .slick-articles {
    height: auto;
    width: 100%;
    max-width: 991px; /* constrain the visible area if you want */
    margin: 0 auto;
  }
  .articles .row .slick-articles {
    margin-block: 0.5rem;
  }
  .articles .row {
    height: auto;
  }
  .articles .sec:first-child,
  .articles .sec {
    width: 100%;
  }
  .slick-events .slick-slide {
    width: 400px;
    height: 100%;
    margin-inline-start: 1rem;
  }
  .slick-events .slick-slide > div {
    height: 500px;
  }

  .events .sec:not(.first) {
    height: unset;
  }
  .events .sec1 {
    padding: 0.5rem;
  }
  .e-info.first h3 {
    padding-inline: 1rem;
  }
  .events .first .cal {
    padding: 0.34rem 0.7rem 0.34rem 0.4rem;
    border-radius: 50px 0 0 50px;
    max-width: fit-content;
    display: none;
  }
  .events .cal {
    display: none;
  }
  .e-info .time {
    margin-right: 0.8rem;
  }
  .e-info.first .time {
    margin-right: 1rem;
  }
  .events .first i {
    font-size: calc(0.25vw + 1rem);
  }
  .events .item:not(.first) .e-info h3 {
    padding-inline: 0.8rem;
  }
  .events .item.first .e-info > h3,
  .events .item:not(.first) .e-info h3 {
    font-size: calc(0.7vw + 1rem);
    font-weight: 500;
  }
  .events .item.first .e-info .cal + span,
  .events .item .e-info .cal + span {
    font-size: calc(0.7vw + 1rem);
  }
  .events .first .time {
    padding-bottom: 3rem;
  }
  .events .item:not(.first) .e-info {
    position: absolute;
    height: 91%;
  }
  .events .wrap {
    /* background-color: lime; */
    padding: 0;
    max-width: 100%;
  }

  .events .icon {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 8%,
      rgba(255, 255, 255, 0) 41%,
      rgba(232, 236, 234, 0) 67%,
      rgba(0, 0, 0, 1) 95%
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
  }
  .events .icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.875) 1%,
      rgb(45 45 45 / 73%) 10%,
      rgb(48 48 48 / 77%) 47%,
      rgba(0, 0, 0, 0.65) 95%
    );
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .events .item:not(.first) .e-info {
    border-top: none;
    padding-top: 1rem;
  }
  .events .item:not(.first) .e-info > * {
    color: #fff !important;
  }
  .sec a:hover .icon {
    transform: none;
  }

  .events .row .slick-events {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1.9fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
  .events .sec1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .events .sec2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .events .sec3 {
    grid-area: 2 / 1 / 2 / 1;
  }
  .events .sec4 {
    grid-area: 2 / 2 / 2 / 3;
  }
  .events .sec5 {
    grid-area: 3 / 1 / 3 / 1;
  }
  .e-info.first h3 {
    padding-top: 1.75rem;
  }
  .events .row .slick-events > div:nth-last-child(-n + 2) {
    display: none;
  }
  .side-banners span {
    display: none;
  }
}
@media (max-width: 991px) {
  .side-banners a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    background-color: rgb(77 77 77 / 74%);
    color: #ffffff;
    padding: 0.4rem 1rem;
    width: auto;
    max-width: 180px; 
    min-width: 45px;
    height: 40px;
    border-radius: 25px 0 0 25px; 
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  .side-banners span {
    display: inline-block !important;
    font-size: 0.85rem;
    font-weight: 600;
    margin-right: 10px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }

  .side-banners a img {
    width: 20px;
    height: auto;
    margin: 0;
    filter: brightness(0) invert(1); 
  }

}
@media (max-width: 700px) {
  .services-slick > div {
    flex: 1 0 33%;
  }
}

@media (max-width: 767px) {
  .apps .links a:first-child {
    margin-bottom: 10px;
  }
  .articles .sec:first-child,
  .articles .sec {
    height: auto;
    aspect-ratio: unset;
  }
  .searching-wrap {
    position: absolute;
    top: 130px;
  }

  .fast-navigation select {
    width: 195px;
  }
  .quick button.bott {
    border-color: var(--prime1);
  }

  .intro p {
    font-size: calc(5.75vw + 16px);
  }
  .intro span {
    right: 2.5rem;
    font-size: calc(0.5vw + 16px);
  }
}

@media (max-width: 650px) {
  .fast-navigation select {
    width: 185px;
  }
  .fast-navigation button {
    width: 95px;
  }

  .apps {
    margin-block: 1rem;
  }
  .apps .inner > div:last-child,
  .apps .inner > div:first-child {
    max-width: 100%;
  }
  .apps h2 {
    font-size: calc(7vw + 16px);
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .apps h2 + p {
    text-shadow: 2px 2px 3px rgb(6, 107, 57);
    font-size: calc(2vw + 16px);
  }
  .apps .links {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
  }

  .apps .inner > div:first-child::after {
    position: relative;
    display: block;
    left: unset;
    transform: unset;
    margin: auto;
    inset: 0;
    width: 248px;
    background-position: 0 20px;
  }

  .apps .inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .cover {
    margin-bottom: 11.5rem;
    min-height: 400px;
  }
  .side-banners {
    top: 17rem;
  }

  .side-banners a img {
    margin-left: 2px;
  }
  .searching-wrap {
    height: 100%;
  }
  .searching-wrap .wrap input {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .searching-form {
    max-width: 340px;
    margin-top: 7rem;
  }
  main .searching button {
    width: 110px;
  }
  main .searching button > span {
    font-size: 1.2rem;
  }
  .oo {
    color: var(--prime1);
    margin-top: -0.8rem;
    b {
      background-color: var(--prime1);
    }
  }

  .fast-navigation {
    height: 225px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  }
  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    float: inline-start;
  }
  .fast-navigation select {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .intro p {
    font-size: calc(7.75vw + 16px);
  }
  .intro span {
    bottom: -5px;
    right: 1.9rem;
    font-size: 1rem;
  }
}

@media (max-width: 390px) {
  .events .row .slick-events {
    display: flex;
    flex-direction: column;
  }
  .services-slick > div {
    flex: 1 0 43%;
  }
  .moked {
    order: -1;
  }
}
