/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: "suisse_intlmedium";
  src: url("../webfonts/suisseintl-medium-webfont.woff2") format("woff2"),
    url("../webfonts/suisseintl-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "suisse_intlregular";
  src: url("../webfonts/suisseintl-regular-webfont.woff2") format("woff2"),
    url("../webfonts/suisseintl-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

html,
body {
  scroll-behavior: smooth;
}

ol,
ul,
li {
  list-style: none;
}

:focus {
  outline: 0;
}

input,
textarea {
  margin: 0;
  outline: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End Reset */

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Default Font Styles
______________________*/
body,
input,
select,
textarea {
  font-family: "suisse_intlregular";
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
}

body {
  background: #000;
}

.defaultbtn {
  font-family: "suisse_intlregular";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.defaultbtn:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

input {
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 18px 10px 16px;
  font-size: 14px;
  color: #fff;
  background: none;
  width: 100%;
}

/* Links
______________________*/
a {
  -webkit-transition: 0.2s ease-out 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}

a:hover {
  text-decoration: underline;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding-top: 60px;
}

.home #header .mainlogo {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* transition-property: left, top;
  transition-duration: 3s; */
}

.home.loaded #header .mainlogo {
  /* left: 175px;
  top: 85px; */
  opacity: 0;
}

.home #header .mainlogo.mainlogo-2 {
  left: 175px;
  top: 85px;
  transition: 2s all;
  opacity: 0;
}

.home.loaded #header .mainlogo.mainlogo-2 {
  opacity: 1;
}

#header .mainlogo a {
  background: url(../images/MAYA-Logos.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 250px;
  height: 38px;
  text-decoration: none;
  margin-left: -15px;
}

#header .menubtnwrap {
  text-align: right;
}

#header .menubtnwrap a {
  background: url(../images/menubtn.svg) no-repeat;
  background-size: 100% auto;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
}

#scene-scroll {
  overflow-x: hidden;
}

html {
  scroll-behavior: auto !important; /* Disable native smooth scrolling */
}

.contentsec {
  height: 100vh;
  position: relative;
  transition: 5s ease-out 5s;
}

.contentsec::after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.container-fluid {
  padding: 0 60px;
  height: 100%;
}

.innercontent {
  position: absolute;
  left: 80px;
  bottom: 125px;
  z-index: 99;
  width: 650px;
}

/* #secone {
    background: url(../images/bg-section.png) no-repeat;
    background-size: cover;
    background-position: center top;
} */

.contentsec h2 {
  font-family: "suisse_intlmedium";
  font-size: 54px;
  color: #fff;
  margin: 0 0 20px 0;
}

.contentsec p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 25px 0;
  line-height: 32px;
}

.sidebarmenu-wrap {
  background: #101010;
  position: fixed;
  right: -2000px;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 75px 0;
  z-index: 999;
}

.sidebarmenu-content {
  padding: 60px 80px;
}

.sidebarmenu-content .deskmenu li {
  margin-bottom: 5px;
}

.sidebarmenu-content .deskmenu li a {
  display: block;
  text-decoration: none;
  font-family: "suisse_intlmedium";
  font-size: 38px;
  color: #fff;
}

.sidebarmenu-content .deskmenu li a span {
  font-size: 14px;
  color: rgb(190, 4, 4);
}

.sidebarmenu-content .deskmenu li a:hover {
  opacity: 0.7;
}

.sidebarmenu-wrap > a {
  position: absolute;
  left: 80px;
  top: 40px;
  text-decoration: none;
  background: #1f1f1f;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 69px;
  border-radius: 50px;
}

.sidebarmenu-wrap > a i {
  color: #a1a1a1;
  font-size: 24px;
}

.menubot {
  padding-top: 45px;
  margin-top: 35px;
  border-top: 1px solid #fff3;
  gap: 50%;
}

.menubot .menbot-left p {
  padding-bottom: 50px;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: bold;
}

.menubot .menbot-left a {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menubot .menbot-left a:hover {
  color: #fff;
}

.menubot .menbot-right a {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  margin-bottom: 7px;
}

.menulogo {
  background: url(../images/menulogo.png) no-repeat;
  background-size: 100% auto;
  width: 467px;
  height: 87px;
  display: block;
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translate(0, -50%);
}

.menubot .menbot-right a:hover {
  color: #fff;
}

.contentsec.letstalk .innercontent {
  width: 90%;
  left: 80px !important;
  right: auto !important;
}

.contentsec.last .innercontent {
  position: relative;
  left: auto;
  bottom: 0;
  width: 100%;
  padding-top: 60px;
}

.contentsec.last .innercontent .footerlogo,
#footer .footerlogo {
  margin-bottom: 60px;
}

