@font-face {
    font-family: goldmanBold;
    src: url(./assets/fonts/Goldman-Bold.ttf);
}
@font-face {
    font-family: goldman;
    src: url(./assets/fonts/Goldman-Regular.ttf);
}
@font-face {
    font-family: mont;
    src: url(./assets/fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: montSemi;
    src: url(./assets/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: montBold;
    src: url(./assets/fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: montMid;
    src: url(./assets/fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: montXBold;
    src: url(./assets/fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: ralewayBlack;
    src: url(./assets/fonts/Raleway-Black.ttf);
}
@font-face {
    font-family: ralewayMid;
    src: url(./assets/fonts/Raleway-Medium.ttf);
}
@font-face {
    font-family: raleway;
    src: url(./assets/fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: ralewayBold;
    src: url(./assets/fonts/Raleway-Bold.ttf);
}
@font-face {
    font-family: ralewayXBold;
    src: url(./assets/fonts/Raleway-ExtraBold.ttf);
}

:root{
    --primary: #1A5AFF;
    --page: #545454;
    --black: #000;
    --text: #424141;
}

*{
    margin: 0;
    padding: 0;
    appearance: none;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
}

a{
    text-decoration: none;
    color: #1e1e1e;
}

.container{
    background: url(./assets/images/background4.png);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 0px 20px;
}

.navbar{
    width: 100vw;
    min-height: 70px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}

.logo-menu{
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo{
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img{
    width: 40px;
    animation: move 10s infinite ease alternate;
}

@keyframes move {
    from{
        transform: rotate(0deg);
    }
    from{
        transform: rotate(3600deg);
    }
}

.logo-name{
    font-family: goldman;
    font-size: 30px;
    color: var(--primary);
    text-transform: uppercase;
}

.nav-info-section{
    display: flex;
    width: 57vw;
    align-items: center;
    justify-content: space-between;
}

.nav-info-group{
    display: flex;
    align-items: center;
    gap: 15px;
}

.info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 5px;
    border: 1px solid #1A5AFF;
    border-radius: 5px;
}

.info .info-top{
    font-family: montSemi;
    font-size: 16px;
    color: #515151;
}

.info .info-bottom{
    font-family: montMid;
    font-size: 12px;
    color: #909090;
}

.profile{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.profile-text{
    display: flex;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
}

.profile-text .profile-name{
    font-family: montSemi;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
}

.profile-text .profile-position{
    font-family: montMid;
    color: #909090;
    font-size: 12px;
}

.profile-image img{
    width: 40px;
}

.account-overview-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.account-overview-section >div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-heading{
    display: flex;
    padding: 5px 20px;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(26, 90, 255, 0.82);
    width: 100%;
}

.section-main{
    font-family: montBold;
    font-size: 35px;
    color: white;
    text-transform: capitalize;
}

.section-heading img{
    width: 35px;
    animation: move1 10s infinite ease alternate;
}

@keyframes move1 {
    from{
        transform: rotate(0deg);
    }
    from{
        transform: rotate(360deg);
    }
}

@keyframes move2 {
    from{
        transform: rotate(0deg);
    }
    from{
        transform: rotate(360deg);
    }
}

.account-overview-section .section-up > div{
    min-height: 38vh;
}

.account-overview-section .section-up .short-twins{
    width: 22vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.account-overview-section .section-up .short-twins > div{
    min-height: 18vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: space-between;
}

.box-sub{
    font-family: ralewayXBold;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.box-main{
    font-family: ralewayBlack;
    font-size: 26px;
    color: #000;
    text-transform: capitalize;
}

.box-main span{
    font-size: 12px;
    font-family: ralewayBold;
}

.account-overview-section .section-up .short-twins > div img{
    width: 20px;
    animation: move2 3s infinite ease alternate;
}

.twin-box1{
    background-image: url(./assets/images/boxes/box1-alt.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.twin-box2{
    background-image: url(./assets/images/boxes/box2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.twin-box2 .box-sub{
    color: white;
    font-family: ralewayBold;
}

.twin-box2 .box-main{
    color: white;
}

.section-up .middle-child{
    width: 22vw;
    background-image: url(./assets/images/boxes/box3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.section-up .middle-child img{
    width: 20px;
    animation: move2 3s infinite ease alternate;

}

.section-up .middle-child .box-extra{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 8px;
    border-top: 1.5px solid #C9C9C9;
}

.extra-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.extra-main{
    font-family: montSemi;
    font-size: 12px;
    color: #515151;
}

.extra-sub{
    font-family: montMid;
    font-size: 10px;
    color: #909090;
    text-transform: capitalize;
}

.extra-info:last-child{
    align-items: flex-end;
    text-align: right;
}


.section-up .long-elder{
    background-image: url(./assets/images/boxes/box4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 49vw;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.section-up .long-elder .box-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: inherit;
    gap: 10vh;
}

.section-up .long-elder .box-left img{
    width: 20px;
    animation: move2 3s infinite ease alternate;
}

.section-up .long-elder .box-right img{
    width: 21vw;
}

.account-overview-section .section-down >div{
    min-height: 50vh;
}

.account-overview-section .section-down .down-box{
    width: 22vw;
    background-image: url(./assets/images/boxes/box3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.account-overview-section .section-down .down-box img{
    width: 30px;
    animation: move2 3s infinite ease alternate;
}

.account-overview-section .section-down .down-three-box >div{
    width: 100%;
}

.account-overview-section .section-down .down-three-box{
    width: 49vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.account-overview-section .section-down .down-three-box .three-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-overview-section .section-down .down-three-box .three-top .three-top-box1{
    width: 17vw;
    min-height: 20vh;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url(./assets/images/boxes/box6.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.account-overview-section .section-down .down-three-box .three-top .three-top-box1 img{
    width: 25px;
    animation: move2 3s infinite ease alternate;

}

.account-overview-section .section-down .down-three-box .three-top .three-top-box2{
    width: 29.5vw;
    min-height: 20vh;
    padding: 10px;
    background-image: url(./assets/images/boxes/box7.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.account-overview-section .section-down .down-three-box .three-top .three-top-box2 .circle{
    border: 3px solid #1A5AFF;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: none;
    border-top: 0px;
}

.account-overview-section .section-down .down-three-box .three-top .three-top-box2 .ring{
    position: absolute;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    z-index: 1;
    animation: ring 3s linear infinite;
}

.ring:before{
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 2px rgba(255, 255, 255, .3);
}
@keyframes ring {
    0%{
        transform: rotate(0deg);
        box-shadow: 1px 2px 2px rgb(109, 109, 241);
    }
    50%{
        transform: rotate(180deg);
        box-shadow: 1px 2px 2px  rgb(109, 109, 241);
    }
    100%{
        transform: rotate(360deg);
        box-shadow: 1px 2px 2px rgb(109, 109, 241);
    }
}

.account-overview-section .section-down .down-three-box .three-bottom{
    min-height: 24vh;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url(./assets/images/boxes/box8.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.account-overview-section .section-down .down-three-box .three-bottom .box-sub{ 
    color: white;
    font-family: ralewayBold;
}

.account-overview-section .section-down .down-three-box .three-bottom .box-main{ 
    color: white;
    font-family: ralewayXBold;
}

.yearly-review-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.yearly-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 40px;
}

.year-tags{
    display: flex;
    align-items: center;
    gap: 10px;
}

.year-tags button{
    padding: 10px;
    width: 100px;
    height: 40px;
    background-color: white;
    color: #545454;
    border-radius: 5px;
    border: 2px solid #1A5AFF;
    font-size: 16px;
    text-transform: capitalize;
    font-family: montSemi;
    cursor: pointer;
}

.year-tags .active-btn{
    background-color: #1A5AFF;
    color: white;
}

.yearly-boxes{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.yearly-boxes > div{
    min-height: 38vh;
}

.yearly-elder{
    width: 46.5vw;
    padding: 10px;
    background-image: url(./assets/images/boxes/box4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.yearly-elder .elder-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 10vh;
}

.yearly-elder .elder-left img{
    width: 20px;
    animation: move2 3s infinite ease alternate;

}

.yearly-elder .elder-right img{
    width: 21vw;
}

.yearly-twins{
    width: 21vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yearly-twins >div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    justify-content: space-between;
    min-height: 18vh;
}

.yearly-twins >div img{
    animation: move2 3s infinite ease alternate;
    width: 20px;
}

.yearly-twins .yearly-twin1{
    background-image: url(./assets/images/boxes/box10.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.yearly-twins .yearly-twin2{
    background-image: url(./assets/images/boxes/box11.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.yearly-twin1 .box-main{
    color: white;
    font-family: ralewayXBold;
}

.yearly-twin1 .box-sub{
    color: white;
    font-family: ralewayBold;
}

.yearly-twin2 .box-main{
    color: white;
    font-family: ralewayXBold;
}

.yearly-twin2 .box-sub{
    color: white;
    font-family: ralewayBold;
}
.yearly-squat{
    width: 25vw;
    background-image: url(./assets/images/boxes/box9.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

}

.yearly-squat img{
    width: 20px;
    animation: move2 3s infinite ease alternate;
}

.yearly-squat .box-extra{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 8px;
    border-top: 1.5px solid #C9C9C9;
    color: white;
}

.yearly-squat .box-sub,.yearly-squat .box-main{
    color: white;
    font-family: ralewayBold;
}

.yearly-squat .box-main{
    font-family: ralewayXBold;
    color: white;
}
.yearly-squat .box-extra{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 8px;
    border-top: 1.5px solid #fff;
}

.yearly-squat .extra-main{
    color: #fff;
}

.yearly-squat .extra-sub{
    color: #fff;
}

.interest-accum-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.interest-box{
    width: 100%;
    padding: 10px;
    display: flex;flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 31vh;
    background-image: url(./assets/images/boxes/box12.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.interest-box img{
    width: 25px;
    animation: move2 3s infinite ease alternate;
}

.interest-box .box-sub{
    color: white;
    font-family: ralewayBold;
}

.interest-box .box-main{
    color: white;
    font-family: ralewayXBold;
}
.withdrawal-section{
    width: 100%;
    display: flex;flex-direction: column;
    align-items: center;
    gap: 30px;
}

.notif-boxes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.notif-boxes >div{
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 40vh;
    width: 32%;
}

.notif-boxes >div img{
    width: 25px;
    animation: move2 3s infinite ease alternate;
}

.notif-main{
    font-family: ralewayXBold;
    color: white;
    font-size: 22px;
    text-transform: capitalize;
}

.notif-sub{
    font-family: ralewayMid;
    color: white;
    font-size: 16px;
}

.notif-sub span{
    font-family: ralewayBold;
}

.notif-box1{
    background-image: url(./assets/images/boxes/box13.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.notif-box2{
    background-image: url(./assets/images/boxes/box14.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.notif-box3{
    background-image: url(./assets/images/boxes/box15.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.foot-text{
    font-family: ralewayBlack;
    font-size: 200px;
    width: 100vw;
    text-align: center;
    color: rgba(132, 131, 172, 0.19);
    text-transform: uppercase;
}

.navbar .mobile-btn{
    display: none;
}

.mobile-menu{
    display: none;
}

.mobile-facts{
    display: none;
}

.dash-out{
    display: flex;
    width: 30vw;
    height: 30vh;
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #1A5AFF;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10vh;
    display: none;
}

.dash-out .mobile-logo{
    display: flex;
}
.dash-out .mobile-logo{
    display: flex;
    gap: 10px;
    align-items: center;
}
.dash-out .mobile-logo .mobile-name{
    font-family: goldman;
    font-size: 27px;
    text-transform: uppercase;
    color: white;
}

.dash-out .close-btn{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}

.dash-out .close-btn img{
    width: 30px;
}
.dash-out a{
    width: 150px;
    height: 50px;
    color: #1A5AFF;
    background: white;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: montBold;
    text-transform: capitalize;
}



@media screen and (max-width: 1400px){
    .nav-info-section{
        width: 62vw;
    }
}

@media screen and (max-width: 1200px){
    .nav-info-section{
        width: 72vw;
        justify-content: center;
        gap: 10px;
    }
    .info .info-top{
        font-size: 14px;
    }
    .info .info-bottom{
        font-size: 12px;
    }
    .nav-info-group{
        gap: 10px;
    }
    .profile-text{
        display: none;
    }
    .logo-name{
        font-size: 24px;
    }
    .navbar{
        padding: 30px 10px;
    }
}


@media screen and (max-width: 768px){
    .nav-info-section{
        display: none;
    }
    .profile{
        display: none;
    }
    .navbar .mobile-btn{
        display: flex;
        cursor: pointer;
    }
    .section-main{
        font-size: 26px;
    }
    .section-heading img{
        width: 20px;
    }
    .account-overview-section .section-up {
        flex-direction: column;
        gap: 20px;
    }
    .account-overview-section .section-up >div{
        width: 100%;
        height: 200px;
    }
    .account-overview-section .section-up .short-twins{
        width: 100%;
        gap: 20px;
    }
    .account-overview-section .section-up .short-twins > div{
        height: 200px;
    }
    .box-sub{
        font-size: 15px;
    }
    .box-main{
        font-size: 24px;
    }
    .box-main span{
        font-size: 11px;
    }
    .section-up .middle-child{
        min-height: 200px;
    }
    .section-up .long-elder .box-right img{
        width: 50vw;
    }
    .account-overview-section .section-down{
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: center;
    } 
    .account-overview-section .section-down >div{
        width: 100%;
    }
    .account-overview-section .section-down .down-box{
        width: 100%;
        min-height: 200px;
    }
    .account-overview-section .section-down .down-three-box{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .account-overview-section .section-down .down-three-box >div{
        width: 100%;
    }
    .account-overview-section .section-down .down-three-box{
        width: 100%;
    }
    .account-overview-section .section-down .down-three-box .three-top{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .account-overview-section .section-down .down-three-box .three-top .three-top-box1{
        width: 100%;
    }
    .account-overview-section .section-down .down-three-box .three-top .three-top-box2{
        width: 100%;
    }
    .year-tags button{
        padding: 5px;
        width: 80px;
        height: 30px;
        border-radius: 5px;
        font-size: 14px;
    }
    .yearly-boxes{
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 20px;
    }
    .yearly-elder{
        width: 100%;
    }
    .yearly-elder .elder-right img{
        width: 50vw;
    }
    .yearly-twins{
        width: 100%;
    }
    .yearly-squat{
        width: 100%;
    }
    .interest-box{
        min-height: 300px;
    }
    .notif-boxes{
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .notif-boxes >div{
        width: 100%;
    }
    .foot-text{
        font-family: ralewayBlack;
        font-size: 120px;
    }
    
    .mobile-facts{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .mobile-menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
        width: 100vw;
        height: 100vh;
        position: absolute;
        z-index: 5;
        background: var(--primary-color);
        background: url(./assets/images/phone_background.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 80px 30px;
        color: var(--white-color);
        display: none;
        position: fixed;
    }
    .close-btn{
        width: 20px;
        position: absolute;
        top: 2%;
        right: 5%;
        cursor: pointer;
    }
    .close-btn img{
        width: 30px;
    }
    .mobile-menu-items{
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        height: 50vw;
    }
    .mobile-menu-items a{
        color: #fff;
        font-family: montSemi;
        font-size: 18px;
        text-transform: capitalize;
    }
    .mobile-profile{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .mobile-profile .mobile-profile-name{
        font-family: montSemi;
        font-size: 18px;
        text-transform: capitalize;
        color: white;
    }
    .mobile-profile .mobile-profile-position{
        font-family: montMid;
        font-size: 12px;
        text-transform: capitalize;
        color: #E8E7E7;
    }
    .active-mobile-menu::after {
        content: "";
        display: flex;
        align-self: center;
        width: 25px;
        padding-top: 1px;
        border-bottom: 2px solid white;
    }
    .mobile-account{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .mobile-account a{
        color: #fff;
        font-family: montSemi;
        font-size: 18px;
        text-transform: capitalize;
    }
    .mobile-account .mobile-register{
        width: 150px;
        height: 50px;
        color: #1A5AFF;
        background: white;
        border-radius: 5px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: montBold;
    }
    .mobile-logo{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .mobile-logo .mobile-name{
        font-family: goldman;
        font-size: 27px;
        text-transform: uppercase;
        color: white;
    }
    .mobile-facts .fact-top, .mobile-facts .fact-bottom{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .fact{
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #1A5AFF;
        border-radius: 5px;
        padding: 5px;
    }
    .fact-main{
        font-family: montSemi;
        font-size: 16px;
        color: #515151;
    }

    .fact-sub{
        font-family: montMid;
        font-size: 12px;
        color: #909090;
    }
}

