@font-face {
    font-family: 'GT-Walsheim';
    src: url('../fonts/gt-walsheim-font-family-1717740882-0/GT-Walsheim-Condensed-Black-Oblique-Trial-BF651b7fc6e312d.otf') format('truetype');
}

body {
    font-family: 'GT-Walsheim';
    overflow-x: hidden; /* Prevent horizontal scroll bar */
    margin: 0;
    padding: 0;
    background-color: #111111;
  }
  .section {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section1 {
  width: 100vw;
  height: 100vh;
}
  #video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section2 {
    /* background-color: #e74c3c; */
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    width: 1000vw;
    /* margin-bottom: 200px;  */
  }
  .panel {
    width: 25vw; /* Reduce width to 80% of viewport width */
    height: 77vh;
    margin: 0.1vw 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-start-box{
    /* border: 2px solid red; */
    height: 100%;
    width: 100%;
    display: flex;
    font-family: 'GT-Walsheim';
    justify-content: center;  
    align-items: flex-start;
    flex-direction: column;  
    gap: 80px;
  }

  .slider-start-box > span{
    display: block;
    font-size: 100px;
    font-weight: 900;
    color: white;
  }

  .slider-start-box > p{
    display: block;
    font-size: 30px;
    color: white;
  }

  .spacer {
    margin-top: -100px;
    height: 100vh;
    margin: 200px;
  }

  .slider-image-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }