:root {
  --video-spacing-positive: 90px;
  --video-spacing-negative: -90px;
  --max-for-video: 924px;
  --logo-color: #199da6;
  --style-color-1: #0affbf;
  --style-color-2: #0000ff;
  --style-color-3: #99FFE4;
  --style-color-4: #0d6efd;
}


html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: black;
  max-width: 100%;
  overflow-x: hidden;
}

h1 {
  font-family: "Source Code Pro";
  font-weight: bold;
  color: white;
}

h3 {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 23px;
  color: white;
  line-height: 1.6;
}

h4 {
  font-family: "Source Code Pro";
  font-weight: 700;
  font-size: 20px;
  color: white;

}

p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 17px;
  color: white;
}

ul {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 17px;
  color: white;
  list-style-image: url(../assets/li.png) !important;


}

li {
  padding-left: 10px;
}

canvas {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50%;
  right: -75%;
}

.text-nowrap-custom {
  font-size: 18px;
  font-weight: 400 !important;
}


.btn {
  background-color: #0000FF;
  border-radius: 0;
  border: 1.5px solid white;
  font-family: "Source Code Pro";
  padding: 23px 40px 23px 40px;
  font-weight: 600;
  font-size: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;


}

.btn:hover {
  background-color: white;
  color: #0000FF;
  box-shadow: -5px -5px 1px #0000FF, 5px 5px #0AFFBF;
  border: 1.5px solid white;

}

.btn:active {
  background-color: white !important;
  color: #0000FF !important;
  border: 1.5px solid #0000FF !important;
  box-shadow: none;

}

.btn:focus {
  background-color: white;
  color: #0000FF;
  box-shadow: -5px -5px 1px #0000FF, 5px 5px #0AFFBF;
  border: 1.5px solid white;

}

.title-landing {
  max-width: var(--max-for-video);
  margin-top: 170px;
  font-size: 48px;
}

.title-landing-internal {
  max-width: var(--max-for-video);
  margin-top: 90px;
  font-size: 48px;
  margin-bottom: 70px;
}


.text-landing {
  max-width: 530px;
  margin-top: 35px;
}

.who-we-are-container {
  margin-top: 320px;
}

.who-we-are {
  margin-bottom: 45px;
}

.learn-more-button {
  margin-top: 65px;
}

.section-text {
  margin-top: 20px;
  font-size: 17px;
}

.side-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  font-family: "Source Code Pro";
  font-weight: bold;
  color: white;
  font-size: 34px;
  opacity: 18%;
  position: absolute;
  height: 500px;
  right: 4%;
  top: 0;
}

.industry-container {
  margin-top: 150px;
}

.watch-video {
  background-color: #2E2E2E;
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 100;

}

.video-box {
  position: relative
}

.disable-selection {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
}

.watch-text {
  font-size: 13px;
  font-weight: 300;
}

.industry-text {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Source Code Pro';
}

.cta-container {
  background-color: #0000FF;
  margin-top: 80px;
}

.container.industry4 {
  padding-bottom: 90px;
}

.process-container {
  background-color: #1A1A1A;
  margin: 0 30px 0 30px;
  padding: 0 80px 60px 80px;

}

.title-process {
  padding: 60px 0px 45px 0px;
}

.process-text {
  font-size: 15px;
}

.process-step {
  z-index: -1;
  font-family: "Source Code Pro";
  font-size: 210px;
  font-weight: 700;
  color: #232323;
  position: absolute;
  bottom: -60px;
  left: -40px;

}

.process-box {
  position: relative;
  z-index: 10;
}

.header-container {
  position: relative;
}

.video-player {
  position: absolute;
  top: 10%;
  right: -45%;
  z-index: -1;
  width: 120%;
}

.video-player-old {
  margin-top: var(--video-spacing-negative);
  position: fixed;
  top: -30%;
  right: -45%;
  z-index: -1;
  width: 80%;
}

.dots {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  margin: 10px 5px 30px 5px;

}

.mail-text {
  font-size: 26px;
  font-weight: 700 !important;
  color: white !important;
  border-bottom: 2px solid white;
  text-decoration: none;
}

.mail-text:hover {
  color: white !important;
}

.team-container {
  margin-top: 100px;
}

.team-text {
  margin-top: -30px;
  margin-left: 40px;
}

#more {
  display: none;
}

#more1 {
  display: none;
}

#more2 {
  display: none;
}

.map-container-text {
  max-width: 750px;
  padding: 20px;
  background-color: #0000FF;
  z-index: 10000;
  position: absolute;
  bottom: -65px;
  left: 5%;
  right: 5%;
}

.map-container {
  position: relative;
}

.btn-link {
  cursor: pointer;
}

.role-text {
  font-size: 16px;
  margin-left: 40px;
}

.map-pin {
  position: absolute;
  top: 0;
  z-index: 100000;
  left: 52%;
  right: 48%;
  top: 28%;
}

