body {
  margin: 0;
  padding: 0;
  font-family: 'Schibsted Grotesk', sans-serif;
}
a {
  color: var(--link-color);
}

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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  scrollbar-width: inherit;
  scrollbar-color: inherit;
}

input,
textarea,
select,
option {
  font-family: 'Roboto', sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Bricolage Grotesque', sans-serif;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  color: #535353;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

.main {
  overflow: hidden;
  background: #fff;
}

.text-decoration a {
  text-decoration: underline !important;
}

img {
  max-width: 100%;
}

.section-padding {
  padding: 80px 0;
}
.container-fluid {
  max-width: 1440px;
  padding: 0 24px;
}

/*========================================================================================
                                  Start header css
=========================================================================================*/
.header-area {
  padding-top: 24px;
}
.header-content-area {
  background: linear-gradient(180deg, #f7f7f7 0%, #fafafa 100%);
  border-radius: 24px;
  padding-top: 24px;
  position: relative;
}
.logo-area img {
  max-width: 44px;
  width: 100%;
  margin-right: 12px;
}
.logo-area a {
  display: flex;
  align-items: center;
}
.logo-area span {
  font-family: Bricolage Grotesque;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #535962;
}
.menubar-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menubar-area ul {
  display: flex;
  align-items: center;
}
.nav-area ul li {
  width: 106px;
  text-align: center;
}
.nav-area ul li a {
  font-family: Schibsted Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  display: inline-block;
  color: #535353;
}
.nav-area ul li a:hover {
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #1a427e;
}
.nav-area ul li a.active {
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #1a427e;
}
.get-button {
  margin-left: 16px;
}
.get-button a {
  font-family: Schibsted Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #fff;
  background: #1e1e1e;
  padding: 10px 17px;
  display: inline-block;
  border-radius: 40px;
}
.get-button a:hover {
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
}
.banner-content {
  text-align: center;
  padding-top: 82px;
  position: relative;
  z-index: 1;
}
.banner-content h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 20px;
  max-width: 820px;
  margin: auto;
}
.banner-content p {
  max-width: 740px;
  margin: auto;
}
.banner-img {
  max-width: 890px;
  margin: auto;
  margin-top: -40px;
}
.banner-img img {
  width: 100%;
}
.banner-side-content {
  position: absolute;
  bottom: 29px;
}
.banner-side-content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.019em;
  text-align: center;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner-side-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #535353;
}
.mobile-button {
  display: none;
}
.countdown {
  margin-top: -50px;
  padding-bottom: 30px;
}
.countdown h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.countdown h3 span {
  letter-spacing: -0.019em;
  text-align: center;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.countdown .time {
  display: flex;
  gap: 1em;
  margin-top: 8px;
  justify-content: center;
}
#days,
#hours,
#minutes,
#seconds {
  font-family: Schibsted Grotesk;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.019em;
  text-align: center;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.countdown .time div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown .time div span {
  font-family: Schibsted Grotesk;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.019em;
  text-align: center;
  color: #535353;
}
.download-button.button {
  padding-top: 0;
  padding-bottom: 20px;
}
.download-button.button a {
  padding: 10px 40px;
}

/* healthcare css */
.healthcare-area {
  padding: 120px 0;
}
.section-title {
  text-align: center;
  padding-bottom: 48px;
}
.section-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.019em;
  text-align: center;
  max-width: 824px;
  margin: auto;
  padding-bottom: 24px;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.section-title p {
  max-width: 996px;
  margin: auto;
}
.care-thumbnail {
  border-radius: 24px;
  overflow: hidden;
}
.care-thumbnail img {
  width: 100%;
  border-radius: 24px;
}
.healthcare-single-item h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.019em;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 10px;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

/* invest css */
.invest-area {
  padding: 80px 0;
  overflow: hidden;
}
.invest-content h2 {
  max-width: 360px;
  text-align: left;
  margin-left: 0;
}
.invest-content p {
  font-size: 14px;
  max-width: 394px;
  text-align: left;
  margin-left: 0;
}
.invest-single-item {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 36px 32px 24px 32px;
  height: 100%;
}
.row.invest-items {
  margin-right: -40px;
}
.invest-img {
  padding-bottom: 43px;
}
.invest-img img {
  max-width: 132px;
  width: 100%;
}
.invest-single-item h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.019em;
  text-align: left;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 43px;
}
.invest-single-item h4 {
  font-family: Schibsted Grotesk;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.019em;
  text-align: left;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.invest-single-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #535353;
}
.scroll-button {
  padding-top: 24px;
  text-align: left;
}
.scroll-button a {
  font-family: Schibsted Grotesk;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #354e73;
}
.scroll-button a i {
  position: relative;
  top: 1px;
  padding-left: 12px;
}

