.video-banner {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-evenly;
  height: 100%;
  padding: 50px 0;
  overflow: hidden;
}

.hero-swiper {
  display: flex;
  flex-direction: column;
}

.landing-banner {
  min-height: 29.8rem;
  padding-top: 8.1rem;
  padding-bottom: 4.8rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.25);
}

.landing-banner::before {
  content: "";
  width: 1.6rem;
  height: calc(100% - 12.8rem);
  position: absolute;
  bottom: 4.8rem;
  left: 0;
  z-index: 2;
  background-color: var(--primary-grellow);
}

.landing-banner__content {
  padding-left: 3.2rem;
  position: relative;
  z-index: 2;
  padding-top: 4.8rem;
}

.landing-banner__bg {
  z-index: 0;
  top: 0;
  left: 0;
}

.landing-banner__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.landing-banner__bg-image {
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.hero-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*gap: 3.2rem;*/
}

.hero-banner__bg {
  /*min-height: 280px;
  position: relative;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-banner__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-banner__bg-image {
  z-index: 0;
  opacity: 0.5;
  -o-object-position: top;
  object-position: top;
}

.hero-banner__video-bg {
  opacity: 0.5;
}

.hero-banner__wrapper::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 1.6rem;
  height: calc(100% + 0.8rem);
  background-color: var(--primary-grellow);
  z-index: 0;
}

.hero-banner__content {
  padding-left: 2.4rem;
}

.hero-banner__content:focus {
  padding-bottom: 0.4rem;
}

.hero-banner__cta-wrapper {
  gap: 2.4rem;
}

.hero-banner__share-price-box {
  border-top: solid 1px var(--white);
  margin: auto 16px;
}

.hero-banner__video-btns {
  right: 5rem;
  top: 14rem;
}

.hero-banner__video-toggle {
  border: none;
  outline: none;
  color: var(--secondary-stone);
  background: transparent;
  font-size: 1.2rem;
}

.hero-banner__video-toggle span {
  font-size: 2rem;
}

.hero-banner__iframe {
  height: 12rem;
  overflow: hidden;
}

.multi-btn {
  margin: 0 -15px;
}

.multi-btn>a {
  margin: 0 15px;
}

.multi-btn span.cta__inner{
  display: flex;
  justify-content: center;
}
/* .multi-btn>a {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px;
} */

.iframe-video {
  padding-top: 0%;
  height: 100%;
  width: 145vh !important;
}
@media (min-width:992px){
.hero-banner__share-price-box {
    position: absolute;
    bottom: -4.8rem;
    right: 3.2rem;
    z-index: 1;
    border-top: none;
    margin: 0;
  }

}
@media (min-width: 768px) {
  .landing-banner {
    min-height: 40rem;
    padding-top: 6.4rem;
  }

  .landing-banner__content {
    padding-left: 0;
  }

  .landing-banner::before {
    width: 2rem;
    height: calc(100% - 11rem);
  }

  .landing-banner::after {
    content: "";
    width: 15.2rem;
    height: 18.8rem;
    background: url("/~/media/Images/G/Grafton-Group/grafton-pattern-images/plus-pattern.svg") center;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
  }

  .landing-banner--with-bg {
    min-height: 48rem;
  }

  .hero-banner {
    /* height: 63.6rem; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-banner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }

  /*.hero-banner__wrapper {
    margin-top: auto;
    margin-bottom: -2.4rem;
  }*/

  .hero-banner__wrapper {
    display: flex;
    height: auto;
    flex-direction: column;
    margin: 0;
    margin-bottom: -2.4rem;
  }


  .hero-banner__content {
    padding-left: 0.2rem;
  }

  .hero-banner__pagination {
    margin-top: auto;
  }

  .hero-banner__cta-wrapper {
    padding-top: 0.6rem;
  }

  .hero-banner .carousel-navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: -1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .hero-banner::before {
    content: "";
    width: 13.6rem;
    height: 21rem;
    background: url("/~/media/Images/G/Grafton-Group/grafton-pattern-images/wave-pattern.svg");
    background-position: -16px -3px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(127%) hue-rotate(66deg) brightness(111%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(127%) hue-rotate(66deg) brightness(111%) contrast(100%);
    opacity: 0.2;
  }

  .hero-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2rem;
    width: 23rem;
    background-color: var(--primary-grellow);
    z-index: 0;
  }

  /* .multi-btn>a {
    flex: 0 0 calc(40% - 30px);
    width: calc(40% - 30px);
    margin: 0 15px;
  } */

  /* video banner */
  .iframe-video {
    width: 100% !important;
    padding-top: 0;
    height: 100%;
    transform: scale(2);
  }

  .iframe-video iframe {
    left: 0;
    top: 0;
  }
}

@media (min-width: 992px) {
  .landing-banner {
    min-height: 48rem;
    padding-top: 12rem;
    padding-bottom: 6.4rem;
    -webkit-box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.25);
  }

  .landing-banner__content {
    padding-left: 0;
    padding-top: 6.4rem;
  }

  .landing-banner::before {
    width: 2.4rem;
    height: calc(100% - 18.3rem);
    bottom: 6.4rem;
  }

  .landing-banner::after {
    width: 52.8rem;
    height: 30.9rem;
    right: -24rem;
  }

  .hero-banner {
    height: calc(100vh - 10rem);
    min-height: 73rem;
    max-height: 90rem;
  }

  .hero-banner__share-price-box {
    right: 4.8rem;
    bottom: -5rem;
  }

  .hero-banner--without-share-price {
    height: 100vh;
  }
  
  .video-banner{
    padding: 150px 0;
  }

  .multi-btn>a {
    flex: 0 0 calc(45% - 30px);
    width: calc(45% - 30px);
  }
  .multi-btn>a:nth-child(n+3) {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .landing-banner::after {
    right: 0;
  }

  .landing-banner--with-bg {
    min-height: 62rem;
  }

  .hero-banner::before {
    width: 48rem;
    height: 28.6rem;
    background-position: -16px -3px;
    z-index: 1;
  }

  .hero-banner::after {
    width: 67.3rem;
  }

  .hero-banner__cta-wrapper {
    padding-top: 1.2rem;
  }

  .hero-banner__share-price-box {
    -webkit-box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.08);
  }
  .multi-btn>a {
    flex: 0 0 calc(33.33333% - 30px);
    width: calc(33.33333% - 30px);
    margin-top: 32px;
    height: 100%;
  }
  
}

@media only screen and (min-width: 1200px) and (max-width: 1500px){
  .multi-btn>a{
    flex: 0 0 calc(40% - 30px);
    width: calc(40% - 30px);
  }
}

@media only screen and (max-width: 1000px){
  .multi-btn>a {
    flex: 0 0 calc(70% - 30px);
    width: calc(70% - 30px);
    margin-top: 25px;
  }
}
@media only screen and (max-width: 992px){
.hero-banner__share-price-box .share-price-box{
  width:100%; 
  box-shadow:0px 0px 0px;
  }
}
@media only screen and (max-width: 767px){
  .multi-btn>a {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .multi-btn>a:first-child {
    margin-top: 0;
  }
  .iframe-video {
    width: 170vh !important;
  }
}