@import url('bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=PT+Serif:wght@400;700&display=swap');

.title_top_slider{
        font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
	background-color: #264653; 
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 0;
    background-color: #264653; 
    color: var(--bs-white) !important;
}

.btn-primary-outline-0:hover {
    background-color: #264653 !important; 
    color: #E39774 !important;
}

.btn-light-outline-0:hover {
    background: #264653 !important;
    color: #E39774 !important;
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
	background-color: #c6e4cc; 
}

.topbar {
    padding: 10px 0;
    background-color: #c6e4cc; 
	background: var(--bs-secondary) !important;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 15px 20px;
    font-size: 16px;
    transition: .2s;
	background-color: #c6e4cc;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #264653 !important; 
    color: #E39774 !important;;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
		padding: 30px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #264653;
    color: #E39774;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #ffffff !important;
    border-radius: 5px !important;
    transition: .2s;
    opacity: .9;
}
.navbar-brand img{display: initial;    width: 160px;height: auto;} 

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    min-height: 100vh;
	
    
}

.carousel-item img {
    position: absolute;
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: LEFT;
    justify-content:left;
    text-align: left;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-size: cover;
}

.carousel-item2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item2 .carousel-caption2 {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: LEFT;
    justify-content:left;
    text-align: left;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
	padding-top: -200PX;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
	padding-top: -200PX;
}

#carouselId .carousel-indicators {
    padding-bottom: -200px;
	align-content: center;
	padding-top: -200PX;
	
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: #264653;
    border-color: #264653;
    
}
/*** Carousel End ***/


.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Services Start ***/
.services .services-item {
    transition: 0.5s;
}

.services .services-item:hover {
    background: #E39774 !important;
    border-color: #E39774 !important;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content h3 {
    color: var(--bs-white);
    transition: 0.5s;
}

.services-content h3 {
    text-align: right;
}

.services .services-item:hover .services-content a.btn {
    background: #264653;
    color: #E39774;
}

