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

.pimg1{
    background-image:url(imgs/img1.avif);
    min-height:100%;
} 
.pimg2{
    background-image:url(imgs/img3.avif);
    min-height:400px; 
  
}
.pimg3{
    background-image:url(imgs/img2.avif);
    min-height:400px; 
}
.pimg4{
    background-image:url(imgs/img4.webp);
    min-height:400px; 
}

.pimg5{
    background-image:url(imgs/7.jpg);
    min-height:400px; 
}
.pimg6{
    background-image:url(imgs/asia.webp);
    min-height:400px; 
}
.pimg7{
    background-image:url(imgs/india2.jpg);
    min-height:400px; 
}

.pimg2,.pimg3,.pimg4,.pimg5,.pimg6,.pimg7{
    position:relative;
    background-position:center;
    background-size: cover;
    background-attachment: fixed;

}
.pimg1{
    position:relative;
    background-position:center;
    /* background-size: cover; */
    background-attachment: fixed;
}
.ptext{
    position: absolute;
    top:50%;
    width:100%;
    text-align:center;
    color:black;
    letter-spacing:8px;
    font-size:40px;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px #4e3f3f;

}
.arrow{
    font-size:40px;
}
.textbg{
    /* background:#313543; */
    color:white;
    padding:20px;
}
.textbg2{
    /* background:#313543; */
    color:white;
    padding:20px;
    font-size:10px;
}
.section{
    padding:50px 80px;
    text-align:center;

}
.section-light{
    background-color:#282e34;
    color:white;
}
.section-light p{
    letter-spacing: 1px;
}