/* consultaion css */
.consultation-area {
  padding: 120px 0 200px 0;
}
.consultaion-content {
  background: linear-gradient(180deg, #f7f7f7 0%, #fafafa 100%);
  max-width: 922px;
  margin: auto;
  border-radius: 24px;
  padding: 100px 20px 0 20px;
  padding-bottom: 0;
}
.consultaion-content p {
  max-width: 747px;
  margin: auto;
}
.shape-img {
  margin-top: -90px;
}
.shape-img img {
  width: 100%;
}
.button {
  padding-top: 52px;
}
.button a {
  background: #1e1e1e;
  padding: 10px 71.5px;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.button a:hover {
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
}

/* ivet page css */
.banner-content.inner-content p {
  max-width: 480px;
  margin: auto;
  position: relative;
}
/* project css */
.project-area {
  padding: 150px 0;
}
.row.project-row {
  gap: 16px 0;
}
.project-content {
  padding: 40px 27px;
  background: #6cbc7f;
  border-radius: 40px;
  height: 100%;
}
.project-content span {
  height: 100%;
  font-family: Bricolage Grotesque;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.019em;
  text-align: left;
  background: linear-gradient(90deg, #ffffff 0%, #d8deff 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.mobile-project-carousel {
  display: none;
}
.project-single-item {
  position: relative;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
}
.project-single-item img {
  height: 351px;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}
.project-single-item span {
  position: absolute;
  font-family: Bricolage Grotesque;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.019em;
  text-align: left;
  left: 0;
  padding: 0 20px;
  bottom: 41px;
}

/* invest features css */
.invest-features-area {
  padding: 104px 0 80px 0;
}
.invest-features-area .section-title p {
  max-width: 760px;
}
.feature-single-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.feature-single-item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  right: 15px;
  background: #ebac4e;
  top: 88px;
}
.imed-item::after {
  background: #004e80;
}
.col-md-4:last-child .feature-single-item::after {
  display: none;
}
.feature-single-item h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.019em;
  text-align: left;
  background: linear-gradient(90deg, #0e7527 0%, #6cbc7f 50%, #6cbc7f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 24px;
}
.imed-item h3 {
  background: linear-gradient(90deg, #1fb0e5 0%, #4ed7fe 50%, #10b7f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.feature-subcontent {
  max-width: 325px;
}
.feature-subcontent h5 {
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.019em;
  text-align: left;
  padding-bottom: 16px;
  max-width: 282px;
}
.feature-subcontent p {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
}

/* contact css */
.contact-area {
  padding: 100px 0 154px 0;
}
.contact-content-area {
  max-width: 1155px;
  margin: auto;
}
.contact-content .section-title {
  text-align: left;
}
.contact-content .section-title h2 {
  text-align: left;
  padding-bottom: 16px;
}
.contact-form {
  margin-top: -165px;
}
.contact-content {
  max-width: 320px;
}
.contact-details ul li {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #535353;
  margin-bottom: 24px;
}
.contact-details ul li img {
  width: 24px;
  text-align: center;
}
.social-details {
  padding-top: 24px;
}
.social-details ul {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.social-details ul li a i {
  width: 48px;
  height: 48px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 23px;
  color: #354e73;
}
.contact-form h3 {
  font-family: Bricolage Grotesque;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 8px;
}
.radio-items {
  display: flex;
  align-items: center;
  gap: 12px 22px;
  padding-bottom: 24px;
  flex-wrap: wrap;
}
.radio-items label {
  background: #f4f4f5;
  padding: 18px 24px;
  width: 172px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #535353;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
.radio-items input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.input-item label {
  font-family: Bricolage Grotesque;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 8px;
  display: inline-block;
}
.input-item {
  margin-bottom: 24px;
}
.input-item input {
  background: #f4f4f5;
  border: 0;
  padding: 16px 24px;
  width: 100%;
  border-radius: 16px;
  font-family: Schibsted Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #bfbfbf;
  outline: none !important;
}
.input-item label {
  font-family: Bricolage Grotesque;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 8px;
  display: inline-block;
}
#responseMessage {
  margin-top: 20px;
  color: green;
}
.error {
  color: red;
}
.grid-items {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(2, 1fr);
}
.input-item textarea {
  background: #f4f4f5;
  border: 0;
  padding: 16px 24px;
  width: 100%;
  border-radius: 16px;
  font-family: Schibsted Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #bfbfbf;
  height: 154px;
  outline: none !important;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
.submit-button input {
  font-family: Schibsted Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #fff;
  background: #1e1e1e;
  padding: 16px 58.5px;
  display: inline-block;
  border-radius: 40px;
  border: 0;
}

/* footer css */
.footer-area {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.footer-content {
  border-top: 1px solid #dcdce3;
  padding-top: 30px;
  padding-bottom: 32px;
  text-align: center;
}
.footer-content h3 {
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(90deg, #535962 0%, #354e73 50%, #1a427e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.footer-image {
  max-width: 828px;
  margin: auto;
  margin-top: -120px;
}
.footer-copyright p {
  font-family: Schibsted Grotesk;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #535353;
}
.footer-copyright p i {
  padding-right: 6px;
}
.footer-address p {
  font-family: Schibsted Grotesk;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  color: #535353;
  text-align: center;
}
.footer-contact {
  text-align: right;
}
.footer-contact a {
  font-family: Schibsted Grotesk;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: right;
  color: #535353;
}
