@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Light-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Medium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Bold-Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Korolev";
  src: url("../fonts/Korolev-Heavy-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

html.new-css * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Korolev", sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--primary-text);
}

html.new-css {
  --primary: #00a478;
  --secoundary: #003d22;
  --primary-text: #1d1813;
  --sub-text: #1d1813;
  --border: 1px solid #00000024;
  --lite-border: 1px solid #0000000b;
}

.new-css [class*="grid"] {
  display: grid;
}

.new-css .align-center {
  align-items: center;
}

html.new-css {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  position: relative;
}

.new-css body {
  -webkit-text-size-adjust: 100%;
}

.new-css :is(p, a, input, select, textarea, button) {
  font-size: 1.6rem;
  font-weight: 500;
}

.new-css p {
  color: var(--sub-text);
  line-height: 1.7;
  font-weight: 300;
}

.new-css :is(h1, h2, h3, h4, h5, h6) {
  text-transform: uppercase;
  font-weight: 400;
}

.new-css img,
.new-css video {
  max-width: 100%;
}

.new-css .container {
  max-width: 1440px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}

.new-css button {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 1rem;
  background: var(--primary);
  color: white;
  border: 1px solid var(--primary);
  text-transform: capitalize;
  line-height: 1;
  transition: 0.3s;
}

.new-css button:hover {
  background: var(--primary) !important;
  color: white !important;
  border-color: var(--primary) !important;
}

.new-css button i svg path {
  stroke: var(--primary) !important;
}

.new-css button i svg {
  height: 1.6rem !important;
  width: unset !important;
}

.new-css button.empty:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.new-css main button.empty:hover {
  background: var(--primary) !important;
}

.new-css button.empty:hover {
  background: var(--primary);
  color: white;
}

.new-css button:hover svg path {
  stroke: white !important;
}

.new-css button.learn {
  transition: 0.1s;
}

.new-css button.learn:hover {
  padding-bottom: 0.5rem;
}

.new-css button.empty {
  background: transparent;
  color: var(--primary-text);
}

.new-css button.learn {
  border: none;
  border-bottom: 3px solid var(--primary);
  background: none;
  padding: 0;
  border-radius: 0;
  color: var(--primary-text);
}

.new-css section {
  padding: 8rem 0;
}

.new-css body {
  position: relative;
}

.new-css main {
  position: relative;
  min-height: 100dvh;
  height: 80rem;
  overflow: hidden;
}

.new-css main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#1d18132f, #1d1813);
  z-index: 1;
}

.new-css main .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-css main .container {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: 100%;
}

.new-css main .content {
  max-width: 65rem;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  position: absolute;
  bottom: 8rem;
  left: 5rem;
}

.new-css main .content :is(h1, span, div) {
  font-size: 7.6rem;
  color: white;
  line-height: 1;
}

.new-css main .content p {
  color: white;
  font-weight: 300;
}

.new-css main .content .cta {
  display: flex;
  gap: 1.5rem;
}

.new-css main .content button {
  border-color: white;
  background: white;
  color: var(--primary-text);
  height: 5.5rem;
}

.new-css main .content button.empty {
  background: none;
  color: white;
}

.new-css .grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

.new-css .block h2 {
  font-size: 4rem;
  line-height: 1.1;
}

.new-css .block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@keyframes rev {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes rev1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes rev2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.new-css .list-url {
  right: 13rem;
}

.new-css #background-video {
  display: none;
}

.new-css .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.new-css .title h2 {
  font-size: 5rem;
}

/* slider 1 */
.new-css .slider-sec .title {
  padding: 0 5rem;
}

.new-css .slick-list.draggable {
  padding: 0 5rem;
}

.new-css.new-css .cstm-slider-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.new-css .cstm-slider-nav button {
  background: none;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000024;
}

.new-css .cstm-slider-nav button i {
  color: var(--primary-text);
  font-size: 2.5rem;
}

.new-css .cstm-slider-nav button:hover {
  background: var(--primary-text) !important;
  border-color: var(--primary-text) !important;
}

.new-css .cstm-slider-nav button:hover i {
  color: white !important;
}

.new-css .card-1 {
  border: var(--border);
  position: relative;
  aspect-ratio: 1/1 !important;
  overflow: hidden;
  margin: 0 0.5rem !important;
  max-width: 45rem;
  width: 100% !important;
}

