/*!******************************************************************************************************************************************************!*\
  !*** 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;
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_services.sass ***!
  \*****************************************************************************************************************************/
.s-video {
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.s-video__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.s-video__container {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 1rem;
  box-sizing: border-box;
  z-index: 1;
}
.s-video__title, .s-video__text {
  color: var(--color2);
  margin: auto;
}
.s-video__title {
  font-weight: 700;
  font-family: var(--ff2);
}
.s-video__text {
  font-weight: 400;
  font-family: var(--ff1);
}
.s-video__btn {
  color: var(--color2);
  text-decoration: none;
  display: block;
  width: max-content;
  margin: 4rem auto auto 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
}
.s-video__btn-icon {
  display: block;
  width: 1.5rem;
  height: 2rem;
  object-fit: contain;
}

.works__container {
  padding: 3rem 0;
  margin: auto;
}
.works__top {
  width: 100%;
  margin: auto;
  padding: 3rem 1rem;
  box-sizing: border-box;
}
.works__title {
  color: var(--color1);
  margin: auto auto auto 0;
  max-width: 48rem;
  font-weight: 700;
  font-family: var(--ff2);
}
.works__text {
  max-width: 48rem;
  color: var(--color1);
  margin: 1rem auto auto 0;
  font-weight: 400;
  font-family: var(--ff1);
}
.works__grid {
  width: 100%;
  max-width: var(--bp1);
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1rem;
  box-sizing: border-box;
}

.work {
  position: relative;
  margin: 0.25rem auto;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.work:nth-child(3) {
  width: 100%;
}
.work:nth-child(3) .work__bg {
  width: 1px;
  height: 100%;
}
.work:not(:nth-child(3)) .work__bg {
  height: 1px;
  width: 100%;
}
.work__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 600ms ease-in-out;
  transform: scale(1.2);
  top: 0;
  left: 0;
  z-index: 0;
}
.work:hover .work__image {
  transform: scale(1);
}
.work__container {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
.work__title, .work__text {
  color: var(--color2);
  text-align: center;
}
.work__title {
  margin: auto auto 0.5rem;
  font-weight: 700;
  font-family: var(--ff2);
}
.work__text {
  margin: auto;
  width: 100%;
  max-width: 24rem;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
}

@media all and (min-width: 48rem) {
  .work__title {
    font-size: var(--fs-xl);
    line-height: var(--fs-xxl);
  }
  .work__container {
    padding: 3rem;
  }
  .work__bg {
    background-color: var(--color1);
    position: absolute;
    z-index: 1;
    transition: all 600ms ease-in-out;
    display: block;
    left: 0;
  }
  .work:nth-child(3) {
    aspect-ratio: 2/1;
  }
  .work:nth-child(3) .work__container {
    width: 45%;
    height: 100%;
    display: grid;
    align-content: center;
  }
  .work:nth-child(3):hover .work__bg {
    width: 45%;
  }
  .work:not(:nth-child(3)) {
    width: 49.5%;
    aspect-ratio: 1/1;
  }
  .work:not(:nth-child(3)) .work__container {
    min-height: 15rem;
    width: 100%;
  }
  .work:not(:nth-child(3)):hover .work__bg {
    height: 15rem;
    width: 100%;
    bottom: 0;
  }
}
@media all and (max-width: 48rem) {
  .work {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0.5rem 0;
  }
  .work__title {
    font-size: var(--fs-mid);
    line-height: var(--fs-large);
  }
  .work__bg {
    display: none;
  }
  .work__container {
    padding: 2rem 1rem;
    background-color: var(--color1);
  }
  .work .work__container {
    height: auto;
  }
}
@media all and (min-width: 64rem) {
  .s-video {
    height: auto;
    aspect-ratio: 16/9;
  }
  .s-video__container {
    max-width: var(--bp2);
  }
  .s-video__title {
    font-size: var(--fs-xxxl);
  }
  .s-video__text {
    font-size: var(--fs-large);
  }
  .works__top {
    max-width: var(--bp2);
  }
  .works__title {
    font-size: var(--fs-xxxl);
    line-height: var(--fs-xxxl);
  }
  .works__text {
    font-size: var(--fs-large);
  }
}
@media all and (max-width: 64rem) {
  .s-video {
    height: 100vh;
  }
  .s-video__container {
    max-width: var(--bp4);
  }
  .s-video__title {
    font-size: var(--fs-xxl);
  }
  .s-video__text {
    font-size: var(--fs-regular);
  }
  .works__container {
    max-width: var(--bp4);
  }
  .works__title {
    font-size: var(--fs-xxl);
    line-height: var(--fs-xxl);
  }
  .works__text {
    font-size: var(--fs-regular);
  }
}
/*!***************************************************************************************************************************************!*\
  !*** 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);
  }
}
