/* HELPER */
.text-orange {
  color: #ff5a00 !important;
}

.text-white {
  color: white !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.font-extra-bold {
  font-weight: 900 !important;
}

.montserrat-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}


.section_video {
  color: white;
  position: relative;
}

.section_video .bg-video {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section_video .section_video-content {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-left {
  text-align: right;
  border-right: 2px solid #ff5a00;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.header-left img {
  width: 28px;
  height: 35px;
}

.section_video .tag-line {
  font-family: akrobat, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: clamp(1rem, 2.5vw, 2rem);
  margin: 3rem 0 0 0;
}

.section_video .main-header {
  font-size: clamp(2rem, 3.5vw, 6rem);
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

.section_video .see-more {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.section_video .see-more:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid white;
}

.section_video span {
  font-weight: bold;
}

.section_main {
  background: rgba(5, 5, 5, .9);
  color: white;
}

.section_main .main--gif {
  width: 250px;
  height: 250px;
}

.section_main h2 {
  font-weight: 800;
}

.section_main .main-paragraph {
  font-size: 20px;
}

.section_main .main_container-inner h3 {
  font-family: akrobat, sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  font-weight: 100;
}

.section_main .main_container-inner p {
  font-size: 20px;
}

.animated-text-container {
  padding: 1rem 0;
  font-family: akrobat, sans-serif;
  font-weight: 100;
  font-size: 1em;
  overflow: hidden;
  --tw: 22vw;
  --ad: 4s;
  background-color: black;
}


.animated-text-container span {
  display: inline-block;
  white-space: nowrap;
  color: white;
  text-transform: uppercase;
  width: var(--tw);
  text-shadow: var(--tw) 0 currentColor,
    calc(var(--tw) * 2) 0 currentColor,
    calc(var(--tw) * 3) 0 currentColor,
    calc(var(--tw) * 4) 0 currentColor,
    calc(var(--tw) * 5) 0 currentColor;
  will-change: transform;
  animation: marquee var(--ad) linear infinite;
  animation-play-state: running;
}


.section_technology {
  background-color: #1b1b1b;
}

.section_technology .feature-header:after {
  width: 5%;
}

.section_technology .feature-subheader,
.section_technology-gaming .feature-subheader,
.section_technology-communications .feature-subheader {
  font-family: akrobat, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}

.section_technology ul.accordion-list h4,
.section_technology-gaming ul.accordion-list h4,
.section_technology-communications ul.accordion-list h4 {
  font-family: akrobat, sans-serif;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 100;
}

.section_technology ul.accordion-list .text-sub,
.section_technology-gaming ul.accordion-list .text-sub,
.section_technology-communications ul.accordion-list .text-sub {
  font-family: akrobat, sans-serif;
  font-size: clamp(1rem, 2.5vw, 2rem);
  font-weight: 100;
  margin: 1em 0;
}

.section_technology ul.accordion-list .inner-sub,
.section_technology-gaming ul.accordion-list .inner-sub,
.section_technology-communications ul.accordion-list .inner-sub {
  font-family: akrobat, sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 2.7rem);
  font-weight: 800;
  margin: .8em 0;
}


.section_technology ul.accordion-list,
.section_technology-gaming ul.accordion-list,
.section_technology-communications ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}

.section_technology ul.accordion-list div.accordion-expand p,
.section_technology-gaming ul.accordion-list div.accordion-expand p,
.section_technology-communications ul.accordion-list div.accordion-expand p {
  font-size: 20px;
}

ul.accordion-list a {
  color: #fff;
  border: 0;
  text-decoration: underline;
}

.section_technology li,
.section_technology-gaming li,
.section_technology-communications li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  cursor: pointer;
  border-top: 1px solid white;
}


.section_technology li.active h4:after,
.section_technology-gaming li.active h4:after,
.section_technology-communications li.active h4:after {
  transform: rotate(45deg);
}

.section_technology li.active h4:before,
.section_technology-gaming li.active h4:before,
.section_technology-communications li.active h4:before {
  transform: rotate(135deg);
}

.section_technology li h4,
.section_technology-gaming li h4,
.section_technology-communications li h4 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-size: clamp(2rem, 2.5vw, 3rem);
  color: white;
  font-weight: 100;
}

.section_technology li h5,
.section_technology-gaming li h5,
.section_technology-communications li h5 {
  font-size: clamp(1rem, 2.5vw, 2rem);
  color: white;
  font-weight: 100;
}


.section_technology li h4:after,
.section_technology li h4:before,
.section_technology-gaming li h4:after,
.section_technology-gaming li h4:before,
.section_technology-communications li h4:after,
.section_technology-communications li h4:before {
  position: absolute;
  right: 0;
  top: 10px;
  content: '';
  width: 20px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}

.section_technology li h4:before,
.section_technology-gaming li h4:before,
.section_technology-communications li h4:before {
  transform: rotate(90deg);
}

.section_technology li h4:after,
.section_technology-gaming li h4:after,
.section_technology-communications li h4:after {
  transform: rotate(0deg);
}

.section_technology li div.accordion-expand,
.section_technology-gaming li div.accordion-expand,
.section_technology-communications li div.accordion-expand {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: white;
}

.section_technology li div.accordion-expand h6,
.section_technology-gaming li div.accordion-expand h6,
.section_technology-communications li div.accordion-expand h6 {
  margin-bottom: 0;
  font-size: 14px;
}

.section_technology li div.accordion-expand .more-button,
.section_technology-gaming li div.accordion-expand .more-button,
.section_technology-communications li div.accordion-expand .more-button {
  margin: 1em 0 2em;
}

