body,
html {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.page-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, #f0f9ff 0%, #fff9ee 100%);
    padding: 32px 80px 0;
}

.banner__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.banner__company-logo {
    width: 145.59px;
    height: 48px;
    object-fit: contain;
}

.banner__header-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.banner__header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.banner__header-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    color: #2a2a2a;
}

.banner__header-title--colors {
    font-weight: 700;
    font-size: 52px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
}

.banner__header-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #4b5563;
    width: 700px;
}

.banner__sign-up-button {
    box-shadow: 0px 4px 12px 0px #64676c1f;
    background: #4165f3;
    display: flex;
    gap: 12px;
    width: 322px;
    height: 67px;
    border: none;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.banner__sign-up-button-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #ffffff;
}

.banner__sign-up-button-icon {
    width: 24px;
    height: 24px;
}

.banner__banner-image {
    width: 992px;
    height: 481px;
    object-fit: contain;
}

.reason {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 80px 80px 0;
    align-content: center;
    margin-top: -50px;
}

.reason__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.reason__title--big {
    font-weight: 600;
    font-size: 40px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #2a2a2a;
}

.reason__title--small {
    font-weight: 400;
    font-size: 20px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #747373;
}

.reason__reason-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
}

.reason__reason-card {
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reason__card-icon-container {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    /*padding: 12px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason__card-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason__card-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reason__card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    color: #2a2a2a;
}

.reason__card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    color: #2a2a2a;
}

.experience {
    background-color: #f0f3fa;
    padding: 60px 190px;
}

.experience__experience-card {
    background: linear-gradient(90deg, #6e7eff 0%, #0a20c7 100%);
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    position: relative;
}

.experience__experience-card-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.experience__card-icon-container {
    background-color: #5365ee;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    padding: 20px;
}

.experience__card-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.experience__card-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.experience__card-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.experience__card-description {
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.customers {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 80px;
}

.customers__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.customers__text--big {
    font-weight: 600;
    font-size: 40px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #2a2a2a;
}

.customers__text--small {
    font-weight: 400;
    font-size: 20px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #747373;
}

.customers__logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.customers__logo-container {
    box-shadow: 0px 4px 24px 0px #87878733;
    border: 1px solid #ebf2f5b8;
    height: 72px;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
}

.customers__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
}

.special-offer {
    background-color: #fffdf5;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.special-offer__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #2a2a2a;
}

.special-offer__card {
    background-color: #fff9df;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    align-items: center;
    padding: 16px 24px;
}

.special-offer__card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #cd0505;
}

.special-offer__card-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #873d3c;
}

.special-offer__timer {
    display: flex;
    gap: 32px;
}

.special-offer__timer-card {
    background: linear-gradient( 180deg, rgba(247, 72, 80, 0.15) 0%, rgba(255, 216, 192, 0.15) 100% );
    width: 120px;
    height: 128px;
    gap: 12px;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.special-offer__card-number {
    font-weight: 800;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ff383c;
}

.special-offer__card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #ff383c;
}

.special-offer__reminder {
    font-weight: 400;
    font-size: 20px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #22252b;
}

.special-offer__sign-up-button {
    background: linear-gradient(90deg, #fa7218 0%, #ef4544 100%);
    height: 62px;
    width: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
}

.mobile-floater {
    display: none;
}


.posbooking-ads-title {
    text-transform: none;
    margin-bottom: 40px
}
