


  @media(max-width:600px){

    #footer{
      min-height: 100%;
      width: 100%;
      padding-left: 0.01px;
      margin-top: 10vh;
      margin-bottom: -22vw;
    }
    #footer h1{
        font-size: 10vw;
        width: 100vw;
        position: relative;
        padding-top: 4vw;
        left: 2%;
        /* background-color: red; */
      
      }
      #footer>h1::before{
          content: "04";
          position: absolute;
          font-size: 5vw;
          font-family: "silk serif";
          font-weight: 500;
          left: 0.1px;
          top: -47%;
          padding-top: 4vw;
      
      }
      
      
      
       #footer h1 .underline {
        height: 0.2vh; /* Increase thickness */
        width: 93%;
        background-color: #e2e2e2;
        margin: 5vw 0; /* Ensure spacing */
        /* position: relative; */
        /* z-index: 10; Ensure it's above other elements */
      }
       #footer .underline {
        height: 0.2vh; /* Increase thickness */
        width: 93%;
        background-color: #e2e2e2;
        margin: 5vw 0; /* Ensure spacing */
        /* position: relative; */
        /* z-index: 10; Ensure it's above other elements */
      }
      
      
      #footer-div{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-right: 15vw;
        padding-top: 2vw;
        flex-direction: column;
        
      }
      
      .box{
        width: 20%;
      }
      
      #footer-div h6{
        font-size: 4.2vw;
        margin-bottom: 3vw;
        color: #f7f7f7;
        margin-top: 5vw;
        margin-left: 2vw;
      }
      #footer-div h5{
        font-size: 5.9vw;
        color: #fdf5f5;
         font-weight: 500;
         width: 30vh;
        margin-left: 2vw;
  
      }
      
      #footer>h1{
        text-transform: uppercase;
      }
      
      #footer>h5{
        font-size: 5.3vw;
        padding: 2vw;
        font-weight: 500;
      }
      #footer .underline:nth-child(2) {
        height: 0.4vh; /* Increase thickness */
        width: 93%;
        background-color: #e2e2e2;
        margin: 15vw 0; /* Ensure spacing */

      }
  }

















  /* copy */
  #footer {
    height: 85vh;
    width: 100%;
    /* background-color: red; */
    position: relative;
    padding-left: 28vw;
    margin-top: 5vw;
    padding-right: 2vw;
}

#footer h1 {
    font-size: 7.2vw;
    text-transform: uppercase;
    /* background-color: blue; */
    position: relative;
}

#footer-text {
    position: relative;
    /* background-color: red; */
}

#footer-text h2 {
    font-size: 7.2vw;
    text-transform: uppercase;
    position: absolute;
    top: -10%;
    font-weight: 500;

    left: 0;
    font-family: "silk serif";
}

#footer-text h2 span {
    font-family: "silk serif";
    opacity: 0;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

#footer-text::before {
    content: "04";
    position: absolute;
    font-size: 3vw;
    font-weight: 100;
    font-family: "silk serif";
    left: -13%;
    top: 6%;
}

.underline {
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin: 3vw 0;
}

#footer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 15vw;
    padding-top: 4vw;
    margin-bottom: 6vw;
}

#footer-div h6 {
    font-size: 0.9vw;
    margin-bottom: 1.5vw;
    font-weight: 500;
}

.box {
    width: 20%;
}

#footer-div h5 {
    font-size: 1.4vw;
    font-weight: 500;
    /* margin: 0.1vh 0; */
}

#footer > h5 {
    font-weight: 500;
    font-size: 1vw;
}

._canvas_container {
    z-index: 999999 !important;
    pointer-events: none;
}

#flag {
    height: 25vw;
    position: absolute;
    top: 0;
    opacity: 0;

    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#hero3 {
    /* background-color: red; */
    z-index: 999;
    position: relative;
}
