  .subTitle {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: "CabinetGrotesk-extrabold", sans-serif;
    color: #E3E3E3;
    transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .home-showcase::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(2.35deg, rgba(0, 0, 0, 0.9) 1.67%, rgba(0, 0, 0, 0) 88.37%);
    z-index: 1;
}
.banner_caption {
  width: 100%;
  
  height: 100%;
  display: flex;
  align-items: center;
	position:absolute;
	left:0;
	top:0;
	    z-index: 9;
}

.home-showcase {
  position: relative;
  height: 100vh;
  margin-top: 88px;
}
  .home-showcase .home-showcaseSlider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    /* padding: 5vw; */
    /* width: calc(100% -(5vw* 2)); */
    /* height: calc(100% -(5vw* 2)); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
  .swiper-image{
 position: relative;
    z-index: 9999;
  }
  .bigTitle {
/*     transform: translate(-140%, 0);
    transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s; */
    color: #fff;
    font-weight: 500;
    font-size: 56px;
    line-height: 69px;
    width: 750px;
}
  .subTitle{
/*     transform: translate(-160%, 0);
    transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s; */
    width: 520px;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
    width: 100%;
    height: 100%;
    background-color: #10112b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    transition: opacity 0.8s ease-in 0.5s;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .container .bigTitle, .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .container .subTitle {
    transform: translate(0, 0);
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
    opacity: 0;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: relative;
    bottom: 0;
    right: 0;
    width: fit-content;
    /* padding: 3.5% 0; */
    left: unset;
    text-align: -webkit-right;
}
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 4vw;
    border-radius: 50px;
    height: 1px;
    background-color: #FFFFFF99;
    opacity: 1;
    transition: width 0.8s ease-in-out, 0.4s ease-in-out;
    margin: 0 4px !important;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    width: 8vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    display: flex;
    flex-direction: row;
    padding: 0 0 3.5% 5%;
    padding-right: 0;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    position: static;
    display: flex;
    align-items: flex-end;
    font-weight: 900;
    margin: 0 2vw;
    width: 20px;
    height: auto;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
    opacity: 1;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
    color: #8f9397;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 4vw;
    color: #f7970e;
  }
  .home-showcase .home-showcaseSlider #macaron {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 5%;
    width: 30%;
  }
  .home-showcase .home-showcaseSlider #macaron #text-circle {
    animation: rotate-360 12s linear 0s infinite reverse forwards;
    transform-origin: center;
  }
  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 0%);
    color: #fff !important;
    text-decoration: none;
    font-size: 3.5vw;
    height: 21vw;
    font-family: "CabinetGrotesk-light", sans-serif;
  }
  .home-showcase .scrollSliderButton .line {
    height: 15vw;
    width: 1px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    align-items: center;
    height: 100%;
}
    .swiper-slide .container .bigTitle {
      margin: 0 0 1.25rem;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination {
      position: absolute;
      bottom: 220px;
      right: 75px;
      /* padding: 0 0 2.5% 5%; */
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 28px;
    height: 1px;
    margin: 5px 0px !important;
    display: block;
}
    .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
      width: 56px;
      height: 2px;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      padding: 0 5% 2.5% 5%;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
      margin: 0 0.6vw;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
      font-size: 1vw;
    }
    .home-showcase .home-showcaseSlider #macaron {
      width: fit-content;
      width: 8.4vw;
    }
    .home-showcase .scrollSliderButton {
      position: absolute;
      left: 50%;
      bottom: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      transform: translate(-50%, 40%);
      color: #fff !important;
      text-decoration: none;
      font-size: 0.9vw;
      height: 4.8vw;
      font-family: "CabinetGrotesk-light", sans-serif;
    }
    .home-showcase .scrollSliderButton .line {
      height: 4.8vw;
      width: 2px;
      background: #8c97d0;
      margin-top: 5px;
      animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
    }


    /* inner page style */
    
    #common_banner {
      height: 450px;
      background-position: bottom;
      background-size: cover;
      background-repeat: no-repeat;
		    margin-top: 60px;
  }
  .common_banner_caption {
    background: linear-gradient(2.35deg, #000000 1.67%, rgba(0, 0, 0, 0) 88.37%);
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 80px;
}
.common_banner_caption .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.common_heading {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 500;
  position: relative;
  margin: 0;
/*   text-transform: capitalize; */
}
.common_heading::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  background: #0074BC;
  width: 100px;
  height: 1px;
}
.breadcrum a {
  color: #FFFFFFCC;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrum .active{
  color: #fff;
}
.breadcrum span {
  color: #FFFFFFCC;
  margin: 0 20px;
  font-size: 12px;
}
#short_banner .breadcrum a {
  color: #1C1A1A99;
}
#short_banner .breadcrum span {
  color: #1C1A1A99;
}
#short_banner .breadcrum .active{
  color: #1C1A1A;
}
#short_banner {
  height: 100px;
  display: flex;
  align-items: center;
  margin-top: 100px;
}