.contentsec.last .innercontent .footerlogo a,
#footer .footerlogo a {
  background: url(../images/MAYA-Logos.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 225px;
  height: 36px;
  text-decoration: none;
  margin-left: -15px;
}

.contentsec.last .innercontent h3,
#footer h3 {
  font-family: "suisse_intlmedium";
  font-size: 22px;
  color: #fff;
  margin: 0 0 15px 0;
}

.contentsec.last .innercontent .footerform,
#footer .footerform {
  width: 450px;
}

.contentsec.last .innercontent .inputwrap,
#footer .inputwrap {
  margin-bottom: 15px;
}

.contentsec.last .innercontent .footerform button,
#footer .footerform button {
  margin-top: 15px;
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 18px 10px 15px;
  font-size: 14px;
  color: #191919;
  background: #fff;
  font-weight: bold;
  width: 100%;
}

.contentsec.last .innercontent .footerform button:hover,
#footer .footerform button:hover {
  background: none;
  color: #fff;
}

.contentsec.last .innercontent .secfooter,
#footer .secfooter {
  border-top: 1px solid #fff3;
  padding-top: 50px;
  border-bottom: 1px solid #fff3;
  padding-bottom: 50px;
}

#footer .secfooter {
  margin-top: 30px;
}

.contentsec.last .footermenu,
#footer .footermenu {
  gap: 50%;
}

.contentsec.last .footermenu h4,
#footer .footermenu h4 {
  font-size: 16px;
  color: #bebebe;
  font-family: "suisse_intlmedium";
  margin-bottom: 10px;
}

.contentsec.last .footermenu li,
#footer .footermenu li {
  margin-bottom: 5px;
}

.contentsec.last .footermenu li a,
#footer .footermenu li a {
  color: #e9e9e9;
  font-size: 14px;
  display: block;
  text-decoration: none;
  margin-bottom: 7px;
  font-family: "suisse_intlmedium";
}

.contentsec.last .footermenu li a span,
#footer .footermenu li a span {
  font-size: 12px;
  color: rgb(222, 4, 4);
}

.contentsec.last .footermenu li a:hover,
#footer .footermenu li a:hover {
  opacity: 0.7;
}

.contentsec.last .secfooterbot,
#footer .secfooterbot {
  padding: 50px 0 0;
}

#footer .secfooterbot {
  padding: 50px 0 30px;
}

.contentsec.last .secfooterbot p,
#footer .secfooterbot p {
  color: #dfdfdf;
  font-size: 14px;
  font-family: "suisse_intlmedium";
  margin: 0 0 10px 0;
}

.contentsec.last .secfooterbot a,
#footer .secfooterbot a {
  color: #dfdfdf;
  font-size: 14px;
  font-family: "suisse_intlmedium";
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.contentsec.last .secfooterbot a:hover,
#footer .secfooterbot a:hover {
  opacity: 0.7;
}

body::-webkit-scrollbar {
  display: none;
}

::placeholder {
  color: #fff;
}

#scene-scroll .contentsec:nth-child(even) .innercontent {
  left: auto;
  right: 80px;
}

/* #sectwo {
    background: url(../images/bg-sectiontwo.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

#secthree {
    background: url(../images/bg-sectionthree.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

#secfour {
    background: url(../images/bg-sectionfour.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

#secfive {
    background: url(../images/bg-sectionfive.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

#secsix {
    background: url(../images/bg-sectionsix.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

#secseven {
    background: url(../images/bg-sectionseven.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

#seceight {
    background: url(../images/bg-sectioneight.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

#secnine {
    background: url(../images/bg-sectionnine.png) no-repeat;
    background-size: cover;
    background-position: center top;
} */

#innerpage {
  background: url(../images/innerbg.png) no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.innerpagehead {
  padding: 200px 80px 60px;
}

.innerpagehead h1 {
  font-family: "suisse_intlmedium";
  font-size: 68px;
  color: #fff;
  margin-bottom: 30px;
}

.facilityimg img {
  display: block;
  width: 100%;
  height: auto;
}

.innerpagehead h4 {
  font-family: "suisse_intlmedium";
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

.innerpagehead h4 i {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: middle;
}

.innerpagehead p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 25px;
  line-height: 26px;
}

