/* ==========================================
GOOGLE FONT
========================================== */
/*

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
*/

/* ==========================================
CSS RESET
========================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
picture,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
picture,
section {
    display: block;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #14151b;
    background-color: #E7E8EA;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
}

input,
textarea,
select {
    font-family: inherit;
    outline: none;
}

textarea {
    resize: none;
}

/* ==========================================
ROOT VARIABLES
========================================== */

:root {
    --primary-color: #14151b;
    --white: #ffffff;
    --container-width: 1340px;
}

/* ==========================================
CONTAINER
========================================== */

.container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ==========================================
TYPOGRAPHY
========================================== */

h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    letter-spacing:-3%;
}

h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing:-3%;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.03em;
}

h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 24px;
}

/* =========================
   BUTTONS
========================= */

.btn-ai {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 32px;
    gap: 10px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: all .3s ease;
}

.btn-primary {
    background: #14151b;
    color: #fff;
}

.btn-outline {
    border: 1px solid #14151b;
}

/* =========================
   UTILITIES
========================= */

/* ==========================================
DISPLAY UTILITIES
========================================== */

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

/* ==========================================
576PX
========================================== */

@media (min-width: 576px) {
    h1 {
        font-size: 48px;
        line-height: 52px;
    }


    h2 {
        font-size: 34px;
        line-height: 40px;
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
    }


}

/* ==========================================
768PX
========================================== */

@media (min-width: 768px) {
    h1 {
        font-size: 60px;
        line-height: 64px;
    }


    h2 {
        font-size: 40px;
        line-height: 46px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }


}

/* ==========================================
992PX
========================================== */

@media (min-width: 992px) {
    h1 {
        font-size: 68px;
        line-height: 72px;
    }


    h2 {
        font-size: 44px;
        line-height: 50px;
    }

    h3 {
        font-size: 30px;
        line-height: 36px;
    }


}

/* ==========================================
1024PX
========================================== */

@media (min-width: 1024px) {
    h1 {
        font-size: 72px;
        line-height: 76px;
    }


    h2 {
        font-size: 48px;
        line-height: 54px;
    }


}

/* ==========================================
1200PX
========================================== */

@media (min-width: 1200px) {
    h1 {
        font-size: 80px;
        line-height: 84px;
    }


    h2 {
        font-size: 52px;
        line-height: 58px;
    }

    h3 {
        font-size: 32px;
        line-height: 40px;
    }


}

/* ==========================================
1280PX
========================================== */

@media (min-width: 1280px) {
    h1 {
        font-size: 86px;
        line-height: 90px;
    }


    h2 {
        font-size: 54px;
        line-height: 60px;
    }


}

/* ==========================================
1366PX
========================================== */

@media (min-width: 1366px) {
    h1 {
        font-size: 92px;
        line-height: 96px;
    }


    h2 {
        font-size: 55px;
        line-height: 62px;
    }


}

/* ==========================================
1440PX
========================================== */

@media (min-width: 1440px) {
    h1 {
        font-size: 96px;
        line-height: 98px;
    }

    h2 {
        font-size: 56px;
        line-height: 64px;
    }

    h3 {
        font-size: 32px;
        line-height: 40px;
    }


}

/* ==========================================
1600PX
========================================== */
/* 

body{
    background: url("../images/AI-Innovation@2x.png") top center/ cover no-repeat;
    opacity: 0.7;
    background-size: 100% 100%;
} */