.first {
  margin: 0;
  padding: 0;
  padding-top: 150px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  z-index: 1;
  flex-direction: column;
  overflow-x: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.first::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
  background: none;
}

.first video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.first > *:not(video.bg-video) {
  position: relative;
  z-index: 1;
}


.first h1 {
  font-family: 'Mongolian Baiti', serif;
  font-size: 90px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  padding-bottom: 60px !important;
  padding: 0 20px;
}

.first h1 span {
  color: #FFC616;
}


.first p {
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
  padding-bottom: 120px ;
  max-width: 1500px;
  line-height: 1.4;
}


.getstarted {
  padding: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
}


.btn-getstarted {
  outline: none;
  cursor: pointer;
  border: none;
  text-decoration: none;
  padding: 15px 80px;
  margin: 0;
  font-family: inherit;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  border-radius: 50px;
  overflow: hidden;
  background: #151516;
  color: #000;
  transition: all 0.3s ease;
}

.btn-getstarted span {
  position: relative;
  z-index: 2;
  transition: color 0.6s;
}

.btn-getstarted:hover span {
  color: #fff;
}

.btn-getstarted::before,
.btn-getstarted::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-getstarted::before {
  content: "";
  background: #fff;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.6s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn-getstarted:hover::before {
  transform: translate3d(100%, 0, 0);
}


.earn {
  padding: 45px 0 !important;
  background-color: #FFC616;
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.earn-inner {
  display: flex;
  width: max-content;
  animation: earn-scroll 20s linear infinite;
  gap: 100px;
  align-items: center;
}

.earn-inner p {
  font-size: 40px;
  padding: 0;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}

@keyframes earn-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


.second {
  background-color: #151516;
  padding: 100px 93px;
  text-align: left;
}

.second p {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0 !important;
  max-width: 100% !important;
}

.second p span {
  font-weight: 700;
  font-size: 45px;
}


.third {
  display: flex;
  justify-content: center;
  padding: 100px 93px;
  padding-top: 0;
}


.blue-fon {
  justify-content: center;
  align-items: center;
  background-color: #2A8BFF;
  width: 990px;
  padding-left: 93px;
  padding-top: 100px;
  padding-right: 40px;
}

.blue-fon h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.blue-fon p {
  padding-top: 60px;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  margin: 0;
  line-height: 1.6;
}


.blue-fon .btn-port.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  min-width: 12rem;
  border-radius: 55px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0px 70px;
  transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  overflow: hidden;
  border: 1px solid #fff;
  margin-top: 100px;
}

.blue-fon .btn-port.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 1.625rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.blue-fon .btn-port.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.blue-fon .btn-port.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.blue-fon .btn-port.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  transform: rotate(45deg);
}

.blue-fon .btn-port.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: inherit;
  line-height: 1.6;
  text-align: center;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 1px;
  z-index: 1;
}

.blue-fon .btn-port.learn-more:hover .circle {
  width: 100%;
}

.blue-fon .btn-port.learn-more:hover .circle .icon.arrow {
  background: #000;
  transform: translate(1rem, 0);
}

.blue-fon .btn-port.learn-more:hover .button-text {
  color: #000;
}


.black-fon {
  background-color: #222223;
  width: 935px;
  padding: 70px 100px 0 100px;
}

.black-fon h2 {
  font-size: 40px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.black-fon h3 {
  font-size: 35px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  font-weight: 600;
}

.black-fon li {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 30px;
  color: #fff;
  line-height: 1.6;
  list-style: outside;
}

.black-fon li span {
  font-weight: 700;
  color: #fff;
}


.fourth {
  background-color: #151516;
  padding: 100px 100px;
  padding-top: 0;
}

.fourth .sqrt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.fourth .sqrt h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding-bottom: 80px;
  text-transform: uppercase;
  width: 100%;
}


.fourth .left,
.fourth .right {
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex: 1;
}

.fourth .flexibility,
.fourth .AI-innov,
.fourth .Support,
.fourth .High-Demand {
  background-color: #222223;
  padding: 30px 40px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1;
  min-width: 0;
}

.fourth .flexibility:hover,
.fourth .AI-innov:hover,
.fourth .Support:hover,
.fourth .High-Demand:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.fourth .flexibility img,
.fourth .AI-innov img,
.fourth .Support img,
.fourth .High-Demand img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 15px;
}

.fourth .flexibility h2,
.fourth .AI-innov h2,
.fourth .Support h2,
.fourth .High-Demand h2 {
  gap: 150px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.fourth .flexibility p,
.fourth .AI-innov p,
.fourth .Support p,
.fourth .High-Demand p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}


.five {
  background-color: #151516;
  padding: 100px 0;
  padding-top: 70px;
  
  position: relative;
  overflow: hidden;
}

.five h2 {
  font-size: 50px;
  padding-left: 93px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 80px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.five .carou {
  display: flex;
  transition: transform 0.5s ease-in-out;
  touch-action: pan-y;
  gap: 0;
  padding-left: 93px;
}


.five .comm,
.five .transp,
.five .avg,
.five .mark,
.five .compl {
  max-width: 600px;
  background-color: #222223;
  padding: 20px 10px;
  padding-top: 0px;
  text-align: center;
  flex: 0 0 auto;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 50px;
}

.five .comm:hover,
.five .transp:hover,
.five .avg:hover,
.five .mark:hover,
.five .compl:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}


.five .comm img:first-child,
.five .transp img:first-child,
.five .avg img:first-child,
.five .mark img:first-child,
.five .compl img:first-child {
  max-width: 600px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.five #img {
    max-width: 300px !important;
}


.five .comm p,
.five .transp p,
.five .avg p,
.five .mark p,
.five .compl p {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}


.five .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 10;
}

.five .carousel-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.five .carousel-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.five .carousel-prev {
  left: 20px;
}

.five .carousel-next {
  right: 20px;
}

.six {
  background: #151516;
}

.six h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  padding-left: 93px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.six .steps-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  padding-top: 100px;
}

.steps-top{
  display: flex;
  gap: 0px !important;
  justify-content: space-evenly;
}

.six .steps-bottom {
  display: flex;
  justify-content: center;
  gap: 100px !important;
}

