*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    height: 100%;
    width: 100%;
}

.main{
    height: 100%;
    width: 100%;
}
.navigations{
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: red;
    padding:0vw 6vw;
    background-color: #77323225;
}
.light-logo{
    display: none;
}
.nav2{
    height: 100%;
}
.nav2 ul{
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2.5rem;
    font-size: 18px;
}
.nav3 .request{
    padding: 15px 30px;
    font-size: 1.08rem;
    border-radius: 40px;
    border:none;
}
.content{
    height: 90%;
    width: 100%;
    background-color: #fff;
    display: flex;
}
.left-side-text{
    width: 40%;
    font-weight: 100;
    padding-left: 6vw;
}
.next-generation{
    margin-top: 20vh;
    font-size: 3.5rem;
}
.info-financial{
    margin-top: 15px;
    font-size: 1.12rem;
    opacity: 0.5;
    width: 80%;
}
.request-invite{
    margin-top: 10%;
    padding: 15px 30px;
    font-size: 1.08rem;
    border-radius: 45px;
    border: none;
}
.rightsideimgs{
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    background-image: url(./assets/bg-intro-desktop.svg);
    background-repeat: no-repeat;
    padding-top: 10px;
}
.phones{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.page2{
    height: 100%;
    width: 100%;
    padding:0vw 6vw;
    display: flex;
    gap: 1vh;
    flex-direction: column;
    /* background-color: #79535370; */
}
.digitalbank{
    height: 20%;
    margin-top: 7%;
}
.digitalbank-text{
    font-size: 2.5rem;
}
.about_info{
    margin-top: 20px;
    opacity: 0.6;
    font-size: 1.1rem;
    width: 44%;
}
.boxs{
    width: 100%;
    height: 60%;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.box{
    height: 100%;
    display: flex;
    gap: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box p{
    text-align: center;
    opacity: 0.6;
}

.page3{
    height: 100%;
    width: 100%;
    
}