
body,html{
    height:100% ;
    margin:0 ;
    font-size: 16px;
    font-family:"Lato" sans-serif ;
    font: weight 400 ;
    line-height:  1.8em; 
    color: #666;

    text-align: center; 
}
.active {
    background-color: #04AA6D;
  }
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: #111;
  }
.pimg1,.pimg2,.pimg3{
position: relative;
opacity: 1;
background-position: center;
background-size:cover ;
background-repeat: no-repeat ;

background-attachment: fixed;
/*fixed =parallax effect
  scroll=normal
*/


}
.pimg1{

    
    background-image:url('pexels-afta-putta-gunawan-810041.jpg');
    min-height: 100%;
    
    /* cursor: pointer; */
}
.pimg2{

    
    background-image:url('WhatsApp\ Image\ 2022-08-15\ at\ 11.58.15\ AM.jpeg');
    min-height: 100%;
    /* cursor: pointer; */
}
.pimg3{

    
    background-image:url('WhatsApp Image 2022-08-15 at 11.39.48 AM (1).jpeg');
    min-height: 100%;
   
    /* cursor: pointer; */
}
 .section{
     text-align: center;
     padding: 50px 80px;
 }
 .section-light{
    background-color: #f4f4f4;
    color: #666;
}
.section-dark{
    background-color: #282e34;
    color: #ddd;
}
.ptext{
position: absolute;
top:50% ;
width: 100%;
text-align:center ;
color: #000;;
font-size:27px ;
letter-spacing: 8px;
text-transform: uppercase;
}
.ptext .border{
background-color: #111;
color: #fff;
padding:20px ;


}
.ptext .border .trans{

    background-color: transparent;
}