@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

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;
}

input {
  border-radius: 0;
}

* {
  font-family: "Mulish", sans-serif;
}

.line {
  width: 4rem;
  border-width: 1.9px;
  border-color: #000;
}

.wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
.nav-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.nav-container-link {
  color: rgba(31, 21, 52, 0.5);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
}
.nav-container .active {
  color: #000;
  font-weight: 700;
}

#dots {
  position: absolute;
  left: 0;
}

.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 12rem;
}
.main-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.main-left-title {
  color: #000;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.main-left-caption {
  color: #7d7987;
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}
.main-left-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 3.5rem;
  background-color: #458ff6;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin-top: 1.5rem;
  cursor: pointer;
}

#circlebg {
  position: absolute;
  left: 0;
  z-index: -1;
}

#secondDots {
  position: absolute;
  right: 400px;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}
.service-title {
  color: #000;
  font-size: 36px;
  line-height: 56px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0.4rem;
}
.service-caption {
  color: #7d7987;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.service-card {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.service-card-item {
  width: 21.8rem;
  height: 21.9rem;
  border-radius: 2rem;
  box-shadow: 0px 1px 2px 0px rgba(69, 143, 246, 0.5);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.7rem 2.9rem 2.7rem;
  transition: 333ms ease-out;
}
.service-card-item:hover {
  box-shadow: 2px 2px 15px 0px rgba(69, 143, 246, 0.5);
}
.service-card-item-img {
  width: 5rem;
  height: 5.5rem;
}
.service-card-item-title {
  color: #000;
  font-size: 24px;
  line-height: 56px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin-top: 1.4rem;
}
.service-card-item-description {
  color: #7d7987;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}
.service-button {
  width: 200px;
  height: 56px;
  border: 1px solid #458ff6;
  border-radius: 55px;
  color: #458ff6;
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
}/*# sourceMappingURL=main.css.map */