.newscontent {
  min-height: 575px;
}

.newscontent .newsimg {
  margin-bottom: 25px;
  overflow: hidden;
}

.newscontent .newsimg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease-out 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}

.newscontent h3 {
  font-family: "suisse_intlmedium";
  font-size: 32px;
  color: #fff;
  margin-bottom: 5px;
}

.newscontent p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

.newscontent > a {
  display: block;
  text-decoration: none;
}

.newscontent > a:hover {
  opacity: 0.7;
}

.newscontent > a:hover .newsimg img {
  transform: scale(1.2);
}

.detailpage .innerpagehead {
  padding-bottom: 80px;
}

.detailpage .innerpagehead h1 {
  font-family: "suisse_intlmedium";
  font-size: 48px;
  color: #fff;
  margin: 0 340px 50px;
}

.detailpage .innerpagehead .bigimagewrap img {
  display: block;
  width: 100%;
  height: auto;
}

.detailcontentwrap .detailcontent {
  padding: 0 340px 20px;
}

.detailcontentwrap .detailcontent h3 {
  font-family: "suisse_intlmedium";
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.detailcontentwrap .detailcontent p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 25px;
}

.hsform {
  background: #414141;
  padding: 15px 20px 12px;
  border-radius: 4px;
  margin: 10px 0 45px;
  width: 90%;
  -webkit-transition: 0.2s ease-out 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}

.hsform i {
  display: inline-block;
  font-size: 20px;
  margin: 0 20px 0 0;
}

.hsform span {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.hsform a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.hsform:hover {
  background: #5c5c5c;
}

.contactinfo {
  gap: 15%;
}

.contactinfo li {
  margin-bottom: 10px;
}

.contactinfo li a {
  color: #e9e9e9;
  font-size: 14px;
  display: block;
  text-decoration: none;
  margin-bottom: 7px;
  font-family: "suisse_intlmedium";
}

.contactinfo li a:hover {
  opacity: 0.7;
}

.locationmap img {
  display: block;
  width: 100%;
  height: auto;
}

.locationmap {
  height: 450px;
}

.locationmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.innersecwrap {
  padding: 0 80px;
}

.techcontentwrap {
  padding-bottom: 50px;
}

.techcontentwrap h3 {
  font-family: "suisse_intlmedium";
  font-size: 45px;
  color: #fff;
  position: sticky;
  left: 0;
  top: 200px;
}

.techcontentwrap h4 {
  font-family: "suisse_intlmedium";
  font-size: 34px;
  color: #fff;
  margin-bottom: 15px;
}

.techcontentwrap p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 25px;
  line-height: 26px;
}

.techcontentwrap .techcontent {
  padding-bottom: 50px;
  width: 75%;
}

.techcontentwrap .techcontent:last-child {
  padding-bottom: 0;
}

.techcontentwrap.techsyswrap {
  padding-top: 40px;
}

.techcontentwrap.techsyswrap .techcontent {
  border: 1px solid #fff3;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 60px;
}

.techcontentwrap.techsyswrap .techcontent p {
  padding-bottom: 0;
}

.techcontentwrap.techsyswrap .techcontent span {
  display: block;
  margin-bottom: 20px;
}

.techcontentwrap.techsyswrap .techcontent span img {
  display: block;
  width: auto;
  height: auto;
}

.specscontentwrap {
  gap: 10%;
  justify-content: space-between;
}

.specscontentwrap .specscontent {
  width: 45%;
}

.techcontentwrap .specscontent h4 {
  margin-bottom: 35px;
}

.techcontentwrap .specscontent li {
  display: list-item;
  list-style: disc;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  line-height: 24px;
}

.specsheetform {
  padding: 70px 0 0 0;
}

.specsheetform h4 {
  margin-bottom: 35px;
}

.specsheetform .specforminputs {
  padding-bottom: 20px;
}

.specsheetform .specforminputs label {
  font-family: "suisse_intlmedium";
  font-size: 16px;
  color: #d4d4d4;
  display: block;
  margin-bottom: 5px;
}

.specsheetform .specforminputs label sup {
  color: red;
  font-size: 17px;
  margin-left: 5px;
}

.specsheetform .specforminputs input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 12px 10px 10px;
  font-size: 14px;
}

.specsheetform button {
  margin-top: 15px;
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 15px 30px 12px;
  font-size: 14px;
  color: #191919;
  background: #fff;
  font-weight: bold;
  width: auto;
}

