.swiper-container {
    /* height: calc(100vh - 80px); */
    height: 100vh;
  }
  
  .swiper-slide {
    overflow: hidden;
  }
  
  .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
  }
  .text-fix-inter {
    position: absolute;
    bottom: 18%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) !important;
    color: #fff;
    width: 80%;
    text-align: center;
    /* background: rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.2); */
    /* border: 2px solid rgba(255,255,255,0.6); */
    /* backdrop-filter: blur(4px); */
  }
  .text-fix-inter h1 {
    font-size: 60px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    text-shadow: 1px 2px 4px #000;
    letter-spacing: 1.25px;
    font-family: "Brandon Printed";
    font-weight: 900;
    /* margin-bottom: 20px; */
    font-family: "Great Vibes", serif;
  }
  .text-fix-inter p {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 23px;
    text-shadow: 1px 1px 1px #daba8a;
    color: #fff;
    text-transform: capitalize;
    display: none;
  }
  .bck-grd-chg {
    background-position: 50% 70%;
    background-position: center;
  }
  .slide-inner::before {
    background: #000;
    opacity: 0.09;
    opacity: 0.13;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .wave-n {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 9;
  }
  .wave-n svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    bottom: -1px;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.5px);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1;
    border-width: 3px;
    border-color: transparent;
    border-style: solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    zoom: 1;
    background: transparent !important;
  }
  .swiper-pagination-bullet::before{
    width: 10px;
    height: 10px;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #cc8c18;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: #2e718d;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: #2e718d;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 80px;
  }

  @media (max-width: 999px){
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
      bottom: 10px;
    }
  }