*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4{
     font-family: "DM-sans", sans-serif;
}

span{
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.menu{
    display: none;
    justify-content: right;
    width: 50px;
    height: 50px;
}

body{
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0px;
    overflow-x: hidden;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 115px;
    background-color: #006DF7;
    font-size: 15px;
    align-items: center;
    z-index: 10;
}

.header-content, .div-content{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}



.header-content{
    gap: 4%;
}

.logo{
    height: 35px;
}

.logo img{
    width: 140px;
    height: 32px;
    filter: invert(100%);
}
.nav{
    display: flex;
    justify-content: space-between;
    width: 102.8%;
    height: 45px;
    align-items: center;
}

.nav-left{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    width: 50%;
}

.Product{
    display: flex;
    align-items: center;
    position: relative;
}

.product{
    color: white;
    background-color: transparent;
    border: none;
}

.Product button{
    background-color: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
}

.product-content{
    position: absolute;
    top: 30px;
    background-color: white;
    color: black;
    width: 30vw;
    height: 30vb;
    /* display: flex; */
    justify-content: center;
    padding: 10px;
    border-radius: 20px;
    display: none;
}

.product-content ul{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
    list-style: none;
    border-radius: 20px;
}

.product-content ul li{
    width: 100%;
    padding: 20px;
    border-radius: 20px;
}

.product-content ul li:hover{
    background-color: rgb(199, 198, 198, 0.2);
}

.Product:hover .product-content{
    display: flex;
}

.product-hover{
    display: none;
    visibility: hidden;
    position: absolute;
    top:30px;
    left: 50px;
}

.nav-hover{
    transition: 5s ease-in;
}

.nav-hover button{
    border:1.5px solid white;
    background-color: black;
    color: inherit;
    width: 100%;
    height: 20px;
}
.Product:hover .product-hover{
    visibility: visible;
    display: block;
}
.cre-business{
    position: relative;
}
.cre-business-hover{
    display: none;
    visibility: hidden;
    position: absolute;
    top:25px;
    left: 50px;
}
.cre-business:hover .cre-business-hover{
    visibility: visible;
    display: block;
}

.wwd{
    position: relative;
}

.wwd-hover{
    display: none;
    visibility: hidden;
    position: absolute;
    top:25px;
    left: 50px;
}

.wwd:hover .wwd-hover{
    visibility: visible;
    display: block;
}

.wealth{
    position: relative;
}

.wealth-hover{
    display: none;
    visibility: hidden;
    position: absolute;
    top:25px;
    left: 50px;
}

.wealth:hover .wealth-hover{
    visibility: visible;
    display: block;
}

.arrowdown-img{
    width: 18px;
    height: 18px;
    filter: invert(100%);
}

.nav-right{
    display: flex;
    justify-content: end;
    gap: 4%;
    align-items: center;
    width: 31%;
    height: 100%;
}
.n-nity{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.nationality{
    display: flex;
    /* position: relative; */
    justify-content: center;
    align-items: baseline;
    font-size: 30px;
    background-color: transparent;
    border: none;
    color: white;
}

.nationality-hover{
    display: none;
    visibility: hidden;
    position: absolute;
    top:100px;
    /* right: px; */
}

.n-lity:hover .nationality-hover{
    visibility: visible;
    display: block;
}

.blur-country{
    width: 100%;
    height: 100%;
    position: fixed;
    backdrop-filter: blur(6px);
    z-index: 200;
    /* visibility: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.inside-country{
    background-color: white;
    width: 400px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 10px;
}

.inside-country ul{
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 80%;
    align-items: space-evenly;
    list-style: none;
}

.inside-country ul li{
    align-content: space-evenly;
    height: 23.5%;
    width: 100%;
    
}

.inside-country ul li div{
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid white;
    padding: 10px;
}

.inside-country ul li div label{
    width: 80%;
    height: 80%;
    border: 1px solid grey;
    background-color: #e5ecff;
}

.inside-country ul li div label:hover{
    background-color: #006DF7;
    color: white;
    border: 1px solid blue;
}

.country-Select{
    display: flex;
    justify-content: space-evenly;
    padding: 0 10px;
    align-items: center;
}

#Select-country:checked ~ .blur-country{
    visibility: visible;
}

.s-country{
    width: 80%;
    display: flex;
    justify-content: space-between;
}

#Select-country ~ .blur-country{
    visibility: hidden;
}

.nav-app{
  /* position: relative;   */
}

.dload-hover{
    display: none;
    visibility: hidden;
    position: absolute;
    top:58px;
    left: 20px;
}

.nav-app:hover .dload-hover{
    visibility: visible;
    display: block;
}

.nav-download{
    width: 222px;
    height: 100%;
    background-color: white;
    color: #006DF7;
    text-align: center;
    padding: 14px 1.6%;
    border-radius: 9999px;
    font-size: 14px;
    color: black;
    border: none;
}


.section-1{
    color: white;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    height: 746px;
    background-color: #006DF7;
    font-size: 15px;
    /* position: sticky; */
    top: 0%;
    align-items: start;
    padding: 100px 0 65px;
}

.sec1-content{
    width: 85%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start
}

.sec1-txt{
    width: 49%;
    height: 90%;
    z-index: 1;
    padding-top: 60px;
    /* position: relative; */
}

.sec1-txt div{
    width: 100%;
    height: 100%;
    /* position: absolute; */
    align-content: start;
}

.sec1-txt h1{
    font-size: 68px;
    line-height: 102px;
    font-weight: bold;
    /* width: 680px;
    height: 204px; */
}

.sec1-txt p{
    padding-top: 30px;
    font-size: 16.5px;
    line-height: 32px;
}

.sec1-img{
    width: 50%;
    height: 100%;
    justify-items: left;
    /* position: relative; */
    /* display: flex; */
    /* flex-wrap: nowrap; */
}

.sec1-img .im{
    width: 90%;
    height: 100%;
    object-fit: contain;
}

/* .sec1-img2{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 25%;
    flex-shrink: 0;
}

.sec1-img2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec1-img3{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 25%;
    flex-shrink: 0;
} 


.sec1-img3 div img{
    width: 100%;
    height: 100%;
}

.card-1{
    width: 45%;
    height: 15%px;
    position: absolute;
    right: -10%;
    top: -10%;
    flex-shrink: 0;
}

.card-2{
    flex-shrink: 0;
    width: 45%;
    height: 15%px;
    position: absolute;
    top: 30%;
    left: 40%;
}

.card-3{
    flex-shrink: 0;
    width: 45%;
    height: 15%px;
    position: absolute;
    right: -8%;
    bottom: 7%;
} */

.section-2{
    width: 100%;
    padding: 150px 0px;
    height: auto;
    display: block;
    justify-items: center;
}

.section-2 h2{
    font-size: 48px;
    font-weight: 700;
    color: black;
    line-height: 62px;
}

.cat1-txt span{
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 32px;
}

.pay-img img{
    /* width: 70%; */
    height: 441px;
}


.Categories{
    height: 441px;
    width: 1040px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

.cat1-txt{
    width: 520px;
    height: 441px;
}

.cat2-txt{
    width: 50%;
    height: 441px;
}
.pay-img{
    /* width: 60%; */
    height: 441px;
    padding-left: 118px;
    /* justify-content: ; */
}

.pay-img2{
    height: 441px;
    padding-left: 25px;
}

.pay-img2 img{
    height: 441px;
}

.pay-img3{
    height: 441px;
    padding-left: 25px;
}

.pay-img3 img{
    height: 441px;
}

.pay-img4{
    height: 320px;
    padding-left: 80px;
}

.pay-img4 img{
    height: 320px;
}

.btn-download{
    background-color: #006DF7;
    color: white;
    border: none;
    padding: 14px 16px;
    width: 174px;
    height: 45px;
    margin-top: 50px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
}

.cookies{
    /* width: 40%; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
     background-color: white;
    width: 50%;
    height: 100px;
    padding: 50px 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 100;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(46, 46, 46, 0.6);
    transition: box-shadow 0.3s ease;
    gap: 10px;
    visibility: visible;
}

.CSet{
    background-color: grey;
    padding: 10px;
    border-radius: 9px;
    color: white;
    cursor: pointer;
}

.Allow{
    background-color: #006DF7;
     padding: 10px;
    border-radius: 9px;
    color: white;
    cursor: pointer;
    border: none;
    outline: none;
}

#allow-cookies:checked ~ .cookies {
    display: none;
}

.Zeno{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    /* flex-direction: column; */
    gap: 11px;
}
.Zeno .box{
    width: 22.3%;
    height: 500px;
    padding: 3px;
    border-radius: 5px;
}

.Zeno div:first-child{
    background-color: #F6F0EF;
}

.Zeno div:nth-child(2){
    background-color: #F4F1F7;
}

.Zeno div:nth-child(3){
    background: #E8F4FF;
}

.Zeno div:nth-child(4){
    background-color: #EBF1FF;
}

.Zeno h4{
    font-size: 30px;
}

.Zeno button{
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.learn-more{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    background-color: transparent;
    text-align: start;
}

.learn-more img{
    width: 16px;
    height: 16px;
    
}

.box div img{
    padding-bottom: 80px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.box h4{
    padding-left: 10px;
}

.box p{
    width: 100%;
    padding-bottom: 32px;
    padding-left: 10px;
}

.star{
    filter: invert(0.3) sepia(2) saturate(10) hue-rotate(200deg) brightness(1);
}

.footer{
    width: 100%;
    height: auto;
    margin-top: auto;
    padding: 80px 0;
    justify-items: center;
}

main{
    padding: 10px;
    width: 100%;
}

.footing{
    padding: 0 156px;
    width: 100vw;
    height: 196px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}

.foot-left{
    width:281px;
    height: 196px;
}

.logo-2{
    width: 140px;
    height: 32px;
    margin-bottom: 32px;
}

.tlk{
    font-family: "poppins" sans-serif;
    font-size: 12px;
    width: 281px;
    height: 198px;
    text-align: start;
}

.foot-right{
    width: 876px;
    height: 196px;
    display: flex;
    justify-content: start;
	gap: 20px;
}

.x-nav{
    width: 150px;
    height: 106px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
}

.x-nav .x-heading{
    font-family: "DM Sans" sans-serif;
    font-weight: 700;
    text-align: start;
    margin-bottom: 32px;
}

.x-nav .x-content{
    font-family: "poppins" sans-serif;
    font-size: 12px;
    width: 143px;
    font-weight: 400;
    min-height: 78px;
    max-height: 142px;
}

.app-store{
    width: 132px;
    height: 44px;
}

.google-play{
    width: 147px;
    height: 43px;
}

.x-content li{
    padding: 5px 0;
    width: 100%;
    list-style: none;
}

.line-break{
    margin: 36px 0;
    height: 0.8px;
    width: 1208px;
    color: rgb(0, 0, 0);
}

.last-note{
    width: 1208px;
    height: 95px;
    font-family: "poppins" sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-family: 'poppins';
    /* padding: 0 148px; */
    display: flex;
    justify-content: center;
}

.copyright{
    width: 1208px;
    /* height: 583px; */
    /* padding: 0 148px; */
    font-size: 16px;
    color: #777E90;
}

.box img{
    width: 50px;
    height: 50px;
    margin:0 0 30px 10px;
}

.Section-4{
    width: 100%;
    height: 400px;
    background-color: #006DF7;
    text-align: center;
    color: white;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    margin: 20px 0 40px 0;
    justify-content: center;
}

.Section-4 h3{
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    color: white;
    height: 60px;
    text-align: center;
    justify-items: center;

}

.Section-4 span{
    font-size: 18px;
    line-height: 32px;
    /* height: 63px;
    width: 858px; */
    text-align: center;
}

.Section-5{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
}

.comment{
    display: flex;
    justify-content: space-evenly;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
    width: 75vw;
    height: 365px;
    line-height: 24px;
    color: black;
}

.comment h3{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.comment span{
    display: flex;
    justify-items: center;
    text-align: start;
    align-items: center;
    font-size: 14px;
    font-family: "poppins" sans-serif;
    width: 330px;
    height: 140px;
    line-height: 24px;
    color: black;
}

.comment > div {
    padding: 32px;
    font-size: 16px;
    width: 73%;
    height: 325px;
    flex: 0 0 300px;
    /* min-width: 300px; */
    background: #F9FAFB;
}

.comment-section{
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comment-section h2{
    width: 1330px;
    height: 67px;
    font-weight: bold;
    font-size: 48px;
    line-height: 67.2px;
    margin-bottom: 24px;
    font-family: "DM Sans" sans-serif;
    text-align: center;
}

.comment-section p{
    font-family: 'poppins';
    font-size: 24px;
    /* font-weight: ; */
    width: 1330px;
    height: 31px;
    line-height: 32px;
    color: #777E90;
    text-align: center;
    margin-bottom: 80px;
}

.Zeno .box{
    display: block;
    align-content: space-evenly;
}


/* responsiveness */
@media (max-width:1290px) {
    .section-1{
        height: 400px;
        width: 100%;
        
    }

    .Section-4{
        height: 400px;
        width: 100%;
    }

    .header-content, .sec1-content {
        width: 90%;
    }

    .nav-left {
        gap: 2%;
    }

    .sec1-txt h1 {
        font-size: 40px;
        line-height: 12px;
        width: 100%;
        height: 100px;
    }

    .Section-4{
        align-content: center;
        height: 500px;
        padding: 20px 0;
    }

    .Categories, .footing, .line-break, .last-note, .copyright, .comment-section h2, .comment-section p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-2{
        padding: 30px 0;
        height: auto;
    }

    .Categories{
        flex-direction: column;
        height: auto;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .Categories.cat-2 {
        flex-direction: column;
    }

    .cat1-txt, .cat2-txt, .cat3-txt, .cat4-txt {
        width: 100%;
        height: auto;
    }

    .pay-img, .pay-img2, .pay-img3, .pay-img4 {
        padding: 0;
        text-align: center;
    }

    .pay-img img, .pay-img2 img, .pay-img3 img, .pay-img4 img {
        width: 80%;
        height: auto;
    }

    .Zeno {
        flex-wrap: wrap;
    }

    .Zeno .box {
        width: 45%;
        margin-bottom: 20px;
    }

    .footer{
        width: 100%;
        padding: 40px 0;
        margin-left: 0;
    }

    .footing{
        flex-direction: column;
        height: auto;
        gap: 40px;
        padding: 5px;
        margin: 5px;
    }

    .foot-right{
        width: 100%;
        display: block;
    }

    .Section-5 {
        height: auto;
        padding: 80px 0;
    }

    .comment {
        width: 80vw;
    }
    .cookies{
        width: 80%;
        height: 140px;
        font-size: 13px;
    }

    .Allow{
        font-size: 8px;
    }

    .CSet{
       font-size: 8px; 
    }
}

@media (max-width: 768px) {

    .menu{
        display: flex;
        width: 50px;
        height: 50px;
        visibility: visible;
        right: 5%;
        position: relative;
    }


    .LB-1{
        margin-top: 600px;
    }
    .menu-content{
        position: fixed;
        opacity: 0;
        visibility: hidden;
        top: 115px;
        left: 0;
        right: 0;
        height: calc(100vh - 115px);
        background-color: white;
        color: black;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        z-index: 15;
    }

    #menu-toggle:checked ~ .menu .menu-content{
        opacity: 1;
        visibility: visible;
    }

    .menu-list{
        width: 80%;
        height: 15%;
        border: 1px solid #006DF7;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
    }
    .nav-left, .nav-right .n-lity, .nav-app{
        display: none; /* Hide nav items for a future hamburger menu */
    }

    .sec1-txt{
        width: 100%;
        height: 100%;
        padding-top: 40px;
        /* posi */
    }

    .section-1{
        height: auto;
        padding: 30px 0 10px;
    }

    .sec1-txt h1{
        font-size: auto;
        line-height: 50px;
    }

    .Section-4{
        height: 400px;
        align-content: space-evenly;
        justify-self: center;
    }

                          
    .sec1-img{
        display: none;
    }
    .cookies{
        width: 100%;
        bottom: 0;
        left: 0;
    }


    body{
        width: 100%;
    }

    main{
        width: 100%;
    }
    .section-1{
        width: 100%;
        padding: 100px;
    }

    .nav {
        justify-content: space-between;
        width: 100%;
    }

    .header-content {
        justify-content: space-between;
    }

    .sec1-content {
        flex-direction: column-reverse;
        text-align: center;
    }

    .sec1-txt, .sec1-img {
        width: 100%;
    }

    .sec1-txt{
        display: block;
        align-content: space-evenly;
    }

    .sec1-txt h1 {
        font-size: 40px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .Zeno .box {
        width: 90%;
    }

    .footing{
        height: 900px;
        margin-bottom: 300px;
    }

    .x-nav{
        display: block;
        margin: 70px;
    }

    .footer{
        display: block;
        align-content: space-evenly;
        justify-items: center;
        text-align: center;
    }

    .last-note{
        display: block;
        margin: 10px 0 100px 0;
    }

    .contact-us{
        padding-top: 10px;
    }

    .copyright{
        margin-left: 0;
        padding-left: 0;
        align-self: center;  
        text-align: center;
    }

    .btn-feedback{
        margin-right: 0; 
    }

}

@media (max-width:580px) {
    .section-1{
        height: 700px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .sec1-txt{
        width: 100%;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        
    }

    .sec1-txt div{
    width: 100%;
    height: 100%;
    /* position: absolute; */
    align-content: center;
    }

    .Section-4{
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: space-between;
    }

    .Section-4 h3{
        font-size: 35px;
        line-height: 55px;
        font-weight: 400;
        padding: 30px 0;
        /* align-self: s; */
    }

    .sec1-txt p{
        font-size: 16.5px;
        line-height: 32px;
        padding-top: 300px;
    }

    .btn-download{
        justify-self: center;
    }
}

.btn-feedback{
    background-color: red;
    border: 1px solid grey;
    width: 130px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    rotate: -90deg;
    position: fixed;
    top: 50%;
    right: -2.5%;
    margin: 0;
    padding: 20px;
    animation: faith-roll 5s infinite;
    cursor: pointer;
}


@keyframes faith-roll {
    0%{
        transform: scale(1);
        rotate: -90deg;
    }

    50%{
        transform: scale(1.2);
        rotate: -90deg;
    }

    100%{
        transform: scale(1);
        rotate: -90deg;
    }
}

.img-feedback{
    transform: rotate(90deg);
}


