/home/bdqbpbxa/demo-subdomains/settlepay.goodface.com.ua/css/ui-blocks.css
.main-section-padding-top {
padding-top: 160px;
}
.main-section.--wallet {
padding-top: 100px;
}
.--black-section.main-section-padding-top {
margin-top: 41px;
}
.--first-section {
padding-top: 137px;
margin-top: -1px;
}
.main-section__flex {
display: flex;
align-items: center;
justify-content: space-between;
}
.--black-section {
background: var(--dark);
color: var(--white);
}
.--black-section.-tab {
background: var(--dark);
color: var(--white);
padding-top: 41px;
margin-top: -1px;
}
.--black-section.--ecosystem {
padding-top: 0px;
margin-top: -50px;
}
.--black-section.-payment {
padding-top: 160px;
margin-top: -1px;
}
.--black-section.-cta {
padding-top: 37px;
margin-top: -1px;
}
.--black-section.-faq {
margin-top: -117px;
}
.--white-section {
background: var(--white);
color: var(--black);
}
.padding-bottom-4 {
padding-bottom: 4px;
}
.home-main-card {
width: 100%;
gap: 0;
border-radius: 20px;
background: #272727;
display: flex;
justify-content: space-between;
align-items: stretch;
cursor: pointer;
transition: 0.5s;
overflow: hidden;
}
.home-main-card__left {
padding: 32px;
display: flex;
flex-direction: column;
align-items: flex-start;
flex-shrink: 0;
}
.home-main-card__left .--home-card-title {
margin-top: 24px;
}
.home-main-card__img {
min-height: 360px;
height: 360px;
}
.home-main-card__img img {
display: block;
height: 100%;
}
.home-card-section {
display: flex;
justify-content: space-between;
gap: 20px;
padding-top: 56px;
}
.tab-home-page {
white-space: nowrap;
height: 35px;
display: flex;
padding: 12px 16px;
width: fit-content;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 1000px;
border: 1px solid rgba(255, 255, 255, 0.2);
font-feature-settings: "ss03" on, "liga" off;
color: var(--light);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 100%;
opacity: 0.9;
}
.tab-home-page.--white {
height: 32px;
padding: 12px 16px;
border-radius: 100px;
border: 1px solid rgba(27, 27, 27, 0.1);
color: var(--dark);
opacity: 1;
}
.flex-row {
display: flex;
justify-content: space-between;
width: 100%;
}
.home-page-get-wallet-wrapper {
margin-top: 120px;
display: flex;
height: 660px;
padding: 40px 114px 40px 40px;
align-items: flex-start;
gap: 99px;
border-radius: 20px;
background: var(--yellow);
background-image: url("../images/homePage/BackgroundLogo.png");
background-position: 83% 50%;
background-repeat: no-repeat;
}
.home-page-get-wallet-wrapper.-sattlle-pay-wallet-section {
margin-bottom: 158px;
margin-top: 0;
}
.home-page-qr-code-section {
padding: 40px;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
border-radius: 16px;
background: var(--white);
width: 540px;
height: 580px;
}
.home-page-qr-code-top-section {
display: flex;
align-items: center;
flex-direction: column;
gap: 16px;
}
.home-page-qr-code-title {
font-feature-settings: "ss03" on, "liga" off;
color: var(--dark);
text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 100%;
}
.home-page-qr-code-description {
color: var(--grey-50);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 140%;
}
.qrImage {
max-width: 253px;
}
.home-page-qr-buttons {
display: flex;
align-items: center;
gap: 8px;
margin-top: 0;
}
.home-page-qr-button {
display: flex;
width: 226px;
height: 56px;
padding: 20px 32px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid #4d4d4d;
background: var(--dark);
box-shadow: 0px 4px 16px 0px rgba(27, 27, 27, 0.3);
color: var(--white);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.36px;
transition: 0.5s;
cursor: pointer;
}
.home-page-get-wallet-cards-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.walletCard1 {
width: 280px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0px 8px 40px 0px rgba(0, 43, 94, 0.15);
border-radius: 20px;
margin-top: -162px;
margin-left: 172px;
}
.walletCard2 {
width: 280px;
box-shadow: 0px 8px 40px 0px rgba(0, 43, 94, 0.15);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 47px;
margin-left: -183px;
}
.walletCard3 {
width: 280px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: 0px 8px 40px 0px rgba(0, 43, 94, 0.15);
border-radius: 20px;
margin-top: 188px;
margin-left: 185px;
}
/* Buisnes section */
.business-section {
display: flex;
align-items: center;
flex-direction: column;
gap: 9px;
}
.--paragraph-grey-center.-business {
margin-top: unset;
}
.title.-centered-title.title-3.-business {
margin-top: unset;
}
.title.-centered-title.title-3.-business.-without-padding {
margin-top: 0;
gap: 2px;
}
.business-button-section {
display: flex;
align-items: center;
gap: 24px;
justify-content: center;
margin-top: 35px;
}
.business-log-in-button {
color: var(--dark);
display: flex;
width: 152px;
height: 56px;
padding: 20px 24px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid #fff;
background: #e8e9eb;
box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.3);
font-size: 18px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.36px;
transition: 0.5s;
}
.business-about-plans-button {
display: flex;
padding: 0px 24px;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 8px;
border: 1px solid #424242;
color: var(--white);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.36px;
transition: 0.5s;
}
/* Business Page */
.business-cta-wrapper {
display: flex;
align-items: center;
padding: 0 122px 158px 122px;
}
.business-business-section {
display: flex;
flex-direction: column;
gap: 22px;
}
.business-image-frame {
display: flex;
align-items: center;
justify-content: center;
}
.business-image-frame img {
border-radius: 16px;
min-width: 454px;
width: 454px;
}
.business-image-frame {
display: flex;
align-items: center;
justify-content: center;
}
.smallCardBusinessAccount img {
border-top-right-radius: 20px;
border-top-left-radius: 20px;
min-width: 468px;
width: 468px;
}
.business-cta {
display: flex;
border-radius: 20px;
background: var(--yellow, #ffd21c);
height: 490px;
background-image: url("../images/Business/BusinessLogo.png");
background-size: 417.441px 444px;
background-repeat: no-repeat;
background-position: 87% 50%;
width: 100%;
padding: 40px;
}
.business-cta-card {
display: flex;
width: 540px;
padding: 40px;
flex-direction: column;
align-items: flex-start;
border-radius: 16px;
background: var(--white);
padding: 40px;
gap: 16px;
}
.business-cta-card-header {
color: var(--dark);
font-feature-settings: "ss03" on, "liga" off;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 100%;
}
.business-cta-card-description {
color: var(--grey-50);
font-feature-settings: "ss03" on, "liga" off;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 140%;
}
.business-cta-card-image-card {
position: relative;
}
.business-cta-card-image-card img {
max-height: 251px;
width: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-left: 309px;
margin-top: 9px;
}
.business-cta-card-button {
display: flex;
width: auto;
height: 56px;
padding: 20px 24px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid #4d4d4d;
background: var(--dark);
box-shadow: 0px 4px 16px 0px rgba(27, 27, 27, 0.3);
color: var(--white);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.36px;
transition: 0.5s;
cursor: pointer;
margin-top: auto;
}
/* Business Account */
.businessAccountFirstSectionWrapper {
display: flex;
justify-content: space-between;
padding-bottom: 74px;
}
.businessAccountFirstSectionTitle {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-top: 35px;
}
.businessAccount-first-section-image-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.businessAccount-first-section-image-wrapper img {
min-width: 508px;
width: 508px;
border-radius: 20px;
margin-top: 32px;
margin-right: 38px;
}
.sticky-progress__wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.progress-bar-wrapper {
position: absolute;
top: 64px;
left: 113px;
width: 100%;
height: 100%;
pointer-events: none;
display: flex;
justify-content: flex-end;
align-items: flex-start;
}
.sticky-progress__progress {
position: sticky;
left: auto;
top: 90px;
transform: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
}
.sticky-progress__progress .progress {
position: relative;
display: block;
height: min(366px, 25.417vw);
width: min(1px, 0.069vw);
border-radius: min(20px, 1.389vw);
background: var(--shark-shark-450, #48494d);
}
.sticky-progress__progress .progress-active {
height: min(2px, 0.139vw);
display: block;
position: absolute;
top: 0;
width: min(2px, 0.139vw);
left: 50%;
transform: translateX(-50%);
border-radius: min(20px, 1.389vw);
background: var(--white, #fff);
}
.sticky-progress__progress .end,
.sticky-progress__progress .start {
color: #666;
text-align: center;
font-size: 10px;
font-style: normal;
font-weight: 600;
line-height: 100%;
text-transform: uppercase;
}
/* .why-choose-us .sticky-progress__progress .progress {
height: min(270px, 18.75vw);
} */
.sticky-progress__slide {
opacity: 0;
pointer-events: none;
transition: opacity 0.4s;
}
.sticky-progress__slide.-active {
opacity: 1;
pointer-events: auto;
}
.sticky-progress__slide.-active + .sticky-progress__slide {
opacity: 0.5;
}
.scrolling-cards-wrapper {
margin: 116px 121px 185px 121px;
display: flex;
flex-direction: column;
align-items: center;
gap: 80px;
position: relative;
}
.scrolling-card-wrapper {
display: flex;
gap: 20px;
align-items: center;
width: 100%;
justify-content: space-between;
opacity: 0;
transition: opacity 0.4s;
}
.scrolling-card-wrapper.-active {
opacity: 1;
}
.scrolling-card-wrapper.-active + .scrolling-card-wrapper {
opacity: 0.6;
}
.scrolling-card-img-wrapper {
min-height: 520px;
height: 520px;
}
.scrolling-card-img-wrapper img {
display: block;
height: 100%;
}
.scrolling-card-header {
color: var(--white, #fff);
font-feature-settings: "ss03" on, "liga" off;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 112%;
letter-spacing: -1.28px;
}
.businessAccount-blockchain-wrapper {
display: flex;
justify-content: space-between;
margin-bottom: 233px;
}
.businessAccount-blockchain-title {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 24px;
}
.businessAccount-blockchain-title.-padding {
padding-left: 15px;
}
.grey-businessAccount-account-blockchain {
color: var(--grey-50);
font-feature-settings: "ss03" on, "liga" off;
font-size: 18px;
font-weight: 500;
line-height: 140%;
}
.businessAccount-blockchain-image-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.businessAccount-blockchain-image-wrapper img {
min-width: 710px;
width: 710px;
margin-right: 0;
margin-top: -24px;
}
.business-account-button-first-section {
display: flex;
align-items: center;
justify-content: center;
padding-top: 33px;
}
.business-account-button-section {
display: flex;
align-items: center;
justify-content: center;
margin-top: 30px;
padding-bottom: 5px;
}
.business-open-account-button {
color: var(--dark);
display: flex;
width: auto;
height: 56px;
padding: 20px 24px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid #fff;
background: #e8e9eb;
box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.3);
font-size: 18px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.36px;
transition: 0.5s;
}
/* SETTLE PAY WALLET */
.settle-pay-wallet-first-section-wrapper {
display: flex;
justify-content: space-between;
padding-bottom: 160px;
}
.settle-pay-wallet-first-section-title {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-top: 35px;
}
.settle-pay-wallet-first-section-text {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 21px;
padding-top: 9px;
}
.settle-pay-wallet-first-section-button-section {
display: flex;
align-items: center;
justify-content: center;
margin-top: 32px;
padding-bottom: 5px;
}
.settle-pay-wallet-first-section-button {
display: flex;
height: 56px;
padding: 20px 24px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid #4d4d4d;
background: var(--dark);
box-shadow: 0px 4px 16px 0px rgba(27, 27, 27, 0.3);
color: var(--white);
font-feature-settings: "ss03" on, "liga" off;
font-size: 18px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.36px;
transition: 0.5s;
}
.settle-pay-wallet-first-section-button svg g path {
stroke: var(--white);
}
.settle-pay-wallet-exchange-section {
display: flex;
width: 100%;
justify-content: center;
align-items: flex-start;
gap: 20px;
padding-top: 52px;
padding-bottom: 162px;
}
.settle-pay-wallet-exchange-card {
display: flex;
padding: 24px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 11px;
border-radius: 20px;
background: var(--light, #f6f7f9);
}
.settle-pay-wallet-exchange-card-img {
max-width: 296px;
width: 296px;
}
.settle-pay-wallet-exchange-card-img img {
max-width: 100%;
width: 100%;
}
.settle-pay-wallet-exchange-card-text h5 {
color: var(--dark);
text-align: center;
font-feature-settings: "ss03" on, "liga" off;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 100%;
}
.settle-pay-benefits-wrapper {
display: flex;
justify-content: space-between;
padding: 20px 120px 0px 120px;
}
.settle-pay-benefits-title {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 25px;
width: 100%;
padding-right: 76px;
}
.settle-pay-benefits-categories {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
margin-top: 16px;
width: 100%;
}
.settle-pay-benefits-category {
display: flex;
padding: 24px 24px 23px 24px;
align-items: center;
gap: 16px;
border-radius: 20px;
border: 1px solid #e1e3e5;
width: 100%;
max-height: 88px;
}
.settle-pay-benefits-category.--huge {
max-height: 101px;
}
.settle-pay-benefits-img-wrapper {
display: flex;
width: 40px;
height: 40px;
padding: 8px;
justify-content: center;
align-items: center;
border-radius: 50%;
background: var(--yellow);
}
.settle-pay-benefits-img-wrapper img {
display: block;
width: 100%;
}
.settle-pay-benefits-category-text {
display: flex;
flex-direction: column;
}
.settle-pay-benefits-category-title {
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 130%;
}
.settle-pay-benefits-category-description {
color: var(--grey-50, #a4a4a4);
font-feature-settings: "ss03" on;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}
.settle-pay-wallet-first-section-image-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.settle-pay-wallet-first-section-image-wrapper img {
min-width: 588px;
width: 588px;
border-radius: 20px;
margin-bottom: 26px;
}
.settle-pay-wallet-benefits {
padding-top: 27px;
}
.settle-pay-wallet-benefits-title {
color: var(--dark);
font-feature-settings: "ss03" on, "liga" off;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 112%;
letter-spacing: -1.28px;
}
.settle-pay-wallet-benefits-card-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
grid-template-rows: auto;
justify-items: center;
padding-top: 66px;
padding-bottom: 42px;
}
.settle-pay-wallet-benefits-card {
padding: 32px;
border-radius: 20px;
background: var(--light);
display: flex;
/* max-width: 467px; */
width: 100%;
/* height: 467px; */
flex-direction: column;
align-items: flex-start;
gap: 8px;
flex-shrink: 0;
/* cursor: pointer; */
transition: 0.5s;
}
.settle-pay-wallet-benefits-card-img-wrapper {
width: 403px;
max-width: 403px;
overflow: hidden;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
.settle-pay-wallet-benefits-card-img-wrapper img {
height: auto;
width: 100%;
}
.info-settle-pay-wallet-benefits-card-container {
margin-top: auto;
}
.settle-pay-wallet-page-card-description {
color: var(--grey-50);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 140%;
margin-top: 6px;
}
/* BUSINESS */
.businessFirstSectionWrapper {
display: flex;
justify-content: space-between;
margin-top: -36px;
}
.business-title-main {
color: var(--white);
font-feature-settings: "ss03" on, "liga" off;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 112%;
letter-spacing: -1.28px;
margin-top: -5px;
}
.business-first-section-image-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.business-first-section-image-wrapper img {
min-width: 588px;
width: 588px;
margin-top: 32px;
}
.grey-business-ecosystem {
color: var(--grey-50);
font-feature-settings: "ss03" on, "liga" off;
font-size: 18px;
font-weight: 500;
line-height: 140%;
margin-left: -10px;
}
.business-ecosystem-section-image-wrapper {
position: relative;
}
.businessEcosystemTitle {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-top: 35px;
margin-left: 14px;
}
.business-ecosystem-section-image-wrapper img {
min-width: 606.784px;
width: 606.784px;
margin-top: 167px;
margin-left: 105px;
}
.businessEcosystemSectionWrapper {
display: flex;
margin-top: -36px;
}
.business-ecosystem-card {
border-radius: 20.804px;
background: #3d3d3d;
display: flex;
width: 330px;
padding: 20.804px;
flex-direction: column;
align-items: flex-start;
gap: 13.869px;
}
.business-ecosystem-card.first {
position: absolute;
top: 53px;
left: 245px;
}
.business-ecosystem-card.second {
position: absolute;
top: 375px;
left: 608px;
}
.business-ecosystem-card.third {
position: absolute;
top: 422px;
left: -120px;
}
.business-ecosystem-card-wrapper {
color: var(--white);
font-feature-settings: "ss03" on, "liga" off;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 100%;
}
.business-ecosystem-card-circle {
border-radius: 52.01px;
background: #ffd21c;
display: flex;
width: 20.804px;
height: 20.804px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: var(--dark);
text-align: center;
font-feature-settings: "liga" off;
font-size: 8.668px;
font-style: normal;
font-weight: 700;
line-height: 140%;
}
.business-ecosystem-card-text {
color: var(--grey-50);
font-feature-settings: "ss03" on;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%;
}