
@font-face {
    font-family:lato-thin;
    src: url(./fonts/Lato/Lato-Thin.ttf);
}


body{
    box-sizing: border-box;
    margin:0%;
    padding: 0%;
}
.container{
    height: 3749px;
    width: 100%px;
    background-color: purple;
}

.img-section{
    min-height:800px;
    min-width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-1{
    background-image: url(./images/image1.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size:cover;
}
.img-2{
    background-image: url(./images/image2.png);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.img-3{
    background-image: url(./images/image3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.content-section{
    max-width:100%;
    min-height: 300px;
    padding: 40px 80px;
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
   
}
.section-1-content{
    background-color: azure;
    word-spacing: 10px;
   

}
.section-2-content{
    background-color: #313534;
    word-spacing: 10px;
    color: white;
}
.section-3-content{
    background-color: white;
    word-spacing: 10px;
}
.parallex1{
    max-width: 678px;
    min-height: 126px;
    background: #313534;
    display: flex;
    justify-content:center;
    align-items: center;
}
.parallex2{
    max-width: 678px;
    min-height: 126px;
    background: rgba(49, 53, 52, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.parallex3{
   max-width: 678px;
   min-height: 126px;
    background: rgba(49, 53, 52, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.parallex4{
    max-width: 678px;
    min-height: 126px;
    background: #313534;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
.parallex1 div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 64px;  
    color: azure;
}
.parallex2 div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 64px; 
    color:white; 
}
.parallex3 div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 64px;  
    color: white;
   
}
.parallex4 div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 64px;  
    color: white;
}
.heading{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;  
    margin-bottom: 20px;
}
   

