.fullScreenContainer {
  display: block;
  align-items: center;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  color: var(--base);
}

.fullImgTitle {
  position: absolute;
  right: 7%;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--base);
  font-size: 20px
}

.btn-2.tr-3.lineEffectCenter::before {
  margin-top: 30px;
}

.square .btn-2.tr-3.lineEffectCenter::before {
    bottom: 7px;
}
.fullScreenContainer figure {
  width: 100%
}

.square:hover figure {
  -webkit-filter: brightness(.8);
  filter: brightness(.8);
}

.fullScreenPromo {
  width: 90%;
  margin: auto;
  display: block;
  margin-top: 60px;
  margin-bottom: 70px;
}

.fullScrenTextContainer {
  position: absolute;
  width: 400px;
  height: 250px;
  background: #fff;
  margin-top: 20vh;
  margin-left: 61%
}

.fullScrenTextTitle {
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  padding: 45px 30px 15px
}

.seeMoreFullScreen {
  display: flex;
  font-size: 14px
}

.seeMoreFullScreen figure {
  margin-left: 11px
}

.fullScrenText {
  font-weight: 400;
  font-size: 13px;
  padding: 0 30px 25px 30px
}

.seeMoreFullScreen {
  color: #bb9447;
  font-weight: 700;
  font-size: 16px;
  padding: 0 30px;
  padding-left: 19px
}

.imageGroup {
  float: left;
  position: relative;
  width: calc(calc(90% / 2) - 43px);
  overflow: hidden;
  opacity;
  ma;
  margin-right: 0px;
}

.imageGroup:nth-of-type(1) {
  /* margin-left: 0px; */
  /* margin-right: 7px; */
  margin-left: calc(5%);
}

.imageGroup:nth-of-type(3) {float: right;margin-right: 5%;}

.square, .imageGroup {
  margin-top: 0px;
  width: calc(90% / 2 - 36px);
  position: relative;
  overflow: hidden;
  float: left;
  opacity: 0;
}

.square:nth-of-type(3n+0) {
  margin: 0px;
  -webkit-animation: fade-in-right 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
  animation: fade-in-right 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
}

.square:nth-of-type(3n-2) {
  margin: 0px 70px 0px 5%;
}

.imageGroup img, .square img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
}

.groupItemTitle {
  font-size: 32px;
  /* position: absolute; */
  /* text-transform: uppercase; */
}
.imageGroup:hover figure {
    filter: brightness(0.8);
}
.textGroupContainer {
  /* position: absolute; */
  text-align: center;
  /* top: 0; */
  /* left: 0; */
  z-index: 1;
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  /* display: none; */
  color: #47333633;
  padding: 30px;
  box-sizing: border-box;
}

.seeMoreFullScreen figure img {
  width: 100px;
}

.textGroupContainer .groupItemTitle {
  font-size: 30px;
  font-weight: 700;
  font-family: "Belwe";
}

.square a,.square img,.square figure {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 34px;

}

.imageGroup a,.imageGroup img,.imageGroup figure {
    display: block;
    width: 100%;
    border-radius: 34px;

}
a.fullScreenContainer.observer.onViewport {
    /* -webkit-animation: fade-in-bottom 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both; */
    animation: fade-in-bottom 0.5s cubic-bezier(.39,.575,.565,1) 0.3s both;
}

.square:hover figure,.imageGroup:hover figure {
  /* -webkit-filter: brightness(.9); */
  /* filter: brightness(.6); */
}

.textGroupContainer p:not(.groupItemTitle) {
  /* opacity: 0; */
  /* padding: 0 15px; */
  /* margin-top: 60px; */
  /* position: absolute; */
  font-size: 13px;
}

.textGroupContainer p:not(.groupItemTitle)::before {
  bottom: -6px;
  background: var(--white)
}

.square:hover .textGroupContainer p:not(.groupItemTitle), .imageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
}

.square:nth-of-type(1).onViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
  animation: fade-in-bottom 0.5s cubic-bezier(.39,.575,.565,1) 0.2s both;
}

.square:nth-of-type(2).onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
  animation: fade-in-top 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
  margin: 0px 8px;
}



 .imageGroup:nth-of-type(1).onViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
  animation: fade-in-bottom 0.5s cubic-bezier(.39,.575,.565,1) 0.5s both;
}
 .imageGroup:nth-of-type(2).onViewport {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
  animation: fade-in-bottom 0.5s cubic-bezier(.39,.575,.565,1) 0.2s both;
  margin-right: 0px;
  margin-left: 70px;
}


 .imageGroup:nth-of-type(3).onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(.39,.575,.565,1) 0.2s both;
  animation: fade-in-bottom 0.6s cubic-bezier(.39,.575,.565,1) 0.5s both;
}