.six .steps-line {
  height: 100px;
  display: flex;
  align-items: center;
}

.six .steps-line img {
  object-fit: fill;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.six .steps-top .step-number,
.six .steps-bottom .step-description {
  text-align: center;
}

.six .step-number {
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 12px 0;
}


.six .step-number.blue { color: #2A8BFF; }
.six .step-number.magenta { color: #B946FF; }
.six .step-number.red { color: #FF3B47; }
.six .step-number.yellow { color: #FFC616; }

.six .step-description {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin: 14px 0 0 0;
  max-width: 320px;
  justify-self: center;
}


.get-mat {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.btn-get-materials {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  min-width: 12rem;
  border-radius: 55px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0px 70px;
  transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  overflow: hidden;
  border: 1px solid #fff;
}

.btn-get-materials .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 1.625rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.btn-get-materials .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.btn-get-materials .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.btn-get-materials .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  transform: rotate(45deg);
}

.btn-get-materials .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: inherit;
  line-height: 1.6;
  text-align: center;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 1px;
  z-index: 1;
}

.btn-get-materials:hover .circle {
  width: 100%;
}

.btn-get-materials:hover .circle .icon.arrow {
  background: #000;
  transform: translate(1rem, 0);
}

.btn-get-materials:hover .button-text {
  color: #000;
}


.seven {
  background: #151516;
  padding: 100px 93px 140px;
}

.seven .top {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.seven .contu h2 {
  color: #fff;
  font-size: 48px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

.seven .contu .learn-more { border-color: #fff; }

.seven .redy {
  background: #222223;
  border-radius: 16px;
  padding: 28px 32px;
}

.seven .redy p {
  color: #fff;
  font-size: 35px;
  margin: 0;
  line-height: 1.6;
}

.seven .redy p span { font-weight: 700; font-size: 45px; }

.seven .bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.seven .bot > div {
  background: #222223;
  border-radius: 16px;
  padding: 24px 28px;
}

.seven .bot h3 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.seven .bot p {
  color: #fff;
  font-size: 28px;
  line-height: 1.7;
  margin: 0;
}


.btn-port.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  min-width: 12rem;
  border-radius: 55px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0px 70px;
  transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  overflow: hidden;
  border: 1px solid #fff;
}

.btn-port.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 1.625rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.btn-port.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.btn-port.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.btn-port.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  transform: rotate(45deg);
}

.btn-port.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: inherit;
  line-height: 1.6;
  text-align: center;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 1px;
  z-index: 1;
}

.btn-port.learn-more:hover .circle { width: 100%; }
.btn-port.learn-more:hover .circle .icon.arrow { background: #000; transform: translate(1rem, 0); }
.btn-port.learn-more:hover .button-text { color: #000; }


@keyframes pulseBorder {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.18); }
  50% { box-shadow: 0 0 0 14px rgba(255,255,255,0); }
}

.seven .contu .btn-port.learn-more {
  animation: pulseBorder 2.6s ease-out infinite;
}


.eight {
  background: #151516;
  padding: 90px 93px 120px;
}

.eight h2 {
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  padding-bottom: 100px;
}

.eight-top, .eight-bot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.eight-bot {
  padding-bottom: 60px;
}

.eight li {
  color: #fff;
  font-size: 35px;
  line-height: 1.6;
  list-style-position: outside;
  padding-left: 20px;
  padding-bottom: 20px;
}

.eight ul { margin: 0; padding-left: 24px; }
.eight ul::marker { color: #fff; }

.logoss {
  margin-top: 26px;
  overflow: hidden;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.logoss-inner {
  display: flex;
  width: max-content;
  gap: 60px;
  align-items: center;
  animation: logos-scroll 30s linear infinite;
  padding: 14px 40px;
}

.logoss-inner img { 
  height: 40px; 
  width: auto; 
  flex-shrink: 0;
}

@keyframes logos-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-33.333% - 40px));
  }
}


@media (min-width: 1024px) and (max-width: 1439px) {
  .logoss-inner {
    animation: logos-scroll 40s linear infinite;
  }
}

@media (min-width: 1440px) and (max-width: 2559px) {
  .logoss-inner {
    animation: logos-scroll 50s linear infinite;
  }
}

@media (min-width: 2560px) {
  .logoss-inner {
    animation: logos-scroll 60s linear infinite;
  }
}


.calc { background:#151516; padding: 70px 93px 40px; }
.calc h2 { color:#fff; font-size:50px; text-transform:uppercase; margin:0 0 26px 0; text-align: center; }
.calcus { background:#222223; border-radius:14px; padding:26px; max-width:1200px; margin:0 auto; }
.calcus h3 { text-align:center; color:#fff; font-size:40px; margin:0 0 24px 0; font-weight: 500;}
.calc-grid { display:grid; grid-template-columns: 1fr 1.2fr; gap:30px; align-items:flex-start; }
.calc-label { color:#fff; font-size:30px; font-weight:500; display:block; margin-bottom:10px; }
.select-wrap { position:relative; width: 260px; }
.select-wrap select{ appearance:none; -webkit-appearance:none; -moz-appearance:none; width:100%; padding:10px 42px 10px 14px; border-radius:8px; border:none; background:#3a3a3b; color:#cfd0d1; font-size:20px; }
.select-caret{ position:absolute; right:12px; top:50%; transform:translateY(-50%); width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:7px solid #cfd0d1; pointer-events:none; }
.calc-total{ margin-top:100px; font-size:56px; font-weight:800; color:#7FDB57; }
.calc-field{ margin-bottom:24px; }
.calc-field-head{ display:flex; justify-content:flex-end; align-items:center; margin-bottom:30px; }
.calc-value{ color:#7FDB57; font-weight:800; font-size:30px; }
.range-minmax{ display:flex; justify-content:space-between; color:#cfd0d1; font-size:18px; margin-top:6px; }
.calc-right input[type="range"]{ -webkit-appearance: none; width:100%; height:30px; background:#555; border-radius:20px; outline:none; position:relative; --thumb: 40px; }
.calc-right input[type="range"]::-webkit-slider-thumb{ -webkit-appearance:none; appearance:none; width:40px; height:40px; border-radius:50%; background:#7FDB57; border:3px solid #cfd0d1; cursor:pointer; }
.calc-right input[type="range"]::-moz-range-thumb{ width:40px; height:40px; border-radius:50%; background:#7FDB57; border:3px solid #cfd0d1; cursor:pointer; }
.calc-right input[type="range"].filled{
  background: linear-gradient(to right, #7FDB57 var(--pos, 0%), #555 var(--pos, 0%));
}


.form { background:#151516; padding: 100px 93px; padding-top: 0; }
.form #form_phinex { max-width: 1400px; margin: 0 auto; }
.form .form-container.b2b{ background:#222223; border-radius:20px; padding: 40px; }
.form .form-container.b2b h2{ text-align:center; color:#fff; font-size:46px; margin:0 0 50px 0; }
.form .form-grid{ display:grid; grid-template-columns: 1.1fr 1fr; gap:40px; }
.form input, .form textarea{ width:93%; background:#3a3a3b; border:none; border-radius:20px; color:#fff; padding:22px 24px; font-size:20px; font-weight: 600; }
.form input + input{ margin-top:20px; }
.form .methods_c{ background:#3a3a3b; border-radius:20px; padding:20px 24px; margin-top:20px; width: 100%; box-sizing: border-box; }
.form .method_btns{ display:flex; flex-wrap:wrap; gap:32px; color:#fff; align-items:center; }
.form .method-c{ display:flex; align-items:center; gap:8px; white-space: nowrap; }
.form textarea{ height: 70%; min-height: 208px; resize: none; }
.form .submit-row{ margin-top:50px; }
.form .submit-row .send_r{ width:100%; border-radius:50px; border:1px solid #fff; background:transparent; color:#fff; font-size:28px; font-weight: 600; padding:20px; cursor:pointer; }
.form .submit-row .send_r:hover{ background:#fff; color:#000; }


@media (max-width: 1024px) {
  .first {
    padding-top: 120px;
  }
  
  .first h1 {
    font-size: 60px;
    padding-bottom: 40px !important;
    padding: 0 40px;
  }
  
  .first p {
    font-size: 32px;
    padding-bottom: 80px;
    max-width: 1200px;
    padding: 0 40px 80px 40px;
  }
  
  .getstarted {
    padding-bottom: 100px;
  }
  
  .btn-getstarted {
    font-size: 24px;
    padding: 12px 60px;
  }
  
  .earn-inner p {
    font-size: 28px;
    gap: 80px;
  }
  
  .second {
    padding: 80px 60px;
  }
  
  .second p {
    font-size: 22px;
  }
  
  .second p span {
    font-size: 35px;
  }
  
  .third {
    padding: 80px 60px;
    gap: 40px;
  }
  
  .blue-fon {
    width: 100%;
    padding: 80px 60px 80px 60px;
  }
  
  .blue-fon h2 {
    font-size: 25px;
  }
  
  .blue-fon p {
    font-size: 20px;
    padding-top: 40px;
  }
  
  .black-fon {
    width: 100%;
    padding: 60px 80px 0 80px;
  }
  
  .black-fon h2 {
    font-size: 25px;
  }
  
  .black-fon h3 {
    font-size: 28px;
  }
  
  .black-fon li {
    font-size: 18px;
    padding-bottom: 20px;
  }
  
  .fourth {
    padding: 80px 60px;
  }
  
  .fourth .sqrt h2 {
    font-size: 35px;
    padding-bottom: 60px;
  }
  
  .fourth .flexibility,
  .fourth .AI-innov,
  .fourth .Support,
  .fourth .High-Demand {
    padding: 25px 30px;
  }
  
  .fourth .flexibility h2,
  .fourth .AI-innov h2,
  .fourth .Support h2,
  .fourth .High-Demand h2 {
    font-size: 32px;
    padding-bottom: 25px;
    gap: 150px !important;
  }
  
  .fourth .flexibility p,
  .fourth .AI-innov p,
  .fourth .Support p,
  .fourth .High-Demand p {
    font-size: 26px;
  }
  
  .five {
    padding: 80px 0;
  }
  
  .five h2 {
    font-size: 40px;
    padding-left: 60px;
    margin-bottom: 60px;
  }
  
  .five .carou {
    padding-left: 60px;
  }
  
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    width: 350px;
    margin-right: 40px;
  }
  
  .five .comm p,
  .five .transp p,
  .five .avg p,
  .five .mark p,
  .five .compl p {
    font-size: 22px;
  }
  
  .six {
    padding: 80px 60px;
  }
  
  .six h2 {
    font-size: 40px;
    padding-left: 0;
  }
  
  .six .steps-container {
    gap: 60px;
    padding-top: 60px;
  }
  
  .steps-top {
    gap: 100px;
  }

  .steps-bottom {
    gap: 0px !important;
  }
  
  .six .step-number {
    font-size: 28px;
  }
  
  .six .step-description {
    font-size: 20px;
    max-width: 200px;
  }
  
  .btn-get-materials {
    font-size: 24px;
    padding: 0 50px;
  }
  
  .seven {
    padding: 80px 60px 100px;
  }
  
  .seven .top {
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .seven .contu h2 {
    font-size: 36px;
  }
  
  .seven .redy p {
    font-size: 20px;
  }
  
  .seven .redy p span {
    font-size: 36px;
  }
  
  .seven .bot {
    gap: 20px;
  }
  
  .seven .bot h3,
  .seven .bot p {
    font-size: 22px;
  }
  
  .eight {
    padding: 80px 60px 100px;
  }
  
  .eight h2 {
    font-size: 36px;
    padding-bottom: 80px;
  }
  
  .eight li {
    font-size: 28px;
    padding-bottom: 15px;
  }
  
  .calc {
    padding: 60px 60px 40px;
  }
  
  .calcus {
    padding: 30px;
  }
  
  .calcus h3 {
    font-size: 32px;
  }
  
  .calc-label {
    font-size: 24px;
  }
  
  .calc-total {
    font-size: 44px;
  }
  
  .calc-value {
    font-size: 24px;
  }
  
  .form {
    padding: 80px 60px;
  }
  
  .form .form-container.b2b h2 {
    font-size: 36px;
  }
  
  .form input,
  .form textarea {
    font-size: 18px;
    padding: 18px 20px;
  }
}


@media (max-width: 768px) {
  .first {
    padding-top: 100px;
  }
  
  .first h1 {
    font-size: 36px;
    padding-bottom: 30px !important;
    padding: 0 20px;
  }
  
  .first p {
    font-size: 20px;
    padding-bottom: 50px;
    padding: 0 20px 50px 20px;
  }
  
  .getstarted {
    padding-bottom: 60px;
  }
  
  .btn-getstarted {
    font-size: 18px;
    padding: 10px 40px;
  }
  
  .earn-inner p {
    font-size: 18px;
    gap: 60px;
  }
  
  .second {
    padding: 50px 30px;
  }
  
  .second p {
    font-size: 20px;
  }
  
  .second p span {
    font-size: 32px;
  }
  
  .third {
    padding: 50px 30px;
    gap: 0px;
  }
  
  .blue-fon {
    padding: 50px 30px;
  }
  
  .blue-fon h2 {
    font-size: 24px;
  }
  
  .blue-fon p {
    font-size: 18px;
    padding-top: 30px;
  }
  
  .blue-fon .btn-port.learn-more .button-text {
    font-size: 20px !important;
    padding: 0px !important;
    margin-top: 60px;
  }
  
  .black-fon {
    padding: 40px 30px 0 30px;
  }
  
  .black-fon h2 {
    font-size: 24px;
  }
  
  .black-fon h3 {
    font-size: 20px;
  }
  
  .black-fon li {
    font-size: 18px;
    padding-bottom: 15px;
  }
  
  .fourth {
    padding: 50px 30px;
  }
  
  .fourth .sqrt h2 {
    font-size: 28px;
    padding-bottom: 40px;
  }
  
  .fourth .left,
  .fourth .right {
    gap: 40px;
  }
  
  .fourth .flexibility,
  .fourth .AI-innov,
  .fourth .Support,
  .fourth .High-Demand {
    padding: 20px 25px;
  }
  
  .fourth .flexibility h2,
  .fourth .AI-innov h2,
  .fourth .Support h2,
  .fourth .High-Demand h2 {
    gap: 40px !important;
    font-size: 24px;
    padding-bottom: 20px;
  }
  
  .fourth .flexibility p,
  .fourth .AI-innov p,
  .fourth .Support p,
  .fourth .High-Demand p {
    font-size: 18px;
  }
  
  .five {
    padding: 50px 0;
  }

  .five #img {
    width: 250px;
  }

  .five .comm img:first-child, .five .transp img:first-child, .five .avg img:first-child, .five .mark img:first-child, .five .compl img:first-child {
    width: 420px;
    margin: 0;
  }
  
  .five h2 {
    font-size: 28px;
    padding-left: 30px;
    margin-bottom: 40px;
  }
  
  .five .carou {
    padding-left: 30px;
  }
  
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    width: 280px;
    margin-right: 30px;
  }
  
  .five .comm p,
  .five .transp p,
  .five .avg p,
  .five .mark p,
  .five .compl p {
    font-size: 18px;
  }
  
  .five .carousel-nav {
    width: 40px;
    height: 40px;
  }
  
  .six {
    padding: 50px 30px;
  }
  
  .six h2 {
    font-size: 28px;
  }
  
  .six .steps-container {
    gap: 40px;
    padding-top: 40px;
  }
  
  .steps-top {
    gap: 100px;
  }
  
  .six .step-number {
    font-size: 30px;
  }
  
  .six .step-description {
    font-size: 16px;
    max-width: 150px;
  }
  
  .btn-get-materials {
    font-size: 18px;
    padding: 0 30px;
  }
  
  .seven {
    padding: 50px 30px 70px;
  }
  
  .seven .top {
    gap: 25px;
    margin-bottom: 30px;
  }
  
  .seven .contu h2 {
    font-size: 28px;
  }
  
  .seven .redy p {
    font-size: 20px;
  }
  
  .seven .redy p span {
    font-size: 28px;
  }
  
  .seven .bot {
    gap: 15px;
  }
  
  .seven .bot h3,
  .seven .bot p {
    font-size: 18px;
  }
  
  .eight {
    padding: 50px 30px 70px;
  }
  
  .eight h2 {
    font-size: 28px;
    padding-bottom: 50px;
  }
  
  .eight li {
    font-size: 20px;
    padding-bottom: 12px;
  }
  
  .calc {
    padding: 50px 30px 30px;
  }
  
  .calcus {
    padding: 25px;
  }
  
  .calcus h3 {
    font-size: 28px;
  }
  
  .calc-label {
    font-size: 20px;
  }
  
  .calc-total {
    font-size: 36px;
  }
  
  .calc-value {
    font-size: 20px;
  }
  
  .form {
    padding: 50px 30px;
  }
  
  .form .form-container.b2b h2 {
    font-size: 28px;
  }
  
  .form input,
  .form textarea {
    font-size: 16px;
    padding: 15px 18px;
  }
  
  .form .method_btns {
    gap: 4px;
  }
}


@media (max-width: 768px) and (orientation: landscape) {
  .first {
    padding-top: 60px;
  }
  
  .first h1 {
    font-size: 32px;
    padding-bottom: 20px !important;
  }
  
  .first p {
    font-size: 18px;
    padding-bottom: 30px;
  }
  
  .getstarted {
    padding-bottom: 40px;
  }
  
  .earn-inner p {
    font-size: 16px;
  }
  
  .second {
    padding: 30px 20px;
  }
  
  .third {
    padding: 30px 20px;
  }
  
  .fourth {
    padding: 30px 20px;
  }
  
  .five {
    padding: 30px 0;
  }
  
  .six {
    padding: 30px 20px;
  }
  
  .seven {
    padding: 30px 20px 50px;
  }
  
  .eight {
    padding: 30px 20px 50px;
  }
  
  .calc {
    padding: 30px 20px 20px;
  }
  
  .form {
    padding: 30px 20px;
  }
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .first video.bg-video {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  
  .fourth .flexibility img,
  .fourth .AI-innov img,
  .fourth .Support img,
  .fourth .High-Demand img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}


@media print {
  .first video.bg-video {
    display: none;
  }
  
  .earn {
    display: none;
  }
  
  .logoss {
    margin: 20px 0;
  }
  
  .logoss-inner {
    animation: logos-scroll 25s linear infinite;
    gap: 40px;
    padding: 10px 20px;
  }
  
  @keyframes logos-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-33.333% - 20px));
    }
  }
  
  .logoss-inner img {
    height: 30px;
  }
  
  .first {
    background: #151516 !important;
    color: #fff !important;
  }
  
  .btn-getstarted,
  .btn-port,
  .btn-get-materials {
    border: 2px solid #000 !important;
    background: transparent !important;
    color: #000 !important;
  }
}


@media (max-width: 768px) {
  .third {
    flex-direction: column;
  }
  
  .blue-fon,
  .black-fon {
    width: 100%;
    box-sizing: border-box;
  }
  
  .fourth .sqrt {
    flex-direction: column;
  }
  
  .fourth .left,
  .fourth .right {
    width: 100%;
  }
  
  .seven .top {
    grid-template-columns: 1fr;
  }
  
  .seven .bot {
    grid-template-columns: 1fr;
  }
  
  .eight-top,
  .eight-bot {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .form .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .logoss-inner {
    gap: 40px;
    padding: 10px 20px;
    animation: logos-scroll 25s linear infinite;
  }
  
  .logoss-inner img {
    height: 30px;
  }
  
  @keyframes logos-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-33.333% - 20px));
    }
  }
}

@media (max-width: 480px) {
  .third {
    flex-direction: column;
  }
  
  .blue-fon,
  .black-fon {
    width: 100%;
    box-sizing: border-box;
  }
  
  .fourth .sqrt {
    flex-direction: column;
  }
  
  .fourth .left,
  .fourth .right {
    width: 100%;
  }
  
  .seven .top {
    grid-template-columns: 1fr;
  }
  
  .seven .bot {
    grid-template-columns: 1fr;
  }
  
  .eight-top,
  .eight-bot {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .form .form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .logoss-inner {
    gap: 30px;
    padding: 8px 15px;
    animation: logos-scroll 20s linear infinite;
  }
  
  .logoss-inner img {
    height: 25px;
  }
  
  @keyframes logos-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-33.333% - 15px));
    }
  }
  
  .earn-inner {
    gap: 50px;
  }
}


@media (hover: none) and (pointer: coarse) {
  .btn-getstarted:hover,
  .btn-port:hover,
  .btn-get-materials:hover {
    transform: none;
  }
  
  .fourth .flexibility:hover,
  .fourth .AI-innov:hover,
  .fourth .Support:hover,
  .fourth .High-Demand:hover {
    transform: none;
    box-shadow: none;
  }
  
  .five .comm:hover,
  .five .transp:hover,
  .five .avg:hover,
  .five .mark:hover,
  .five .compl:hover {
    transform: none;
    box-shadow: none;
  }
  
  .carousel-nav {
    min-width: 44px;
    min-height: 44px;
  }
  
  .form input,
  .form textarea,
  .form select {
    font-size: 16px; 
  }
}


@media (prefers-reduced-motion: reduce) {
  .earn-inner,
  .logoss-inner {
    animation: none;
  }
  
  .btn-getstarted::before,
  .btn-port::before,
  .btn-get-materials::before {
    transition: none;
  }
  
  .fourth .flexibility,
  .fourth .AI-innov,
  .fourth .Support,
  .fourth .High-Demand,
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    transition: none;
  }
}


@media (prefers-color-scheme: dark) {
  .first {
    background-color: #151516;
  }
  
  .second {
    background-color: #151516;
  }
  
  .third {
    background-color: #151516;
  }
  
  .fourth {
    background-color: #151516;
  }
  
  .five {
    background-color: #151516;
  }
  
  .six {
    background-color: #151516;
  }
  
  .seven {
    background-color: #151516;
  }
  
  .eight {
    background-color: #151516;
  }
  
  .calc {
    background-color: #151516;
  }
  
  .form {
    background-color: #151516;
  }
}


.btn-getstarted:focus,
.btn-port:focus,
.btn-get-materials:focus,
.carousel-nav:focus,
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: 2px solid #FFC616;
  outline-offset: 2px;
}


.btn-getstarted:disabled,
.btn-port:disabled,
.btn-get-materials:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


html {
  scroll-behavior: smooth;
}


@media (min-width: 1400px) {
  .second p {
    max-width: 1200px;
    font-size: 30px;
    margin: 0 auto;
  }

  .earn {
    height: 40px !important;
  }

  .earn-inner p {
    font-size: 30px !important; 
  }

  .second p span {
    font-size: 40px;
  }
  
  .fourth .sqrt {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .calcus {
    max-width: 1400px;
  }
  
  .form #form_phinex {
    max-width: 1600px;
  }
}


@media (min-width: 1023px) and (max-width: 1439px) {
  .first h1 {
    font-size: 70px;
    padding: 0 60px;
  }

  .earn {
    padding: 20px 0 !important;
    height: 50px !important;
  }
  
  .first p {
    font-size: 30px;
    max-width: 1100px;
    padding: 0 60px 80px 60px;
  }
  
  .second {
    padding: 50px 80px;
  }
  
  .third {
    padding: 100px 40px;
    gap: 0px;
  }

  .blue-fon .btn-port.learn-more .button-text {
    font-size: 17px !important;
    display: flex;
  }
  
  .fourth {
    padding: 100px 80px;
  }
  
  .calcus {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .five .carou {
    padding-left: 80px;
  }
  
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    width: 550px;
    min-width: 550px;
  }
}


@media (min-width: 1440px) and (max-width: 2559px) {
  .first h1 {
    font-size: 80px;
    padding: 0 80px;
  }
  
  .first p {
    font-size: 40px;
    max-width: 1300px;
    padding: 0 80px 80px 80px;
  }

  .earn {
    height: 60px;
    padding: 20px 0 !important;
  }
  
  .second {
    padding: 0px 100px;
    padding-top: 40px;
  }
  
  .third {
    padding: 120px 100px;
    gap: 0px;
  }
  
  .fourth {
    padding: 120px 100px;
  }

  .steps-top {
    gap: 210px;
  }

  .six .steps-bottom {
    padding: 0 30px !important;
    gap: 0px;
  }
  
  .calcus {
    max-width: 1300px;
    margin: 0 auto;
  }

  .seven .redy p {
    font-size: 30px;
  }
  
  .five .carou {
    padding-left: 100px;
  }
  
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    width: 580px;
    min-width: 580px;
  }
  
  .form #form_phinex {
    max-width: 1800px;
  }
}


@media (min-width: 2560px) {
  .first h1 {
    font-size: 100px;
    padding: 0 120px;
  }
  
  .first p {
    font-size: 48px;
    max-width: 1600px;
    padding: 0 120px 80px 120px;
  }

  .earn {
    height: 40px;
    padding: 20px 0 !important;
  }
  
  .second {
    padding: 0px 150px;
    padding-top: 40px;
  }
  
  .third {
    padding: 150px 150px;
    gap: 0px;
  }
  
  .blue-fon p {
    font-size: 30px;
  }

  .black-fon li {
    font-size: 30px;
  }

  .fourth {
    padding: 150px 150px;
  }
  
  .calcus {
    max-width: 1600px;
    margin: 0 auto;
  }
  
  .five .carou {
    padding-left: 150px;
  }
  
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    width: 650px;
    min-width: 650px;
  }
  
  .form #form_phinex {
    max-width: 2200px;
  }

  .form input, .form textarea {
    width: 96%;
  }

  .form input, .form textarea, .form select {
    font-size: 25px;
  }
  .form .method_btns {
    font-size: 25px;
  }

  .methods_c h3 {
    font-size: 30px;
  }
}


@media (max-width: 767px) {
  .five {
    position: relative;
  }
  
  .five .carou {
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
  }
  
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    min-width: 280px;
    width: 280px;
  }
  
  .five .carousel-nav {
    display: none;
  }
  

  

}

@media (max-width: 480px) {
  .five {
    position: relative;
  }
  
  .five .carou {
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
  }
  
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    min-width: 250px;
    width: 250px;
  }
  

}


@media (max-width: 768px) {
  .form .form-container.b2b {
    margin: 0 10px;
  }
  
  .form .methods_c {
    margin-top: 15px;
  }
  
  .form .method_btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .form .method-c {
    width: 10%;
    padding: 8px 0;
  }
  
  .form .method-c input[type="radio"] {
    margin-right: 8px;
  }
  
  .form .submit-row .send_r {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .form .form-container.b2b {
    margin: 0 5px;
    padding: 20px 15px;
  }
  
  .form .methods_c {
    margin-top: 12px;
  }
  
  .form .method_btns {
    gap: 8px;
  }
  
  .form .method-c {
    padding: 6px 0;
  }
  
  .form .submit-row{ margin-top:20px; }

  .form .submit-row .send_r {
    margin-top: 15px;
    font-size: 16px;
    padding: 15px;
  }
}


@media (max-width: 768px) {
  .calcus {
    margin: 0 10px;
  }
  
  .calc-grid {
    gap: 25px;
  }
  
  .select-wrap {
    width: 100%;
    max-width: 300px;
  }
  
  .calc-right input[type="range"] {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .calcus {
    margin: 0 5px;
  }
  
  .calc-grid {
    gap: 20px;
  }
  
  .select-wrap {
    max-width: 250px;
  }
  
  .calc-right input[type="range"] {
    max-width: 250px;
  }
  
  .calc-total {
    text-align: center;
  }
}


@media (max-width: 768px) {
  .six .steps-container {
    padding: 0 20px;
  }
  
  .steps-top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px !important;
  }
  
  .six .steps-line {
    margin: 20px 0;
  }
  
  .six .steps-line img {
    max-width: 100%;
    height: auto;
  }
  
  .steps-bottom {
    justify-content: center;
    gap: 0px !important;
  }

  .btn-get-materials .button-text {
    font-size: 20px !important;
  }
  .calc h2 {
    font-size: 45px !important;
  }
  
  .six .step-description {
    max-width: 200px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .six .steps-container {
    padding: 0 15px;
  }
  
  .steps-top {
    gap: 25px;
  }
  
  .six .steps-line {
    margin: 15px 0;
  }
  
  .six .steps-line img {
    max-width: 410px;
  }
  
  .steps-bottom {
    gap: 20px !important;
  }
  
  .six .step-description {
    max-width: 150px;
  }
}

@media (max-width: 400px) {
  .six .steps-container {
    padding: 0 12px;
  }
  
  .steps-top {
    gap: 20px;
  }
  
  .six .steps-line {
    margin: 12px 0;
  }
  
  .six .steps-line img {
    max-width: 320px;
    width: 100%;
  }
  
  .steps-bottom {
    gap: 18px !important;
  }
  
  .six .step-description {
    max-width: 130px;
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .six .steps-container {
    padding: 0 10px;
  }
  
  .steps-top {
    gap: 10px !important;
  }
  
  .six .steps-line {
    margin: 10px 0;
  }
  
  .six .steps-line img {
    max-width: 300px;
    width: 100%;
  }
  
  .steps-bottom {
    gap: 16px !important;
  }
  
  .six .step-description {
    max-width: 110px;
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .six .steps-container {
    padding: 0 10px;
  }
  
  .steps-top {
    gap: 20px;
  }
  
  .six .steps-line {
    margin: 10px 0;
  }
  
  .six .steps-line img {
    max-width: 280px;
    width: 100%;
  }
  
  .steps-bottom {
    gap: 15px !important;
  }
  
  .six .step-description {
    max-width: 120px;
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .six .steps-container {
    padding: 0 5px;
  }
  
  .steps-top {
    gap: 10px !important;
  }
  
  .six .steps-line {
    margin: 8px 0;
  }
  
  .six .steps-line img {
    max-width: 300px;
    width: 100%;
  }
  
  .steps-bottom {
    gap: 12px !important;
    flex-wrap: wrap;
  }
  
  .six .step-description {
    max-width: 100px;
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .earn {
    height: 25px;
    padding: 20px 0 !important;
  }
  
  .earn-inner {
    gap: 60px;
  }
  
  .earn-inner p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .earn {
    padding: 20px 0 !important;
    height: 20px;
  }

  .blue-fon .btn-port.learn-more .button-text {
    font-size: 20px;
  }
  
  .earn-inner {
    gap: 40px;
  }
  
  .earn-inner p {
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  .logoss {
    margin-top: 20px;
  }
  
  .logoss-inner {
    gap: 40px;
    padding: 10px 20px;
  }
  
  .logoss-inner img {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .logoss {
    margin-top: 15px;
  }
  
  .logoss-inner {
    gap: 25px;
    padding: 8px 15px;
  }
  
  .logoss-inner img {
    height: 25px;
  }
}


@media (hover: hover) and (pointer: fine) {
  .btn-getstarted:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 198, 22, 0.3);
  }
  
  .btn-port:hover,
  .btn-get-materials:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
  }
  
  .fourth .flexibility:hover,
  .fourth .AI-innov:hover,
  .fourth .Support:hover,
  .fourth .High-Demand:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  }
  
  .five .comm:hover,
  .five .transp:hover,
  .five .avg:hover,
  .five .mark:hover,
  .five .compl:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  }
}


.btn-getstarted:focus-visible,
.btn-port:focus-visible,
.btn-get-materials:focus-visible,
.carousel-nav:focus-visible,
.form input:focus-visible,
.form textarea:focus-visible,
.form select:focus-visible {
  outline: 3px solid #FFC616;
  outline-offset: 3px;
  border-radius: 4px;
}


.btn-getstarted:active,
.btn-port:active,
.btn-get-materials:active {
  transform: translateY(1px);
  transition: transform 0.1s ease;
}


.five .carou::-webkit-scrollbar {
  height: 6px;
}

.five .carou::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.five .carou::-webkit-scrollbar-thumb {
  background: rgba(42, 139, 255, 0.8);
  border-radius: 3px;
}

.five .carou::-webkit-scrollbar-thumb:hover {
  background: rgba(42, 139, 255, 1);
}


.fourth .flexibility,
.fourth .AI-innov,
.fourth .Support,
.fourth .High-Demand,
.five .comm,
.five .transp,
.five .avg,
.five .mark,
.five .compl {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}


@media (max-width: 768px) {
  .first video.bg-video {
    object-position: center center;
  }
}


@media (max-width: 480px) {
  .first h1 {
    line-height: 1.2;
  }
  
  .first p {
    line-height: 1.3;
  }
  
  .second p {
    line-height: 1.4;
  }
  
  .fourth .flexibility p,
  .fourth .AI-innov p,
  .fourth .Support p,
  .fourth .High-Demand p {
    line-height: 1.4;
  }
  
  .five .comm p,
  .five .transp p,
  .five .avg p,
  .five .mark p,
  .five .compl p {
    line-height: 1.4;
  }
}


@media (max-width: 480px) {
  .first {
    padding-top: 80px;
  }
  
  .first h1 {
    font-size: 28px;
    padding-bottom: 25px !important;
    padding: 0 15px;
  }
  
  .first p {
    font-size: 16px;
    padding-bottom: 40px;
    padding: 0 15px 40px 15px;
  }
  
  .getstarted {
    padding-bottom: 50px;
  }
  
  .btn-getstarted {
    font-size: 16px;
    padding: 8px 30px;
  }
  
  .earn-inner p {
    font-size: 14px;
    gap: 40px;
  }
  
  .second {
    padding: 40px 20px;
  }
  
  .second p {
    font-size: 16px;
  }
  
  .second p span {
    font-size: 24px;
  }
  
  .third {
    padding: 40px 20px;
    gap: 0px;
  }
  
  .blue-fon {
    padding: 40px 20px;
  }
  
  .blue-fon h2 {
    font-size: 20px;
  }
  
  .blue-fon p {
    font-size: 16px;
    padding-top: 25px;
  }
  
  .blue-fon .btn-port.learn-more {
    font-size: 18px;
    padding: 0 30px;
    margin-top: 50px;
  }
  
  .black-fon {
    padding: 30px 20px 0 20px;
  }
  
  .black-fon h2 {
    font-size: 20px;
  }
  
  .black-fon h3 {
    font-size: 18px;
  }
  
  .black-fon li {
    font-size: 16px;
    padding-bottom: 12px;
  }
  
  .fourth {
    padding: 40px 20px;
  }
  
  .fourth .sqrt h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  
  .fourth .left,
  .fourth .right {
    gap: 30px;
  }
  
  .fourth .flexibility,
  .fourth .AI-innov,
  .fourth .Support,
  .fourth .High-Demand {
    padding: 18px 20px;
  }
  
  .fourth .flexibility h2,
  .fourth .AI-innov h2,
  .fourth .Support h2,
  .fourth .High-Demand h2 {
    font-size: 20px;
    padding-bottom: 15px;
    gap: 20px !important;
  }
  
  .fourth .flexibility p,
  .fourth .AI-innov p,
  .fourth .Support p,
  .fourth .High-Demand p {
    font-size: 16px;
  }
  
  .five {
    padding: 40px 0;
  }
  
  .five h2 {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  
  .five .carou {
    padding-left: 20px;
  }
  
  .five .comm,
  .five .transp,
  .five .avg,
  .five .mark,
  .five .compl {
    width: 250px !important;
    margin-right: 20px !important;
  }
  
  .five .comm p,
  .five .transp p,
  .five .avg p,
  .five .mark p,
  .five .compl p {
    font-size: 16px;
  }
  
  .five .comm img:first-child, .five .transp img:first-child, .five .avg img:first-child, .five .mark img:first-child, .five .compl img:first-child {
    width: 250px;
    margin: 0;
  }

  .five #img {
    width: 100px;
  }

  .five .carousel-nav {
    width: 36px;
    height: 36px;
  }
  
  .six {
    padding: 40px 20px;
    padding-left: 0;
  }
  
  .six h2 {
    font-size: 24px;
    padding-left: 20px;
  }
  
  .six .steps-container {
    gap: 0px;
    padding-top: 30px !important;
    padding: 0px;
    margin: 0;
  }
  
  .steps-top {
    gap: 25px !important;
  }
  
  .six .step-number {
    font-size: 18px;
  }
  
  .six .step-description {
    font-size: 12px;
    max-width: 120px;
  }
  
  .btn-get-materials .button-text {
    font-size: 14px !important;
    padding: 0 25px !important;
  }

  .calc h2 {
    font-size: 40px;
  }
  
  .seven {
    padding: 40px 20px 60px;
  }
  
  .seven .top {
    gap: 20px;
    margin-bottom: 25px;
  }
  
  .seven .contu h2 {
    font-size: 24px;
  }
  
  .seven .redy p {
    font-size: 18px;
  }
  
  .seven .redy p span {
    font-size: 24px;
  }
  
  .seven .bot {
    gap: 12px;
  }
  
  .seven .bot h3,
  .seven .bot p {
    font-size: 16px;
  }
  
  .eight {
    padding: 40px 20px 60px;
  }
  
  .eight h2 {
    font-size: 24px;
    padding-bottom: 40px;
  }
  
  .eight li {
    font-size: 18px;
    padding-bottom: 10px;
  }
  
  .calc {
    padding: 40px 20px 25px;
  }
  
  .calcus {
    padding: 20px;
  }
  
  .calcus h3 {
    font-size: 24px;
  }
  
  .calc-label {
    font-size: 18px;
  }
  
  .calc-total {
    font-size: 32px;
  }
  
  .calc-value {
    font-size: 18px;
  }
  
  .form {
    padding: 40px 20px;
  }
  
  .form .form-container.b2b h2 {
    font-size: 24px;
  }
  
  .form input,
  .form textarea {
    font-size: 14px;
    padding: 12px 15px;
  }
}


@media (max-width: 1024px) {
  .calc {
    padding: 60px 60px 40px;
  }
  
  .calcus {
    padding: 30px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  
  .calcus h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .calc-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  
  .calc-left, .calc-right {
    width: 100%;
  }
  
  .calc-label {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .calc-total {
    margin-top: 40px;
    font-size: 44px;
    text-align: center;
  }
  
  .calc-value {
    font-size: 24px;
  }
  
  .calc-field-head {
    margin-bottom: 15px;
  }
  
  .range-minmax {
    font-size: 16px;
    margin-top: 10px;
  }
  
  .calc-right input[type="range"] {
    height: 25px;
  }
  
  .calc-right input[type="range"]::-webkit-slider-thumb,
  .calc-right input[type="range"]::-moz-range-thumb {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .calc {
    padding: 50px 30px 30px;
  }
  
  .calcus {
    padding: 25px;
    margin: 0 10px;
  }
  
  .calcus h3 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  
  .calc-grid {
    gap: 25px;
  }
  
  .calc-label {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .calc-total {
    margin-top: 30px;
    font-size: 40px;
  }
  
  .calc-value {
    font-size: 40px;
  }
  
  .calc-field-head {
    margin-bottom: 12px;
  }
  
  .range-minmax {
    font-size: 14px;
    margin-top: 8px;
  }
  
  .calc-right input[type="range"] {
    height: 22px;
  }
  
  .calc-right input[type="range"]::-webkit-slider-thumb,
  .calc-right input[type="range"]::-moz-range-thumb {
    width: 26px;
    height: 26px;
  }
  
  .select-wrap {
    width: 100%;
    max-width: 300px;
  }
  
  .calc-right input[type="range"] {
    width: 100%;
    max-width: 660px;
  }
}


@media (min-width: 1024px) and (max-width: 1439px) {
  .calc {
    padding: 80px 60px 60px;
  }
  
  .calcus {
    padding: 40px;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .calcus h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  .calc-grid {
    gap: 40px;
  }
  
  .calc-total {
    font-size: 48px;
    margin-top: 50px;
  }
  
  .calc-value {
    font-size: 28px;
  }
  
  .calc-right input[type="range"] {
    width: 100%;
    max-width: 830px;
  }
}


@media (min-width: 1440px) and (max-width: 2559px) {
  .calc {
    padding: 100px 80px 80px;
  }
  
  .calcus {
    padding: 50px;
    margin: 0 auto;
    max-width: 1300px;
  }
  
  .calcus h3 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  
  .calc-grid {
    gap: 50px;
  }
  
  .calc-total {
    font-size: 52px;
    margin-top: 60px;
  }
  
  .calc-value {
    font-size: 32px;
  }
  
  .calc-right input[type="range"] {
    width: 100%;
    max-width: 700px;
  }
}


@media (min-width: 2560px) {
  .calc {
    padding: 120px 120px 100px;
  }
  
  .calcus {
    padding: 60px;
    margin: 0 auto;
    max-width: 1600px;
  }
  
  .calcus h3 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  
  .calc-grid {
    gap: 60px;
  }
  
  .calc-total {
    font-size: 60px;
    margin-top: 70px;
  }
  
  .calc-value {
    font-size: 36px;
  }
  
  .calc-right input[type="range"] {
    width: 100%;
    max-width: 700px;
  }
}


@media (max-width: 320px) {
  .logoss-inner {
    gap: 20px;
    animation: logos-scroll 18s linear infinite;
    padding: 6px 10px;
  }
  
  .logoss-inner img {
    height: 20px;
  }
  
  @keyframes logos-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-33.333% - 10px));
    }
  }
}

@media (max-width: 480px) {
  .calc {
    padding: 40px 20px 25px;
  }
  
  .calcus {
    padding: 20px;
    margin: 0 5px;
  }
  
  .calcus h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .calc-grid {
    gap: 20px;
  }
  
  .calc-label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .calc-total {
    margin-top: 25px;
    font-size: 32px;
  }
  
  .calc-value {
    font-size: 18px;
  }
  
  .calc-field-head {
    margin-bottom: 10px;
  }
  
  .range-minmax {
    font-size: 12px;
    margin-top: 6px;
  }
  
  .calc-right input[type="range"] {
    height: 18px;
  }
  
  .calc-right input[type="range"]::-webkit-slider-thumb,
  .calc-right input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
  }
  
  .select-wrap {
    max-width: 250px;
  }
  
  .calc-right input[type="range"] {
    max-width: 250px;
  }
  
  .calc-total {
    text-align: center;
  }
}