.new-css .card-2 {
  position: relative;
  overflow: hidden;
  margin: 0 0.5rem !important;
  max-width: 45rem;
  width: 100% !important;
  padding: 3rem;
  background: white;
  border: var(--lite-border);
  border-radius: 2rem;
  box-shadow: rgba(149, 157, 165, 0.058) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.new-css .card-2 span {
  font-size: 1.6rem;
  color: var(--primary);
  text-transform: uppercase;
}

.new-css .card-2 p {
  line-height: 1.3;
}

.new-css .card-2 .ico {
  background: var(--primary);
}

.new-css .card-2 .ico i {
  color: white;
}

.new-css .card-2 h3 {
  font-size: 3rem;
  text-transform: capitalize;
  line-height: 1.1;
}

.new-css .card-3 {
  position: relative;
  overflow: hidden;
  margin: 0 0.5rem !important;
  max-width: 45rem;
  width: 100% !important;
  padding: 3rem;
  background: white;
  border: var(--lite-border);
  border-radius: 2rem;
  box-shadow: rgba(149, 157, 165, 0.058) 0px 8px 24px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.5rem;
  padding-bottom: 0;
  height: 100%;
  aspect-ratio: 1/1.3;
}

.new-css .card-3.bg {
  background: var(--primary-text);
}

.new-css .card-3.bg :is(h3, p) {
  color: white;
  line-height: 1.1;
}

.new-css .card-3 img {
  height: 30rem;
  display: block;
  margin: auto;
}

.new-css .card-3 .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.new-css .card-3 .content h3 {
  font-size: 3rem;
}

.new-css .card-3 span {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300;
}

.new-css .btm-btn {
    padding: 0 5rem;
    display: flex;
    align-items: center; /*centere;*/
    justify-content: center;
}

.new-css .slick-track {
  padding-bottom: 5rem !important;
}

.new-css .card-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-css .card-1 .tag {
  font-size: 2rem;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: var(--secoundary);
  padding: 0.5rem 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}

.new-css section.bg-full-height {
  height: 100dvh;
  position: relative;
  background: var(--primary-text);
  padding: 0;
}

.new-css section.bg-full-height .bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  opacity: 0.2;
}

.new-css section.bg-full-height .content {
  position: absolute;
  left: 5rem;
  bottom: 5rem;
  max-width: 65rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.new-css section.bg-full-height .content :is(p, h2) {
  color: white;
}

.new-css section.bg-full-height .content h2 {
  font-size: 5rem;
}

.new-css .content .status {
  display: flex;
  align-items: center;
  gap: 5rem;
  text-align: center;
  margin-top: 3rem;
}

.new-css .content .status span {
  color: white;
}

.new-css .status h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.new-css .status i {
  color: var(--primary);
}

.new-css .points .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: unset;
  margin: unset;
}

.new-css .space {
  padding: 5rem 0;
}

.new-css .title.title-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-css .points .title h2 {
  font-size: 3rem;
}

.new-css .points .point {
  display: grid;
  grid-template-columns: 60rem 1fr;
  padding: 5rem 0;
  align-items: flex-start;
  border-bottom: var(--border);
}

.new-css .points .point:last-child {
  border: unset;
}