.services .services-item:hover .services-content a.btn:hover {
    color: var(#000000) !important;
}

.services .services-item .services-img {
    overflow: hidden;
}

.services .services-item .services-img img {
    transition: 0.5s;
}
.services-img {
   max-height: 400px;
	width: 99%;
	
}

.services .services-item .services-img img:hover {
    transform: scale(1.05);
}
/*** Services End ***/



/*** About Start ***/
/*** Youtube Video start ***/
.video {
    position: relative;
    padding-right: 70px; 
    padding-bottom: 70px;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    margin-left: -35px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** About End ***/


/*** Appointment  Start ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment .appointment-form {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .4));
    object-fit: cover;
    border-radius: 10px;
}

.appointment .appointment-time {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, .2));
    object-fit: cover;
    border-radius: 10px;
}
/*** Appointment End ***/

/*** Counter Start ***/
.counter-section .counter-item .counter-content {
    position: relative;
    margin-bottom: 60px;
    background-image: linear-gradient(rgba(252, 152, 195, 0.3), rgba(255, 255, 255, 0.3), rgba(136, 76, 210, 0.3));
    border-radius: 10px;
    z-index: 9;
}

.counter-section .counter-item {
    text-align: center;
    background: rgba(255, 255, 255, .5) !important;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    object-fit: cover;
    border-radius: 0 25% 0 25%;
}

.counter-section .counter-item .counter-content .svg-img {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    margin-bottom: -50px; 
    margin-left: -45px; 
    transform: rotate(180deg);
}

.counter-section .counter-item .counter-quantity {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}
/*** Counter End ***/


/*** Events Start ***/
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Events End ***/


/*** Pricing Start ***/
.pricing {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing .pricing-item {
    color: var(--bs-white);
}

.pricing .pricing-item .pricing-content {
    background: rgba(255, 255, 255, 0.4);
}

.pricing .owl-carousel.pricing-carousel {
    position: relative;
}

.pricing .owl-carousel.pricing-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);

}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev:hover,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** Pricing End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team .team-item .team-text {
    background: var(--bs-primary);
}

.team .team-item .team-social {
    position: absolute;
    top: -180px; 
    left: 20px; 
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    top: 20px; 
    left: 20px;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    width: 100%;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.team .team-item:hover .team-img::after {
    bottom: 0;
    height: 100%;
}

.team .team-item .team-text {
    transition: 0.5s;
}

.team .team-item:hover .team-text {
    background: var(--bs-secondary);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .testimonial-item {
    background: rgba(0, 0, 0, 0.4);
}

.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** testimonial end ***/

/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .contact-form {
    background: rgba(255, 255, 255, 0.6);
}
/*** Contact End ***/

/*** footer start ***/
.footer {
    background-color: #c6e4cc;
}

.footer .footer-item a,
.footer .footer-item p {
    color: var(--bs-white);
    line-height: 40px;
    font-size: 17px;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/





/* FP NEW CSS */
h2 strong{font-weight: 700;}
.carousel-header-inner img.Cooked_slide_img{    object-fit: cover;
    height: 660px;}
.hero_sec .carousel-item img { height: 100%; } 
.hero_sec .carousel-item { min-height: auto !important; } 
.hero_sec .carousel-item .carousel-caption {  position: relative; width: 100% !important; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; min-height: calc(100vh - 104px); background-color: rgb(0 0 0 / 20%);
}
.hero_sec .carousel-item.bg-remove .carousel-caption{background-color: transparent;}
.carousel-header-inner img.Cooked_slide_img{}
.hero_sec .carousel-indicators{bottom: 50px;}
.hero_sec h1,.hero_sec h2 { margin: 0; }
.navbar .nav-item .dropdown-menu { padding: 15px 20px; } 
.navbar .nav-item .dropdown-menu b { color: #264653; }
/* .navbar .nav-item .dropdown-menu>.dropdown-item { padding-left: 0; padding-right: 0; } */

.services h2 { margin: 0; } 
.py-80 { padding: 80px 0; } 
.services .services-item { height: 100%; } 
.services-content { text-align: left !important; } 
.services-content h3 { text-align: left; } 
.services .services-item .services-img img { width: 100%; height: 350px; object-fit: cover; }

.footer h3 { text-align: left; text-decoration: none !important; font-size: 22px; font-weight: 600; color: #000 !important;     margin: 1.5rem 0 .5rem;} 
.footer ul { margin: 0; padding: 0; list-style: none; } 
.footer .footer-item a, .footer .footer-item p { color: #264653; font-size: 16px;letter-spacing: 0 !important; }
.subscribtion_form { display: flex; margin-bottom: 25px;max-width: 415px; } 
.subscribtion_form input[type=email] {background: #fff; border: none; height: 50px; padding: 10px 15px; border-radius: 10px 0 0 10px; outline: none !important;width: calc(100% - 124px);} 
.subscribtion_form p { margin: 0; }
.subscribtion_form input.btn { border-radius: 0 10px 10px 0; }
.social_links a:not(:last-child){margin-right: 7px;}
.social_links a svg{display: inherit;}
.services .services-item{border: none !important;}
.row{margin-top: 0 !important;}
.review_sec h2{text-transform: uppercase;}
.hero_sec .btn{margin: 0 !important;}

/*  */
.sk-instagram-feed .sk-ig-bottom-btn-container { margin-top: 30px !important; } 
.sk-instagram-feed .sk-ig-bottom-btn-container button.sk-ig-load-more-posts { background-color: #264653 !important; color: #fff !important; border-color: #264653 !important; display: inline-block; font-weight: 500; text-align: center; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; font-size: 1rem; border-radius: 45px; padding: 1rem 3rem !important; text-transform: uppercase; }
.sk-instagram-feed { background-color: transparent !important;}

/* Catering packages */
.carousel-header-inner img{width: 100%;}
.services_cnt_sec h2 { margin-top: 0; }
.services_cnt_sec h3 { font-size: 22px; }
.services_cnt_sec h2.sticky,.sticky_box { position: sticky; top: 20px; }

.services_banner_content h4 { margin: 0; font-size: 19px; line-height: 26px; }
.services_cnt_sec p{color: #747d88;}
.services_cnt_sec p a{color: #747d88;}
.services_cnt_sec p a:hover{color: #000;}

.margin_redbox{    margin-top: 14px;}

.blog article.post { box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); padding: 10px; border-radius: 5px; }
.blog article.post img{ max-height: 265px; object-fit: cover;}
.blog article.post h2.entry-title{text-align: left; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 28px; min-height: 56px;    color: #1c1a1d;}

.single-post .prose-slate h3{text-align: left;    margin: 1.6666667em 0 5px;}
.single-post .prose-slate p{    color: #747d88;font-size: 1rem;  line-height: 1.625;}


.accordion-header {  margin: 0;}
.accordion {  margin: 20px 0 25px;}
.accordion-button{color: #000;font-size: 18px;font-weight: 600;}
.accordion .accordion-button:not(.collapsed){     background-color: #c6e4cc;   color: rgba(0, 0, 0, .55);}
.accordion-button:focus{border-color: #ddd;box-shadow: none;}
.accordion-button:not(.collapsed)::after{ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nbm9uZScgc3Ryb2tlPScjNDk2MjRlJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnPjxwYXRoIGQ9J00yIDVMOCAxMUwxNCA1Jy8+PC9zdmc+")}

.fontsize0{font-size:0!important}






/* Responsive */
@media (min-width: 1024px) {
    .lg\:gap-12 {
        gap: 1.3em;
    }
}
@media (max-width: 1199px){
.navbar-collapse .btn.ms-4 { margin-top: 15px !important; margin-left: 20px !important; } 
.navbar-collapse { position: absolute; top: 100%; z-index: 999; width: 300px; right: 0; padding-top: 0 !important; } 
.navbar-collapse .navbar-nav { border: none !important; } 
.navbar-collapse .navbar-nav>* { border-bottom: 1px solid #ffffffad; } 
.navbar-toggler{outline: none !important;box-shadow: none !important;}
.navbar-collapse .btn{font-size: 14px !important;}

.navbar .nav-item .dropdown-menu { background: #fff !important; max-height: 235px; overflow-y: auto; } 
.navbar .nav-item .dropdown-menu b { font-size: 14px; } 
.navbar-nav a {word-break: break-all;display: block;white-space: normal;} 
.navbar .nav-item .dropdown-menu a { font-size: 14px; }

.navbar .navbar-nav .nav-link.dropdown-toggle { display: flex; align-items: center; justify-content: space-between; }
.navbar .navbar-nav .nav-link{font-size: 15px;}

}

@media (max-width: 991px){
    .services .services-item { padding: 15px !important;} 
    .services .services-item .services-img img { height: 200px; } 
    .services-content h3 { font-size: 18px; } 
    .footer.py-5 { padding: 30px 0 !important; } 
    .footer h3 { font-size: 20px !important; } 
    .py-80 { padding: 30px 0; } 
    /* .hero_sec .carousel-indicators { bottom: 50px; }  */
    .hero_sec .carousel-indicators li { border-width: 5px !important;width: 20px; margin: 0 0px; } 
    .hero_sec .btn { font-size: 14px; padding: 10px 15px !important; } 
    .mt-5 { margin-top: 20px !important; }
    .services-btn a,.services-content .btn { font-size: 14px; padding: 10px 15px !important; }

    /*  */
    .services_cnt_sec h2 {font-size: 30px;}
    
}

@media (max-width: 767px){
.hero_sec .carousel-item .carousel-caption { padding-bottom: 60px; }
.footer.py-5{padding-bottom: 0 !important;}
.footer-item h3.mb-4.text-white { margin-bottom: 10px !important; }
.subscribtion_form {margin-bottom: 10px;}

/*  */
.services_cnt_sec h2.sticky { text-align: left; margin-bottom: 10px;font-weight: 600;font-size: 24px; } 
.services_cnt_sec h3 { font-size: 18px; } 
.services_cnt_sec h2:not(h2.sticky) { font-size: 20px; }

.hero_sec .display-1 {font-size: 22px; margin: 0 0 11px}
}