figure.imageGroup a {
    overflow: hidden;

}

.imageGroup:hover img, .square:hover img {
  transform: scale(1.1);
}

figure.imageGroup:hover .btn-2.tr-3, section.square:hover .btn-2.tr-3 {
  opacity: 1
}

section.square:hover .groupItemTitle, .imageGroup:hover .groupItemTitle {
    color: #473336;
}

.textGroupContainer .btn-2.tr-3 {
    background: #FCFCA6;
    border-radius: 20px;
    margin-top: 20px;
    border: 1px solid #fcfca6;
    opacity: 0;
}

.square:hover .groupItemTitle {
    opacity: 1;
}
.textGroupContainer .btn-2.tr-3:hover {
    background: transparent;
    border-color: var(--base);
}
.square figure {
    overflow: hidden;
}

.btn-2.tr-3 {
  aspect-ratio: unset;
  position: relative;
  padding: 8px 20px;
  width: fit-content;
  text-transform: lowercase;
  color: #473336;
  line-height: 14px;
}



.square:hover .groupItemTitle {
}

.textSquareGroupContainer {
  position: relative;
  color: var(--base);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  height: 6rem
}

.textSquareGroupContainer .groupItemTitle {
  opacity: 1;
  font-size: var(--add-to-cart-btn-font-size);
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 0
}

.textSquareGroupContainer .btn-2 {
  opacity: 1;
  color: var(--base);
  font-size: var(--menu-font-size);
  line-height: 14px;
  position: relative;
  width: auto;
  text-align: center;
  aspect-ratio: unset;
  padding: 10px 15px
}

@media screen and (max-width: 1100px) {
  .promoColumnImage {
      width:100%;
      height: 114vw;
      margin: 0 auto;
      display: block;
      float: none;
      margin-bottom: 30px
  }

  a.btn-2.tr-3 {
    opacity: 1 !important;
    font-size: 13px;
    line-height: normal;
    /* margin-top: 48px; */
}

  .square a, .square img, .square figure {
        aspect-ratio: unset;
    
    }

    .textGroupContainer .btn-2.tr-3:hover {
      background: #fcfca6;
      border-color: #fcfca6;
  }
  .fullScrenTextContainer {
      width: 90%;
      margin-left: 5%;
      margin-top: 25vh
  }

  .fullScrenTextTitle {
      font-size: 23px
  }

  .promoWideImage {
      width: 100%;
      margin-bottom: 30px
  }

  .imageGroupContainer {
      grid-template-columns: repeat(1,1fr);
      margin-bottom: 20px
  }

  .fullScreenPromo {
      width: 90%;
      margin: auto;
      margin-top: 40px;
      margin-bottom: 40px;
  }

  .fullImgTitle {
      right: unset
  }

  .square, .imageGroup {
      width: 90% !important;
      margin: 4% auto !important;
      float: unset
  }

  .square:nth-of-type(3n-2),.square:nth-of-type(3n+0) {
      margin: 4% auto 0;
  }

  .square figure {
      -webkit-filter: brightness(.8);
      filter: brightness(.8)
  }

  .textGroupContainer p:not(.groupItemTitle) {
      margin-top: 0;
      opacity: 1 !important;
      /* top: unset; */
      /* bottom: 38%; */
      /* position: absolute; */
      /* padding: 0 12px; */
      /* font-size: calc(var(--btn-font-size) - 2px); */
      /* line-height: calc(var(--btn-line-height) - 2px); */
      text-decoration: underline
  }

  .square:hover .textGroupContainer p:not(.groupItemTitle) {
      animation: none
  }

  .imageGroup,.imageGroup:nth-of-type(odd) {
      width: 100%;
      margin-left: 0%;
      margin-bottom: 4vw;
      /* aspect-ratio: 1/1; */
      float: unset;
  }

  .textGroupContainer .groupItemTitle {
      opacity: 1;
      font-size: 26px;
      color: var(--add-to-cart-btn);
  }

  .square:hover .groupItemTitle {
      -webkit-animation: none;
      animation: none
  }
}
