:root {
  --figureheight: 646px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #191919;
  color: white;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.god-hand {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.c-flex {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-relative {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bgcover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
textarea,
button {
  border-radius: 0px;
  background: none;
  box-shadow: none;
  border: 0px;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
  outline: none;
}

.container {
  width: calc(100% - 60px);
  max-width: 1144px;
  margin: 0 auto;
}

.tcon {
  max-width: 886px;
}

.fcon {
  max-width: 1007px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ============= */
/* Lets ROCK   */
/* ========  */

.wraphero {
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #191919;
  position: relative;
  max-height: 855px;
}

.wraphero:not(.noovly):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191919;
  opacity: 0.84;
}

.wraphero figure {
  width: 100%;
  height: var(--figureheight);
  background-color: grey;
  position: relative;
}

.wraphero figure svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.abscover {
  position: absolute;
  top: 0;
  left: 0;
}

.wrapherocontent {
  transform: translateY(calc(var(--figureheight) / 2));
  position: relative;
  z-index: +1;
}

#mainhero {
  height: calc(100vh + (var(--figureheight) / 2));
  max-height: calc(855px + (var(--figureheight) / 2));
  position: relative;
}

.sldd {
  position: absolute;
  right: 50px;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sldd p {
  transform: rotate(90deg) translateY(50%);
  transform-origin: right bottom;
  position: relative;
  right: 50%;
}

.sldd hr {
  height: 586.24px;
  margin: 30px 0;
  border: 0px;
  border-right: 1px solid white;
  width: 0;
}

.wrapherocontent h1 {
  margin-bottom: 28px;

  font-weight: 600;
  font-size: 80px;
  letter-spacing: 0.3em;
  line-height: 90px;
  text-align: center;
  color: #fff;
  /* min-height: 180px; */
}

.greetings {
  padding: 233px 0 108px;
}

.greetings .wrap_ > p {
  max-width: 500px;
}

.autop_ h2 {
  font-weight: 600;
  font-size: 45px;
  text-align: left;
  color: #fff;
  margin-bottom: 43px;
}

.autop_ p {
  font-size: 22px;
}

.linebtn {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  gap: 21px;
  align-items: center;
  margin-top: 14px;
  width: max-content;
  color: #ffffff;
  cursor: pointer;
}

.linebtn-ico {
  display: inline-block;
  transition: transform 0.3s ease;
  height: 35px;
  width: 35px;
}

.linebtn-ico > * {
  transition: all 0.3s ease;
}

.linebtn-ico-bg {
  opacity: 0;
}

.linebtn:hover .linebtn-ico {
  transform: scale(1.2);
}

.linebtn:hover .linebtn-ico-arrow {
  fill: #000000;
}

.linebtn:hover .linebtn-ico-bg {
  opacity: 1;
}

.greetings .wrap_ h2 {
  font-size: 64px;
  line-height: 96px;
}

.greetings .wrap_ p {
  font-size: 21px;
}

.greetings .wrap_ .linebtn {
  font-size: 22px;
}

.ourteam {
  padding-top: 125px;
  background-color: #2c2c2c;
}

.title {
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  margin-bottom: 80px;
}

.wrapteam {
  flex-wrap: wrap;
  gap: 40px;
}

.eachteam {
  width: calc((100% - 80px) / 3);
  text-align: center;
}

.eachteam figure {
  width: 100%;
  height: 434px;
  margin-bottom: 45px;
}

.eachteam h3 {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 25px;
}

.eachteam p {
  font-size: 20px;
}

footer {
  padding-top: 185px;
  background-color: #2c2c2c;
  background-image: url('../images/footerbg.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}

footer .container {
  background-color: #000000;
  box-sizing: border-box;
  padding: 70px 125px;
  justify-content: space-between;
  align-items: flex-end;
}

.ftbottom,
.innerfooter {
  max-width: 685px;
  flex-wrap: wrap;
  gap: 63px;
}

.footerlogo {
  width: 120px;
}

.cpr_ {
  min-width: 106px;
  font-size: 14px;
}

.ftmenus {
  width: 83px;
  font-size: 14px;
}

.nwscontainer,
.newsletter {
  width: 100%;
  max-width: 355px;
}

.nwscontainer {
  justify-content: space-between;
}

.newsletter .mc4wp-form-fields {
  display: flex;
  padding-bottom: 21px;
  border-bottom: 1px solid white;
}

.mc4wp-form-fields button,
.mc4wp-form-fields input {
  color: white;
  padding: 3px 0;
  width: 100%;
  line-height: 24px;
  font-family: 'Catamaran', sans-serif;
}

.mc4wp-form-fields button {
  background-color: white;
  color: black;
  padding: 3px 21px;
  width: max-content;
  cursor: pointer;
}

.ftbottom {
  font-size: 10px;
  font-weight: 300;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.ftbottom .inner {
  width: 100%;
  justify-content: space-between;
}

.sosmed {
  align-items: center;
  gap: 10px;
}

.sosmed a svg {
  width: 30px;
  height: 30px;
}

.zigzag .container:not(.eachzz) {
  padding: 120px 0 0;
  border-top: 1px solid white;
}

.eachzz {
  gap: 56px;
  margin-bottom: 163px;
}

.eachzz figure {
  min-width: 465px;
  height: 554px;
}

.eachzz figcaption {
  padding-top: 23px;
}

.zigzag .container:not(.eachzz) .eachzz:nth-child(odd) {
  flex-direction: row-reverse;
}

.quote {
  background-color: #2c2c2c;
  font-weight: 600;
  font-size: 40px;
  line-height: 66px;
  text-align: left;
  padding: 200px 0 0;
}

.quote + footer {
  padding-top: 200px;
}

.quote .container {
  max-width: 478px;
  position: relative;
}

#q-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-110%, -100%);
}

#q-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(110%, 0%);
}

.wpforms-container {
  position: relative;
}

div.wpforms-container-full .wpforms-field-label {
  font-weight: 600;
  font-size: 30px;
  text-align: left;
  color: #fff;
  line-height: normal;
}

body .wpforms-container input,
body .wpforms-container textarea {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid white !important;
  border-radius: 0px !important;
  color: white !important;
}

body div.wpforms-container-full button[type='submit'] {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-30px);

  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #191919 !important;
  background-color: white !important;
  padding: 15px 0;
  border-radius: 0;
  height: auto;
}

.cigroup h3 {
  margin-bottom: 28px;
}

.contactinfo {
  margin-top: 90px;
  gap: 120px;
}

.contact-us footer {
  background-color: transparent;
}

.mainav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  z-index: 99;
  transition: all 0.3s ease;
}

.mainav.actv {
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.mainav .container {
  justify-content: space-between;
  align-items: center;
}

.hdmenus {
  display: flex;
  gap: 48px;
  font-size: 16px;
}

.tcon p {
  margin-bottom: 24px;
}

.tcon p:last-child {
  margin-bottom: 0;
}

.c404content .wrapherocontent {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c404content .wrapherocontent h1 {
  letter-spacing: unset;
  font-size: 150px;
}

#mainhero.c404content {
  height: auto;
}

#mainhero.nofigs {
  height: max-content;
}

.nofigs .wraphero {
  align-items: center;
}

.nofigs .wrapherocontent h1 {
  margin: 0;
  min-height: auto;
}

.nofigs .wrapherocontent {
  transform: unset;
}

.logo {
  height: auto;
  width: 100%;
  max-width: 278px;
  transition: max-width 0.3s ease;
}

.mainav.actv .logo {
  max-width: 120px;
}

.autop_.centre {
  text-align: center;
  width: 100%;
}

.autop_.centre * {
  text-align: center;
}

.wrapvalues {
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-bottom: 80px;
}

.eachval {
  width: 100%;
  max-width: 250px;
  margin: 15px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eachval img {
  height: 85px;
  width: auto;
}

/* new hero */
.greetings {
  position: relative;
  background-color: #2d2d2d;
}

#mainhero.v2_ {
  height: 100vh;
  max-height: 800px;
  position: relative;
  padding-top: 60px;
}

.v2_ .wraphero {
  max-height: unset;
  height: 100%;
  align-items: center;
}

.v2_ .wrapherocontent {
  transform: unset;
  position: static;
}

.v2_ .wraphero figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  z-index: -1;
  overflow: hidden;
}
.wrapherocontent h1,
.v2_ .wrapherocontent h1 {
  margin: 0;
  padding: 40px 5px;

  font-family: 'League Spartan', sans-serif;
  font-size: 115px;
  line-height: normal;
  height: auto;
  letter-spacing: normal;
  text-align: left;
  position: relative;
}

.v2_ .wrapherocontent.hdd h1 {
  color: transparent;
  background: rgba(44, 44, 44, 0.75);
}

/* .v2_ .wrapherocontent h1::before{
  content: '';
  background: rgba(44, 44, 44, .75);
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
} */
.wrapherocontent h1 {
  text-align: center;
}
.page-template-page-contact #mainhero {
  background-color: #2d2d2d;
}
.quote h3 {
  font-size: 25px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.v2_ .wraphero > .wrapherocontent {
  margin-top: 154px;
}
.v2_ .wrapherocontent h1 {
  max-width: 1007px;
}
.v2_ .wrapherocontent.hdd {
  position: absolute;
  bottom: 50%;
  right: 50vw;
  transform: translate(44%, 50%);
  width: 100vw;
}
/* ============= */
/* RESPONSIVE  */
/* ========  */

@media (max-width: 1440px) {
}

@media (max-width: 1280px) {
  :root {
    --figureheight: 490px;
  }

  .v2_ .wraphero figure {
    width: 50%;
    height: 700px;
  }

  .v2_ .wraphero > .wrapherocontent {
    margin-top: 100px;
  }

  .v2_ .wrapherocontent.hdd {
    transform: translate(50%, 50%);
  }

  .mainav {
    padding: 20px 0;
  }

  .sldd {
    right: 20px;
  }

  .container,
  .tcon,
  .fcon {
    max-width: 764px;
  }

  .wrapherocontent h1 {
    font-size: 60px;
    line-height: 90px;
  }

  .eachteam figure {
    height: 290px;
  }

  footer .container {
    max-width: 882px;
    padding: 65px 55px;
  }

  footer {
    padding-top: 90px;
  }

  .autop_ h2 {
    font-size: 40px;
  }

  .autop_ p {
    font-size: inherit;
  }
}

@media (max-width: 1024px) {
  :root {
    --figureheight: 403px;
  }

  .wraphero {
    max-height: 768px;
  }

  .greetings {
    padding: 125px 0 100px;
  }

  #mainhero.nofigs {
    /* height: 768px; */
  }

  #mainhero {
    height: calc(768px + (var(--figureheight) / 2));
    position: relative;
  }

  .sldd {
    display: none;
  }
}

