@charset "UTF-8";

/*
Theme Name: kitten
Theme URI: 
Author: Developer
Author URI: 
Description: Custom Theme as per project requirments.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kittentranslate
*/
#menu-footer .menu-item a:hover{
color: var(--primary-color);
}
@media (max-width: 767px){
.grecaptcha-badge{
 display: none !important;
}
    .design-text {
        display: none;
    }
    .footer-main .footer-logo{
margin-bottom: 31px;
}
.video {
    height: 275px !important;
}

}

.footer_bottom_content .design p{
margin-bottom:.0
}
.contact-info a:first-child::before {
    display: none;
}

.location-popup .popup img {
    width: 80px;
}
.footer-main .footer-logo img{
width:62px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.pb-100{
padding-bottom:100px;
}
.video {
    height: 350px;
}
.location-popup p{
    color: rgba(255, 255, 255, .6) !important;
}
.location-popup .popup {
    background: rgba(28, 28, 28, 1);
}


/* New css 14-11-25 */
.mt-100 {
    margin-top: 100px;
}
.flyer-img{
    margin-right: 0;
    margin-left: 60px;
}
@media (max-width: 1080px) {
    .mt-100 {
        margin-top: 40px;
    }
    .flyer-img {
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .flyer-img{
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 0;
        width: 100%;
    }
}


/* 18-11-25 */
.fancybox__thumbs{
    align-self: center !important;
}
.fancybox__thumbs.is-draggable{
    width: 1000px;
}

.package-box {
    padding: 25px;
    border: 2px solid #DE348C;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.package-benefits ul{
    text-align: center;
}


.wpcf7 form.sent .wpcf7-response-output {animation: hideAfter10s 5s forwards;}
@keyframes hideAfter10s {
  to {
    display: none;
  }
}

/* .gallery-banner{
    height: 250px;
} */