@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Helvetica Neue';
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

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;
}

html {
    scroll-behavior: smooth;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.container-fluid {
    max-width: 1440px;
    padding: 0px 40px;
    margin: 0 auto;
}

.container {
    max-width: 1170px;
    padding: 0px 20px;
    margin: 0 auto;
}

header {
    padding: 16px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-list .nav-item:hover {
    text-decoration: underline;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-list {
    display: flex;
    align-items: center;
    grid-gap: 32px;
}

.navbar-list .nav-item {
    color: #1E1B30;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Helvetica Neue';
    line-height: 110%;
}

.btn-default {
    color: #1E1B30;
    background: #FFF;
    padding: 14px 20px;
}

.btn-contact:hover {
    color: #1E1B30;
    background: #FFF;
}

.hamburger,
.browser-img-mobile {
    display: none;
}

.btn-default:hover,
.btn-success:hover {
    background: #1E1B30;
    color: #fff;
}

/* hero-sec */
.hero-sec {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 137px;
    border-radius: 0px 0px 60px 60px;
    background-color: #F3F2F0;
}

.hero-sec h1 {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 72px;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: -1px;
    margin-bottom: 10px;   /* add spacing */
}
.hero-sec h3 {
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 32px;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: -1px;
}

.text-center {
    text-align: center;
}

.btns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    grid-gap: 20px;
}

.btn {
    font-family: "Helvetica Neue";
    font-size: 12px;
    font-weight: 500;
    line-height: 110%;
    border-radius: 110px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-success {
    color: #1E1B30;
    background: #AEEBD1;
    padding: 20px 32px;
}

.btn-contact {
    color: #FFF;
    padding: 20px 32px;
    background: #1E1B30;
}

.hero-sec .image-holder {
    margin-top: 135px;
}

.ai-sec {
    padding: 140px 0px;
}

.ai-sec .text-box {
    max-width: 692px;
    margin: 0 auto;
    text-align: center;
}

.text-box h2 {
    color: #A1A1A1;
    font-family: "Helvetica Neue";
    font-size: 44px;
    font-weight: 400;
    line-height: 128%;
    letter-spacing: -1px;
}

.text-box h2 span {
    color: #000;
}

.browser-box {
    border-radius: 40px;
    background: #FFF;
    padding: 52px 60px 72px;
    display: flex;
    grid-gap: 40px;
}

.browser-left {
    max-width: 380px;
}

.browser-left span {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 400;
    line-height: 128%;
    display: block;
    letter-spacing: -1px;
}

.browser-left h2 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 40px;
    font-weight: 400;
    line-height: 128%;
    margin: 24px 0px;
    letter-spacing: -1px;
}

.browser-left p {
    color: #A1A1A1;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 70px;
    line-height: 128%;
    letter-spacing: -1px;
}

.section-wrapper {
    background: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.browser-sec {
    margin-bottom: 32px;
}

.browser-inner-box {
    border-radius: 32px;
    border: 1px solid #DFDEDC;
    margin-bottom: 24px;
}

.browser-inner-box .browser-box-header {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    padding: 24px 30px;
    border-bottom: 1px solid #DFDEDC;
}

.browser-box-header h4 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 30px;
    font-weight: 400;
    line-height: 128%;
    letter-spacing: -1px;
}

.browser-box-body {
    padding: 24px 30px;
}

.browser-box-body p {
    color: #A1A1A1;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: 400;
    line-height: 128%;
}

.browser-right {
    max-width: 496px;
    margin-left: auto;
}

.partner-box {
    border-radius: 40px;
    background: #000;
    padding: 52px 60px 63px;
}

.partner-heading {
    border-bottom: 1px solid #6F6F6F;
    padding-bottom: 16px;
}

.partner-heading h4 {
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 400;
    line-height: 128%;
    letter-spacing: -1px;
}

.partners-logo {
    display: flex;
    align-items: center;
    grid-gap: 58px 64px;
    flex-wrap: wrap;
    margin-top: 52px;
}

footer {
    margin-top: 32px;
}

.footer-box {
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid white;
    border-radius: 60px 60px 0px 0px;
}

.footer-header {
    padding: 52px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-header h2 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 50px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1px;
    max-width: 448px;
}

footer .btn-default {
    padding: 20px 32px;
}


.footer-bottom {
    background-color: #AEEBD1;
    padding: 20px 60px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    color: #1E1B30;
    font-family: "Fustat", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.1px;
}

.socail-lists {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
