@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Marcellus", serif;
    overflow-x: hidden;
}

p{
    color: #878787;
}

html {
    overflow-x: hidden;
}

ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

input.form-control:focus,
textarea.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ced4da;
}

/*Header section Start*/
.header .navbar-nav li a {
    color: #19aaa3;
    font-size: 15px;
    font-weight: 500;
    font-family: Marcellus, sans-serif;
    transition: all 0.3s linear;
    padding: 0px 0px 0px 45px !important;
    text-transform: capitalize;
}

.header .navbar-nav li a:hover {
    color: #1da7a6;
}

/*.fixed-top.scrolled {
background-color: #fff !important;
transition: background-color 200ms linear;
}
*/
@media(max-width:991px) {
    .navbar-collapse {
        position: absolute;
        z-index: 999;
        background: #fff;
        width: 100%;
        top: 70px;
        left: 0px;
    }

    .header {
        background: #fff;
        position: inherit;
    }

    .header .navbar-nav li a {
        color: #000 !important;
    }

    .header .navbar-nav li {
        padding-left: 160px;
    }
}

/*Header Section End*/

/*Slider Section Start*/


@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

/* Carousel Items */
.kb-carousel .carousel-item {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
    opacity: 0.8;
    animation: kenburns 40000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    z-index: 0;
    opacity: 0;
}

/* Carousel Captions */
.kb-caption {
    right: 0px;
    left: 0%;
    bottom: 30%;
    padding: 0;
    width: 100%;
    max-width: 600px;
    z-index: 999;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption-right {
    margin: 0px auto;
}

.kb-caption-center {
    margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    color: #1aaaa5;
    text-transform: uppercase;
    font-size: 55px;
    letter-spacing: 2px;
    font-weight: 400;
}

.kb-caption p {
    animation-delay: 1.5s;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}

.slider button.btn.btn-outline-primary {
    padding: 10px 30px;
    border-color: #1ba9a3;
    color: #fff;
    font-size: 15px;
}

.slider button.btn.btn-outline-primary:hover {
    background: #1ba9a3;
    border-color: #1ba9a3;
}

.carousel-item {
    position: relative;
}

.carousel-item:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 13%);
    height: 100%;
    width: 100%;
    pointer-events: none;
}

/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
    color: #fff;
    background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}


/*Slider Section End*/

/*Our Offer Section Stat*/
.our_offer {
    padding-bottom: 80px;
}

.title_heading {
    padding-top: 70px;
}

.title_heading h2 {
    color: #262626;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 20px;
}

.title_heading p {
    font-size: 15px;
    margin-top: 20px;
}

.cofee-content h5 a {
    color: #1aaaa5;
    font-size: 20px;
    transition: all 0.3s linear;
    text-transform: uppercase;

}

.cofee-content h5 a:hover {
    color: #19aaa3;
}

.cofee-content p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0px;
}

/*Our Offer Section End*/

/*THE COFFEE HERALD Section Start*/

.coffee_herald {
    background: url(../img/herald-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 85px;
}

.coffee_herald .cofee-content h5 {
    padding-top: 20px;
}

/*THE COFFEE HERALD Section End*/

.banner {
    background: url(../img/b-3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 8%;
    padding-bottom: 10%;
    background-attachment: fixed;
}


/*Counter Section Star*/
.logo img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}

.counter {
    padding: 70px 0px;
}

.counter .projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.counter #projectFacts .fullWidth {
    padding: 0;
}

.counter .projectFactsWrap .item {
    width: 25%;
    height: 100%;
    text-align: center;
}

.counter .projectFactsWrap .item span.number {
    font-size: 45px;
    padding: 0;
    color: #000;
}

.counter .projectFactsWrap .item p {
    color: #000;
    font-size: 15px;
    margin: 0;
    padding: 0px 3px;
}

.counter .projectFactsWrap .item h5 {
    font-size: 18px;
    color: #1aaaa5;
    font-family: Marcellus, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}


@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}


/*Counter Section End*/

/*ONLINE COFFEE SHOP Section Start*/
.online_coffee {
    background: url(../img/online-coffee-bg.jpg)no-repeat;
    padding-bottom: 118px;
    background-position: center;
    background-size: cover;
}