.section_technology li div.accordion-expand .more-button a,
.section_technology-gaming li div.accordion-expand .more-button a,
.section_technology-communications li div.accordion-expand .more-button a {
  color: white;
  text-decoration: underline;
  position: relative;
}

.section_technology li div.accordion-expand .more-button a:after,
.section_technology-gaming li div.accordion-expand .more-button a:after,
.section_technology-communications li div.accordion-expand .more-button a:after {
  content: '\2192';
  position: absolute;
  right: -15px;
  width: 0;
  height: 0;

}

.section_technology li div.accordion-expand p,
.section_technology-gaming li div.accordion-expand p,
.section_technology-communications li div.accordion-expand p {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.section_technology .section_technology-left {
  background: url("./2_bg_left.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.section_technology .section_technology-right {
  background: url("./2_bg_right.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.section_technology-gaming .section_gaming-left {
  background: url("./3_bg_left.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.section_technology-gaming .section_gaming-right {
  background: url("./3_bg_right.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.section_technology-communications .section_communications-left {
  background: url("./4_bg_left.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.section_technology-communications .section_communications-right {
  background: url("./4_bg_right.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.section_technology-gaming {
  background-color: #0f0f0f;
}

.section_technology-communications {
  background-color: #1b1b1b;
}

.section_work {
  position: relative;
  color: white;
}

.section_work video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section_work h3 {
  font-family: akrobat, sans-serif;
  font-weight: 800;
  font-size: 28px;
}

.section_work .work_container-button {
  display: flex;
  justify-content: center;
  margin-top: 2.5em;
}

.section_work .work_container-button .work_container-inner {
  background-color: #ff5a00;
  padding: .5em 1em;
  margin: 0 1em;
  width: 200px;
}

.section_work .work_container-button .work_container-inner a {
  text-transform: uppercase;
  font-family: akrobat, sans-serif;
  font-size: clamp(1rem, 2.5vw, 2rem);
}

.section_work .work_container-button .work_container-inner a:active,
.section_work .work_container-button .work_container-inner a:hover {
  text-decoration: none;
  border: none;
}

.no-margin-top {
  margin-top: 0;
}

.others h2:hover {
  cursor: pointer;
}
.others a {
  color: #fff;
  text-decoration: underline;
  border:0;
}

.others .others-inner {
  position: relative;
  background: black;
  color: white;
  text-align: center;
  text-decoration: underline;
  padding: 20px 0;
}

.others .others-inner:before {
  position: absolute;
  content: '';
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid black;
}

.others .others-expanded {
  display: none;
  color: white;
  background: black;
  position: relative;
  padding: 20px 0 40px;
}

.others .others-expanded .close {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 32px;
  height: 32px;
  margin-top: auto;
}

.others .others-expanded .close:after,
.others .others-expanded .close:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
}

.others .others-expanded .close:before {
  transform: rotate(45deg);
}

.others .others-expanded .close:after {
  transform: rotate(-45deg);
}

.others .others-expanded h4,
.others .others-expanded p {
  margin: 0;
}

.others .others-expanded .others-expanded-inner {
  margin-bottom: 20px;
}


/* KEYFRAMES */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* MEDIA QUERY */
@media screen and (min-width: 768px) {

  .section_video .bg-video,
  .section_video .section_video-content {
    height: 100vh;
  }
}

@media screen and (max-width: 1200px) {
  .animated-text-container {
    font-size: 1.2em;
    --tw: 350px;
  }
}

@media screen and (max-width: 768px) {
  .section_video .header-left {
    display: none;
  }

  .section_video .tag-line {
    padding-bottom: 1em;
    border-bottom: 1px solid #ff5a00;
    ;
  }

  .section_technology .feature-subheader,
  .section_technology-gaming .feature-subheader,
  .section_technology-communications .feature-subheader {
    text-align: center !important;
  }

  .section_work .container .row p {
    text-align: center !important;
  }

  .section_work .work_container-button .work_container-inner {
    margin: 1em auto;
  }

  .animated-text-container {
    font-size: 1em;
    --tw: 300px;
  }

  .section_technology .section_technology-left,
  .section_technology .section_technology-right,
  .section_technology-gaming .section_gaming-left,
  .section_technology-gaming .section_gaming-right,
  .section_technology-communications .section_communications-left,
  .section_technology-communications .section_communications-right {
    background: none;
  }

  .section_technology ul.accordion-list h4,
  .section_technology-gaming ul.accordion-list h4,
  .section_technology-communications ul.accordion-list h4 {
    font-size: 28px;
  }

  .section_technology .section_technology-top {
    height: 80px;
    background: url("./2_mobile_bg_1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section_technology .section_technology-bottom {
    height: 80px;
    background: url("./2_mobile_bg_2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section_technology-gaming .section_gaming-top {
    height: 80px;
    background: url("./3_mobile_bg_1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section_technology-gaming .section_gaming-bottom {
    height: 80px;
    background: url("./3_mobile_bg_2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section_technology-communications .section_communications-top {
    height: 80px;
    background: url("./4_mobile_bg_1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section_technology-communications .section_communications-bottom {
    height: 80px;
    background: url("./4_mobile_bg_2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .section_main p {
    text-align: center !important;
  }

  .section_technology li,
  .section_technology-gaming li,
  .section_technology-communications li,
  .section_technology ul.accordion-list,
  .section_technology-gaming ul.accordion-list,
  .section_technology-communications ul.accordion-list {
    padding: 20px 0;
  }
}