@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
    margin: auto;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #000000;
    max-width: 600px;
}

.header {
    text-align: center;
}

.account-balance {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-top: 3.5em;
}

.account-balance .amount {
    color: #000000;
    transition: color 0.5s;
}

.video-section video {
    width: 100%;
    height: auto;
    display: block;
}

.description {
    padding: 20px;
    text-align: center;
}

.description p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    color: black;
    width: 90%;
    margin: auto;
    text-align: center;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
}

.btn {
    padding: 12px 25px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#signup-btn {
    background-color: #df0000;

}

#login-btn {
    background-color: #2354a3;
}

#signup-btn:hover,
#login-btn:hover {
    opacity: 0.8;
}

.features {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
    padding-bottom: 2em;
}

.slider {
    position: relative;
    touch-action: pan-y;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.slide img {
    width: 100%;
    height: auto;
}

.slide-description {
    margin-top: 15px;
}

.slide-description h2 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.slide-description p {
    font-size: 1rem;
    line-height: 1.5;
}

.indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: grey;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator.active,
.indicator:hover {
    background-color: #2196F3;
}

footer {
    border-top: 1px solid #e3e3e3;
    padding: 20px;
    text-align: center;
}

.footer-content p {
    margin: 0;
    font-size: 0.9rem;
    color: #000000;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-links li {
    display: inline;
}

.footer-links a {
    color: #000000;
    text-decoration: none;
    font-size: 0.8rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

h1 {
    color: #ffffff;
    background: #000000;
    padding-top: .4em;
    width: 100%;
    margin: 0;
    position: fixed;
    max-width: 600px;
    padding-bottom: .4em;
    font-size: 1.5em;
    font-weight: 400;
    z-index: 99;
}

#features {
    text-align: center;
    font-size: 2em;
    color: #000000;
    margin-bottom: 0;
}

#balance-amount {
    font-weight: 600;
}

p1 {
    font-weight: 600;
}

.description_top {
    padding-left: 1em;
    text-align: center;
    padding-right: 1em;
}

.how_to, .landing_section {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 1em;
}

.how_to {
    font-size: 1.5em;
    margin: 0px;
}

.description_how_to {
    padding: 20px;
}

#myVideo {
    width: 50%;
}

section.video-section {
    display: flex;
}

#Video2 {
    width: 48%;
    border-radius: .75em;
    margin-right: 1em;
    object-fit: cover;
}

img {
    width: 100%;
}

.getstarted {
    position: relative;
    overflow: hidden;
}