.heroBannerImgParent{
  display: block;
  height:100%;
}
.heroBannerImgParent img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.innerMainSlider {
  max-height: calc(100vh - 80px);
  height: 715px;
  position: relative;
}
.innerMainSlider .swiper-slide{
  position: relative;
}
.innerMainSlider .sliderInnerContent{
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0;
  margin: auto;
  left: 0;
}
.mainSliderParent .donFloatParentCta img{

}
.mainSliderParent .donFloatParentCta img:nth-child(1){
  animation: floatingFirst 25s linear infinite;
  left: 23%;
}
.mainSliderParent .donFloatParentCta img:nth-child(2){
  animation: floatingFirst 15s linear infinite;
  left: 25%;
}
.mainSliderParent .donFloatParentCta img:nth-child(3){
  animation: floatingFirst 20s linear infinite;
  left: 21%;
}
.innerMainSlider .sliderInnerContent .fillBtn{
  margin: 0;
  margin-top: 20px;
  background-color: #fff;
  color: var(--color1) !important;
}
.innerMainSlider .upperTitle{
  margin-bottom: 5px;
}
.innerMainSlider .subtitlePart , .innerMainSlider .mainFontTitle , .innerMainSlider .titlePart{
  color: #fff;
}
.innerMainSlider .subtitlePart{
  width: 40%;
}
.innerMainSlider .sliderInnerContent .fillBtn span{
  color: var(--color1) !important;
}
.innerMainSlider .sliderInnerContent .fillBtn i{
  color: #fff !important;
  background-color: var(--color1);
}
.innerMainSlider .swiper-pagination::after{
  position: absolute;
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQyMiIgaGVpZ2h0PSIxMjAiIHZpZXdCb3g9IjAgMCAxNDIyIDEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcxOC44NDggMGM5MS43OTMgMCAxNzQuMzc0IDIxLjcxNiAyMzEuNzcgNTYuMzM0QzEwMjAuMjYgOTguMzM2IDEwOTkuNzEgMTIyLjEgMTE4MS40NSAxMjIuMUgxNDQwVjI4NkgwVjEyMi4xaDI1Ni4yNDNjODEuNzQ1IDAgMTYxLjE5Ny0yMy43NjQgMjMwLjgzNS02NS43NjZDNTQ0LjQ3NCAyMS43MTYgNjI3LjA1NSAwIDcxOC44NDggMCIgZmlsbD0iI0ZGREVDOCIvPjwvc3ZnPg==');
  bottom: -15px;
  z-index: -1;
  right: 0;
  left: 0;
  margin: auto;
}
.innerMainSlider .mainFontTitle , .innerMainSlider .titlePart {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 35px;
}
.innerMainSlider .titlePart {
  padding-bottom: 30px;
}
.sliderInnerContent .generalTitleSubtitleParent{
  margin: 0;
}
/* .innerMainSlider .swiper-pagination::before {
  background-color: #ffdec8;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: -25px;
  z-index: -1;
  display: none;
} */
@media (max-width:760px){
  .innerMainSlider .swiper-pagination::after{
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkzIiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMzkzIDgwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTk2LjE4NiAwYzI1LjA1MSAwIDQ3LjU4OSA2LjA0IDYzLjI1MyAxNS42NyAxOS4wMDYgMTEuNjg0IDQwLjY4OSAxOC4yOTUgNjIuOTk5IDE4LjI5NUgzOTN2NDUuNTkySDBWMzMuOTY1aDY5LjkzM2MyMi4zMSAwIDQzLjk5My02LjYxIDYyLjk5OS0xOC4yOTVDMTQ4LjU5NiA2LjA0IDE3MS4xMzQgMCAxOTYuMTg2IDAiIGZpbGw9IiNGRkRFQzgiLz48L3N2Zz4=');
  }
  .innerMainSlider .subtitlePart{
    width: 100%;
  }
  .innerMainSlider .sliderInnerContent{
    bottom: unset;
    top: 10%;
  }
  .innerMainSlider .mainFontTitle , .innerMainSlider .titlePart {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .innerMainSlider .titlePart{
    padding-bottom: 15px;
  }
  .innerMainSlider {
    max-height: unset;
    height: auto;
  }
  .sliderInnerContent .generalTitleSubtitleParent {
    min-height: 200px;
  }
  /* .innerMainSlider .swiper-pagination::before {
    display: block;
  } */
}