/*************************Animation DIV*************************/
/* .introseq{
  display: inline-block;
    position: relative;
    width: 100%;
    height: 100vh;

}

.intro-cont{
    background-color:black;


} 
canvas{

  pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
object-fit:cover;
object-position: bottom;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: black;
  z-index: 2000;
}

#loading-image {
  z-index: 100;
}

#first,#sec,#third,#fourth {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -54%);
  font-size: 40px;
  color: white;
  text-align: center;
  opacity: 0;
  font-weight: lighter;
}

#fifth{
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%,-61%);
  color: white;
  opacity: 0;
  text-align: center;


}
#fifth p{
  margin-top: 3%;
  margin-bottom: 20%;
  font-size: 40px;
}

#fifth a{
  margin-bottom: 50px;

}
.img-cont-div2{ background-color:#F2F2F2 ;
height:70vh ;

}


.scroll-div{
  position: absolute;
top: 94%;
left:50%;

transform: translate(-50%,-94%);
}
.row{padding: 0px;}

.mobile-intro{
display: none;
}
.mobile-intro-landing{
display: none;
}
@media(max-width:991px){
.introseq{
  display: none;
}


.mobile-intro{
display: block;
background-size: cover;
background-position-x: center;
background-position-y:bottom ;
height: 250vh;
background-image: url(/storage/imgs/mobileintro.jpg);
background-color:black;

}

.mobile-intro-1 {

height: 100vh;
display: flex;
align-items: center;
text-align: center;
font-weight: 200 !important;
color: white;
}




.mobile-intro-2{

height: 50vh;
display: flex;
align-items: start;
text-align: center;
font-weight: 200 !important;
color: white;
}

.mobile-intro-3{

height: 50vh;
display: flex;
align-items: start;
text-align: center;
font-weight: 200 !important;
color: white;
}

.mobile-intro-4{

height: 50vh;
display: flex;
align-items: start;
text-align: center;
font-weight: 200 !important;
color: white;
}






.mobile-intro-landing{
display: block;
background-size: cover;
background-position-x: center;
background-position-y: center;

height: 100vh;
background-image: url(/storage/imgs/mobileintro2.jpg);

text-align: center;
color: white;

}


} */




/*************************Animation DIV*************************/
/* .intro{
display: inline-block;
  position: relative;
  width: 100%;
  height: 100vh;

}


.landing-video{

pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
object-fit:cover;
}
*/

.intro-static{
  min-height: 100vh;
  background-image: url(/storage/imgs/home.jpg);
  background-size: cover;
  background-position: center;
}
#intro-content{
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%,-39%);
  color: white;
  text-align: center;


}
#intro-content p{
  margin-top: 3%;
  margin-bottom: 20%;
  font-size: 40px;
}

#intro-content a{
  margin-bottom: 50px;

}

.scroll-div{
  position: absolute;
top: 94%;
left:50%;
display: none;
transform: translate(-50%,-94%);
}

@media(max-width:768px){

  #intro-content p{
    margin-top: 10%;
  margin-bottom: 30%;
    font-size: 25px !important;
  }
  
  #intro-content h1{
   
    font-size:4rem !important;
  }


}