body {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

main{
    position: relative;
    width: 100%;
    height: 100%;
}


/*............sec 01..........*/

#sec-1{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: white;
}

body>main>section:nth-child(1)>div{
    background-color: #ff4334;
    height: 8%;
    position: sticky;
    top: 0;
    /* padding-left: 18px; */
    /* margin-top: 0; */
    /* padding-top: 1px;*/

}

main>section:nth-child(1)>div>p{
    position: sticky;
    display: inline-block;
    padding-bottom: 0;
    color: white;
    /* padding-top: 8px; */
    padding-left: 16px;
}

main>section:nth-child(1)>pre{
    font-size: 150px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 548px;
    top: 130px;
    z-index: 2;
}


/*............sec 02..........*/

body>main>section:nth-child(2){
    position: absolute;
    top: 100%;
    margin: 0;
    border: 0;
    display: inline-block;
    height: 100vh;
    width: 100vw;
    background-color: dodgerblue;
}

main>section:nth-child(2)>div{
    background-color: blue;
    height: 8%;
    position: sticky;
    top: 0;
}

main>section:nth-child(2)>div>p{
    position: sticky;
    display: inline-block;
    padding-bottom: 0;
    color: white;
    /* padding-top: 8px; */
    padding-left: 16px;
}

main>section:nth-child(2)>pre{
    font-size: 150px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 548px;
    top: 130px;
}

/*............sec 03..........*/

body>main>section:nth-child(3){
    position: absolute;
    top: 200%;
    margin: 0;
    border: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: dimgrey;
}

main>section:nth-child(3)>div{
    background-color: black;
    height: 8%;
    position: sticky;
    top: 0;
}

main>section:nth-child(3)>div>p{
    position: sticky;
    display: inline-block;
    padding-bottom: 0;
    color: white;
    /* padding-top: 8px; */
    padding-left: 16px;
}

main>section:nth-child(3)>pre{
    font-size: 150px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 548px;
    top: 130px;
}


/*............sec 04..........*/

body>main>section:nth-child(4){
    position: absolute;
    top: 300%;
    margin: 0;
    border: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #ff4334;
}

main>section:nth-child(4)>div{
    background-color: brown;
    height: 8%;
    position: sticky;
    top: 0;
}

main>section:nth-child(4)>div>p{
    position: sticky;
    display: inline-block;
    padding-bottom: 0;
    color: white;
    /* padding-top: 8px; */
    padding-left: 16px;
}

main>section:nth-child(4)>pre{
    font-size: 150px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 548px;
    top: 130px;
}