*{
    padding: 0;
    margin: 0;
}
body{
    background-color: rgb(223, 253, 255);
    overflow: scroll;
}
#top_bar{
    height: 80px;
    width: 100%;
    box-shadow: 4px 4px 8px rgb(158, 155, 155);
    background-color: rgb(223, 253, 255);
    position: fixed;
    /* position: sticky; */
    top: 0px;
    z-index: 5;
}
#logo{
    height: 55px;
    width: 170px;
    /* background-color: red; */
    background-image: url(/images/paytm_logo.png);
    background-size: cover;
    position: absolute;
    margin-top: 12px;
    margin-left: 120px;  
}
#options{
    height: 60px;
    width: 900px;
    /* background-color: red; */
    position: absolute;
    margin-top: 10px;
    margin-left: 306px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#sign_in{
    height: 44px;
    width: 150px;
    background-color: rgb(102, 155, 253);
    background-size: cover;
    position: absolute;
    margin-top: 18px;
    margin-left: 1220px; 
    border-radius: 50px;
    display: flex;
}
#sign_in:hover{
    background-color: rgb(9, 9, 144);

}
.sign{
    font-size: 1.5rem;
    position: absolute;
    margin-left: 20px;
    margin-top: 3px;
    font-weight: 750;
    color: white;
}
.sign a{
    text-decoration: none;
    color: white;
}
.color{
    background-color: rgb(223, 253, 255);
    color: black;
    font-weight: 550;
}
.color:hover{
    background-color: rgb(194, 236, 252);
    color: black;
    border: 1px solid black;
}
.dropdown-menu a:hover{
    background-color: rgb(220, 243, 252);
}
#photo{
    position: absolute;
    font-size: 2.4rem;
    margin-top: 3.5px;
    margin-left: 108px;
    color: rgb(9, 9, 144);
}
#sign_in:hover #photo{
    color: rgb(102, 155, 253);
}
#kyc{
    height: 50px;
    width: 100%;
    background-color: rgb(231, 227, 227);
    position: absolute;
}
#kyc p{
    font-size: 1.2rem;
    font-weight: 550;
    margin-left: 440px;
    margin-top: 8px;
}
#top1{
    height: 600px;
    width: 100%;
    /* background-color: pink; */
    margin-top: 80px;
   }
