.cat-story-img img {
    border-radius: 20px;
    border: 5px solid #fff;
}


@font-face {
  font-family: "Poppins-Reg" !important;
  src: url("../font/Poppins-Regular.ttf") format("truetype") !important;
}

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.cat-story-info p {
    color: #414040;
}

.text-white {
    color: #fff !important;
}

.cat-page-title-section.cust:before {
    background-image: url(../images/about/ab.png);
}

.cat-service-section.ab_box {
    transition: transform 0.3s, box-shadow 0.3s;
}
.rac_about_bottom_img.about_page {
    margin-bottom: -60px;
    position: absolute;
    right: 0;
    bottom: 0;
}


.rac_booking_content .col-lg-5 {
    justify-content: center;
    display: flex;
    text-align: center;
}

.rac_booking_img img {
    width: 80%;
}

.rac_section.rac_chefs_wrapper.about_page {
    padding: 80px 0 60px;
}

.cat-service-section.ab_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.box {
            background-color: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }
        h2 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: #333;
        }
        p {
            font-size: 1rem;
            line-height: 1.6;
            color: #666;
        }

.cat-heading-wrapper h4.text-white::before, .cat-heading-wrapper h4.text-white::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-right-shap.cust.bouncing {
    top: 0 !important;
}

.cat-service-wrapper{
    background-image: url("../images/banner/ser_1.jpg");
    margin-top: 80px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.stage.photo-sliding, .ring {
  width:100%;
  height: 100%;
  transform-style: preserve-3d;
  user-select:none;
}

.stage.photo-sliding {
  overflow:hidden;
  background:#000;
  
}


.photo-sliding .container {
  perspective: 2000px;
  width: 300px;
  height: 400px;  
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.rac_section.rac_chefs_wrapper {
    padding: 80px 0 110px;
}

footer.main-footer p {
    color: #fff !important;
    font-weight: 500;
}
.ab_cust_Box{
    text-align: left;
}

.cat-service-inner .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-pricing-list:hover .cat-pri-icon img {
    transform: scale(1.2) !important;
}

section.cat-menu-wrapper.cat-section-spacer {
    padding: 50px 0;
}