* {
    padding: 0;
    margin: 0;
}

.font-balck {
    color: black;
}

.font-white {
    color: white;
}

.font-gray {
    color: #8F8F92;
}

.font-weight {
    font-weight: bold;
}

body {
    background-color: #151517;
}

.navbar {
    height: 73px;
    background-color: #171A1E;
    display: flex;
    justify-content: center;
}

.navbar-inner {
    width: 1000px;
    display: flex;
    align-items: center;
}

.navbar-inner .left {
    flex: 1;
    display: flex;
}

.navbar-inner .left .logo {
    font-size: 30px;
    color: white;
}

.navbar-inner .left .menu {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.menu > ul {
    list-style: none;
}

.menu > ul li {
    display: inline;
    margin-left: 35px;
}

.menu > ul li a:link, .menu > ul li a:visited {
    color: white;
    text-decoration: none;
}

.navbar-inner .right {
    width: 211px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-inner .right .login {
    color: white;
}
.navbar-inner .right .signup {
    background-color: white;
    padding: .5em;
    border-radius: 30px;
    width: 80px;
    text-align: center;
}

.banner {
    height: 532px;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.banner .banner-inner {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-inner .large-title {
    font-size: 60px;
    font-weight: bolder;
    text-align: center;
    color: white;
    font-family: "Aeonik Pro Capitalised", sans-serif;
    line-height: .9;
    margin-bottom: 30px;
}

.banner-inner .small-title {
    color: white;
    font-size: 19px;
    margin-bottom: 30px;
}

.banner-active {
    display: flex;
    justify-content: center;
}

.banner-active .join  {
    width: 110px;
    height: 46px;
    border-radius: 30px;
    background-color: white;
    display: flex;
    justify-content:  center;
    align-items: center;
    margin-right: 20px;
}

.banner-active .contact {
    border: 1px solid white;
    height: 46px;
    color: white;
    border-radius: 30px;
    width: 130px;
    display: flex;
    justify-content:  center;
    align-items: center;
}

.main {
    display: flex;
    justify-content: center;
}

.main-inner {
    width: 1000px;
}

.main-inner .desc {
    margin-top: 100px;
}

.main-inner .desc > .title {
    color: #818C96;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}

.products {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.products > .item {
    min-width: 156px;
    min-height: 58px;
    position: relative;
}

.products > .item > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.big-data {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}

.big-data > .item {
    background-color: #1C1C1E;
    /*padding: 1em;*/
    border-radius: 6px;
    color: white;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 230px;
}

.big-data > .item > .txt1 {
    font-size: 25px;
    margin-left: 20px;
}

.big-data > .item > .txt2 {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 20px;
}

.title-box {
    margin-top: 100px;
    margin-bottom: 100px;
}

.title-box > .large-title {
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    color: white;
}

.title-box > .small-title {
    color: white;
    font-size: 19px;
    text-align: center;
    margin-top: 15px;
}

.bank-card-1 {
    height: 520px;
    background-image: url("../images/bank-card1.jpeg");
    background-position: center;
    background-size: cover;
    border-radius: 7px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

.bank-card-1 > .desc-box {
    margin-left: 40px;
}

.bank-card-1 > .desc-box > .title {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.bank-card-1 > .desc-box > .content {
    color: white;
    width: 470px;
}

.bank-card-1 > .more {
    position: absolute;
    color: white;
    bottom: 40px;
    left: 40px;
}

.bank-card-2 {
    height: 520px;
    background-image: url("../images/bank-card2.png");
    background-position: center;
    background-size: cover;
    border-radius: 7px;
    display: flex;
    align-items: center;
    position: relative;
}

.bank-card-2 > .desc-box {
    margin-left: 40px;
}

.bank-card-2 > .desc-box > .title {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.bank-card-2 > .desc-box > .content {
    color: white;
    width: 470px;
}

.bank-card-2 > .more {
    position: absolute;
    color: white;
    bottom: 40px;
    left: 40px;
}

.customers_say > .title {
    font-size: 30px;
    font-weight: bolder;
    color: white;
    margin-top: 100px;
}

.customers_say > .info {
    display: flex;
    margin-top: 40px;
}

.customers_say > .info > .thumb {
    width: 460px;
}

.customers_say > .info > .thumb > img {
    width: 460px;
    height: 420px;
    border-radius: 10px;
}

.customers_say > .info > .content {
    flex: 1;
    margin-left: 40px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.customers_say > .info > .content .title {
    font-size: 23px;
    color: #818C96;
    font-weight: bold;
}

.customers_say > .info > .content > .con-txt {
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

.team-box > .team1 {
    height: 517px;
    background-image: url("../images/team1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
    display: flex;
    align-items: center;
    position: relative;
}

.team-box > .team1 > .content {
    margin-left: 30px;
}

.team-box > .team1 > .content > .title {
    font-size: 30px;
    font-weight: bold;
}

.team-box > .team1 > .content > .con {
    font-size: 20px;
    width: 500px;
}

.team-box > .team1 > .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-weight: bold;
}

.team-box > .team2 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.team-box > .team2 > .item1 {
    width: 480px;
    height: 560px;
    background-image: url("../images/team2.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}

.team-box > .team2 > .item1 > .title {
    color: white;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.team-box > .team2 > .item2 {
    width: 480px;
    height: 560px;
    background-image: url("../images/team3.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}

.team-box > .team2 > .item2 > .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.team-box > .team2 > .item3 {
    width: 480px;
    height: 560px;
    background-image: url("../images/FXF.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}

.team-box > .team2 > .item4 {
    width: 480px;
    height: 560px;
    background-image: url("../images/Exchanges.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}

.team-box > .team2 > .item3 > .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: white;
}

.team-box > .team2 > .item4 > .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: white;
}

.marketplace {
    height: 517px;
    background-image: url("../images/Marketplace.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
    display: flex;
    align-items: center;
    position: relative;
}

.marketplace > .con {
    margin-left: 30px;
}

.marketplace  .title {
    font-size: 30px;
    width: 450px;
}

.marketplace  .content {
    font-size: 20px;
    width: 450px;
}

.marketplace  .more {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.contactless {
    height: 615px;
    display: flex;
}

.contactless > .left {
    width: 500px;
    height: 615px;
    position: relative;
}

.contactless > .left > img {
    width: 500px;
    height: 615px;
    object-fit: contain;
}

.contactless > .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactless > .right > .title {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
}

.contactless > .right > .content {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}

.contactless > .right > .btn {
    width: 130px;
    background-color: white;
    border-radius: 30px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.access-payment {
    display: flex;
    justify-content: space-between;
}

.access-payment > .item {
    width: 480px;
    height: 567px;
    border-radius: 7px;
    font-size: 30px;
    text-align: center;
}

.access-payment > .item > .title {
    margin-top: 30px;
}

.access-payment > .item.bg1 {
    background-image: url("../images/MarketplaceApps.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.access-payment > .item.bg2 {
    background-image: url("../images/payment.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.unlock {
    height: 517px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/API.jpg");
    margin-top: 40px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.unlock > .content {
    width: 400px;
    color: white;
    margin-left: 30px;
}

.unlock > .content > .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.unlock > .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.available {
    height: 517px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/availble.png");
    margin-top: 40px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.available > .content {
    width: 400px;
    margin-left: 30px;
}

.available > .content > .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.available > .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.security {
    display: flex;
    justify-content: space-between;
}

.security > .item {
    width: 480px;
    height: 567px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}

.security > .item > .title {
    color: white;
    font-size: 30px;
    text-align: left;
    margin-bottom: 80px;
    margin-left: 30px;

}

.security > .item > .more {
    position: absolute;
    bottom: 0;
    left: 30px;
    bottom: 40px;
    color: white;
}

.security > .item.bg1 {
    background-image: url("../images/Security.jpg");
}

.security > .item.bg2 {
    background-image: url("../images/CardSecurity.jpg");
}

.company-plan {
    width: 480px;
    height: 567px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    background-image: url("../images/CompanyPlans.jpg");
}

.company-plan > .title {
    font-size: 30px;
    font-weight: bold;
    color: white;
    margin-left: 30px;
    margin-bottom: 80px;
}

.company-plan > .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: white;
}

.title-box2 {
    text-align: center;
    margin: 70px 0 70px 0;
}

.title-box2 > .small-title {
    font-size: 24px;
    color: #818C96;
}

.title-box2 > .large-title {
    font-size: 30px;
    color: white;
}

.signup-btn-box {
    display: flex;
    justify-content: center;
}

.signup-btn-box > .left {
    width: 200px;
    height: 50px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup-btn-box > .right {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid white;
    margin-left: 40px;
}

.faqs {

}

.faqs > .item {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 30px;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.footer {
    background-color: #191C1F;
    min-height: 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: 50px;
}

.footer-inner {
    width: 1000px;
}

.footer-inner > .footer-menu {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-inner > .footer-menu > .item {
    display: flex;
    flex-direction: column;
    line-height: 3;
}

.revolut {
    margin-top: 30px;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}

.revolut > .left {
    font-size: 23px;
    color: white;
}

.copyright {
    color: #8F8F92;
    font-size: 12px;
    margin-top: 30px;
}