.new-css .ico {
  width: 5rem;
  aspect-ratio: 1/1;
  border: var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-css .ico i {
  font-size: 3rem;
  color: var(--primary);
}

.new-css .content h2 {
  font-size: 5rem;
}

.new-css .grid-2.adj {
  grid-template-columns: 1fr 2fr;
}

.new-css section.cta-bg {
  background: var(--secoundary);
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
}

.new-css section.cta-bg .img {
  position: absolute;
  width: 40%;
  right: 10%;
  transform: translateY(-40%) rotate(-41deg);
  filter: drop-shadow(0 0 100px #00a444);
}

.new-css .content-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  width: 50%;
}

.new-css .content-block :is(h2, div) {
  font-size: 6rem;
  color: white;
  font-weight: 300;
  line-height: 1.1;
  text-transform: capitalize;
}

.new-css .content-block p {
  color: white;
}

.new-css section.cta-bg button {
  background: white;
  color: var(--secoundary);
  border-color: unset;
}
.new-css .cta-2 .content-block {
  text-align: center;
  align-items: center;
  margin: auto;
}

.new-css .p-0 {
  padding: 0 !important;
  margin-bottom: -0.5rem;
}

.new-css .layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.new-css .layout .frame {
  width: 100%;
  aspect-ratio: 16/5;
  overflow: hidden;
}

.new-css .layout .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-css .grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.new-css .card-4 {
  width: 100%;
  aspect-ratio: 1/1.3;
  overflow: hidden;
  border-radius: 3rem;
  position: relative;
}

.new-css .card-4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(#1d181300, #1d1813);
  height: 50%;
}

.new-css .card-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-css .card-4 .ico {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: white;
  border: unset;
  cursor: pointer;
}

.new-css .card-4 h3 {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: white;
  font-size: 2.3rem;
}

.new-css .sub {
  font-size: 2.3rem;
  text-transform: unset;
}

.new-css .grid-2.overlay {
  gap: 0;
  align-items: center;
  position: relative;
}

.new-css .grid-2.overlay .frame {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.new-css .grid-2.overlay .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

    .new-css .grid-2.overlay .content {
        position: relative;
        padding: 5rem;
        width: calc(100% + 5rem);
        /*background: var(--primary);*/
        background: #003d22;
        left: -5rem;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

.new-css .grid-2.overlay .content h3 {
  font-size: 3rem;
}

.new-css .grid-2.overlay .content :is(h3, p) {
  color: white;
}

.new-css .grid-2.overlay.alt .content {
  right: -5rem;
  left: unset;
}

.new-css section.bg-2 {
  background: var(--primary);
}

.new-css section.bg-2 :is(.title h2, .title p, .title a, .title i) {
  color: white;
}

.new-css .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.new-css .card-grid .card {
  background: white;
  padding: 5rem;
  border-bottom: var(--lite-border);
  border-right: var(--lite-border);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.new-css .card-grid .card:nth-child(3),
.new-css .card-grid .card:nth-child(4) {
  border-bottom: unset;
}

.new-css .card-grid .card h3 {
  font-size: 3rem;
}

.new-css .grid-2 .card-l {
  padding: 3rem;
  border: var(--border);
  border-radius: 2rem;
}

@media (max-width: 1080px) {
  html.new-css {
    font-size: 50%;
  }
}

@media (max-width: 860px) {
  html.new-css {
    font-size: 40%;
  }
}

@media (max-width: 660px) {
  html.new-css {
    font-size: 62%;
  }

  .new-css .fix {
    grid-area: 1 / 1 / 2 / 2;
  }

  .new-css [class*="grid"],
  footer .container {
    grid-template-columns: 1fr;
  }

  .new-css .container {
    padding: 0 1.5rem;
  }

  html.new-css::before,
  html.new-css::after {
    display: none;
  }

  .new-css main {
    height: 100%;
    padding: 5rem 0;
    padding-top: 12rem;
  }

  .new-css main .content h1 {
    font-size: 4rem;
  }

  .new-css main .content .cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .new-css main .content .cta button {
    width: 100% !important;
  }

  .new-css .block h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .new-css .fixed-bg .content h2 {
    font-size: 4rem;
  }

  .new-css .row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .new-css .newsletter {
    display: grid;
    grid-template-columns: 1fr;
  }

  .new-css .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .new-css .p-0 {
    gap: 1.5rem;
  }

  .new-css .content-block {
    width: 100%;
  }

  .new-css footer .footer-links {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .new-css main {
    min-height: unset;
    height: 100%;
  }

  .new-css main .content {
    max-width: 100%;
    position: unset;
  }

  .new-css main .container {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .new-css main .content :is(h1, div) {
    font-size: 5rem;
  }

  .new-css .slick-list.draggable {
    padding-left: 2rem;
  }

  .new-css .title {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .new-css .space {
    padding: 1.5rem;
  }

  .new-css .card-grid .card {
    padding: 3rem;
  }

  .new-css section.bg-full-height .content h2 {
    font-size: 3rem;
  }

  .new-css .card-1,
  .new-css .card-2,
  .new-css .card-3 {
    max-width: 30rem;
  }

  .new-css .card-3 .content h3 {
    font-size: 2rem;
  }

  .new-css .card-2 {
    aspect-ratio: 1/1.3;
  }

  .new-css .quote br {
    display: none;
  }

  .new-css .card-2 h3 {
    font-size: 2rem;
  }

  .new-css .slider-sec .title {
    padding: 0;
    align-items: center;
  }

  .new-css .grid-2.adj {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .new-css .content h2 {
    font-size: 3rem;
  }

  .new-css section.bg-full-height {
    height: 100%;
  }

  .new-css .title h2 {
    font-size: 3.5rem;
  }

  .new-css .points .point {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .new-css .content .status {
    flex-direction: column;
    margin: auto;
  }

  .new-css section.bg-full-height .content {
    position: unset;
    left: 0;
    padding: 5rem 2rem;
  }

  .new-css .content-block :is(h2, div) {
    font-size: 3rem;
  }

  .new-css section.cta-bg .img {
    user-select: none;
    width: 80%;
    opacity: 0.3;
  }

  .new-css .grid-2 {
    gap: 1.5rem;
  }

  .new-css .content-block {
    z-index: 99;
    position: relative;
  }

  .new-css .title {
    flex-direction: column;
  }

  .new-css .grid-2.overlay .content {
    width: 100%;
    left: unset;
    padding: 3rem;
  }

  .new-css .grid-2.overlay.alt .content {
    right: unset;
  }
}

/* button fix for carousel */

.new-css .cstm-slider-nav i {
    background: none;
    width: 5rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000024;
    font-size: 2.5rem;
    transition: 0.3s;
    cursor: pointer;
}

    .new-css .cstm-slider-nav i:hover {
        background: var(--primary-text) !important;
        border-color: var(--primary-text) !important;
        color: white;
    }