 
a.ext-link {
  position: relative;
  height: 100%;
  text-decoration: none;
  color: #f8f9fa;
  cursor: pointer;
}
a.ext-link > div {
  position: relative;
  height: 100%;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .scape-1 .scape-title {
    left: -50px;
  }
}
.scape-1 .scape-title::after {
  background-color: #816045;
}

@media (min-width: 576px) {
  .scape-2 .scape-title {
    left: -45px;
  }
}
.scape-2 .scape-title::after {
  background-color: #9FB9CC;
}

@media (min-width: 576px) {
  .scape-3 .scape-title {
    left: -55px;
  }
}
.scape-3 .scape-title::after {
  background-color: #6B704D;
}

@media (min-width: 576px) {
  .scape-4 .scape-title {
    left: -50px;
  }
}
.scape-4 .scape-title::after {
  background-color: #5D2512;
}

.scape-title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  opacity: 1;
  position: relative;
  font-weight: 400;
  z-index: 99;
  padding-left: 36px;
}
.home-land-heading{
  font-size: 21px;
  writing-mode: vertical-rl; 
  writing-mode: vertical-lr; 
  transform: scale(-1, -1);
  color: #fff;
}
@media (min-width: 576px) {
 
  .scape-title {
    font-size: 21px;
    transform: rotate(-90deg) translate(-50%);
    display: inline-block;
    position: relative;
  }
  .scape-title::after {
    left: -36px;
  }
}
/* .scape-title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
} */

.expand-wrapper .row {
  justify-content: center;
  overflow: hidden;
}
.expand-wrapper .row > div {
  height: 75vh;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 576px) {
  .expand-wrapper .row > div {
    height: 30vh;
  }
}
.expand-wrapper .row > div:before {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 1.87%, rgba(55, 55, 55, 0.6) 87.55%);
  mix-blend-mode: multiply;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
@media (min-width: 577px) {
    .expand-wrapper .row:hover > div {
      flex-basis: 22.22%;
      max-width: 22.22%;
    }
}
.expand-wrapper .row .item-wrapper {
  max-width: 25%;
  flex-basis: 25%;
  position: relative;
}
@media (max-width: 576px) {
  .expand-wrapper .row .item-wrapper {
    max-width: 100%;
    flex-basis: 100%;
  }
  .expand-wrapper .row .item-wrapper:hover {
        flex-basis: 96% !important;
        max-width: 96% !important;
    }
}
.expand-wrapper .row .item-wrapper > div {
  height: 100%;
  position: relative;
}
.expand-wrapper .row .item-wrapper > a > div {
  position: relative;
  height: 100%;
  padding: 1rem 0;
}
.expand-wrapper .row .item-wrapper:hover {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.expand-wrapper .row .item-wrapper:hover:before {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 1.87%, rgba(55, 55, 55, 0.8) 87.55%);
  mix-blend-mode: multiply;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 95%;
}

.scape-1 {
  background-image: url("../img/scapes-1.jpg");
  background-position: center center;
  background-size: cover;
}

.scape-2 {
  background-image: url("../img/scapes-2.jpg");
  background-position: center center;
  background-size: cover;
}

.scape-3 {
  background-image: url("../img/scapes-3.jpg");
  background-position: center center;
  background-size: cover;
}

.scape-4 {
  background-image: url("../img/scapes-4.jpg");
  background-position: center center;
  background-size: cover;
}/*# sourceMappingURL=expand-grid.css.map */