@media (max-width: 575.98px) {
  .map-img {
    width: 400%;
    margin-left: -150%;
  }

  .map-pin {
    position: absolute;
    top: 0;
    z-index: 100000;
    left: 61%;
    right: 39%;
    top: 28%;
  }

  .title-landing {
    margin-top: 100px;
  }

  .who-we-are-container {
    margin-top: 130px;
  }

  .industry-container {
    margin-top: 70px;
  }

  .process-container {
    padding: 0 25px 30px 25px;
  }

  .who-images {
    width: 120px;
  }

  .title-landing {
    font-size: 40px;
  }

  .cta-container {
    margin-top: 100px;
  }

  .video-player {
    visibility: collapse;
  }

  .video-player-old {
    visibility: collapse;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {
  .map-img {
    width: 200%;
    margin-left: -50%;
  }

  .map-pin {
    position: absolute;
    top: 0;
    z-index: 100000;
    left: 55%;
    right: 45%;
    top: 27%;
  }

  .who-we-are-container {
    margin-top: 100px;
  }

  .industry-container {
    margin-top: 100px;
  }

  .text-nowrap-custom {
    white-space: nowrap;
  }

  .cta-container {
    margin-top: 100px;
  }

  .video-player {
    width: 250%;
    right: -155%;
    top: 25%;
  }

  .video-player-old {
    width: 150%;
    right: -100%;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .map-img {
    width: 200%;
    margin-left: -50%;
  }

  .map-pin {
    position: absolute;
    top: 0;
    z-index: 100000;
    left: 55%;
    right: 45%;
    top: 30%;
  }

  .who-we-are-container {
    margin-top: 200px;
  }

  .industry-container {
    margin-top: 100px;
  }

  .text-nowrap-custom {
    white-space: nowrap;
  }

  .cta-container {
    margin-top: 100px;
  }

  .video-player {
    width: 170%;
    right: -100%;
    top: 20%;
  }

  .video-player-old {
    width: 140%;
    right: -90%;
    top: -10%;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cta-info-container {
    position: relative;
  }

  .cta-info {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    ;
  }

  .text-nowrap-custom {
    white-space: nowrap;
  }

  .video-container {
    position: relative;
  }

  .video-box {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .video-player {
    width: 130%;
    top: 20%;
    right: -70%;
  }

  .video-player-old {
    width: 120%;
    right: -70%;
  }
}

@media (min-width: 1200px) {
  .text-nowrap-custom {
    white-space: nowrap;
  }

  .cta-info {
    margin-top: 15px;
  }
}

.animation-wrapper {
  width: 50%;
  padding-bottom: 50%;
}

.sphere-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 580px;
  height: 580px;
  margin: -290px 0 0 -290px;
}

.sphere path {
  fill: url(#sphereGradient);
  stroke-width: 1px;
  stroke: rgba(80, 80, 80, .35);
  backface-visibility: hidden;
}

@media (min-width: 500px) {
  .sphere path {
    stroke-width: .4px;
  }
}

.limit-for-video {
  max-width: var(--max-for-video);
}


.tcap-navbar {
  padding-top: var(--video-spacing-positive);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  max-width: var(--max-for-video);
  position: relative;
}

.tcap-logo {
  width: 300px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.tcap-nav-links {
  margin-top: 7px;
  display: flex;
  list-style: none;
}

.tcap-nav-links li {
  margin-left: 2rem;
}

.tcap-nav-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.tcap-nav-links a:hover {
  color: #ddd;
}

.tcap-burger {
  display: none;
  cursor: pointer;
}

.tcap-burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
  .tcap-nav-links {
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    background-color: rgba(0, 0, 0, 0.95);
    overflow-y: auto;
    padding-top: 30px;
  }

  ul.tcap-nav-links {
    margin-top: 0px;
  }

  .tcap-nav-links li {
    opacity: 0;
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }

  .tcap-nav-links a {
    padding: 5px 20px;
    display: block;
    font-size: 1.5rem;
    text-align: left;
  }

  .tcap-burger {
    display: block;
    position: relative;
    z-index: 1001;
  }

  /* Close button styles */
  .tcap-close-btn {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 1001;
  }

  .tcap-nav-active+.tcap-close-btn {
    display: block;
  }
}

.tcap-nav-active {
  transform: translateX(0%) !important;
}

@keyframes tcap-navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.tcap-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
}

.tcap-toggle .tcap-line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.tcap-toggle .tcap-line2 {
  opacity: 0;
}

.tcap-toggle .tcap-line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

span.tcap-post-date {
  display: inline-block;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.post-thumbnail-single-post-page {
  margin-bottom: 60px;
}

.post-thumbnail-single-post-page img {
  max-width: 100%;
  height: auto;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}

.pagination-wrapper span.current,
.pagination-wrapper a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  color: var(--style-color-3);
}

.pagination-wrapper a.page-numbers {
  text-decoration: none;
  border-radius: 4px;
  color: var(--style-color-4);
}

.pagination-wrapper a.page-numbers:hover {
  color: var(--style-color-3);
}

.pagination-wrapper span.current {
  border: 1px solid var(--style-color-1);
  border-radius: 4px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-top: 3px solid var(--style-color-1);
  border-bottom: 3px solid var(--style-color-2);
  border-left: 3px solid var(--style-color-1);
  border-right: 3px solid var(--style-color-2);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
