/* CSS Document */
body{
  background-color:white;
}   
article{
  width: 1500px;
  /*background-color: green;*/
  background-size: cover;
  margin: 1em auto;
}     
article h1{
  font-size:32px;
}
#all-page{
  /*background-color:yellow;  */
  width:80%;
  margin: 0px auto;
  position: relative;
  top: 80px;
  z-index: -1;
  margin-bottom: 100px;
}
#all-page h1{
  text-align: center;
}
#all-page p{
  font-family: 'Nunito', sans-serif;
  font-size:24px;
  width: 60%;
  line-height: 250%;
  text-indent: 50px;
  text-align: justify;  
}
#all-page img{
  width: 500px;
  margin-top: 50px;
}
.img-index{
  float:right;
  margin-left: 40px;
}

#all-page2{
  /*background-color:yellow; */
  width:80%;
  margin: 0px auto;
  position: relative;
  top: 0px;
  z-index: -1;
  margin-bottom: 50px;
}
#all-page2 h1{
  text-align:center;  
}
#all-page2 p{
  font-family: 'Nunito', sans-serif;
  font-size:24px;
  width: 60%;
  line-height: 250%;
  text-indent: 50px;
  text-align: justify;
  margin-left: 40%;
}
#all-page2 img{
  width: 500px;
  height: 320px;
  margin-right: 40px;
  margin-top: 10px; 
}
.img-index2{
  float:left;
}

#all-page3{
  /*background-color:yellow;  */
  width:80%;
  margin: 0px auto;
  position: sticky;
  top: 0px;
  z-index: -1;
  margin-bottom: 150px;
}
#all-page3 h1{
  text-align: center;
}
#all-page3 p{
  font-family: 'Nunito', sans-serif;
  font-size:24px;
  width: 60%;
  line-height: 250%;
  text-indent: 50px;
  text-align: justify;  
}
#all-page3 img{
  width: 500px;
  margin-top: 50px;
}
.img-index3{
  float:right;
  margin-left: 40px;
}
#img-header{
  width: 80%;
  height: 400px;
  position: relative;
  top: 50px;
  margin: 0px auto;
  margin-bottom:80px;
}
.box{
  position: relative;
  top:150px;
  margin: 0px auto;
  width: 200px;
  height: 200px;
  transform-style: preserve-3d;
  animation: animate 60s linear infinite;
  margin-bottom: 200px;
}
@keyframes animate{
  0%{
    transform: perspective(1000px) rotateY(360deg)
  }
  100%{
    transform: perspective(1000px) rotateY(0deg)
  }
}
.box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 30deg)) translateZ(400px);
  -webkit-box-reflect: below 0px linear-gradient(transparent,transparent,#0004); 
}
.box span img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#soc-media{
  width:80%;
  margin: 0px auto;
  position: relative;
  top: 0px;
  z-index: -1;
}
#soc-media img{
    float:center;
}
.fb{
    width: 5%;
    margin-bottom: 80px;
    margin-left: 45%;

}
.ig{
    width: 6%;
    margin-bottom: 73px;
}

