﻿html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  line-height: 1.7em;
  color: #121212;
  overflow-x: hidden;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default;
}
.social{
    position:fixed;
    z-index:14;
    bottom:10px;
    right:10px;
}
.social-icon{
    display:block;
    width:30px;
    height:auto;
    margin:10px;
}
.intro {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #158e35;
  background: #158e35;
  background-size: 100% auto;
}
.head-vid,
.vid-menu {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  overflow: hidden;
  filter: grayscale(100%);
}

iframe {
  width: 120vw;
  height: 120vh;
  border: none;
  position: absolute;
  top: -10%;
  left: -10%;
}
.logo {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 75px;
  z-index: 2;
}
.logo-p {
  width: 100px;
}
.p-intro-cont {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1;
}
.p-head-small {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; //bold
  color: white;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.p-head-big {
  margin-top: 0;
  font-family: 'Playfair Display', sans-serif;
  color: white;
  font-size: 80px;
  line-height: 0.9em;
  margin-bottom: 16px;
  //text-shadow:rgba(0,0,0,0.5) 0 5px 5px;
}
.p-head-big span {
  color: #121212;
}
.p-head-desc {
  color: white;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; //bold
  margin-top: 0;
  letter-spacing: 1px;
}
.tint {
  background-color: #158e35;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.line-cont {
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.line-n {
  width: 2px;
  height: 200vh;
  background: -webkit-linear-gradient(
    bottom,
    white,
    white 47%,
    transparent 47%,
    transparent 53%,
    white 53%,
    white
  );
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  animation: line-anim 30s linear infinite;
}
.line-1 {
  left: 20%;
}
.line-2 {
  left: 40%;
  animation-delay: 5s;
}
.line-3 {
  left: 60%;
  animation-delay: 10s;
}
.line-4 {
  animation-delay: 8s;
  left: 80%;
}
.section-1 {
  animation-delay: 14s;
  padding: 10vh 7% 40vh;
  background: #fff url(Images/tropical_leaf_left.png) no-repeat;
  background-size: 30%;
  background-position: -10% 90%;
}
.p-link-small {
  font-size: 16px;
  font-family: 'Playfair Display', sans-serif;
  letter-spacing: 5px;
  color: #158e35;
  text-align: center;
}
.p-link-more {
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  transition: all 0.3s ease-out;
  text-align: center;
}
.p-link-more:hover {
}
.p-link-more:hover::after {
  padding-left: 30px;
  transition: all 0.3s ease-out;
}

.p-link-more::after {
  content: "→";
  display: inline-block;
  color: black;
  vertical-align: middle;
  margin-left: 10px;

  transition: all 0.3s ease-out;
}
.div-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 10% 0 20%;
}
.div-flex2 {
  display: flex;
  flex-wrap: wrap;
}
.op-0 {
  opacity: 0;
}
.case-img {
  width: 100%;
  position: relative;
}
.case-cont {
  width: 300px;
  height: 300px;
  float: right;
  margin-left: 100px;
}
.case-cont:nth-child(2) {
  margin-left: 0;
}
.div-right {
  flex-direction: row;
}
.case_bg {
  border-radius: 50%;
  overflow: hidden;
  background-color: lightgrey;
  width: 100%;
  height: 300px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
}
.p-main-bold {
  font-size: 45px;
  line-height: 1.5em;
  width: 50%;
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 40vh;
  opacity: 0;
}
.bg_amoeba {
  background-image: url(../Images/Amoeba.jpg);
  background-position: center;
  background-size: contain;
}

.bg_eddie {
  background-image: url(../Images/Eddie_PUMA.jpg);
  background-position: center;
  background-size: contain;
}
.case-txt {
  padding: 50px;
  box-sizing: border-box;
  width: calc(50% - 60px);
  position: relative;
  box-sizing: border-box;
}
.case-txt-in {
  position: relative;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  width: calc(100% - 100px);
}
.p-body-head {
  font-size: 45px;
  font-family: 'Playfair Display', sans-serif;
}
.text-right {
  text-align: right;
}
.letter-stroke {
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-family: 'Playfair Display', sans-serif;
  color: white;
  position: absolute;
  top: calc(50%);
  transform: translateY(-0%);
  letter-spacing: 5px;
  margin: 0;
  opacity: 0;
  transition: all 0.2s linear;
}
.case-tint {
  background-color: #158e35;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s linear;
}
.case-img:hover .case-tint {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.case-img:hover .letter-stroke {
  opacity: 1;
  transform: translateY(-50%);
}
.go-right {
  left: unset;
  right: 15%;
}
.section-2 {
  padding: 50px 0 100px;
  min-height: 100vh;
  background-color: #fff;
  position: relative;
}
.testimonial-cont {
  width: 90%;
  margin-left: 10%;
  background-color: #efefef;
  min-height: 450px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transform: translate3d(100%, 0, 0);
}
.testimonial-cont-head {
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
}
.testimonial-cont-head p {
  font-size: 16px;
  font-family: "Roboto";
	font-weight: 500;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: 5px;
}
.testimonial-cont-head h2 {
  font-size: 45px;
  line-height: 1.1em;
  font-family: 'Playfair Display', sans-serif;
  margin-top: 10px;
}
.testimonial-slider-cont {
  padding: 20px 10% 20px 100px;
  width: 70%;
  box-sizing: border-box;
}
.p-name-testimonial,
.p-name-testimonial-small {
  color: #158e35;
  font-size: 20px;
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 0;
  margin-top: 50px;
}
.p-name-testimonial-small {
  font-size: 16px;
  margin-top: 0;
}
.p-name-testimonial:nth-child(3) {
  margin-top: 0;
}
.section-3 {
  padding: 100px 10% 100px;
  min-height: 60vh;
  background: #fff url(Images/tropical_leaf_right.png) no-repeat;
  background-size: 30%;
  background-position: 110% 90%;
}
.div-career-1,
.div-career-2 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  opacity: 0;
}
.div-career-1 h2 {
  font-size: 45px;
  font-family: 'Playfair Display', sans-serif;
  line-height: 1em;
  margin-top: 16px;
}
.p-quote {
  font-family: Roboto;
  font-size: 25px;
  line-height: 1em;
}
.section-3 .div-flex {
  margin: 0;
}
.tt-green {
  color: #158e35;
}
.section-4 {
  background-color: #121212;
  min-height: 100vh;
  box-sizing: border-box;
}
#formenquire{
  padding: 50px;
  margin: 0 100px;
}
@keyframes line-anim {
  0% {
    top: 0%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}

.p-form-small {
  font-size: 16px;
  font-family: roboto;
  font-weight:600;
  color: white;
  margin-bottom: 10px;
  letter-spacing: 5px;
  color: #158e35;
}
.p-form-big {
  margin-top: 10px;
  font-size: 60px;
  font-family: 'Playfair Display', sans-serif;
  font-weight:600;
  color: white;
  line-height: 1em;
}

.form-div-2 {
  width: 40%;
}
.inputGroup {
  background-color: #121212;
  padding: 5px;
  margin: 20px 0;
  position: relative;
}
label {
  padding: 12px 20px 12px 100px;
  width: fit-content;
  display: block;
  text-align: left;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size: 25px;
  letter-spacing: 2px;
}
input[type="radio"] {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
  margin: 0;
  background-color: #efefef;
}
label::before {
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 30px;
  top: calc(50% - 12px);
  left: 34px;
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
}
label::after {
  background-color: #158e35;
  width: 0px;
  height: 0px;
  border-radius: 20px;
  top: calc(50%);
  left: 46px;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.2s linear;
}
input:checked + label::after {
  opacity: 1;
  width: 12px;
  height: 12px;
  top: calc(50% - 8px);
  left: 38px;
  border: 2px solid #158e35;
}
.nxt-but {
  color: white;
  font-size: 20px;
  margin-top: 50px;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  background-color: #121212;
  border: none;
  outline: none;
}
.nxt-but:hover {
  letter-spacing: 5px;
  transition: all 0.3s ease-out;
}
.nxt-but:hover::after {
  visibility: visible;
}
.nxt-but::after {
  content: "→";
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin-left: 10px;
  visibility: hidden;
}
.form-div-3,
.form-div-4,
.form-div-5,
.form-div-6,
.form-div-7,
.form-div-8,
.form-div-9 {
  display: none;
}
#nxt-2,
#nxt-3,
#nxt-4,
#nxt-5,
#nxt-6,
#nxt-7,
#nxt-8 {
  margin-left: 0;
}
input[type="text"],
textarea,
input[type="file"] {
  border: none;
  border-bottom: 2px solid white;
  color: white;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 1em;
  background-color: transparent;
  width: 300px;
  outline: none;
  font-family: roboto;
}
textarea {
  max-width: 500px;
  width: 100%;
  height: 200px;
  background-color: #171717;
}
.scroll-cont {
  position: absolute;
  height: 70px;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
}
.mouse-cont {
  width: 42px;
  height: 70px;
  border-radius: 100px;
}
.scroll-cont img {
  height: 100%;
}
.scroll-line {
  position: absolute;
  top: 10%;
  height: 15%;
  width: 3px;
  background-color: white;
  left: calc(50% - 1.5px);
  border-radius: 10px;
  animation: line-anim2 2.5s linear infinite;
}
@keyframes line-anim2 {
  0% {
    top: 15%;
  }
  40% {
    top: 70%;
    height: 15%;
  }
  41% {
    top: unset;
    bottom: 15%;
  }
  50% {
    top: unset;
    bottom: 15%;
    height: 0%;
  }
  80% {
    bottom: unset;
    bottom: 15%;
    height: 0%;
  }
  90% {
    top: 15%;
    bottom: unset;
    height: 15%;
  }
  100% {
    top: 15%;
  }
}

