@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: clamp(16px, 1.2vw + 0.5rem, 18px);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body, p, div, span, blockquote, pre, a, abbr, address, cite, code,
del, em, ins, kbd, q, samp, small, strong, sub, sup, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.25;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

ol, ul {
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

textarea {
  overflow: auto;
  resize: none;
}

label {
  display: inline-block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

summary {
  display: list-item;
}

blockquote, q {
  quotes: none;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg4.png") center/cover no-repeat;
}

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: radial-gradient(rgba(0, 0, 0, 0.3), #000);
}

.card {
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  max-height: 700px;
  min-height: 540px;
  max-width: 400px;
  width: 320px;
  border-radius: 1rem;
  padding: 2rem;
  color: #ffffff;
}
.card-topbar {
  display: flex;
  justify-content: end;
}
.card-topbar img {
  height: 1rem;
}
.card-profile-img {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.card-img-container {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  background: url("../img/ilse-profile.jpeg") center/cover no-repeat;
  box-shadow: 0 5px 15px #333;
}
.card-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-name {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
}
.card-title {
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
}
.card-skills {
  font-family: Lato, sans-serif;
}
.card-contact {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.card-btn {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  padding: 0.875rem 2rem;
  border-radius: 25px;
  display: inline-block;
  background: linear-gradient(#98483a, #cc6452);
  box-shadow: 0 5px 15px #333;
  transition: 0.3s ease-in-out;
}
.card-socials {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
.card-icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px #333;
  color: #ffffff;
  background: linear-gradient(#98483a, #cc6452);
}

.facebook {
  font-size: 1.25rem;
}

.whatsapp {
  font-size: 1.5rem;
}

.share {
  font-size: 1.25rem;
}

/*# sourceMappingURL=styles.css.map */
