/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_project.sass ***!
  \****************************************************************************************************************************/
.p-banner {
  width: 100vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.p-banner__container {
  width: 100%;
  max-width: var(--bp2);
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  box-sizing: border-box;
}
.p-banner__text {
  color: var(--color2);
  margin: auto;
  font-weight: 400;
  font-family: var(--ff1);
}
.p-banner__name {
  margin: auto;
  color: var(--color2);
  font-weight: 700;
  font-family: var(--ff2);
}

.project__container {
  box-sizing: border-box;
  margin: auto;
  width: 100%;
}
.project__title {
  color: var(--color1);
  margin: auto;
  font-weight: 700;
  font-family: var(--ff2);
  width: 100%;
}
.project__charts {
  margin-top: 3rem;
}
.project__gallery {
  width: 100%;
}
.project__image {
  display: block;
  margin: 4rem auto;
}
.project__image:nth-child(odd) {
  margin-left: 0;
}
.project__image:nth-child(even) {
  margin-right: 0;
}

.chart {
  max-width: 24rem;
}
.chart__type {
  color: var(--color1);
  margin: 0;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
}
.chart__text {
  color: var(--color1);
  margin: 0;
  font-weight: 500;
  font-family: var(--ff2);
}

@media all and (min-width: 64rem) {
  .p-banner {
    height: auto;
    aspect-ratio: 16/9;
  }
  .p-banner__name {
    font-size: var(--fs-xxxl);
  }
  .p-banner__text {
    font-size: var(--fs-large);
  }
  .project__container {
    max-width: var(--bp2);
    padding: 4rem 1rem;
  }
  .project__title {
    font-size: var(--fs-xxxl);
    border-bottom: 1px solid var(--color1);
  }
  .project__charts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .project__image {
    width: 70%;
  }
  .chart__text {
    font-size: var(--fs-regular);
  }
}
@media all and (max-width: 64rem) {
  .p-banner {
    height: 100vh;
  }
  .p-banner__name {
    font-size: var(--fs-xxl);
  }
  .p-banner__text {
    font-size: var(--fs-regular);
  }
  .project__container {
    padding: 4rem 1rem 0 1rem;
    max-width: var(--bp4);
  }
  .project__title {
    font-size: var(--fs-xxl);
  }
  .project__image {
    width: 90%;
  }
  .chart {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color1);
  }
  .chart__type {
    width: 6.5rem;
  }
  .chart__text {
    width: calc(100% - 6.5rem);
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_projects_component.sass ***!
  \***************************************************************************************************************************************/
.h-projects {
  box-sizing: border-box;
}
.h-projects.projects-home {
  background-color: var(--color5);
}
.h-projects__top {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  max-width: var(--bp2);
  box-sizing: border-box;
}
.h-projects__title {
  color: var(--color1);
  width: 100%;
  max-width: 32rem;
  margin: auto auto auto 0;
}
.h-projects__title--big {
  display: block;
  font-weight: 700;
  font-family: var(--ff2);
}
.h-projects__title--small {
  display: block;
  margin-top: 1rem;
  font-weight: 400;
  font-family: var(--ff1);
}
.h-projects__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: auto;
}
.h-projects .glide {
  cursor: url(../js/../img/cursor_drag.svg), url(../js/../img/cursor_drag.png), auto;
}
.h-projects .glide__slide {
  cursor: url(../js/../img/cursor_drag.svg), url(../js/../img/cursor_drag.png), auto;
}

.h-project {
  height: auto;
  text-decoration: none;
}
.h-project__cover {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  margin: auto;
  transition: all 700ms ease-in-out;
}
.h-project__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 700ms ease-in-out;
}
.h-project__name {
  text-align: center;
  color: var(--color1);
  font-weight: 700;
  font-family: var(--ff2);
}

@media all and (min-width: 64rem) {
  .h-projects__top {
    padding: 4rem 1rem;
  }
  .h-projects__title--big {
    line-height: var(--fs-xxl);
    font-size: var(--fs-xxl);
  }
  .h-projects__title--small {
    font-size: var(--fs-mid);
  }
  .h-project:hover .h-project__cover {
    width: 95%;
  }
  .h-project:hover .h-project__image {
    transform: scale(1.25);
  }
  .h-project:hover .h-project__name {
    opacity: 1;
  }
  .h-project__name {
    opacity: 0;
    transition: all 500ms ease-in-out;
    font-size: var(--fs-large);
  }
}
@media all and (max-width: 64rem) {
  .h-projects {
    padding: 3rem 1rem;
  }
  .h-projects__top {
    flex-wrap: wrap;
    max-width: var(--bp4);
  }
  .h-projects__title--big {
    line-height: var(--fs-xl);
    font-size: var(--fs-xl);
  }
  .h-projects__title--small {
    font-size: var(--fs-mid);
  }
  .h-projects .btn {
    margin-top: 2rem;
  }
  .h-projects__grid {
    padding-top: 3rem;
  }
  .h-project__name {
    font-size: var(--fs-mid);
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@glidejs/glide/src/assets/sass/glide.core.scss ***!
  \******************************************************************************************************************************************************/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
