@font-face {
      font-family: 'FS Me Regular';
      src: url('../font/FS Me-Regular.otf') format('opentype');
    }

    body {
      font-family: 'FS Me Regular', sans-serif;
      overflow-x: hidden;
    }

    body {
      align-items: center;
      background-color: #000001;
      background-image: url('../bg.jpg');
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    body#home{
      background-color: #000001;
      background-image: url('../bg_1.jpg');
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0; /* Initially hidden */
      transition: opacity 1s ease; /* Smooth transition effect */
    }
    body#intro{
      background-color: #000001;
      background-image: url('../bg_2.jpg');
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0; /* Initially hidden */
      transition: opacity 1s ease; /* Smooth transition effect */
    }
    body#final{
      background-color: #000001;
      background-image: url('../bg_3.jpg');
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0; /* Initially hidden */
      transition: opacity 1s ease; /* Smooth transition effect */
    }

    #snow-bottom{
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0width:100%;
      right: 0;
      width: 100%;
      height: auto;
    }

    #logos-bottom{
      position: absolute;
      bottom: 2%;
      left: 10%;
      right: 10%;
      width: 80%;
      height: auto;
    }

    #intro-btn{
      width:90%;
      margin:0px auto;
      position: absolute;
      left:5%;
      right:5%;
      bottom:5%;
      z-index:2;
    }

    #globe-container {
      width:100%;
      object-fit: contain;
      position: relative;
    }

    h2{
      text-align: center;
      color: #FFF;
      margin-top: 20px;
      margin-bottom: -95px;
    }
    #PageTitle{
      padding: 0 3%;
    }
    #signpostHolder{
      position: relative;
      float: left;
      margin-top: -40%;
    }
    #signpost{
      position: absolute;
      bottom: 3%;
      left: 5%;
      width: 50%;
    }
    #signpostTitle, #signpostMiles, #signpostTotalMiles, #signpostGrandTotal, #signpostMeals{
      position: absolute;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.2em;
      text-shadow: 1px 1px 5px #1d2739;
      transform: rotate(-2deg);
    }
    #signpostTitle{
      top: -10px;
      left: 25px;
      width: 140px;
      text-align: center;
    }
    #signpostMiles{
      top: 45px;
      left: 25px;
      width: 140px;
      text-align: center;
    }
    #signpostTotalMiles{
      top: 98px;
      left: 25px;
      width: 140px;
      text-align: center;
    }
    #signpostGrandTotal, #signpostMeals{
      position: relative;
      top:103px;
    }
     #signpostMeals{
      top:125px;
      font-size: 1.5em;
     }
    #choose-charity{
      text-align: center;
      color: #FFF;
      margin-top:-20px;
    }
    #choose-charity img{
      width: 30%;
      height: auto;
      margin: 0 2%;
    }

    button {
      border-radius: 15%;
      background-color: #ffffff;
      position: relative;
      text-align: center;
      z-index: 2;
      padding: 10px 25px;
      border: 0px;
    }
    button:active {
      background: linear-gradient(45deg, #2f2f2f, grey);
    }

    .center {
      top: 3px;
      left: 721px;
      position: relative;
      z-index: 2000;
    }
    canvas {
      width:100%;
      object-fit: contain;
      position: relative;
    }
    .shaking {
      -webkit-animation: shake 0.5s ease-in-out infinite;
      animation: shake 0.5s ease-in-out infinite;
    }

    .material-icons {
      font-size: 30px;
      color: #cc0000;
      top: 7px;
      position: absolute;
      right: 11px;
    }

    @keyframes shake {
      0% {
        transform: translate(0, 0);
      }

      10% {
        transform: translate(-10px, 0);
      }

      20% {
        transform: translate(10px, 0);
      }

      30% {
        transform: translate(-10px, 0);
      }

      40% {
        transform: translate(10px, 0);
      }

      50% {
        transform: translate(0, 0);
      }
    }

    .modal {
        text-align: center;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .modal-content{
      margin-top: 50%;
      border: 2px solid #ff3e43;
      background-color: #white;
      box-shadow: 0px 0px 0px 3px white;
      text-align: center;
      color: #03060a;
    }

    /* Add this style to create the shaking animation */
    @keyframes shake {
      0%, 100% {
        transform: translateX(0);
      }
      25%, 75% {
        transform: translateX(-5px);
      }
      50% {
        transform: translateX(5px);
      }
    }

    /* Apply the animation to the button */
    #intro-btn {
      animation: shake 0.5s ease-in-out infinite;
    }

    #engageBtns{
      display: none;
    }

    .journeyBtn, #shakeBtn{
      display: inline-block;
      background-image: linear-gradient(135deg, #c10916 25%, #ca2e3a 25%, #ca2e3a 50%, #c10916 50%, #c10916 75%, #ca2e3a 75%, #ca2e3a 100%);
      background-size: 56.57px 56.57px;
      border:3px solid #FFF;
      text-transform: uppercase;
      color: #FFF;
      font-size:70%;
      border-radius: 15px;
      font-weight: bold;
      width: 160px;
      /* height: 50px; */
      display: inline-block;
      z-index: 5;
      position: relative;
      padding: 10px 0;
      text-decoration: none;
    }
    #contactForm{
      margin-top: 20px;
    }
    #contactForm input{
      width: 70%;
      margin-bottom: 10px;
      border-radius: 10px;
      padding: 5px;
    }
    #contactForm button{
      display: inline-block;
      background-image: linear-gradient(135deg, #c10916 25%, #ca2e3a 25%, #ca2e3a 50%, #c10916 50%, #c10916 75%, #ca2e3a 75%, #ca2e3a 100%);
      background-size: 56.57px 56.57px;
      border:3px solid #FFF;
      text-transform: uppercase;
      color: #FFF;
      font-size:70%;
      border-radius: 15px;
      font-weight: bold;
      width: 160px;
      /* height: 50px; */
      display: inline-block;
      z-index: 5;
      position: relative;
      padding: 10px 0;
      text-decoration: none;
    }
    #panel {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #333;
            color: #fff;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            z-index: 2;
        }

        #toggle-btn {
            position: fixed;
            right: 10px;
            top: 10px;
            cursor: pointer;
            font-size: 20px;
            color: #fff;
            z-index: 1;
        }
        #successMessage{
              color: white;
    font-size: 1.2em;
    text-align: center;
    padding: 5%;
        }