body {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding-left: 1.5rem;
  position: relative;
}



.frame {
  margin: unset;
  margin-right: auto;
  border-radius: 0;
  width: 100vw;
  box-shadow: none;
}

.header {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  width: var(--hpwidth);
  right: auto;
  left: 0;
}

/* @media (min-width: 1200px) {
  .header nav > ul {
    padding-right: 70px;
  }
} */

:root {
  --min-height: 720px;
}

main {
  height: calc(100vh - 4rem);
  min-height: var(--min-height);
  border-radius: 40px;
  overflow: hidden;
  width: var(--hpwidth);
  margin: unset;
  margin-right: auto;
  margin-bottom: 2rem;
  box-shadow:
    inset 0 35px 44px rgb(0 0 0 / 68%),
    inset 0 48px 56px rgb(34 34 34 / 93%);
}

@media (min-width:1350px) {
  body:has(.hpmenu.open) {
    --hpwidth: 91.5vw;
  }
}

@media (max-width:1349px) {
  body:has(.hpmenu.open) {
    --hpwidth: 89.5vw;
  }
}

.cover {
  position: relative;
  min-height: var(--min-height);
}

@media (min-width: 992px) {
  .cover {
    height: 94vh;
  }
}

.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;
}

.welcome {
  text-align: center;
  padding-top: 6.8rem;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;

  & .top {
    margin-bottom: 1.52rem;
  }

  & .top span {
    display: inline-block;
    font-size: calc(2vw + 16px);
    font-weight: 300;
    padding-bottom: 8px;
  }

  & img {
    width: 460px;
  }
}

.quick {
  display: block;
}

/* Fast Nav */

.fast-navigation {
  isolation: isolate;

  width: 100%;
  display: flex;
  position: relative;
  top: 0;
  background: #ffffff72;
  backdrop-filter: blur(1px);
  border-radius: 100vw;
  height: auto;
  z-index: 9;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border: 2px solid var(--prime3);
}

.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 > label,
.fast-navigation > select,
.fast-navigation > span {
  float: right;
  display: block;
}

.fast-navigation .smart-nav-submit {
  border: 0;
  border-radius: 100vw;
  height: 110px;
  aspect-ratio: 1;
  color: #fff;
  /* background-color: #ffffff87; */
  display: flex;
  /* backdrop-filter: blur(1px); */
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  top: 85px;
  margin: auto;
  border: 1px solid transparent;
  /* border-bottom: 1px solid var(--prime3); */
  background-color: transparent;

  &:hover i {
    background-color: var(--prime4);
  }

  & i {
    position: relative;
    z-index: 2;
    font-size: calc(0.5vw + 16px);
    margin-inline: 0;
    width: 68px;
    height: 68px;
    background-color: var(--prime6);
    border-radius: 100vw;
    display: grid;
    place-content: center;
  }

  & span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100vw;
    width: 90px;
    height: 90px;
  }
}

.fast-navigation .btn-shadow {
  width: 112px;
  border-radius: 100vw;
  aspect-ratio: 1;
  margin: auto;
  content: "";
  position: absolute;
  inset: 0;
  margin-top: 38px;
  z-index: 0;
  background-color: rgb(102 102 102 / 95%);
  backdrop-filter: blur(8px);
  -webkit-mask-image: radial-gradient(circle at 50% 50%,
      transparent 100px,
      black 101px);
  mask-image: radial-gradient(circle at 50% 50%, black 6px, black 101px);

  & svg.ring {
    transform: rotate(186deg);
  }
}

.fast-navigation label {
  margin-top: 17px;
  margin-bottom: 0;
  margin-right: 3.5rem;
  position: absolute;
  font-size: 16px;
  color: var(--prime2);
  font-weight: 500;
}

.fast-navigation .smart-nav-sub label {
  margin-right: unset;
  left: 50px;
}

.fast-navigation select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2010%206%27%3E%3Cpolygon%20points%3D%271.5%2C1%208.5%2C1%205%2C4.5%27%20fill%3D%27black%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left 1.75rem center;
  background-position: 47px 52px;
  background-size: 8px 8px;
}

select::-ms-expand {
  display: none;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  border: none;
  border-radius: 10px;
  width: 380px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 0 100vw 100vw 0;

  padding: 2.1rem 3.5rem 1rem;
}

.fast-navigation select#smart_nav_select {
  background-position: left 2.75rem center;
  margin-left: 14px;
}

.fast-navigation label[for="mobile_smart_nav_select"] {
  margin-top: -42px;
  margin-right: 87px;
}

.fast-navigation .smart-nav-sub select {
  border-radius: 100vw 0 0 100vw;
}

@media (min-width: 992px) and (max-width: 1600px) {
  .fast-navigation .btn-shadow {
    margin-top: 37px;
  }

  .fast-navigation .smart-nav-submit {
    top: 80px;
  }
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  position: absolute;
  padding: 0.7rem;
  background: var(--prime2);
  bottom: 0;
  /* top: calc(100vh - 115px); height: 1rem;*/
  left: 0;
  width: 100%;

  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #fff;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news h2 {
  background: var(--prime2);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 0m;
  z-index: 5;
}

.news h2 a {
  color: #fff;

  &:hover {
    color: var(--prime5);
  }
}

@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: #fff;
}

.bn-news ul li a:hover {
  color: #fff;
  text-decoration: underline;
  color: var(--prime5);
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: bold;
}

.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: 0;
  background: var(--prime2);
  color: #fff;
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: #fff;
}

.bn-play::after {
  border-left-color: #fff;
}

.bn-controls button:hover {
  background-color: var(--prime5);
  color: var(--prime2);
}



/**/

.services {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  & .widebtn {
    bottom: 14.5%;
    left: 13%;
    position: absolute;
    background-color: var(--prime4);
    padding: 0.15rem 1.42rem 0.15rem 6rem;
    cursor: pointer;
    border-radius: 100vw;
    color: #fff;
    font-size: calc(1.5vw + 16px);
    font-weight: 350;
    display: flex;
    gap: 1rem;
    transition: all 0.2s ease;
    transform-origin: left;

    &:hover {
      background-color: var(--prime2);
    }
  }

  & .widebtn img {
    width: 50px;
  }

  & .wrapper {
    position: relative;
    flex-direction: column;
    z-index: 10;
    width: 58vw;
    margin-inline: auto;
    padding: 1.52rem;
    background-color: rgb(from #707070 r g b / 0.7);
    font-size: calc(0.5vw + 16px);
    backdrop-filter: blur(5px);
    border-radius: 35px;
    margin-top: 3.7rem;
    min-height: 275px;

    display: none;
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.5s ease;
  }

  & .wrapper.show {
    display: flex;
  }

  & .wrapper.show.in {
    opacity: 1;
    transform: translateY(0);
  }

  & .up {
    position: relative;
    width: 90%;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 500;
    font-size: calc(1.25vw + 16px);

    & .close {
      opacity: 1;
      color: #fff;
      float: unset;
      position: absolute;
      left: 10px;
      top: 10px;
    }
  }

  & .services-slick {
    height: 100%;
    inset: 0;
    margin: auto;
    width: 87%;
  }

  & .services-slick a {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
  }

  & .services-slick img {
    aspect-ratio: 1;
    height: 75px;
    object-fit: cover;
  }
}

.dark-arrows .slick-arrow {
  z-index: 10;
  background-color: rgb(from #fff r g b / 0.28);
  border-radius: 100vw;
  height: 30px;
  width: 30px;
  display: grid;
  place-content: center;

  &::before {
    color: #c028a5;
    font-size: 1.5rem;
  }
}

[dir="rtl"] .slick-next {
  left: -1rem;
}

[dir="rtl"] .slick-prev {
  right: -1rem;
}

.leaf {
  position: absolute;
  filter: drop-shadow(12px 11px 5px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(12px 11px 5px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(12px 11px 5px rgba(0, 0, 0, 0.3));

  &.right {
    bottom: 3rem;
    right: -10px;
  }

  &.left {
    bottom: 3rem;
    left: -16px;
    height: 240px;
    width: 350px;
  }
}

.socials ul {
  top: 175px;

  & li {
    left: -84%;
  }

  & a {
    padding: 5px 3px;
  }
}

@media (max-width: 991px) {
  .socials {
    display: block;
    top: 240px;
  }

  .socials ul {
    top: 49px;
  }

  .socials.open li {
    left: 0;
  }
}

.footer-section {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
}

.footer {
  display: none;
}

@media (max-width: 1199px) {
  :root {
    --hpwidth: 100vw;
  }

  .header {
    justify-content: flex-end;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .hpmenu {
    display: none;
  }

  .news {
    border-radius: 0;
  }

  main {
    border-radius: 0;
    width: 100vw;
  }

  .services {
    & .widebtn {
      left: 20%;
    }
  }
}

@media (min-width: 1199px) and (max-width: 1600px) {
  :root {
    --hpwidth: 96.5vw;
  }
}

@media (min-width: 992px) and (max-height: 840px) {
  .services {
    & .up {
      font-size: calc(1.05vw + 16px);
    }

    & .widebtn {
      left: 10%;
    }

    & .services-slick img {
      height: 59px;
    }

    & .services-slick a {
      gap: 0.25rem
    }

    & .wrapper {
      min-height: 195px;
    }
  }

  .leaf {
    &.right {
      height: 274px;
      width: 189px;

      & img {
        width: 100%;
      }
    }

    &.left {
      height: 160px;
      width: 240px;
    }
  }
}

@media (min-width: 992px) and (max-height: 780px) {
  :root {
    --min-height: 540px;
  }

  body {
    margin-top: 0.25rem;
  }

  main {
    height: auto;
  }

  .welcome {
    & .top {
      margin-bottom: 0;
    }

    & .top span {
      font-size: calc(1.3vw + 16px);
    }

    & img {
      width: 345px;
    }
  }

  .services .wrapper.show.in {
    margin-top: 0rem;
  }

  .services .widebtn {
    bottom: 22.5%;
    font-size: calc(0.9vw + 16px);

    & img {
      width: 32px;
    }
  }

  .srv-list ul {
    & img {
      width: 22px;
    }
  }

  .fast-navigation select {
    padding: 1.5rem 3.5rem 1rem;
    font-size: 22px;
  }

  .fast-navigation label {
    margin-top: 7px;
    font-size: 15px;
  }

  .fast-navigation .btn-shadow {
    width: 100px;
    margin-top: 33px;
  }

  .fast-navigation .smart-nav-submit {
    top: 74px;

    & span {
      width: 82px;
      height: 82px;
    }
  }


}

@media (max-width: 991px) {
  body {
    padding-left: 0;
  }

  .footer-section {
    position: relative;
  }

  .cover .toggle-slick {
    display: none;
  }

  .welcome {
    padding-top: 9rem;
  }

  main {
    height: auto;
  }

  .fast-navigation {
    flex-direction: column;
    border-radius: 0;
    min-width: 320px;
    max-width: 75%;
    inset: 0;
    margin: auto;

    margin-top: 35px;
  }

  .fast-navigation select {
    padding-right: 0;
    margin-bottom: 10px;
    border-radius: 0;
    text-align: center !important;
    width: 100%;
    margin: auto;
    padding-inline: 2rem;
    display: block;
  }

  .fast-navigation .smart-nav-sub select {
    border-radius: 0;
    margin-bottom: 0;
    padding-inline: 2rem;
  }

  .fast-navigation .smart-nav-sub {
    padding-bottom: 2.7rem;
    margin-top: 10px;
    background-color: #fff;
  }

  .fast-navigation label {
    margin-inline: unset;
    right: 50%;
    transform: translateX(50%);
  }

  .fast-navigation .btn-shadow {
    width: 100px;
    margin-top: 179px;
  }

  .fast-navigation .smart-nav-submit {
    & span {
      width: 75px;
      height: 75px;
    }
  }

  .fast-navigation .smart-nav-submit i {
    width: 59px;
    height: 59px;
    font-size: calc(1.3vw + 16px);
  }

  .fast-navigation .smart-nav-submit {
    top: 220px;
  }

  .fast-navigation select#smart_nav_select {
    margin-left: 0;
    margin-inline: auto;
  }

  .fast-navigation .smart-nav-submit {
    & i {
      font-size: calc(1.8vw + 16px);
    }
  }

  .fast-navigation select:not([multiple]):not([size]) {
    background-position: 2.25rem center;
  }

  .fast-navigation select#smart_nav_select {
    background-position: left 2.25rem center;
  }

  .leaf {
    display: none;
  }

  .services {
    & .widebtn {
      display: none;
    }
  }
}

@media (max-width: 767px) {
  .socials {
    top: 97px;
  }

  .welcome {
    & img {
      max-width: 340px;
    }
  }
}

@media (max-width: 360px) {
  .welcome {
    & img {
      max-width: 300px;
    }
  }
}