/* Fonts */
@font-face {
font-family: "SFProText";
src: url("../fonts/SFProText-Semibold.woff2") format("woff2"),
url("../fonts/SFProText-Semibold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "SFProText";
src: url("../fonts/SFProText-Medium.woff2") format("woff2"),
url("../fonts/SFProText-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
/* General Style */
body {
font-family: "SFProText";
background-color: #ffffff;
overflow-x: hidden;
margin: 0;
padding: 0;
font-size: 12px;
font-weight: 500;
word-break: break-word;
color: #000000;
}
p {
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: inherit;
font-weight: inherit;
word-break: break-word;
color: #000000;
}
h1 {
font-size: 36px;
line-height: 43px;
font-weight: 600;
}
span,
a {
display: inline-block;
}
a:hover,
a:focus {
color: inherit;
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
img {
max-width: 100%;
display: block;
}

.btn {
background-color: #ff7100;
border: 2px solid #ff7100;
border-radius: 6px;
color: #fff;
font-weight: 600;
font-size: 16px;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 18px;
transition: 0.3s;
text-decoration: none;
max-width: 400px;
margin: 0 auto;
}
.btn:hover {
background-color: #ffffff;
color: #ff7100;
transition: 0.3s;
}
/* Banner-design */
.main-wrap {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
background: linear-gradient(180deg, #d4dde9, transparent);
}
.banner {
position: relative;
}
/* .banner .bg-img { */
.banner {
width: 100%;
height: 220px;
object-fit: contain;
/* padding-top: 120px; */
padding-top: 140px;
}
.logo {
position: absolute;
top: 30px;
left: 0;
right: 0;
text-align: center;
}
.app {
max-width: 800px;
margin: 0 auto;
}
.get-app {
border-top: 1px solid #ededed;
margin-top: 30px;
padding-top: 20px;
text-align: center;
}
.download {
padding: 25px 0 40px;
}
.download ul {
display: flex;
justify-content: center;
align-items: center;
}
.download ul li:not(:last-child) {
margin-right: 17px;
}
/* =============== */
/* Responsiveness */
/* =============== */
@media (max-width: 1199px) {
.logo {
top: 20px;
}
.logo img {
max-width: 220px;
}
.banner .bg-img {
height: 200px;
padding-top: 90px;
}
.get-app {
margin-top: 30px;
padding-top: 15px;
}
h1 {
font-size: 32px;
line-height: 40px;
}
.download {
padding: 20px 0 30px;
}
}
@media (max-width: 991px) {
.banner .bg-img {
height: 320px;
}
}
@media (max-width: 480px) {
.btn {
max-width: 80%;
}
h1 {
font-size: 26px;
line-height: 31px;
}
}
