 
.bg-container,.bg-container1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-container1
{
  transform: rotate(180deg); /* Rotate the container upside down */
}
.bg-image, .bg-image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}


.bg-image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#bg1 {
  background-image: url('../assets/Home/cloud1.svg');
  z-index: 1;
}

#bg2 {
  background-image: url('.../assets/Home/cloud2.svg');
  z-index: 1;
}

#bg3 {
  background-image: url('../assets/Home/cloud3.svg');
  z-index: 1;
}
#bg4 {
  background-image: url('../assets/Home/6.svg');
  z-index: 1;
}

#bg5 {
  background-image: url('../assets/Home/7.svg');
  z-index: 1;
}

#bg6 {
  background-image: url('../assets/Home/cloud3.svg');
  z-index: 1;
}


.fade-in {
  opacity: 1;
  transform: scale(1);
}
 
/* .bg-container1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}

.bg-image1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transform: scale(1.05);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}



#bg4 {
background-image: url('./assets/Home/cloud1.svg');
z-index: 1;
}

#bg5 {
background-image: url('./assets/Home/cloud2.svg');
z-index: 1;
}

#bg6 {
background-image: url('./assets/Home/cloud3.svg');
z-index: 1;
} */





