*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: 16px;
    line-height: 1.6;
}
.container {
    max-width: 600px;
    margin: 0 auto; 
}
.logo{
    width: 100%;
    height: 100vh;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main{
    width: 100%;
    height: auto;
    background-color: rgb(57, 57, 238);
   display: block;
}
.img{
    width: 100%;
    height: auto;
    text-align: center;
}
.img_note{
    width: 18rem;
}
.padd{
    margin-top: 1rem;
}
.padd-bottom{
    padding-bottom: 6rem;
}
.main-logo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-logo-img{
    width: 32%;
    margin-top: 1rem;
}
.img_logo{
    width: 20rem;
}
.one-note{
    width: 100%;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-set{
    width: 100vw;
    padding: 1rem;
}
@media only screen and (max-width: 600px) {
    body {
      font-size: 14px;
    }
    
    #ten-rupee{
        object-fit: cover;
    }
    .container{
        width: 100vw;
    }
  }
  .container_swipe {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    background-color: black;
}

.swipe-screen {
    max-width: 600px;
    margin: 0 auto;
    height: 100vh;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

.one-note {
    position: relative;
}

.swipe-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.img-set {
    width: 100%;
    height: auto;
    cursor: pointer;
}
