


/* Base */
.btn-floating:hover img {
    margin-bottom: -3px
  }
  
  .btn-floating {
      position: fixed;
      right: 25px;
      overflow: hidden;
      width: 50px;
      height: 50px;
      border-radius: 100px;
      border: 0;
      z-index: 9999;
      color: white;
      transition: .2s;
  }
  
  .btn-floating:hover {
      width: auto;
      padding: 0 20px;
      cursor: pointer;
  }
  
  .btn-floating span {
      font-size: 16px;
      margin-left: 5px;
      transition: .2s;
      line-height: 0px;
      display: none;
  }
  
  .btn-floating:hover span {
      display: inline-block;
  }
  
  /* Phone */
  .btn-floating.phone {
      bottom: 220px;
      background-color: #760f10;
  }
  
  .btn-floating.phone:hover {
      background-color: #c03421;
  }
  
  /* WhatsApp */
  .btn-floating.whatsapp {
      background-color: #34af23;
      bottom: 150px;
  }
  
  .btn-floating.whatsapp:hover {
      background-color: #1f7a12
  }

.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 25px;
    background-color: #4789df;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 5px 5px 5px #999;
    z-index: 100;
    transition: background-color 0.5s;
    }
    
    .floaters{
    width: 100%;
    }
    .float2:hover {
    background-color: white;
    transition: background-color 0.5s;
    }
    
    .float2:hover .my-float2 {
    color: #FFBC13;
    }
    
    .my-float2 {
    margin-top: 14px;
    }
    
    @media (max-width: 575px) {
    
        .logo-image {
        width: 100%;
        height: 80px;
    }
    
    .float2 {
    width: 50px;
    height: 50px;
    bottom: 100px;
    left: 80vw;
    }
    
    .my-float2,
    .my-float {
    margin-top: 10px;
    }
    
    .float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 60px;
    background-color: #4789df;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: background-color 0.5s;
    margin-left: 8px;
    }

   
    
    }

    .fa-location-dot{
        font-size: 22px;
        margin-top: 10px;
        }

        .logo-image {
            width: 100%;
            height: 45px;
        }


@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
25% {
-webkit-transform: scale(0.3);
opacity: 1;
}
50% {
-webkit-transform: scale(0.6);
opacity: .6;
}
75% {
-webkit-transform: scale(0.9);
opacity: .3;
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}

@keyframes pulse {
0% {
transform: scale(0);
opacity: 0;
}
25% {
transform: scale(0.3);
opacity: 1;
}
50% {
transform: scale(0.6);
opacity: .6;
}
75% {
transform: scale(0.9);
opacity: .3;
}
100% {
transform: scale(1);
opacity: 0;
}
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.brandGoldTxt {
    color: #dab873 !important;
    font-size: 25px;
    font-weight: 700;
}

.text-gold {
    color: #dab873 !important;
}

.brandGoldBg {
    background-color: #dab873 !important;
}

.bg-maroon {
    background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.brandGoldBgGrad {
    background: linear-gradient(to right, #ae8736, #ffce69) !important;
}

.mainHeader {
    position: fixed;
    top: 0px;
   background: #212529;
    z-index: 15;
}

.btnWrap a {
    background-color: #03d414;
    border: none !important;
    color: black;
}

.introTxt h3 {
    font-size: 30px;
    font-weight: 700;
}

.descriptionPara {
    line-height: 18px;
}

.addBannerWrap p {
    background-color: #ffecc6;
}

.carouselImg {
    border-radius: 20px;
}

.spaCard {
    border-radius: 20px;
    width: min(100%, 360px);
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 60px !important;
}

.cardImg img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cardName a {
    height: 65px;
    line-height: 30px;
}

.cardBtnWrap {
    margin-bottom: -25px;
}

.addLogo {
    border: 1px solid #dab873 !important;
}

.addtxt1 {
    line-height: 20px;
}

.addtxt2 {
    line-height: 20px;
}

.footerLogo img {
    width: 20%;
}

/* new styling */

#myvid {
    width: 100% !important;
}

.hoverIntro {
    position: absolute;
    display: flex;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    z-index: 10;
    width: 100%;
    top: 64px;
    aspect-ratio: 721 / 408.11;
}

.intro-text {
    font-size: 6vw !important;
}

.introCall {
    font-size: 4vw !important;
}

.cardImg img {
    width: 100% !important;
    border-radius: 20px;
}

@media screen and (min-width: 600px) {
    .intro-text {
        font-size: 4vw !important;
    }
    .introCall {
        font-size: 2vw !important;
    }
}

.CardPricePara {
    font-size: 14px;
}

.cardNamePara {
    font-size: 18px;
    line-height: 18px;
}

.topBanner {
    background: linear-gradient(
   
    );
        background-color: #7d75e9;

    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(50px);
    padding: 5px;
}

.topBannerWrap {
 
    backdrop-filter: blur(4px);
}