.online_coffee .icon-img {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.online_coffee .coffee-add {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.online_coffee .coffee-add a {
    display: inline-block;
    background: #19aaa3;
    padding: 12px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.online_coffee .coffee-add a:hover {
    background: #49321b;
    color: #fff;
}

.online_coffee .icon-img:hover .coffee-add {
    display: block;
}

/*ONLINE COFFEE SHOP Section End*/

/*our Gallery Section Start*/
/*.our_gallery .title_heading{
padding-bottom: 70px;
padding-top: 70px;
}*/

.our_gallery .gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our_gallery .gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
}

.our_gallery .img-box {
    box-sizing: content-box;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.our_gallery .caption a {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s linear;
}

.frty {
    margin-bottom: 0px;
    margin-top: 10px;
}



.our_gallery .caption a:hover {
    color: #1aaaa5;
}

.our_gallery .caption h4 {
    font-size: 17px;
    margin-bottom: 4px;
    text-align: center;
}

.our_gallery .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: transform 0.3s ease;
}

.our_gallery .img-box:hover .caption {
    display: block;
}

.our_gallery .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.our_gallery .img-box:hover img {
    transform: scale(1.01);
}

.our_gallery .img-box:hover .transparent-box {
    background-color: rgb(26 170 165 / 64%);
}



.our_gallery .img-box:hover {
    cursor: pointer;
}

.our_gallery .caption>p:nth-child(2) {
    font-size: 0.8em;
}

/*.our_gallery .opacity-low {
opacity: 0.5;
}*/
/*Our Gallery Section End*/

.our_partner {
    padding: 40px 0px;
}

.contant_theme {
    background: url(../img/herald-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0px;
}

.content-content p {
    font-size: 17px;
}

.content-btn a {
    display: inline-block;
    background: #19aaa3;
    color: #fff;
    padding: 12px 28px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}

.content-btn {
    display: flex;
    justify-content: end;
}

.content-btn a:hover {
    background: #49321b;
}


.top-footer {
    background: url(../img/footer-top-img.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
}

.footerinput-group input {
    background: none;
    border-radius: 3px;
    padding: 10.4px 17px;
    position: relative;
}

.top-footer .new-serch-co .form-control:focus {
    background: transparent;
    color: #fff;
}

span.wpcf7-spinner {
    position: absolute;
    top: 0px;
    color: #f9f5f5;
    background: #0e7f7c;
    padding: 10px 20px;
    display: inline-block;
    right: 0px;
    border-radius: 0px 3px 3px;
    font-size: 18px;
}

span.wpcf7-spinner:hover {
    background: #19aaa3;
}

.footerinput-group.text-center.mx-auto {
    position: relative;
}

.footer-logo p {
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    margin: 20px 0px;
}



.store-address h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.store-address p {
    color: #1aaaa5;
    font-weight: 600;
}

.new-serch-co {
    padding: 30px 0px;
}

.new-serch-co h5 {
    color: #1aaaa5;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bottom-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footercopy-right p {
    color: #fff;
    font-size: 15px;
}

.bottom-footer-menu ul {
    display: flex;
}

.bottom-footer-menu ul li {
    padding: 0px 10px;
}

.bottom-footer-menu ul li a {
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.bottom-footer-menu ul li a:hover {
    color: #19aaa3;
}

.footer-bottom-icons ul {
    display: flex;
    align-items: center;
}

.footer-bottom-icons ul li {
    padding: 0px 10px;
    color: #fff;
}

.footer-bottom-icons ul li a {
    color: #fff;
}

.footer-bottom-icons ul li a:hover {
    color: #19aaa3;
}

.footer-bottom {
    background: #121212;
    padding: 20px 0px;
    border-top: solid 1px rgb(25 170 163 / 61%);
}

.banner-logo img {
    max-width: 50%;
    border: solid 1px #1ba9a3;
    padding: 10px;
}

.contact_bg {
    background: url(../img/contact-bg.png)no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.contact_bg:before {
    content: "";
    background: rgb(0 0 0 / 47%);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.contact_bg .contact-title h1 {
    color: #1aaaa5;
    text-transform: uppercase;
    font-size: 43px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 100px 0px;
    position: relative;
    z-index: 888;
}

.contact-info-left {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    transition: 0.3s ease-in all;
    height: 100%;
    border-bottom: solid 2px #19aaa3;

}

.contact-info-left iframe {
    width: 100%;
    height: 100%;
}

.contact-details {
    padding: 40px 0px 0px;
}

.contact-info-left:hover {
    border-bottom: solid 2px #19aaa3;
    transform: translateY(-10px);
}

.contact-box:hover {
    border-bottom: solid 2px #19aaa3;
    transform: translateY(-10px);
}

.contact-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    transition: 0.3s ease-in all;
    border-bottom: solid 2px #19aaa3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.contact-box i {
    font-size: 20px;
    color: #19aaa3;
    /* padding-bottom: 10px; */
    border: solid 1px #19aaa3;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 10px;
}


.contact-box p {
    color: #000;
    font-size: 17px;
}

.contant-right {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    transition: 0.3s ease-in all;
    border-bottom: solid 2px #19aaa3;
}

.contant-right:hover {
    border-bottom: solid 2px #19aaa3;
    transform: translateY(-10px);
}

.contact_info {
    padding: 50px 0px;
}

.contact_info .contact-info-left h2 {
    color: #262626;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact_info .contact-info-left p {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0px;
}

.contact_info .icons-info-list ul li {
    display: flex;
    align-items: center;
    line-height: 40px;
}

.contact_info .icons-info-list ul li i {
    color: #452a17;
    font-size: 10px;
    margin-right: 10px;
}

.contact_info .icons-info-list ul li p {
    color: #262626;
    font-size: 15px;
}

.contact_info .contact-icons ul li a i {
    color: #0e7f7c;
    font-size: 15px;
    transition: all 0.3s linear;
}

.contact_info .contact-icons ul li {
    padding: 0px 20px 0px 0px;
}

.contact_info .contact-icons ul li a i:hover {
    color: #19aaa3;
}

.contant-right h2 {
    text-align: start;
    font-size: 33px;
    padding: 10px 0px;
}

.contact_info .contant-right .name input {
    color: #656565;
    border-color: #989898;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 10px 12px;
    font-family: 'Marcellus';
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s ease-in-out all;
}

.contact_info .contant-right .name input:focus {
    border: solid 1px #19aaa3;
}

.contact_info .contant-right .name textarea {
    color: #656565;
    border-color: #989898;
    border-radius: 0;
    height: 100px;
    resize: inherit;
    border-radius: 5px;
    font-size: 14px;
}

.contact_info .contant-right .content-btn {
    display: flex;
    justify-content: start;
    padding-top: 20px;
}

.contact_info .contant-right .content-btn a {
    display: inline-block;
    background: #19aaa3;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}

.submit-btn {
    display: inline-block;
    background: #19aaa3;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}

.contact_info .contant-right .content-btn a:hover {
    background: #49321b;
}


.about_us {
    background: url(../img/about-us-bg.png)no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.about_us .contact-title h1 {
    color: #1aaaa5;
    text-transform: uppercase;
    font-size: 43px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 100px 0px;
    position: relative;
    z-index: 88;
}

.about_us:before {
    content: "";
    background: rgb(0 0 0 / 47%);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    pointer-events: none;
}


.testimonials {
    background: url(../img/testimonials-bg.png)no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}

.testimonials .title_heading h2 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimonials .testimonials-name {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding: 40px 0px !important;
}

.bottom_to_top #button {
    display: inline-block;
    background-color: #4c351d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.bottom_to_top #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.bottom_to_top #button:hover {
    cursor: pointer;
    background-color: #19aaa3;
}

.bottom_to_top #button:active {
    background-color: #19aaa3;
}

.bottom_to_top #button.show {
    opacity: 1;
    visibility: visible;
}

.Outlets-details {
    background: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    transition: 0.3s ease-in all;
    border-bottom: solid 2px #19aaa3;

}

/*.outlet-img{
    height: 164px;
    
}*/

.outlet-img img {
    border-radius: 5px 5px 0px 0px;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
    /*    object-fit: contain;*/
    /*    min-height: 164px;*/
    margin-bottom: 10px;
}


.outlet-img img:after {
    content: "";
    background: rgb(0 0 0 / 35%);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.outlet-img {
    overflow: hidden;
}

.outlet-img img {
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.outlet-img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.outlet-content {
    padding: 10px 15px;
}

.outlet-content h2 {
    color: #0c0c0c;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    /* padding: 9px 0px 0px;
    margin-top: 23px;*/
}

.outlet-content p {
    font-size: 15px;
    line-height: 25px;
    margin: 4px 0px 10px;
}

.ifram-out {
    padding: 10px 15px;
}

.ifram-out iframe {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.about-left h2 {
    color: #0c0c0c;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
}

.about-left h2 {
    color: #0c0c0c;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
}li.nav-item.outlet{  position: relative;}li.nav-item.outlet .nav-link {  display: block;  padding: 10px 15px;  text-decoration: none;  color: #19aaa3;}/* Dropdown container */li.nav-item.outlet .dropdown {  display: none;  position: absolute;  top: 100%;  left: 0;  background-color: white;  min-width: 180px;  box-shadow: 0 4px 8px rgba(0,0,0,0.1);  z-index: 1000;  padding:7px 0px;}li.nav-item.outlet .dropdown a {  display: block;  padding: 10px 10px !important;  color: #19aaa3;  text-decoration: none;  background: white;}li.nav-item.outlet .dropdown a:hover {  background-color: #1aaaa5;  color:#fff;}/* Show dropdown on hover */li.nav-item.outlet:hover .dropdown {  display: block;}.oulatestgift {    padding: 50px 0px;}.gift-confirm{  position: relative;  overflow: hidden;}.gift-confirm img{  max-width: 100%;  width: 100%;  border-radius: 5px;}.gift-confirm {  position: relative;  overflow: hidden;  margin-bottom:20px;}.image-wrapper {  position: relative;}.gift-confirm img {  max-width: 100%;  width: 100%;  border-radius: 5px;  display: block;}/* Overlay effect */.overlay {    position: absolute;    top: -100%;    left: 0;    width: 100%;    height: 100%;    background: rgb(26 170 165 / 64%);    border-radius: 5px;    transition: top 0.4s ease;    display: flex;    justify-content: center;    align-items: center;    text-align: center;    color: #fff;    font-size: 17px;}/* On hover, slide down the overlay */.image-wrapper:hover .overlay {  top: 0;}.our-latestproduct{  text-align: center;  padding: 15px 0px;}.our-latestproduct h2{      color: #262626;    font-size: 40px;    text-transform: capitalize;    letter-spacing: 2px;    font-weight: 400;    margin-bottom: 20px;}.image-popup {  display: none;  position: fixed;  z-index: 9999;  left: 0;  top: 0;  width: 100%;  height: 100%;  overflow: auto;  background-color: rgba(0,0,0,0.8);  text-align: center;  padding-top: 60px;}.image-popup .popup-img {  max-width: 90%;  max-height: 80vh;  box-shadow: 0 4px 20px rgba(0,0,0,0.5);}.image-popup .close-btn {  position: absolute;  top: 20px;  right: 35px;  color: white;  font-size: 40px;  font-weight: bold;  cursor: pointer;  z-index: 10000;}


/* =====================  franchaise page css start here  ========== */
.aboutfranchaise{
    position: relative;
}
.aboutfranchaise .row{
    z-index: 9999;
    position: relative;
}
.aboutfranchaise:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    background: url(../img/Exclude.png) no-repeat;
    background-size: cover;
    height: 340px;
    width: 100%;
    opacity: 0.1;
    pointer-events: none;
}

.aboutfranchaise {
    position: relative;
    padding: 90px 0px;
}

.about-franch img{
    border-radius: 5px;
}

.about-contet h2{
    color: #262626;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-contet p {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0px;
}

.about-contet a{display: inline-block;
    background: #19aaa3;
    color: #fff;
    padding: 8px 24px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
     border: none;
     margin-top: 23px;
    }

.frabchaise-logstic {
    border: solid 1px #dddddd7a;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px;
    border-radius: 5px;
    margin-top: 33px;
    transition: 0.2s ease-in all;
}

.frabchaise-logstic:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
  transform: translateY(-5px); /* thoda upar lift hone ka effect */
}


.ranchaise-details {
    padding: 65px 0px 65px;
    position: relative;
}
.ranchaise-details:after {
    background: url(../img/coffee.svg) no-repeat;
    background-size: 100px;
    height: 140px;
    content: "";
    position: absolute;
    top: 20px;
    right: 50px;
    width: 100px;
    opacity: 0.3;
    transform: rotate(-15deg);
}

.ranchaise-details:before {
    background: url(../img/coffe-cup.svg) no-repeat;
    background-size: 80px;
    height: 179px;
    content: "";
    position: absolute;
    top: 60px;
    left: 0px;
    width: 80px;
    opacity: 0.3;
    transform: rotate(15deg);
}


.frabchaise-logstic h2 {
    color: #1aaaa5;
    font-size: 27px;
    margin-bottom: 0px;
    font-weight: 600;
    padding: 14px 0px;
    transition: 0.3s ease-in all;
}

.frabchaise-logstic h6{
    color: #000;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 600;
}

.sold-perday img {
    height: 62px;
}


.ranchaise-details .title_heading{
    padding-top: 0px;
}

.awards{
    padding: 0px 0px 50px;
}

.best-achived{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 45px;
}


.best-achived img{
    max-width: 100px;
}

.best-achived h6{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 10px 0px;
}


.franchaise-from{
    padding: 50px 0px;
}

.franchaise-from .contant-right .name input {
    color: #656565;
    border-color: #989898;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 10px 12px;
    font-family: 'Marcellus';
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s ease-in-out all;
}

.franchaise-from .contant-right .name input:focus {
    border: solid 1px #19aaa3;
}

.education-data {
    display: flex;
    align-items: self-start;
    gap: 4px;
    padding-top: 6px;
    flex-direction: column;
}
.name label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.education-data label {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #676565;
}

.education-data label input {
    padding-top: 0px !important;
    margin: 0px !important;
}


.education-data input[type="radio"]:checked + label {
  background-color: #19aaa3;
  border-color: #19aaa3;
  color: #007bff;
  font-weight: bold;
}

.content-btn button {
    display: inline-block;
    background: #19aaa3;
    color: #fff;
    padding: 10px 30px;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    border: none;
}


.franchaise-from .content-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}




///backry page css start here///

.main-carousel .carousel-item:after{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
}

.about-backery {
    padding: 65px 0px;
}

.backery-productimg {
    position: relative;
}

.premium-backery {
    position: relative;
    z-index: 9;
    height:400px;
}

.premium-backery img{
 height:100%;
 width:100%;
 object-fit:cover;
}


.backery-productimg:after {
    background: #452a17;
    content: "";
    top: -15px;
    left: 0px;
    width: 100%;
    height: 100%;
    left: -20px;
    position: absolute;
    border-radius: 2px;
}

.premium-backery img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.about-backery .title_heading {
    padding-top: 0px;
}

.aboutbackry-content p {
    font-size: 15px;
    line-height: 25px;
    margin: 19px 0px;
}





.sweet-section .tabs {
    display: flex
;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sweet-section .tab {
    background: #fff;
    border: 1px solid rgb(69 42 23);
    padding: 5px 29px;
    cursor: pointer;
    border-radius: 20px;
    transition: 0.3s;
    font-size: 15px;
}

.sweet-section .tab.active, .tab:hover {
    background-color: rgb(69 42 23);
    color: white;
}

.products {
    display: flex
;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    gap: 20px;
    height: 252px;
}

.product-card {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    width: 20%;
    box-shadow: 0 0 10px rgb(221 221 221 / 10%);
    transition: 0.3s;
}

.product-card:hover{
    transform: translateY(-10px);
}

.cookies img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 100%;
  object-fit: cover;
}

.product-card h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #19aaa3;
}

.product-card p {
  font-size: 14px;
  color: #888;
}

section.sweet-section {
    padding: 0px 0px 45px;
    background: #F5F8FD;
}

.cookies{
    height: 200px;
}

.backrey-valuyh {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px 0px;
}

.backrey-valuyh p {
    font-size: 15px;
    color: #19aaa3;
    font-weight: 500;
}

.backrey-valuyh h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #000;
}

.our-services{
    padding: 50px 0px;
    background: #F5F8FD;
}

.our-services .frabchaise-logstic{
    background: #fff;
    box-shadow: 0 0 10px rgb(221 221 221 / 10%);
}

.sweetparites{
    background: url(../img/fresh-prodcut.jpg)no-repeat;
    background-size: cover;height: 500px;
    position: relative;
}

.sweetparites:after{
    position: absolute;
    content: "";
    top: 0px;
    background: rgb(0 0 0 / 65%);
    width: 100%;
    height: 100%;
    left: 0px;
    pointer-events: none;
}

.sweetparites .row{
    position: relative;
    z-index: 999;
}

.catcalogs {
    height: 300px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
}

.catcalogs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
    border-radius: 5px;
}

.catcalogs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    transition: transform 0.5s ease;
    transform-origin: center;
}

.catcalogs h3 {
    position: absolute;
    top: 35%;
    left: 29%;
    margin: 0;
    font-size: 20px;
    color: #fff;
    z-index: 2;
    padding: 5px 10px;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background: rgb(69 42 23 / 77%);
    border-radius: 5px;
}

.catcalogs h3::before,
.catcalogs h3::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: all 0.4s ease;
    z-index: -1;
}

.catcalogs h3::before {
    height: 2px;
    width: 0;
    top: 0;
    left: 0;
}

.catcalogs h3::after {
    width: 2px;
    height: 0;
    bottom: 0;
    right: 0;
}

.catcalogs:hover h3::before {
    width: 100%;
}

.catcalogs:hover h3::after {
    height: 100%;
}

.catcalogs p {
    position: absolute;
    top: 50%;
    right: 25px;
    left: 25px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    z-index: 2;
    text-align: center;
}

.catcalogs:hover::before {
    opacity: 1;
}

.catcalogs:hover img {
    transform: scale(1.1) rotate(1deg);
}

.catcalogs:hover p {
    opacity: 1;
    transform: translateY(0);
}

.catcalogs:hover {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6) inset;
}

.fresh-producgfyt{
    padding: 35px 0px;
    text-align: center;
    position: relative;
    z-index:9999;
}

.fresh-producgfyt h2{
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.fresh-producgfyt p{
    text-align: center;
    color: #fff;
    font-size: 17px;
}



/* .catcalogs img:after{
    position: absolute;
    content: "";
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 5px;
} */



.bestservices-affortable{
padding: 50px 0px;
    background: #F5F8FD;
}




.image-comparison {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.image-comparison .before,
.image-comparison .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-comparison .before {
  z-index: 1;
}

.image-comparison .after {
  width: 50%; /* Initial state - shows 50% of after image */
  z-index: 2;
  overflow: hidden;
}

.image-comparison img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
}

.slider-arrow.left {
  left: 10px;
}

.slider-arrow.right {
  right: 10px;
}

.slider-arrow:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}

.image-comparison:hover .slider-control {
  opacity: 1;
}










.workwithus{
    padding: 0px 0px 45px;
    background: #F5F8FD;
}

.studio{
    background: #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 30px;
    height: 100%;
}

.studio h6{
   font-size: 25px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

/* .studio-subtance{
    padding: 40px 0px;
} */

.studio-subtance .container-fluid{
    padding: 0px;
}

.studio h2 {
    font-size: 17px;
    color: #1aaaa5;
    margin-bottom: 0px;
    /* padding-top: 10px; */
    font-weight: 600;
    padding: 18px 0px 0px;
}

.studio button {
    padding: 10px 30px;
    border-color: #1ba9a3;
    color: #1aaaa5;
    font-size: 15px;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    border: solid 1px;
    font-weight: 600;
    background: none;
    margin: 15px 0px;
    transition: 0.3s ease-in all;
}

.studio button:hover{
    background: #1ba9a3;
    color: #fff;
}

.studio p{
    margin-bottom: 0px;
    padding: 12px 0px 0px;
    font-size: 15px;
    text-align: center;
}

.studio-img{
    height: 500px;
}


.studio-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.studio-contact{
 background: #F5F8FD;
 padding: 0px 0px 70px;
}

.content-btn .submit-btn {
    display: inline-block;
    background: #19aaa3;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;

}



.title_heading h2{
    text-align: center;
}
.contant-right h6{
    color: #000;
    font-size: 23px;
    margin-bottom: 0px;
    padding: 12px 0px;
}

.cv-upload-box {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.cv-upload-box input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.cv-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #19aaa3;
  font-weight: 600;
  padding: 15px;
  border-radius: 5px;
  border: 1px dashed #989898;
  transition: 0.3s ease;
  cursor: pointer;
  height: 100px;
  flex-direction: column;
  font-size: 14px;
}



.cv-icon {
  margin-right: 10px;
  font-size: 20px;
}

span.cv-icon {
    width: 40px;
    height: 40px;
    background: #19aaa3;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}

span.cv-icon img{
    max-width: 20px;
    filter: invert(1) brightness(2);
}

.cofee-content h5 span {
    font-size: 19px;
}

.aboutbackry-content h2{
text-align:start;
}



