@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  background-color: black;
  scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}
@media (max-width: 890px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 48%;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.swiper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}

.swiper-wrapper {
  display: inline-flex;
  transition: all 0.3s;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}
.swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3725490196);
}
.swiper-slide h1 {
  position: absolute;
  font-size: 5.8rem;
  text-transform: uppercase;
  color: #fff;
  top: 250px;
  max-width: 1000px;
  width: 100%;
  z-index: 22;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .swiper-slide h1 {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .swiper-slide h1 {
    font-size: 3.6rem;
  }
}
.swiper-slide p {
  position: absolute;
  font-size: 3.6rem;
  color: #fff;
  top: 380px;
  left: 50%;
  z-index: 22;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 1024px) {
  .swiper-slide p {
    max-width: 899px;
  }
}
@media (max-width: 890px) {
  .swiper-slide p {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .swiper-slide p {
    font-size: 2.4rem;
    max-width: 450px;
    top: 350px;
  }
}
@media (max-width: 500px) {
  .swiper-slide p {
    font-size: 2rem;
    max-width: 350px;
    top: 310px;
  }
}
.swiper-slide p span {
  color: rgb(0, 89, 206);
}

.swiper-slide img {
  display: flex;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.swiper-pagination {
  z-index: 22;
}

.button {
  font-weight: 500;
  display: inline-block;
  padding: 0.95rem 1.85rem;
  border-radius: 10rem;
  color: rgb(17, 100, 0);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 1.2rem;
  border: 1px solid rgb(17, 100, 0);
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10rem;
  z-index: -2;
  border: 1px solid rgb(17, 100, 0);
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(17, 100, 0);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button:hover {
  color: #fff;
  box-shadow: 0 0 20px rgb(17, 100, 0);
}
.button:hover:before {
  width: 100%;
}

.box-3 {
  position: absolute;
  top: 550px;
  cursor: pointer;
  top: 500px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}
@media (max-width: 768px) {
  .box-3 {
    top: 440px;
  }
}
@media (max-width: 500px) {
  .box-3 {
    top: 390px;
  }
}

.header {
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.header-all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3rem 0;
  z-index: 2;
  background-color: transparent;
}
.header_link {
  display: flex;
  gap: 10px;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  transition: all 0.3s;
}
.header_link svg g path {
  transition: all 0.3s;
}
.header_link:hover {
  color: rgb(17, 100, 0);
}
.header_link:hover svg g path {
  fill: rgb(17, 100, 0) !important;
}
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.header-mid {
  position: relative;
  text-align: left;
  font-size: 6rem;
  z-index: 2;
  color: white;
}

.nav {
  display: flex;
  gap: 30px;
}
.nav a {
  color: rgb(17, 100, 0);
}

.btn-three {
  color: #000000;
  font-size: 3rem;
  text-transform: capitalize !important;
  font-weight: 500;
  padding: 0.55rem 1.85rem;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 768px) {
  .btn-three {
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  .btn-three {
    font-size: 2rem;
  }
}
.btn-three span {
  position: relative;
  z-index: 12;
}
.btn-three a {
  position: relative;
  z-index: 12;
  color: inherit;
  padding: 10px 60px;
}
@media (max-width: 768px) {
  .btn-three a {
    padding: 10px 80px;
  }
}
.btn-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s;
}
.btn-three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1.2, 1.2);
}

.btn-three:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.btn-three:hover {
  color: white;
}

.btn-three:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.text-2 {
  top: 330px !important;
}
@media (max-width: 500px) {
  .text-2 {
    top: 300px !important;
  }
}

.text-3 {
  top: 420px !important;
}
@media (max-width: 500px) {
  .text-3 {
    top: 360px !important;
  }
}

.stage {
  color: #000;
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #FFF;
  font-size: 1.6rem;
  position: relative;
}
.stage_title {
  font-size: 3.8rem;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .stage_title {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .stage_title {
    font-size: 2.6rem;
  }
}
.stage_all {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.stage_all-item {
  display: flex;
  gap: 30px;
  padding-top: 50px;
  justify-content: start;
  align-items: center;
  width: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 500px) {
  .stage_all-item {
    max-width: 450px;
    width: 100%;
  }
}
.stage_all-item-left {
  width: 80px;
}
@media (max-width: 768px) {
  .stage_all-item-left {
    width: 50px;
  }
}
.stage_all-item-rigth h2 {
  font-size: 2.2rem;
}
.stage_all-item-rigth p {
  font-size: 1.6rem;
  font-weight: normal;
}

.svg-abs {
  position: absolute;
  width: 250px;
  top: 150px;
  left: -50px;
  z-index: 1;
}
@media (max-width: 768px) {
  .svg-abs {
    display: none;
  }
}
.svg-abs-two {
  position: absolute;
  width: 250px;
  top: 600px;
  right: -50px;
  z-index: 1;
}
@media (max-width: 768px) {
  .svg-abs-two {
    display: none;
  }
}

.stage-2 {
  background-color: black;
  color: white;
  font-size: 1.6rem;
  padding-top: 100px;
  padding-bottom: 100px;
}

.stage_all-2 {
  padding-top: 60px;
}

.stage2-list {
  display: grid;
  justify-content: center;
  justify-self: center;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .stage2-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.stage2-item {
  max-width: 500px;
  margin-left: 50px;
  font-size: 2rem;
  list-style: disc;
}

.box-4 {
  padding-top: 80px;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  text-align: center;
  position: relative;
  top: 20px !important;
  left: 0;
  transform: none;
}

.stage-4 {
  background-color: white;
  color: black;
  font-size: 1.6rem;
  padding-top: 100px;
  padding-bottom: 100px;
}

.stage_all-4 {
  padding-top: 60px;
}

.stage4-list {
  display: grid;
  justify-content: center;
  justify-self: center;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .stage4-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.stage4-item {
  max-width: 500px;
  margin-left: 50px;
  font-size: 2rem;
  list-style: disc;
}

.stage-3 {
  background-color: white;
  color: black;
  font-size: 1.6rem;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.stage_all-3 {
  padding-top: 60px;
}

.stage3-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 50px;
}
@media (max-width: 890px) {
  .stage3-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .stage3-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.stage3-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.stage3-item svg {
  width: 120px;
}
@media (max-width: 768px) {
  .stage3-item svg {
    width: 100px;
  }
}

.btn-four {
  color: #fff;
  font-size: 3rem;
  text-transform: capitalize !important;
  font-weight: 500;
  padding: 0.55rem 1.85rem;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 500px) {
  .btn-four {
    font-size: 2rem;
  }
}
.btn-four a {
  position: relative;
  z-index: 22;
  color: inherit;
}
.btn-four span {
  position: relative;
  z-index: 22;
}
.btn-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s;
}
.btn-four::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transform: scale(1.2, 1.2);
}

.btn-four:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.btn-four:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-four:hover a {
  color: black;
}

.stage-5 {
  background-color: black;
  color: white;
  font-size: 1.6rem;
  padding-top: 100px;
  padding-bottom: 100px;
}
.stage-5_all {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .stage-5_all {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .stage-5_all {
    grid-template-columns: repeat(1, 1fr);
  }
}
.stage-5_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  border: 2px solid #fff;
  transition: 0.3s;
}
.stage-5_item svg {
  transition: 0.3s;
}
.stage-5_item:hover {
  cursor: pointer;
  background-color: #fff;
  color: black;
}
.stage-5_item:hover svg {
  fill: #000;
}
.stage-5_item:hover svg path {
  fill: #000;
}
.stage-5_item:hover svg g path {
  fill: #000;
}

.footer {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .footer {
    padding: 50px 0;
  }
}
.footer-all {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  gap: 50px;
}
@media (max-width: 768px) {
  .footer-all {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer_mid {
    order: 3;
  }
}
.footer_mid h3 {
  display: flex;
  gap: 10px;
  margin-left: -40px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer_mid h3 {
    margin-left: 0px;
  }
}
.footer_mid p {
  margin-bottom: 10px;
}
.footer_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_right-top {
  display: flex;
  gap: 10px;
  align-items: center;
  color: white;
  transition: all 0.3s;
}
.footer_right-top svg {
  transition: all 0.3s;
}
.footer_right-top:hover {
  color: rgb(17, 100, 0);
}
.footer_right-top:hover svg {
  transform: scale(1.2);
}

.social {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.social svg {
  cursor: pointer;
  transition: 0.3s;
}
.social svg:hover {
  transform: translateY(-10px);
}/*# sourceMappingURL=style.css.map */