/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*********************************************************************************************************/
/* barlow-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url(b85aba51cf167bf2fe4a.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url(5f966bdc8385ce25af27.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url(553d1b861aff68aa546a.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url(c2a42e103b0045be6fcf.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url(11748af237d34d51885f.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url(bcd69943c2b177c9d976.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.modal-is-open,
body *.modal-is-open {
  overflow: hidden;
}

body {
  background-color: #F8F8F8;
}

html {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 20px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
@media (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
html.modal-is-open {
  overflow: hidden;
}

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

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000;
}

input.error {
  box-shadow: 0px 0px 2px 2px rgba(171, 14, 14, 0.68);
  background-color: rgba(255, 148, 148, 0.6);
  color: #FFF !important;
}
input.error::placeholder {
  color: #FFF !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.cv-area {
  position: relative;
}
.cv-area .left-bg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 50%;
  height: 100%;
}
.cv-area .right-bg {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  width: 50%;
  height: 100%;
}
.cv-area .container {
  width: 21cm;
  min-height: 29.7cm;
  display: flex;
  flex-direction: column;
  margin: auto;
  box-sizing: border-box;
}
.cv-area .container .logo-area {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.cv-area .container .logo-area img {
  width: 100%;
  max-width: 450px;
}
.cv-area .container .wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.cv-area .container .wrapper .left, .cv-area .container .wrapper .right {
  padding: 20px;
  position: relative;
}
.cv-area .container .wrapper .divider {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
}
.cv-area .container .wrapper .picture {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.cv-area .container .wrapper .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
}
.cv-area .container .wrapper .title {
  font-family: "Barlow";
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
}
.cv-area .container .wrapper .link {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px;
  margin-top: 15px;
  color: #000;
  font-family: "Raleway";
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.cv-area .container .wrapper .link .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #000000;
  padding: 5px;
}
.cv-area .container .wrapper .link .icon svg {
  width: 100%;
  height: 100%;
}
.cv-area .container .wrapper .single-education .degree {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}
.cv-area .container .wrapper .single-education .where {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.cv-area .container .wrapper .single-education .year {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}
.cv-area .container .wrapper .list {
  margin-top: 15px;
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cv-area .container .wrapper .list .single-language {
  display: grid;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 5px 1fr 100px;
}
.cv-area .container .wrapper .list .dot {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
}
.cv-area .container .wrapper .list .language-name {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.cv-area .container .wrapper .list .progress-bar {
  width: 100%;
  background-color: #fff;
  height: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.cv-area .container .wrapper .list .progress-bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  background-color: #000;
  height: 100%;
}
.cv-area .container .wrapper .list .single-skill, .cv-area .container .wrapper .list .single-license {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.cv-area .container .wrapper .name {
  text-align: center;
  font-family: "Barlow";
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.7rem;
  margin-bottom: 10px;
}
.cv-area .container .wrapper .subtitle {
  text-align: center;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
}
.cv-area .container .wrapper .about-me-t {
  margin-top: 20px;
}
.cv-area .container .wrapper .about-me {
  text-align: justify;
  margin: 15px 0;
}
.cv-area .container .wrapper .about-me p {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 18px;
}
.cv-area .container .wrapper .single-experience {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cv-area .container .wrapper .single-experience .profession {
  line-height: 20px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.cv-area .container .wrapper .single-experience .location {
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
}
.cv-area .container .wrapper .single-experience .year {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.cv-area .container .wrapper .single-experience .list {
  gap: 0px;
  padding-top: 10px;
  margin-top: 0;
}
.cv-area .container .wrapper .single-experience .list li {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 18px;
}

@page {
  size: A4 portrait;
  margin: 0;
}
@media print {
  body {
    margin: 0;
    -webkit-print-color-adjust: exact;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
  .cv-area {
    height: 100%;
  }
  .cv-area .experience {
    padding-bottom: 1cm;
  }
  .cv-area .container .left {
    height: 100%;
    box-shadow: none;
    margin: 0;
    page-break-inside: auto;
    padding-bottom: 100%;
    min-height: 100vh;
  }
  .cv-area .wrapper {
    display: flex;
    align-items: stretch;
  }
  .cv-area .left, .cv-area .right {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .cv-area .single-experience,
  .cv-area .skills {
    page-break-inside: avoid;
  }
  .left-bg, .right-bg {
    display: none;
  }
}
/* Basic CV List styling */
.cv-list {
  max-width: 600px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
}

.cv-list li {
  margin: 0;
  padding: 0;
}

.cv-list a {
  display: block;
  padding: 15px 20px;
  margin-bottom: 10px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.cv-list a:hover {
  background: #0073aa;
  color: #fff;
}
