﻿
/* background color */
.bg-grad {
    background: linear-gradient(150deg,#45ae86 0%, #bae4d6 100%);
}
.p-0 {
    padding: 0 !important;
}
.position-relative {
    position: relative !important;
}
.all-text-white *, .text-all-white * {
    color: #ffffff;
}
.h-100 {
    height: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.banner-mockup {
    position: absolute;
    top: 7%;
    right: 50px;
    text-align: center;
}
.all-text-white *, .text-all-white * {
    color: #ffffff;
}
.p-0 {
    padding: 0 !important;
}
.all-text-white *, .text-all-white * {
    color: #ffffff;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
.landing-banner .banner-content {
    padding: 220px 0px 170px;
}

.all-text-white *, .text-all-white * {
    color: #ffffff;
}

.h-100 {
    height: 100% !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
.all-text-white *, .text-all-white * {
    color: #ffffff;
}
.transparent-bg-1 {
    background: rgba(0, 0, 0, 0.1);
}

.all-text-white *, .text-all-white * {
    color: #ffffff;
}

.rounded {
    border-radius: 3px !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.d-inline-block {
    display: inline-block !important;
}

p {
    margin-top: 0;
    margin-bottom: 1.3rem;
}
.all-text-white *, .text-all-white * {
    color: #ffffff;
}

.fw-normal {
    font-weight: 500 !important;
}

@media (min-width: 1200px) .display-5 {
    font-size: 3rem;
}

.display-5 {
    font-size: calc(1.2rem + 2.4vw);
    font-weight: 300;
    line-height: 1.2;
}
.banner-content h6 {
    font-size: 16px;
    line-height: 24px;
}

.all-text-white *, .text-all-white * {
    color: #ffffff;
}

.fw-light {
    font-weight: 400 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}
.all-text-white *, .text-all-white * {
    color: #ffffff;
}

.btn {
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    outline: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.img-qrcode {
    height:100px;
    width: 100px;
}