html {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}
*,
::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}


body {
  padding: 0;
  margin: 0;
  height: auto;
  background-size: auto;
}

#content{
  visibility: hidden;
}

#loading-screen{
  visibility: visible;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100vw;
  padding-top: 20vh;
  
}

.rellax-container {
  height: 100vmin;
  width: 25vmin;
  position: relative;
}

.rellax {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}

.rellax-1 {
  position: absolute;
  top: 220px;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
}



.rellax-container-1 {
  height: 100vh;
  width: 100vw;
  position: absolute;
  justify-content: center; 
  align-items: center; 
  
}

.img-1{
  width: 100vw;
}


.img {
  height: 100%;
  object-fit: cover;
  width: 100vw;
}

.layout{
  height: 100%;
}



#rotate-message {
  height: 100vh;
  text-align: center;
  
}

.container-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  position: relative;
}

.rounded-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  width: 100px;
  height: 100px;
}


@media only screen and (max-width: 767px) {

  .rellax-1 {
    top:100px;
  }
}

video {
  width: 100%; /* Adjust to fit the container */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensures the video covers the area */
}