@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
html,
body {
  position: relative;
  height: 100%;
  width: 100%;
}


.nav-item {
  float: right;
  overflow: hidden;
}
.nav-item:hover .dropdown-material {
  display: block;
  z-index: 200;
  margin-left: 30px;
}

.dropdown-material {
  display: none;
  position: absolute;
  margin:auto;
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
  background-color: #00a33a;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.dropdown-material a {
  color: white;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: large;
  font-weight: 700;
  text-align: left;
}

.dropdown {
  float: right;
  overflow: hidden;
}
.dropdown-content {
  display: none;
  position: absolute;
  /* right: -1px; */
  /* background-color: #f9f9f9; */
  background-color: transparent;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.dropdown-content a {
  color: black;
  padding: 4px;
  right: 80px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 200;
}

/* partners */
.owl-dots {
  text-align: center;
  margin-top: 2%;
}
.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #878787 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: #000 !important;
}

/* top nav */
.waveWrapperTop {
  position: relative;
  top: 0;
  /* margin-bottom: 20px; */
  overflow: hidden;
}

.waveWrapperInnerTop {
  position: absolute;
  width: 100%;
  height: 110px;
  top: 0;
  overflow: hidden;
  background-image: linear-gradient(to top, #00a33a 20%, #00a33a 80%);
}

.topp {
  z-index: 1;
}

.middle {
  opacity: 0.5;
  z-index: 2;
}

.botttom {
  opacity: 0.2;
  z-index: 3;
}

.waves {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat !important;
  background-position: 0 bottom;
  transform-origin: 0 bottom;
}

.wavesTop {
  background-size: 50% 60px;
  animation: wave 3s;
  animation-delay: 1s;
}

@keyframes wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.5);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.wavesMid {
  background-size: 50% 70px;
  animation: wave 10s linear infinite;
}

.wavesBottom {
  background-size: 50% 60px;
  animation: wave 15s linear infinite;
}

/* Swiper slides */
.swiper-container {
  width: 100%;
  height: 55vh;
  background-color: transparent;
  margin-top: 30px;
  /* top: 0; */
}

.swiper-container .swiper-slide {
  position: relative;
}

.slide-1 {
  background-color: #fff;
}

.slide-captions {
  position: absolute;
  top: 35%;
  left: 20%;
  text-align: center;
  color: #000;
  z-index: 1;
  transform: translateY(-50%);
}
.slide-captions .current-title {
  margin: 0;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  /* text-shadow: 0 5px 5px #941313, 0 0 5px #000; */
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* Swiper pagination */
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

.group:hover .group-hover\:block {
  display: block !important;
}
.item{
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
}
.work_content {
  /* padding: 28px; */
  position: relative;
}

.work_content .arrow {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.work_content .arrow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 79, 79, var(--tw-bg-opacity));
}

.work_content .arrow{
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: absolute;
  right: 28px;
  top: -20px;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgba(56, 66, 77, var(--tw-text-opacity));
}

.work_content .arrow:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.work_content .arrow{
  width: 44px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

/* process */
.process img {
  width: 100%;
  border-radius: 50%;
}

.flexbox {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}

.process {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 2%;
  justify-content: center;
}

.flexbottom {
  border-bottom: 6px solid #00a33a;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.flextop {
  border-top: 5px solid #00a33a;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  position: relative;
}

.flextop:before {content: '';width: 1px;height: 250px;background: #00a33a;position: absolute;left: 0;/* border-radius: 64px; */}

.flextop:after {
  content: '';
  width: 1px;
  height: 250px;
  background: #00a33a;
  position: absolute;
  right: 0;
}

.flexbottom {
  box-shadow: inset 0px -20px 0px #00a33a;
}

.process.flextop {
  box-shadow: inset 0px 20px 0px #00a33a;
}

.stepNumber {
  width: 100%;
  text-align: center;
  border: 1px solid #142975;
  border-radius: 50px 0px 50px 0px;
  background: #142975;
  color: white;
  margin: 10px;
  padding: 5px;
}

/* bottom */
.waveWrapper {
  position: relative;
  bottom: 0;
  height: 300px;
  margin: auto;
  overflow: hidden;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #00a33a 20%, #00a33a 80%);
}

.top {
  opacity: 0.5;
  z-index: 5;
}

.mid {
  opacity: 0.75;
  z-index: 3;
}

.bottom {
  z-index: 1;
}

.wave {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat !important;
  background-position: 0 top;
  transform-origin: 0 top;
}

.waveTop {
  background-size: 50% 90px;
  animation: wave 3s;
  animation-delay: 1s;
}

@keyframes wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.5);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.waveMid {
  background-size: 50% 100px;
  animation: wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 90px;
  animation: wave 15s linear infinite;
}

@media screen and (max-width: 640px) {
  body {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .waveWrapperTop {
    position: relative;
    top: 0;
    /* margin-bottom: 20px; */
    overflow: hidden;
  }

  .flexbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .process {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    justify-content: center;
    margin:auto;
  }

  .waveWrapperInnerTop {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    overflow: hidden;
    background-image: linear-gradient(to top, #00a33a 20%, #00a33a 80%);
  }
  .waves {
    position: absolute;
    bottom: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat !important;
    background-position: 0 bottom;
    transform-origin: 0 bottom;
  }
  .wavesTop {
    background-size: 50% 40px;
    animation: wave 3s;
    animation-delay: 1s;
  }
  .wavesMid {
    background-size: 50% 50px;
    animation: wave 10s linear infinite;
  }

  .wavesBottom {
    background-size: 50% 40px;
    animation: wave 15s linear infinite;
  }

  /* DROPDOWN */
  .nav-item {
    float: none;
    overflow:hidden;
    margin-left: 25px;
  }

  .nav-item:hover .dropdown-material {
    display: block;
    z-index: 200;
    margin-left: 90px;
    margin-top: -30px;
  }

  .dropdown-material {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }

  .dropdown-material a {
    color: #00a33a;
    padding: 8px;
    text-decoration: none;
    display: block;
    font-size: large;
    font-weight: 500;
    text-align: left;
  }


  /* bottom */
  .waveWrapper {
    position: relative;
    left: 0;
    height: 360px;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
  .waveWrapperInner {
    position: absolute;
    width: 100%;
    height: 75vh;
    bottom: 0;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #00a33a 20%, #00a33a 80%);
  }
  .wave {
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat !important;
    background-position: 0 top;
    transform-origin: 0 top;
  }

  .waveTop {
    background-size: 50% 50px;
    animation: wave 3s;
    animation-delay: 2s;
  }

  .waveMid {
    background-size: 50% 50px;
    animation: wave 10s linear infinite;
  }

  .waveBottom {
    background-size: 50% 50px;
    animation: wave 15s linear infinite;
  }
  .dropdown {
    display: none;
  }
  .swiper-container {
    width: 100%;
    height: 30vh;
    background-color: #000;
    margin-top: 0;
  }
  .slide-captions {
    position: absolute;
    top: 35%;
    left: 8%;
    text-align: center;
    color: #fff;
    z-index: 999;
    transform: translateY(-50%);
  }
  .slide-captions .current-title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    /* text-shadow: 20px 10px 10px #000, 0 0 5px #630e0e; */
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }
}