.specsheetform button:hover {
  background: none;
  color: #fff;
}

.innerpagehead .projectheadlist li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.tabswrap .tabsbtn {
  padding-bottom: 50px;
}

.tabswrap .tabsbtn li {
  display: inline-block;
  margin-right: 10px;
}

.tabswrap .tabsbtn li a {
  display: block;
  background: rgba(255, 255, 255, 0.37);
  text-decoration: none;
  border-radius: 4px;
  font-family: "suisse_intlmedium";
  font-size: 16px;
  color: #fff;
  padding: 14px 25px 10px;
}

.tabswrap .tabsbtn li a:hover {
  opacity: 0.7;
}

.tabswrap .tabsbtn li a.active {
  background: #fff;
  color: #1f1f1f;
}

.tabswrap .tabscontent {
  display: none;
}

.tabscontent .projcontent > a {
  display: block;
  text-decoration: none;
}

.tabscontent .projcontent .projwrap {
  margin-bottom: 15px;
  overflow: hidden;
}

.tabscontent .projcontent .projwrap img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease-out 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}

.tabscontent .projcontent h4 {
  font-family: "suisse_intlmedium";
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.tabscontent .projcontent span {
  font-family: "suisse_intlmedium";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.tabscontent .projcontent > a:hover .projwrap img {
  transform: scale(1.2);
}

.projectdetail .innerpagehead h1 {
  font-family: "suisse_intlmedium";
  font-size: 48px;
  color: #fff;
  margin: 0 150px 60px;
}

.projectdetail .projectheaddetail {
  margin: 0 150px;
}

.projectdetail .projectheaddetail ul {
  display: flex;
}

.projectdetail .projectheaddetail li {
  margin-right: 60px;
}

.projectdetail .projectheaddetail li label {
  font-family: "suisse_intlmedium";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 10px;
}

.projectdetail .projectheaddetail li span {
  font-family: "suisse_intlmedium";
  font-size: 16px;
  color: #fff;
  display: block;
}

.newssecwrap {
  padding: 0 80px;
}

.videowrap {
  padding: 50px 0 70px;
}

.videowrap iframe {
  display: block;
  width: 100%;
  height: 500px;
}

.projectcontent {
  margin: 0 150px;
}

.overview {
  padding: 0 30px 40px 0;
}

.overview h4 {
  font-family: "suisse_intlmedium";
  font-size: 24px;
  color: #fff;
  margin: 0 0 15px;
}

.overview p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

.behindscene {
  padding: 0 30px 40px 0;
}

.behindscene h4 {
  font-family: "suisse_intlmedium";
  font-size: 24px;
  color: #fff;
  margin: 0 0 15px;
}

.galleryimg {
  margin-bottom: 15px;
}

.galleryimg img {
  display: block;
  width: 100%;
  height: auto;
}

.credites h4 {
  font-family: "suisse_intlmedium";
  font-size: 24px;
  color: #fff;
  margin: 0 0 15px;
}

.credites p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  padding-bottom: 2px;
}

.servicescontentwrap {
  padding-bottom: 60px;
}

.servicescontentwrap:first-child {
  margin-top: 100px;
}

.servicescontentwrap .serviceheading {
  width: 42%;
  text-align: right;
}

.servicescontentwrap .serviceheading h3 {
  font-family: "suisse_intlmedium";
  font-size: 40px;
  color: #fff;
  position: sticky;
  left: 0;
  top: 100px;
}

.servicescontentwrap .timelinewrap {
  width: 6%;
  text-align: center;
}

.servicescontentwrap .servicedetail {
  width: 42%;
}

.servicescontentwrap .srvimgwrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.servicescontentwrap .servicedetail h4 {
  font-family: "suisse_intlmedium";
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.servicescontentwrap .servicedetail p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 30px;
  line-height: 26px;
}

.servicescontentwrap .timelinebgwrap {
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, 0);
}

.servicescontentwrap .timeline {
  position: sticky;
  left: 0;
  top: 100px;
}

.servicescontentwrap .timeline .track {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.servicescontentwrap:last-child .timelinebgwrap {
  height: 80%;
}

/* .timelinewrapper {
    display: flex;
}

.timeline_progress {
    z-index: -3;
    background-color: #414141;
    width: 3px;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.timeline_progress-bar {
    background-color: #fff;
    background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
    width: 3px;
    height: 50vh;
    display: block;
    position: fixed;
    inset: 0 auto 50vh;
} */

.footertop {
  padding: 80px 0 20px;
}

.footertop p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 30px;
}

