/**
* Smaller screen
*/
@media only screen and (max-width: 1048px) {
  .fuse-section-1-top-container {
    display: block !important;
  }

  .fuse-feature-list-container {
    position: static !important;
  }

  .fuse-section-1-content {
    width: 100% !important;
  }

  .fuse-section-1-row {
    display: inline-block !important;
  }

  .video-wrapper {
    width: 100% !important;
  }
}

.fuse-sectinon-2-div-1,
.fuse-sectinon-3-div-1,
.fuse-sectinon-4-div-1,
.fuse-sectinon-5-div-1 {
   margin: 25px 25px;
}

.fuse-section-1-top-container {
  display: none;
  padding: 10px 0;
  background-color: #333333;
  color: #ffffff;
}

.fuse-section-1-top-container-text {
  max-width: 1200px;
  padding: 0 3.0rem;
  margin: 0 auto;
}

#fuse-section-2,
#fuse-section-3,
#fuse-section-4,
#fuse-section-5,
#fuse-section-6,
#fuse-section-7,
#fuse-section-8 {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
}

.fuse-section-row-image-3 {
  background-image: url("/images/fuse/sun.png");
  background-color: #000000; 
  height: 600px;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.fuse-section-row-image-4 {
  background-image: url("/images/fuse/female-worker-with-vr-headset.png");
  background-color: #000000; 
  height: 600px;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.fuse-section-row-image-5 {
  background-image: url("/images/fuse/finger.png");
  background-color: #000000; 
  height: 600px;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.fuse-section-row-image-6 {
  background-image: url("/images/fuse/male-worker-with-vr-headset.png");
  background-color: #000000; 
  height: 600px;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.fuse-section-top-bottom-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.fuse-section-1-width {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 70px !important;
  max-width: none !important;
}

.fuse-contact-link-a {
    display: inline-block;
}

.remove-style {
  text-decoration: none;
  cursor: pointer;
}

.fuse-section-7-each-title {
  padding: 10px 0 40px 0;
  border-bottom: solid 2px rgba(255,69,34, 1);
}

.fuse-contact-link:hover {
    mask: linear-gradient(-60deg, #000 30%, rgba(254, 254, 254, 0), #000 70%) right / 350% 100%;
    animation: shimmer 2.5s infinite;
}

.fuse-contact-link {
    text-align: center;
    border: solid 2px rgba(255, 69, 34, 1);
    background-color: rgba(255, 69, 34, 1);
    color: #ffffff;
    width: 150px;
    transform: skew(-20deg);
}

.fuse-section-7-each-text {
  padding-top: 10px;
}

.fuse-section-8-quote-container {
  text-align: center;
  padding-bottom: 100px;
}

.fuse-section-8-quote {
  width: 50%;
  display: inline-block;
}

.fuse-section-8-pp {
  text-align: center;
  padding: 10px 0;
}

.fuse-section-8-image-container {
  text-align: center;
  padding-bottom: 100px;
}

.fuse-section-8-image-container img {
  width: 100%;
}

#fuse-section-1-fuse-logo {
  width: 250px;
}

.fuse-feature-list-container {
    position: fixed;
    margin: 50px 20px;
    z-index: 0;
}

.fuse-all-sections-container {
  position: relative;
  z-index: 2;
}

.fuse-section-1-fuse-logo-container {

}

.letterColor {
  color: #ffffff;
}

.container {
  display: flex; /* Makes the container a flex container */
  height: 100vh; /* Sets the container to fill the viewport height */
}

.video-wrapper {
  width: 65%; /* Sets the video wrapper to take up 50% of the container's width */
  display: flex;
}

.video-wrapper video {
  width: 100%; /* Makes the video fill the width of its wrapper */
  height: auto; /* Maintains the video's aspect ratio */
}

.fuse-section-1-row {
  background-color: rgba(83,124,255, 1);
}

.fuse-section-1-content {
  flex: 1; /* Allows the content wrapper to grow and take up available space */
  width: 35%; /* Sets the content wrapper to take up 50% of the container's width */
  background-color: rgba(83,124,255, 1);
  color: #ffffff;
}