.leftimg{
    height: 80px;
    width: 80px;
    /* background-color: blue; */
    position: absolute;
    margin-top: 80px;
    margin-left: 120px;
    background-image: url(/images/pay2.png);
    background-size: cover;
}
.rightimg{
    height: 510px;
    width: 500px;
    /* background-color: blue; */
    position: absolute;
    margin-left: 50%;
    margin-top: 75px;
    margin-left: 990px;
    background-image: url(/images/pay1.webp);
    background-size: cover;
}
.hed{
    position: absolute;
    margin-top: 200px;
    margin-left: 120px;
    font-size: 4rem;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.hed1{
    position: absolute;
    margin-top: 260px;
    margin-left: 120px;
    font-size: 4rem;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.para{
    font-size: 1.8rem;
    position: absolute;
    margin-top: 360px;
    margin-left: 120px;
}
.para1{
    font-size: 1.8rem;
    position: absolute;
    margin-top: 397px;
    margin-left: 120px;
}
.para2{
    font-size: 1.8rem;
    position: absolute;
    margin-top: 432px;
    margin-left: 120px;
}
.download{
    height: 50px;
    width: 320px;
    background-color: black;
    position: absolute;
    margin-top: 510px;
    margin-left: 120px;
    border-radius: 50px;
    display: flex;
}
.download p{
    font-size: 1.3rem;
    color: white;
    padding-left: 24px;
    margin-top: 7.5px;
}
#app{
    /* height: 30px;
    width: 30px; */
    margin-left: 15px;
    margin-top: 10px;
    font-size: 1.7rem;
    color: white;
}
#play{
    margin-left: 15px;
    margin-top: 14px;
    font-size: 1.4rem;
    color: white;
}
.download:hover{
    background-color: rgb(211, 242, 242);
    border: 2px solid black;
}
.download:hover p{
    color: black;
}
.download:hover #app{
    color: black;
}
.download:hover #play{
    color: black;
}
#top2{
    height: 330px;
    width: 100%;
    background-color: rgb(81, 201, 241);
    position: absolute;
    margin-top: 50px;
}
.top2hed{
    position: absolute;
    margin-top: 30px;
    margin-left: 120px;
    font-size: 2.5rem;
    color: white;
    font-family: cursive;
    font-weight: 600;
}
.options{
    height: 200px;
    width: 84%;
    /* background-color: pink; */
    position: absolute;
    margin-top: 100px;
    margin-left: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
.opts{
    height: 180px;
    width: 12.5%;
    /* background-color: yellow; */
    transition: 0.8s;
    border-radius: 10px;
}
.opts:hover{
    background-color: rgb(1, 181, 241);
}
.optsphoto{
    height: 80px;
    width: 80px;
    /* background-color: grey; */
    position: absolute;
    margin-top: 10px;
    background-size: cover;
    margin-left: 5px;
}
.opp{
    position: absolute;
    margin-top: 100px;
    font-size: 1.1rem;
    font-weight: 550;
    margin-left: 5px;
    color: white;
}
.opp1{
    position: absolute;
    margin-top: 123px;
    font-size: 1.1rem;
    font-weight: 550;
    margin-left: 5px;
    color: white;
}
.opp2{
    position: absolute;
    margin-top: 145px;
    font-size: 1.1rem;
    font-weight: 550;
    margin-left: 5px;
    color: white;
}
#top3{
    height: 330px;
    width: 100%;
    background-color: rgb(15, 90, 240);
    position: absolute;
    margin-top: 400px;
}
#top3 .opts:hover{
    background-color: rgb(9, 74, 205);
}
.para{
    position: absolute;
    margin-top: 780px;
    margin-left: 195px;
    font-size: 3rem;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.small{
    height: 500px;
    width: 73%;
    background-color: rgb(243, 253, 252);
    border-radius: 30px;
    border: 1px solid rgb(181, 179, 179);
    position: absolute;
    margin-top: 870px;
    margin-left: 200px;
    display: flex;
    justify-content: space-around;
}
.spart{
    height: 100%;
    width: 48%;
    /* background-color: pink; */
    background-size: cover;
}
.spart1{
    height: 87%;
    width: 35%;
    /* background-color: pink; */
    background-size: cover;
    margin-top: 35px;
    margin-right: 40px;
}
.sleftimg{
    height: 85px;
    width: 220px;
    /* background-color: blue; */
    position: absolute;
    margin-top: 60px;
    margin-left: 30px;
    display: flex;
    background-size: cover;
}
.leftpart{
    height: 83px;
    width: 87px;
    /* background-color: blue; */
    background-image: url(/images/s2.png);
    background-size: cover;
}
.spart .a1{
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
    margin-top: 10px;
    margin-left: 100px;
}
.spart .a2{
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
    margin-top: 37px;
    margin-left: 100px;
}
.smallhed{
    font-size: 1.9rem;
    font-weight: 750;
    position: absolute;
    margin-top: 200px;
    margin-left: 30px;
}
.smallhed1{
    font-size: 1.9rem;
    font-weight: 750;
    position: absolute;
    margin-top: 240px;
    margin-left: 30px;
}
.smallpara{
    font-size: 1.2rem;
    font-weight: 550;
    position: absolute;
    margin-top: 290px;
    margin-left: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.smallpara1{
    font-size: 1.2rem;
    font-weight: 550;
    position: absolute;
    margin-top: 320px;
    margin-left: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.smallpara2{
    font-size: 1.2rem;
    font-weight: 550;
    position: absolute;
    margin-top: 350px;
    margin-left: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.smallpara3{
    font-size: 1.2rem;
    font-weight: 550;
    position: absolute;
    margin-top: 380px;
    margin-left: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.download1{
    height: 50px;
    width: 320px;
    background-color: black;
    position: absolute;
    margin-top: 420px;
    margin-left: 30px;
    border-radius: 50px;
    display: flex;
}
.download1 p{
    font-size: 1.3rem;
    color: white;
    padding-left: 24px;
    margin-top: 7.5px;
}
.download1:hover{
    background-color: rgb(211, 242, 242);
    border: 2px solid black;
}
.download1:hover p{
    color: black;
}
.download1:hover #app{
    color: black;
}
.download1:hover #play{
    color: black;
}
.small1{
    height: 500px;
    width: 73%;
    background-color: rgb(243, 253, 252);
    border-radius: 30px;
    border: 1px solid rgb(181, 179, 179);    position: absolute;
    margin-top: 1400px;
    margin-left: 200px;
    display: flex;
    justify-content: space-around;
}
.small2{
    height: 500px;
    width: 73%;
    background-color: rgb(243, 253, 252);
    border-radius: 30px;
    border: 1px solid rgb(181, 179, 179);    position: absolute;
    margin-top: 1930px;
    margin-left: 200px;
    display: flex;
    justify-content: space-around;
}
.download2{
    height: 50px;
    width: 220px;
    background-color: rgb(9, 17, 243);
    position: absolute;
    margin-top: 420px;
    margin-left: 30px;
    border-radius: 50px;
    display: flex;
}
#arrow{
    font-size: 1.5rem;
    position: absolute;
    margin-bottom: 13px;
    margin-left: 140px;
    color: white;
}
.download2 p{
    font-size: 1.3rem;
    color: white;
    padding-left: 24px;
    margin-top: 7.5px;
}
.download2:hover{
    background-color: rgb(211, 242, 242);
    border: 2px solid black;
}
.download2:hover p{
    color: black;
}
.download2:hover #arrow{
    color: black;
}
.download2:hover #play{
    color: black;
}
.small3{
    height: 660px;
    width: 73%;
    /* background-color: red; */
    margin-top: 2460px;
    margin-left: 200px;
    display: flex;
    justify-content: space-between;
}
.small3a{
    height: 100%;
    width: 48%;
    background-color: rgb(243, 253, 252);

    /* background-color: pink; */
    border-radius: 30px;
    border: 1px solid rgb(181, 179, 179);
}
.small3img{
    height: 28px;
    width: 240px;
    /* background-color: blue; */
    position: absolute;
    margin-left: 50px;
    margin-top: 60px;
    background-size: cover;
}
.small3imga{
    height: 25px;
    width: 250px;
    /* background-color: blue; */
    position: absolute;
    margin-left: 50px;
    margin-top: 60px;
    background-size: cover;
}
.small3img1{
    height: 320px;
    width: 470px;
    /* background-color: rgb(253, 198, 0); */
    position: absolute;
    margin-left: 23px;
    margin-top: 333px;
    border-radius: 30px;
    background-size: cover;
}
.small3h{
    font-size: 2.3rem;
    font-weight: 750;
    position: absolute;
    margin-top: 120px;
    margin-left: 50px;
}
.small3h1{
    font-size: 2.3rem;
    font-weight: 750;
    position: absolute;
    margin-top: 160px;
    margin-left: 50px;
}
.small3p{
    font-size: 1.2rem;
    font-weight: 550;
    position: absolute;
    margin-top: 220px;
    margin-left: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.small3p1{
    font-size: 1.2rem;
    font-weight: 550;
    position: absolute;
    margin-top: 250px;
    margin-left: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#large{
    height: 550px;
    width: 100%;
    background-color: rgb(243, 253, 252);
    display: flex;
    margin-top: 30px;
    position: absolute;
    justify-content: space-evenly;
}
.small4{
    height: 100%;
    width: 73%;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
}
.small4a{
    height: 100%;
    width: 54%;
    /* background-color: green; */
}
.small4b{
    height: 80%;
    width: 38%;
    /* background-color: rgb(75, 167, 75); */
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
}
.hd1{
    font-size: 2.8rem;
    font-weight: 750;
    position: absolute;
    margin-top: 50px;
}
.photo4{
    height: 45px;
    width: 250px;
    /* background-color: blue; */
    position: absolute;
    margin-top: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3px;
}
.hs0{
    font-size: 2.3rem;
    font-weight: 750;
    position: absolute;
    margin-top: 135px;
}
.hs1{
    font-size: 2.3rem;
    font-weight: 750;
    position: absolute;
    margin-top: 180px;
}
.hs2{
    font-size: 2.3rem;
    font-weight: 750;
    position: absolute;
    margin-top: 220px;
}
.hsml1{
    font-size: 1.45rem;
    font-weight: 550;
    position: absolute;
    margin-top: 290px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hsml2{
    font-size: 1.45rem;
    font-weight: 550;
    position: absolute;
    margin-top: 320px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hsml3{
    font-size: 1.45rem;
    font-weight: 550;
    position: absolute;
    margin-top: 350px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hsml4{
    font-size: 1.45rem;
    font-weight: 550;
    position: absolute;
    margin-top: 380px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.download3{
    height: 50px;
    width: 220px;
    background-color: rgb(9, 17, 243);
    position: absolute;
    margin-top: 440px;
    border-radius: 50px;
    display: flex;
}
#arrow{
    font-size: 1.5rem;
    position: absolute;
    margin-top: 13px;
    margin-left: 140px;
    color: white;
}
.download3 p{
    font-size: 1.3rem;
    color: white;
    padding-left: 24px;
    margin-top: 7.5px;
}
.download3:hover{
    background-color: rgb(211, 242, 242);
    border: 2px solid black;
}
.download3:hover p{
    color: black;
}
.download3:hover #arrow{
    color: black;
}
.download3:hover #play{
    color: black;
}
#large1{
    height: 550px;
    width: 100%;
    background-color: rgb(243, 253, 252);
    display: flex;
    margin-top: 610px;
    position: absolute;
    justify-content: space-evenly;
    background-image: url(https://pwebassets.paytm.com/commonwebassets/commonweb/images/home/gray-spike.png);
    background-size: cover;
}
.hd1a{
    height: 55px;
    width: 150px;
    position: absolute;
    margin-top: 60px;
    /* background-color: blue; */
    background-image: url(/images/s17.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.margin{
    margin-top: 410px;
}