.footertop h4 {
  font-family: "suisse_intlmedium";
  font-size: 75px;
  color: #fff;
  margin: 0 0 20px 0;
}

.cl {
  clear: both;
  font-size: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

#canvas {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.loaderwrap {
  position: fixed;
  left: 0;
  top: 0;
  background: #000000;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.loaderwrap span {
  display: block;
  background: url(../images/svg-image.svg) no-repeat;
  background-size: 100% auto;
  width: 225px;
  height: 36px;
  margin: auto;
  position: absolute;
  left: -12px;
  top: 30px;
  z-index: 99999;
  bottom: 0;
  right: 0;
}

.signuppoppup {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 1);
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}

.signuppoppup .signup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  text-align: center;
}
.signuppoppup a {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 40px;
}

.signuppoppup .signup span {
  background: url(../images/MAYA-Logos.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 380px;
  height: 73px;
  text-decoration: none;
  margin: 0 auto 20px;
}
.signuppoppup .signup p {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.signuppoppup .signup input,
.signuppoppup .signup textarea {
  border-radius: 10px;
  margin-bottom: 25px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 18px;
  background: none;
  border: 1px solid #fff;
  width: 100%;
}
.signuppoppup .signup button {
  background: #fff;
  border-radius: 10px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #fff;
}
.signuppoppup .signup button:hover {
  background: none;
  color: #fff;
}

/* .popupshow #scene-scroll {
  overflow: hidden;
  height: 100vh;
} */

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

body.loaded .loaderwrap {
  display: none;
}

.videowrap video {
  display: block;
  width: 100%;
  height: auto;
}

.modal-content {
  border: none;
}

.modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  filter: invert(1);
}

.modal-body {
  padding: 0;
}

.modal-body .videowrap {
  padding: 0;
}

.process-img img {
  display: block;
  width: 100%;
  height: auto;
}

.processcontent {
  border: 1px solid #fff3;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 300px;
}
.processcontent h4 {
  font-size: 70px;
}
.processcontent h4 span {
  font-size: 27px;
  opacity: 0.7;
  display: block;
}

.services-page {
  text-align: center;
}
.services-page h4 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.services-page h1 {
  margin-bottom: 15px;
}
.services-page p {
  padding: 0 100px;
}
.servicedetail span {
  font-family: "suisse_intlmedium";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: block;
}
.servicedetail h4 {
  font-family: "suisse_intlmedium";
  font-size: 42px;
  color: #fff;
  margin-bottom: 15px;
}
.servicedetail p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.newservices-detal {
  padding-top: 50px;
}
.newservices-detal > .row {
  margin-bottom: 175px;
}
.newservices-detal .srvimgwrap {
  position: relative;
}
.newservices-detal .srvimgwrap::after {
  content: "";
  border: 2px solid #ffffff;
  width: 550px;
  height: 100%;
  display: block;
  position: absolute;
  right: 15%;
  top: 15%;
}
.newservices-detal > .row.flex-sm-row-reverse .col-sm-7 {
  text-align: right;
}
.newservices-detal > .row:last-child {
  margin-bottom: 75px;
}
.rsvp .signuppoppup {
  position: static;
  display: block;
}

.rsvp .signuppoppup .signup {
  position: static;
  transform: none;
  width: 100%;
}
.rsvp {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.rsvp span {
  background: url(../images/MAYA-Logos.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 300px;
  height: 45px;
  text-decoration: none;
  margin: 0 0 50px -15px;
}
.rsvp h2 {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.rsvp p {
  font-size: 15px;
  color: #fff;
  margin: 0 0 25px 0;
  line-height: 25px;
}

.rsvp li {
  margin-bottom: 5px;
}

.rsvp .signuppoppup .signup p {
  font-size: 26px;
}

.rsvp .signuppoppup ul {
  display: none;
}
/* Responsive */
@media (max-width: 1380px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 800px) {
  #header {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    left: 0;
    top: 0;
  }
  .container-fluid {
    padding: 0 15px;
  }
  .home #header .mainlogo {
    left: 5px !important;
    top: 18px !important;
    transform: inherit !important;
  }
  #header .mainlogo a {
    width: 150px;
    height: 25px;
    margin-left: 0;
  }
  #header .menubtnwrap {
    margin-top: 4px;
  }
  #header .menubtnwrap a {
    width: 35px;
    height: 35px;
  }
  .sidebarmenu-wrap {
    padding: 0;
  }
  .sidebarmenu-content {
    padding: 125px 40px 40px 40px;
  }
  .sidebarmenu-content .deskmenu li {
    margin-bottom: 20px;
  }
  .sidebarmenu-content .deskmenu li a {
    font-size: 20px;
  }
  .sidebarmenu-content .deskmenu li a span {
    font-size: 12px;
  }
  .menubot {
    padding-top: 20px;
    margin-top: 30px;
    display: block !important;
    position: absolute;
    left: 35px;
    bottom: 25px;
  }
  .menubot .menbot-left p {
    padding-bottom: 20px;
    font-size: 12px;
  }
  .menubot .menbot-left p br {
    display: none;
  }
  .menubot .menbot-left a {
    font-size: 12px;
  }
  .menbot-right {
    margin-top: 20px;
  }
  .menubot .menbot-right a {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .sidebarmenu-wrap > a {
    left: 40px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 49px;
  }
  .sidebarmenu-wrap > a i {
    font-size: 18px;
  }
  .menulogo {
    width: 100px;
    height: 16px;
    right: 35px;
    top: auto;
    transform: inherit;
    bottom: 30px;
  }
  .loaderwrap span {
    width: 150px;
    height: 25px;
  }
  .spinner {
    width: 40px;
    height: 40px;
    top: 40%;
  }
  .contentsec,
  .contentsec::after {
    height: 77vh;
    text-align: center;
  }
  .contentsec::after {
    background: rgba(0, 0, 0, 0.7);
  }
  .innercontent {
    left: 0;
    top: 60%;
    width: 100%;
    padding: 0 15px;
    transform: translate(0, -50%) !important;
  }
  .contentsec h2 {
    font-size: 26px;
    margin: 0 0 15px 0;
  }
  .contentsec h2 br {
    display: none;
  }
  .contentsec p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 24px;
  }
  .defaultbtn {
    font-size: 11px;
    letter-spacing: 2px;
  }
  #scene-scroll .contentsec:nth-child(even) .innercontent {
    left: 0;
    right: 0;
  }
  .contentsec.letstalk .innercontent {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
  .contentsec.last .innercontent {
    padding-top: 0;
  }
  .contentsec.last .innercontent .secfooter,
  #footer .secfooter {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contentsec.last .innercontent .footerlogo,
  #footer .footerlogo {
    margin-bottom: 40px;
  }
  .contentsec.last .innercontent .footerlogo a,
  #footer .footerlogo a {
    width: 150px;
    height: 25px;
    margin: 0 auto;
  }
  .contentsec.last .innercontent .footerform,
  #footer .footerform {
    width: 100%;
  }
  .contentsec.last .innercontent h3,
  #footer h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .contentsec.last .innercontent .inputwrap,
  #footer .inputwrap {
    margin-bottom: 0;
    display: block !important;
  }
  input {
    border-radius: 2px;
    padding: 15px 10px 13px;
    font-size: 10px;
  }
  .contentsec.last .innercontent .inputwrap input,
  #footer .inputwrap input {
    margin-bottom: 15px;
  }
  .contentsec.last .innercontent .footerform button,
  #footer .footerform button {
    margin-top: 10px;
    border-radius: 2px;
    padding: 13px 10px 10px;
    font-size: 12px;
    width: 100%;
  }
  .contentsec.last .footermenu,
  #footer .footermenu {
    gap: 25%;
    margin-top: 40px;
  }
  .contentsec.last .footermenu h4,
  #footer .footermenu h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contentsec.last .footermenu li a,
  #footer .footermenu li a {
    font-size: 12px;
    font-family: "suisse_intlmedium";
  }
  .contentsec.last .secfooterbot,
  #footer .secfooterbot {
    padding: 30px 0 0;
  }
  .contentsec.last .secfooterbot p,
  #footer .secfooterbot p {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .contentsec.last .secfooterbot a,
  #footer .secfooterbot a {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contentsec.last,
  .contentsec.last::after {
    height: 100vh;
    top: 0;
  }

  #header .mainlogo {
    position: absolute;
    left: 5px;
    top: 20px;
  }
  .innerpagehead {
    padding: 100px 0 20px;
    text-align: center;
  }
  .innerpagehead h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .innerpagehead h4 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .innerpagehead p {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 22px;
  }
  .innerpagehead .projectheadlist li {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .innersecwrap {
    padding: 0;
  }
  .tabswrap .tabsbtn {
    padding-bottom: 50px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
    position: relative;
    left: -16px;
    margin-bottom: 20px;
  }
  .tabswrap .tabsbtn li {
    margin-right: 5px;
  }
  .tabswrap .tabsbtn li a {
    border-radius: 2px;
    font-size: 14px;
    padding: 10px 15px 5px;
    min-width: 125px;
    text-align: center;
  }
  .tabswrap .tabscontent .mb-5 {
    margin-bottom: 0 !important;
  }
  .tabscontent .projcontent {
    margin-bottom: 15px;
    text-align: center;
  }
  .tabscontent .projcontent h4 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .tabscontent .projcontent span {
    font-size: 12px;
  }
  .footertop {
    padding: 20px 0 0;
    text-align: center;
  }
  .footertop p {
    font-size: 14px;
    margin: 0 0 14px 0;
    line-height: 26px;
  }
  .footertop p br {
    display: none;
  }
  .footertop h4 {
    font-size: 24px;
    margin: 0;
  }
  #footer .secfooter,
  #footer .secfooterbot {
    text-align: center;
  }
  .projectdetail .innerpagehead h1 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .projectdetail .projectheaddetail {
    margin: 0;
  }
  .projectdetail .projectheaddetail ul {
    justify-content: center;
  }
  .projectdetail .projectheaddetail li {
    margin-right: 30px;
  }
  .projectdetail .projectheaddetail li label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .projectdetail .projectheaddetail li span {
    font-size: 14px;
  }
  .videowrap {
    padding: 20px 0 30px;
  }
  .videowrap iframe {
    height: 100%;
  }
  .projectcontent {
    margin: 0;
    text-align: center;
  }
  .overview {
    padding: 0 0 30px 0;
  }
  .overview h4,
  .behindscene h4,
  .credites h4 {
    font-size: 20px;
  }
  .overview p {
    font-size: 14px;
    line-height: 22px;
  }
  .behindscene {
    padding: 0 0 15px 0;
  }
  .credites {
    padding-bottom: 20px;
  }
  .credites p {
    font-size: 14px;
    line-height: 22px;
  }
  .techcontentwrap {
    padding-bottom: 0;
  }
  .techcontentwrap h3 {
    font-size: 22px;
    position: static;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .techcontentwrap h3 br {
    display: none;
  }
  .techcontentwrap .techcontent {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .techcontentwrap h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .techcontentwrap p {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 22px;
  }
  .techcontentwrap.techsyswrap .techcontent {
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
  .techcontentwrap.techsyswrap .techcontent span {
    display: block;
    margin: 0 auto 15px;
  }
  .techcontentwrap.techsyswrap .techcontent span img {
    margin: 0 auto;
  }
  .facilityimg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .facilityimg {
    margin-bottom: 15px;
  }
  .techcontentwrap .detailcontent {
    text-align: center;
  }
  .techcontentwrap.techsyswrap {
    padding-top: 40px;
  }
  .specscontentwrap {
    display: block !important;
  }
  .specscontentwrap .specscontent {
    width: 100%;
    text-align: center;
  }
  .techcontentwrap .specscontent h4 {
    margin-bottom: 15px;
  }
  .techcontentwrap .specscontent ul {
    margin-bottom: 25px;
  }
  .techcontentwrap .specscontent li {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .specsheetform {
    padding: 30px 0;
    text-align: center;
  }
  .specsheetform .specforminputs {
    padding-bottom: 0;
  }
  .specsheetform .specforminputs label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .specsheetform .specforminputs input {
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #fff;
    margin-bottom: 15px;
  }
  .specsheetform .specforminputs label sup {
    font-size: 12px;
  }
  .specsheetform button {
    width: 100%;
    padding: 15px 15px 12px;
    border-radius: 4px;
    margin: 0;
  }
  .servicescontentwrap:first-child {
    margin-top: 0;
  }
  .servicescontentwrap .serviceheading {
    width: 35%;
    display: none;
  }
  .servicescontentwrap .serviceheading h3 {
    font-size: 16px;
  }
  .servicescontentwrap .timelinewrap {
    width: 5%;
    display: none;
  }
  .servicescontentwrap .timelinebgwrap {
    left: 43.2%;
    height: 90%;
  }
  .servicescontentwrap .timeline .track {
    width: 15px;
    height: 15px;
  }
  .servicescontentwrap .servicedetail {
    width: 100%;
    text-align: center;
  }
  .servicescontentwrap .servicedetail h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .servicescontentwrap .servicedetail p {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .servicescontentwrap .srvimgwrap img {
    border-radius: 3px;
  }
  .servicescontentwrap {
    padding-bottom: 40px;
    opacity: 1 !important;
  }
  .servicescontentwrap:last-child .timelinebgwrap {
    height: 45%;
  }
  .hsform {
    border-radius: 2px;
    margin: 0;
    width: 100%;
  }
  .hsform a {
    flex-direction: column;
  }
  .hsform i {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .contactinfo {
    display: none !important;
  }
  .locationmap {
    height: 250px;
    margin-bottom: 20px;
  }
  .footerbot-right {
    margin-bottom: 20px;
  }
  .processcontent {
    min-height: inherit;
    margin-bottom: 20px;
  }
  .processcontent h4 span {
    font-size: 20px;
    margin-top: 5px;
  }
  .services-page h4 {
    font-size: 10px;
    margin: 0 0 10px 0;
  }
  .services-page p {
    padding: 0;
  }
  .newservices-detal {
    padding-top: 30px;
  }
  .newservices-detal > .row {
    margin-bottom: 30px;
  }
  .newservices-detal .srvimgwrap {
    margin-bottom: 20px;
  }
  .newservices-detal .srvimgwrap img {
    display: block;
    width: 100%;
    height: auto;
  }
  .newservices-detal .srvimgwrap::after {
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .servicedetail {
    text-align: center;
  }
  .servicedetail span {
    font-size: 10px;
    margin: 0 0 10px 0;
  }
  .servicedetail h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .servicedetail p {
    font-size: 15px;
    line-height: 25px;
  }
  .newservices-detal > .row:last-child {
    margin-bottom: 30px;
  }

  .signuppoppup .signup span {
    width: 180px;
    height: 30px;
    margin: 0 auto 15px;
  }
  .signuppoppup .signup p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .signuppoppup .signup input,
  .signuppoppup .signup textarea {
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 14px;
    background: none;
    border: 1px solid #fff;
    width: 100%;
  }
  .signuppoppup .signup button {
    border-radius: 5px;
    font-size: 14px;
    padding: 14px;
  }

  .signuppoppup .signup {
    width: 350px;
  }

  .rsvp {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  .rsvp span {
    width: 250px;
    height: 40px;
    margin: 0 auto 30px;
  }
  .rsvp h2 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .rsvp p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 22px;
  }
  .rsvp ul {
    margin-top: 30px;
  }
  .rsvp li {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .rsvp .signuppoppup .signup p {
    font-size: 18px;
  }
  .rsvp .col-sm-6 ul {
    display: none;
  }
  .rsvp .signuppoppup ul {
    display: block;
  }
}

@media (max-width: 650px) {
}

/* Turnstile styling */
.signuppoppup .signup .cf-turnstile {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.signuppoppup .signup .cf-turnstile > div {
  margin: 0 auto;
}

.footerform .cf-turnstile {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

#submitForm textarea {
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 18px 10px 16px;
  font-size: 14px;
  color: #fff;
  background: none;
  width: 100%;
  margin-top: 15px;
}
.footerform .cf-turnstile iframe {
  width: 100% !important;
}
.footerform .cf-turnstile > div {
  margin: 0 auto;
}

.specsheetform .cf-turnstile {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.specsheetform .cf-turnstile > div {
  margin: 0 auto;
}

.rsvp .signuppoppup .signup .cf-turnstile {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.rsvp .signuppoppup .signup .cf-turnstile > div {
  margin: 0 auto;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .signuppoppup .signup .cf-turnstile {
    margin-bottom: 20px;
  }
  .signuppoppup .signup .cf-turnstile > div {
    transform: scale(0.9);
    transform-origin: center;
  }

  .footerform .cf-turnstile {
    margin-bottom: 20px;
  }
  .footerform .cf-turnstile > div {
    transform: scale(0.9);
    transform-origin: center;
  }

  .specsheetform .cf-turnstile {
    margin-bottom: 20px;
  }
  .specsheetform .cf-turnstile > div {
    transform: scale(0.9);
    transform-origin: center;
  }

  .rsvp .signuppoppup .signup .cf-turnstile {
    margin-bottom: 20px;
  }
  .rsvp .signuppoppup .signup .cf-turnstile > div {
    transform: scale(0.9);
    transform-origin: center;
  }
}