.side-biz {
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.side-biz img {
  height: calc(100% - 50px);
}

.container {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 90px;
  left: calc(50% - 12px);
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 1;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.section-5 {
    padding: 10px 10% 10px;
    background-color: #121212;
    min-height: 100vh;
}
.contact-cont-head {
  width: 100%;
  padding: 100px 20px;
  box-sizing: border-box;
  background: #121212;
  color: #fff;
}
.contact-cont-head h2 {
  font-size: 45px;
  line-height: 1.1em;
  font-family: 'Playfair Display', sans-serif;
  font-weight:700;
  margin-top: 10px;
}
.contact-cont-head a p {
  cursor: pointer;
}
.contact-cont-head a,
.contact-cont-head p {
  cursor: pointer;
  font-size: 16px;
  font-family: roboto;
  line-height: 1.2em;
  margin-bottom: 0;
  letter-spacing: 5px;
}
.avatar {
  float: left;
  width: 15%;
  margin: 0 25px;
}
.p-address {
  margin: 10px;
  overflow: hidden; /* This is important */
}
.contact-column {
  width: 48%;
  display: inline-block;
}
.contact-cont-head .email_id {
  text-decoration: underline;
  font-weight: 900;
  font-family: roboto;
  font-weight:600;
  color: #158e35;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.contact-cont-head .contact_no {
   font-family: roboto;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.contact-cont-head .direction {
  margin-top: 100px;
  letter-spacing: 8px;
   font-family: roboto;
  text-decoration: none;
  color: #fff;
  display: block;
}
.contact-cont-head a {
  text-decoration: none;
}
.carrer-cont-head{
  display: none;
}
@media screen and (max-width: 768px) {
  .head-vid {
    display: none;
  }
  .p-intro-cont {
    left: 6% !important;
  }
  .p-head-big {
    font-size: 45px;
  }
  .section-menu {
    background-repeat: no-repeat;
  }
  .section-menu__item {
    margin: 0 !important;
    font-size: 60px !important;
    line-height: 80px !important;
  }
  .p-form-big {
    font-size: 35px !important;
  }
  .section-menu__item_sub {
    margin: 0 50px 0 0 !important;
  }
  .form-div-2 {
    width: 100% !important;
  }
  iframe{
	  display:none;
  }
  .contact-slider-cont,
  .contact-cont-head {
    width: 100%;
  }
  .contact-cont-head {
    order: -1;
  }
  .contact-column {
    width: 100%;
  }
  .avatar {
    width: 0;
    float: unset;
    margin: 0;
  }
  .contact-cont-head {
	  padding:0;
  }
  .contact-cont-head a,
  .contact-cont-head p {
    margin-bottom: 30px;
  }
  .p-address {
    overflow: auto;
  }
  .contact-cont-head .direction {
    margin-top: 50px;
  }
  .iScrollVerticalScrollbar{
	  display:none;
  }
  #formenquire{
    margin: 0 ;
  }

  .carrer-cont-head{
    display: block!important;
    padding: 100px 50px;
  }
  .form-cont{
    display: none;
  }
  .carrer-head .p-form-big{
    font-size: 45px!important;
  }
  .carrer-head .section-menu__item_sub{
    font-family:roboto;
    font-size: 16px;
  }
}
