.elementor-7156 .elementor-element.elementor-element-5a74859{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7156 .elementor-element.elementor-element-5a74859:not(.elementor-motion-effects-element-type-background), .elementor-7156 .elementor-element.elementor-element-5a74859 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}.elementor-7156 .elementor-element.elementor-element-d7237dd{--display:flex;--min-height:82vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--overflow:hidden;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7156 .elementor-element.elementor-element-d7237dd::before, .elementor-7156 .elementor-element.elementor-element-d7237dd > .elementor-background-video-container::before, .elementor-7156 .elementor-element.elementor-element-d7237dd > .e-con-inner > .elementor-background-video-container::before, .elementor-7156 .elementor-element.elementor-element-d7237dd > .elementor-background-slideshow::before, .elementor-7156 .elementor-element.elementor-element-d7237dd > .e-con-inner > .elementor-background-slideshow::before, .elementor-7156 .elementor-element.elementor-element-d7237dd > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-7156 .elementor-element.elementor-element-8832c61{width:100%;max-width:100%;}.elementor-7156 .elementor-element.elementor-element-91d4ec2{--display:flex;}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-7156 .elementor-element.elementor-element-1ee1cec{--grid-columns:3;}.elementor-7156 .elementor-element.elementor-element-1ee1cec .elementor-loop-container{grid-auto-rows:1fr;}.elementor-7156 .elementor-element.elementor-element-1ee1cec .e-loop-item > .elementor-section, .elementor-7156 .elementor-element.elementor-element-1ee1cec .e-loop-item > .elementor-section > .elementor-container, .elementor-7156 .elementor-element.elementor-element-1ee1cec .e-loop-item > .e-con, .elementor-7156 .elementor-element.elementor-element-1ee1cec .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-7156 .elementor-element.elementor-element-15df46d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-7156 .elementor-element.elementor-element-1ee1cec{--grid-columns:2;}}@media(max-width:767px){.elementor-7156 .elementor-element.elementor-element-5a74859{--z-index:4;}.elementor-7156 .elementor-element.elementor-element-1ee1cec{--grid-columns:1;}}@media(min-width:768px){.elementor-7156 .elementor-element.elementor-element-d7237dd{--width:100vw;}}/* Start custom CSS for html, class: .elementor-element-8832c61 */body {
    margin: 0;
    padding: 0;
}

main {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  margin: 0; 
    
}

.item {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1), &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) { left: 50%; }
  &:nth-child(4) { left: calc(50% + 220px); }
  &:nth-child(5) { left: calc(50% + 440px); }
  &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
}

.content {
  width: min(30vw,400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica,sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0,0,0,0.5);
  opacity: 0;
  display: none;

  & .title {
    font-family: 'arial-black';
    text-transform: uppercase;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
  }

  & button {
    width: fit-content;
    background-color: rgba(0,0,0,0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.9rem;
    padding: 0.9rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content {
    & .title        { font-size: 1rem; }
    & .description  { font-size: 0.7rem; }
    & button        { font-size: 0.7rem; }
  }
  .item {
    width: 160px;
    height: 270px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 170px); }
    &:nth-child(5) { left: calc(50% + 340px); }
    &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
  }
}

@media (width < 650px) {
  .content {
    & .title        { font-size: 0.9rem; }
    & .description  { font-size: 0.65rem; }
    & button        { font-size: 0.7rem; }
  }
  .item {
    width: 130px;
    height: 220px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 140px); }
    &:nth-child(5) { left: calc(50% + 280px); }
    &:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
  }
}/* End custom CSS */
/* Start custom CSS */html {
    overflow-x: hidden;
}/* End custom CSS */