@media (max-width: 850px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }

  .ftbottom,
  .innerfooter {
    gap: 23px;
  }
  .wrapherocontent h1,
  .v2_ .wrapherocontent h1 {
    font-size: 88px;
  }

  .v2_ .wraphero figure {
    width: 75%;
    height: 680px;
  }

  .newsletter {
    max-width: calc(100% - 250px);
  }

  .ftbottom .inner {
    justify-content: flex-start;
    gap: 30px;
  }

  .wabtn {
    transform: translateX(-100%);
  }

  .nwscontainer {
    justify-content: flex-start;
    gap: 30px;
  }

  .ftbottom .inner a {
    min-width: 74px;
    display: inline-block;
  }

  .ftbottom .inner .sosmed a {
    min-width: unset;
  }

  .wrapherocontent h1 {
    font-size: 40px;
    line-height: 70px;
  }

  .container {
    max-width: 628px;
  }

  .tcon {
    max-width: 508px;
  }

  .greetings .wrap_ {
    max-width: unset;
  }

  .wrapteam {
    gap: 23px;
  }

  .eachteam h3 {
    font-size: 18px;
  }

  .zigzag .container:not(.eachzz) .eachzz:nth-child(odd),
  .eachzz.container {
    flex-direction: column;
  }

  .wpforms-container .wpforms-one-half,
  .wpforms-container .wpforms-three-sixths,
  .wpforms-container .wpforms-two-fourths {
    width: 100%;
  }

  body div.wpforms-container-full button[type='submit'] {
    position: static;
    margin: 0;
    margin-top: 50px;
  }

  .wpforms-container .wpforms-field.wpforms-one-half {
    margin-left: 0;
  }

  .contactinfo {
    margin-top: 0;
    gap: 34px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 75px;
  }

  .contactinfo svg {
    height: 20px;
    width: auto;
  }

  .contactinfo .sosmed {
    gap: 20px;
  }

  .logo {
    max-width: 185px;
  }

  .linebtn-ico {
    height: 30px;
    width: 30px;
  }

  .greetings .wrap_ h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .greetings .wrap_ p {
    font-size: 16px;
  }

  .greetings .wrap_ .linebtn {
    font-size: 20px;
  }

  .title {
    font-size: 35px;
  }

  .eachteam h3 {
    font-size: 20px;
  }

  .eachteam p {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  div.wpforms-container-full .wpforms-field-label {
    font-size: 25px;
    line-height: normal;
  }
  .quote h3 {
    font-size: 20px;
    bottom: -30px;
  }

  footer {
    background-position: top;
    background-size: 100%;
  }

  .eachzz figure {
    width: 100%;
    height: 318.1px;
    min-width: unset;
  }

  .quote .container {
    max-width: 267px;
  }

  #q-1 {
    transform: translate(0%, -100%);
  }

  #q-2 {
    transform: translate(0%, 100%);
  }

  .quote {
    font-size: 30px;
    line-height: 49px;
  }

  .eachzz {
    margin-bottom: 75px;
  }

  .eachzz figcaption {
    padding-top: 0;
  }

  footer .container {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 25px;
  }

  .ftmenus {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .ftmenus li {
    padding: 0 15px;
  }

  .ftmenus li:first-child {
    border-right: 1px solid white;
  }

  .newsletter {
    max-width: unset;
  }

  .ftbottom,
  .innerfooter {
    max-width: 100%;
  }

  .ftbottom,
  .innerfooter {
    gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ftbottom .inner a {
    min-width: max-content;
  }

  .ftbottom {
    flex-direction: column-reverse;
  }

  .nwscontainer {
    justify-content: space-between;
  }

  .wabtn {
    transform: unset;
    margin: 65px auto 0;
  }

  .hdmenus {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  /* 
  .wrapherocontent h1 {
    font-size: 28px;
    letter-spacing: 0.3em;
    line-height: 45px;
    max-width: 250px;
    margin: 0 auto 50px;
    min-height: unset;
  } */

  :root {
    --figureheight: 202px;
  }

  .wraphero {
    max-height: calc(100vh - var(--figureheight));
  }

  .autop_ h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  body {
    font-size: 14px;
    line-height: 24px;
  }

  .tcon {
    max-width: 267px;
  }

  .linebtn {
    font-size: 18px;
  }

  #mainhero {
    height: calc((100vh - var(--figureheight)) + (var(--figureheight) / 2));
  }

  .wrapteam {
    gap: 63px;
    flex-direction: column;
  }

  .eachteam {
    width: 100%;
  }

  .ourteam .container {
    max-width: 268px;
  }
  .v2_ .wraphero > .wrapherocontent {
    margin-top: 0;
  }
  .wrapherocontent h1,
  .v2_ .wrapherocontent h1 {
    font-size: 45px;
    width: 100%;
    max-width: 93%;
    padding: 30px 5px;
  }
  .v2_ .wraphero figure {
    width: 85%;
    height: 350px;
  }
  #mainhero.v2_ {
    max-height: 351px;
    padding-top: 180px;
  }
  .logo {
    width: 146px;
    max-width: 146px;
  }

  .v2_ .wrapherocontent.hdd {
    top: 50%;
    bottom: unset;
    transform: translate(50%, -50%);
  }
  .v2_ .wrapherocontent.hdd h1 {
    padding: 60px 20px;
  }

  .quote {
    padding: 150px 0 0;
  }
  .quote + footer {
    padding-top: 150px;
  }
}
