@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body {
    font-family: "Montserrat", sans-serif;
}

.title {
    font-size: 35px;
    color: #000;
    font-style: normal;
    font-weight: 800;
}

.main-btn {
    border-radius: 83px;
    background: #FC7E29;
    font-size: 16px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    min-width: 189px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-btn-transparent {
    color: #FC7E29;
    background: transparent;
    border: 1px solid #FC7E29;
}

.main-btn:hover {
    background: #272A3D;
}

.main-btn-transparent:hover {
    color: #313131;
    border-color: #313131;
    background: transparent;
}

.nav-link:hover {
    color: #FC7E29;
}

.navbar,
.navbar-nav,
.navbar-brand {
    padding: 0;
    margin: 0;
}

.nav-link {
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-item {
    margin-right: 80px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-btn .main-btn {
    min-width: 140px;
}

header {
    padding: 41px 0;
}

.header-main,
.hero-main {
    max-width: 1194px;
   
    width: 100%;
    margin: auto;
}

/* hero  */
.hero-main h1 {
    font-size: 60px;
    color: #000;
    font-style: normal;
    font-weight: 800;
    line-height: 95px;
}

.hero-left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero {
    padding-top: 20px;
}

.hero-left-bottom p {
    font-size: 25px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.hero-left-bottom {
    flex-direction: column;
    align-items: flex-start;
}

.hero-left-bottom ol {
    display: flex;
    gap: 22px;
    padding-top: 58px;
}

.hero-bottom-main {
    padding-top: 17px;
}

.problem-sec .title {
    text-align: center;
    padding-bottom: 90px;
}

.problem-sec {
    padding-top: 134px;
    padding-bottom: 68px;
}

.problem-right .top-text p {
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 59px;
}

.problem-bottom p,
.problem-bottom small {
    font-size: 18px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.problem-bottom small {
    display: block;
    font-weight: 700;
}

.problem-bottom p span {
    color: #FC7E29;
}

.problem-main {
    max-width: 1013px;
    width: 100%;
    margin: 0 auto;
}

.problem-right {
    padding-left: 23px;
}

.problem-boxes p {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}

.problem-boxes span img {
    margin: auto;
    display: block;
}

.problem-boxes span {
    display: block;
    margin-bottom: 12px;
}

.problem-boxes {
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0 0 26.1px 0 rgba(230, 230, 230, 0.58);
    padding: 23px 44px 18px 44px;
}

.problem-bottom-inner {
    padding-top: 80px;
}

.solution-main {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.solution-left li {
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 40px;
}

.solution-left li:last-child {
    margin-bottom: 0;
}

.solution-left .title {
    margin-bottom: 32px;
}

.solution-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.solution-sec {
    background: #FDFCFA;
    padding: 42px 0;
}

.solution-right {
    text-align: right;
}

.success-main {
    max-width: 1033px;
    width: 100%;
    margin: 0 auto;
    padding-left: 37px;
    position: relative;
    z-index: 1;
}

.success-sec .title {
    margin-bottom: 54px;
}

.success-sec {
    padding-top: 85px;
    padding-bottom: 100px;
}

.success-box h3 {
    font-size: 45px;
    color: #8F4513;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    padding-bottom: 29px;
}

.success-box h3 span {
    font-size: 25px;
    font-weight: 300;
    line-height: 28px;
}

.success-box p {
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    width: 100%;
}

.success-box {
    padding: 21px 29px 26px 31px;
    border-radius: 13px;
    background-color: #FFFFFD;
    box-shadow: 0 4px 24.6px rgba(255, 230, 212, 0.81);
    background-image: url('../images/solution-box-shape.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    max-width: 416px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 18px;
    min-height: 241px;
}


.success-box-left {
    padding-top: 16px;
}

.success-top-title {
    max-width: 1109px;
    margin: 0 auto;
}

.success-img2 {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 0;
}

.success-box-left {
    z-index: 1;
    position: relative;
}

.success-box.step-main p {
    font-size: 18px;
    line-height: 30px;
    max-width: 171px;
}

.success-box.step-main h3 {
    padding-bottom: 26px;
}

.success-box.step-2 .success-box-left p {
    font-size: 18px;
    line-height: 30px;
    max-width: 200px;
    width: 100%;
}

.success-box.step-2 h3 {
    padding-bottom: 16px;
}

.success-box.bg-grey {
    background-color: #FDFCF8;
}

.success-main-inner {
    position: relative;
    z-index: 1;
}

.shape1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.feature-main {
    border-radius: 34px;
    background: rgba(254, 157, 88, 0.09);
    padding: 46px 69px;
}

.feature-left ol li {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 32px;
}

.feature-left ol li:last-child {
    margin-bottom: 0;
}

.feature-main .title {
    padding-bottom: 44px;
}

.feature-left ol li p {
    font-size: 18px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    flex: 1;
}

.key-feature {
    padding-bottom: 96px;
}

.global-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.global-left .title {
    padding-bottom: 35px;
    line-height: 59px;
}

.global-left ol li {
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.global-left ol li:last-child {
    margin-bottom: 0;
}

.global-left ol {
    list-style-type: disc;
    padding-left: 28px;
}

.global-left ol li::marker {
    font-size: 14px;
}

.global-main-img {
    text-align: right;
}

.global-supply {
    padding-bottom: 86px;
}

.shelfund-physical-main {
    max-width: 1108px;
    width: 100%;
    margin: 0 auto;
    border-radius: 31px;
    background: #FFF;
    box-shadow: 0 0 26.1px 0 rgba(230, 230, 230, 0.58);
    padding: 74px 63px 81px 39px;
}

.shelfund-physical-main ol li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.shelfund-physical-main .title {
    padding-bottom: 59px;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
}

.shelfund-physical-img {
    border-radius: 38px;
}

.shelfund-left ol li {
    font-size: 18px;
    color: #000;
    font-style: italic;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 37px;
}

.shelfund-left ol li:last-child {
    margin-bottom: 0;
}

.shelfund-left ol li p {
    flex: 1;
}

.shelfund-physical {
    background: linear-gradient(180deg, rgba(255, 106, 0, 0.26) 0%, rgba(255, 106, 0, 0.00) 100%);
    padding-top: 95px;
    padding-bottom: 165px;
}

.shelfund-physical-img-main {
    text-align: right;
}

.mall-main {
    max-width: 1158px;
    width: 100%;
    margin: 0 auto;
}

.mall-top {
    text-align: center;
    padding-bottom: 148px;
}

.mall-top p {
    font-size: 22px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

.mall-top .title {
    padding-bottom: 26px;
}

.form-right .title {
    padding-bottom: 39px;
}

.form-btn {
    margin-left: auto;
    text-align: right;
}

.form-btn .btn {
    background: #000;
    border-color: #000;
    color: #FFF;
    margin-left: auto;
}

.form-btn .btn:hover {
    background: #FC7E29;
    color: #fff;
    border-color: #FC7E29;
}

.form-right .form-label {
    font-size: 14px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 38px;
}

.form-field {
    margin-bottom: 30px;
}

.form-field input {
    border: 0;
    border-bottom: 1px solid #272A3D;
    border-radius: 0;
    padding: 0;

}

.form-field.text .form-label {
    font-weight: 500;
}

.form-field input:focus,
.form-right textarea:focus {
    box-shadow: none;
    border-color: #272A3D;
}

.form-field.text-message .form-label {
    margin-bottom: 7px;
    font-weight: 500;
}

.form-right textarea {
    border-radius: 11px;
    border: 1px solid #272A3D;
    resize: none;
    height: 91px;
}

.mall-opening {
    padding-bottom: 78px;
}

.start-main {
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
}

.start-sec {
    background: #FC7E29;
    padding: 51px 0;
}

.start-main h3 {
    font-size: 45px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: 68px;
    text-transform: uppercase;
}

.start-main .main-btn {
    border: 1px solid #FFF;
    display: inline-flex;
}

.start-btn-main {
    text-align: center;
    margin-top: 40px;
}

.start-main .main-btn:hover {
    border-color: #272A3D;
}

footer {
    padding-top: 55px;
    padding-bottom: 83px;
}

.footer-main ol li:first-child {
    margin-right: 91px;
}

.footer-main ol li:nth-child(2) {
    margin-right: 61px;
}

.footer-main ol li:nth-child(3) {
    margin-right: 91px;
}

.footer-main {
    display: flex;
    align-items: center;
    gap: 181px;
}

.footer-main ol {
    display: flex;
    align-items: center;
}

.footer-main ol li a {
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer-main ol li a:hover {
    color: #FC7E29;
}