:root {
    --primary_color: #f08632;
    --btn_color: #f08632;
    --white_color: #fff;
    --black_color: #000;
    --para_size: 16px;
    --link_size: 19px;
    --heading_size: 32px;
    --normal_size: 26px;
    --main_color: #eaeff5;
    --ligh-pink:#fdf3ea;
    --font-size-l: 46px;
    --font-size-m: 20px;
    --font-size-s: 14px;
    --para_color: #959595;
    /* font-weight */
    --font-weight-s: 600;
    --font-weight-m: 700;
}
@font-face {
    font-family:Montserrat ;
    src: url(../Montserrat/static/Montserrat-Light.ttf);
}
/* pointer-event:none */
.navbar {
    height: 65px;
    background-color: var(--primary_color);
}

.collapse {
    height: 100%;
}
.navbar>.container {
    justify-content:space-between;
}
.navbar>.container img{
    display: none;
}
.nav_top li:hover {
    background: var(--black_color);
}


.nav_top a {
    font-size: var(--link_size);
}

.offcanvas {
    transition: all linear .3s !important;
}

.drop_bar {
    position: relative;
}

.extra_dropDown {
    min-height: 0;
    width: 150px;
    background-color: black;
    position: absolute;
    top: 63px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all linear .2s;
    z-index: 4;
}

.nav_top li:nth-child(4):hover .extra_dropDown,
.extra_dropDown:hover {
    min-height: 140px;
    opacity: 1;
    visibility: visible;
}

.extra_drop_content {
    padding: 0;
    margin: 0;
    list-style: none;
}

.extra_drop_content li {
    padding: 7px 10px;
}

.extra_drop_content a {
    font-size: var(--para_size);
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}
.header-top-inner .header-left {
    display: flex;
    align-items: center;
}
.header-top-inner .header-left li {
    list-style: none;
    font-size: 14px;
    color: #111111;
    margin-right: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.header-top-inner .header-left li i {
    font-size: 8px;
    padding-left: 8px;
}
.header-top-inner .header-left li::after,.header-right li:first-child:after{
    content: "|";
    margin-left: 15px;
    color: #ccc;
}
.header-top-inner .header-left li:last-child::after,.header-right li:last-child::after {
    content: "";
}
.header-top-inner .header-left li ul {
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111;
    padding:5px 10px;
    border: 1px solid #ccc;
    z-index: 10;
    transition: all 2s ease;
}
.header-top-inner .header-left li ul li {
    margin: 0;
    padding: 5px 10px;
    color: #fff;
}
.header-top-inner .header-left li:hover ul {
    display: block;
    top: 24px;
    opacity: 1;
    visibility: visible;
    transition: all, 2s;
}
.header-logo {
    text-align: center;
}
.header-logo img {
    width: 130px;
    height:50px;
}
.header-top-inner .header-right {
    display: flex;
    align-items: center;
}
.header-top-inner .header-right .header-right-links li, .header-right-cart li{
    list-style: none;
    margin-right: 23px;
    display: flex;
    align-items: center;
    font-size:26px;
}
.header-top-inner .header-right .header-right-links{
    display: flex;

}
.cart-price {
    color: #111;
    padding-left:10px;
    font-size:17px;
}
.reg {
    background: #fdf3ea;
}

.section-title span {
    color: #f08632;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 46px;
    color: #111111;
    line-height: 60px;
    font-weight: 700;
    font-style: italic;
    font-family: "Playfair Display", serif;
}

.cl-form {
    width: 100%;
    max-width: 585px;
}

.image-container {
    position: relative;
    
}

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

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: none;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
}

option:hover {
    background-color: grey;
    font-weight: bold;
}
/* Small Mobile  */

.main-slider {
    height: 700px;
    width: 100%;
    /* background-color: aqua; */
    background-image: url(../images/cake.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Outer navigation buttons */
.main-slider .outer-nav-btn {
    font-size: 2rem;
    color: #f2a365;
    border: none;
    background: #000;
    opacity: .6;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 20px;
    transition: background-color 0.3s;
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
}

.main-slider #prev-btn {
    left: 20px;
}

.main-slider #next-btn {
    right: 20px;
}

.main-slider .cakeInnerPart {
    height: 350px;
    /* width: 800px; */
    background-color: white;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-slider .cakeInnerTextPart {
    height: 300px;
    width: 750px;
    /* background-color: greenyellow; */
    position: relative;
    left: 0px;
    top: 0px;
    border: 1px dashed #f08632;;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-slider .text-cakeinner {
    width: 100%;
    font-size: 3.1rem;
    font-weight: bold;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.4;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

/* Slide-up animation */
@keyframes slide-up {
    from {
        transform: translateY(100%); /* Start below */
        opacity: 0;
    }
    to {
        transform: translateY(0); /* Move to position */
        opacity: 1;
    }
}

@keyframes slide-down {
    from {
        transform: translateY(-100%); /* Start above */
        opacity: 0;
    }
    to {
        transform: translateY(0); /* Move to position */
        opacity: 1;
    }
}
/* ---about-section ----*/
.about {
    padding: 50px 0px;
}
/* .register{
    padding-top: 50px;
} */
.section-title {
    margin-bottom: 35px;
}
.section-title span {
    color: #f08632;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 47px;
    color: #111111;
    line-height: 60px;
    font-weight: 700;
    font-style: italic;
    font-family: "Playfair Display", serif;
}

.about p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #444444;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.about_range {
    width: 100%;
    height: 8px;
    background: #e1e1e1;
}

.about_inner_range {
    height: 8px;
    background: rgb(17, 17, 17);
}

.about .first {
    width: 95%;
}

.about .second {
    width: 80%;
}

.about .third {
    width: 90%;
}
.about .custom-col {
    height: 200px;
    width: 200px;
    font-size: 50px;
    color: #f08632;
    transition: all ease .4s;
}

.about .icon-outer:hover .custom-col {
    background: #f08632;
    color: #fff;
}

.about .icon-outer:hover .custom-col p {
    color: #fff;
}

.about .owl-prev {
    position: absolute;
    top: 30%;
    left: -35px;
}

.about .owl-next {
    position: absolute;
    top: 30%;
    right: -35px;
}

.about .owl-prev span,
.owl-next span {
    font-size: 45px;
    color: #171717;
}

.about .owl-theme .owl-dots {
    display: none;
}

.about .owl-theme .owl-nav:hover {
    text-decoration: none;
}

/* ---about-section ----*/

/* cake-categories */
.product_bottom {
    position: relative;
}
.product_label {
    font-size: 14px;
    background: #ffffff;
    padding: 6px 10px 6px;
    width: 30%;
    position: absolute;
    bottom: 47px;
    left: 110px;
    border-radius: 2px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
}

.product_img:hover .product_label {
    background: #f08632;
    transition: all ease-in-out 0.2s;
    color: #ffff;
}

.product_link {
    text-decoration: none;
    text-align: center;
}

.product_name,
.product_price {
    color: #111111;
    font-size: 16px;
    font-weight: 600px;
}

.price_box {
    position: relative;
    overflow: hidden;
}

.cart_add {
    position: absolute;
    bottom: -20px;
    left: 37%;
    background: #ffffff;
    transition: all ease-in-out 0.5s;
}
.cart_text {
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #f08632;
    font-weight: 600;
    font-size: 16px;
}

.product_img:hover .cart_add {
    bottom: 10px;
}
.main-slider .slide-up {
    animation: slide-up 0.5s ease-in-out; 
}

.main-slider .slide-down {
    animation: slide-down 0.3s ease-in-out; /* Duration matches JavaScript timeout */
}
.main-slider .cake-button {
    background-color: #f2a365;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
}

.main-slider .cake-button:hover {
    background-color: #e58945;
}
/* our-team */
.our-team .team_join{
    border: 1px solid gray;
    padding: 8px 18px;

}
.our-team  .team_head{
    color: orange;
}
.our-team  .team_joinbtn{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding:10px 25px;
    color: #848484;
    letter-spacing: 2px;
    text-decoration: none;
}
.our-team  .member_card {   
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.our-team  .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(244, 242, 242, 0.677);
    color: rgb(23, 23, 23);
    transform: translateY(100%);
    transition: transform 0.4s ease;
    padding: 15px;
}

.our-team  .member_card:hover .overlay-content {
transform: translateY(0);
}
.our-team  .social-icons a {
font-size: 1.2rem;
transition: color 0.3s ease;

}
.our-team  .social-icons a:hover {
color: #007bff;
}
.ourTeam{
    font-size: 20px;
    color: #f08632;
}
.ourTeamName{
    font-style: italic;
    font-size: 46px;
    font-weight: 700;
}
.joinUs{
    border: 1px solid gray;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.member_card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.member_card img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.overlay-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: rgba(231, 226, 226, 0.8);
    color: #111010;
    text-align: center;
    padding: 10px;
    transition: bottom 0.4s ease-in-out;
}
.member_card:hover .overlay-content {
    bottom: 0; /* Move overlay from bottom to top on hover */
}

.social-icons a {
    font-size: 1.2rem;
    color: #171717;
    margin-right: 15px;
    transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
    color: #17a2b8;
}
/* ------------testimonial -------------*/
.t-s {
    min-height: 400px;
    background-color: var(--ligh-pink);
}

.t-text {
    min-height: 100px;
}
.ts-heading{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ts-heading p{
    font-family: var(--primary-color);
    font-size: var(--font-size-m);
    color: var( --primary_color);
    font-weight:var(--font-weight-s);
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-top: 40px;
}
.ts-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ts-title h6{
    font-size:var(--font-size-l);
    color: var(--black-color);
    line-height: 60px;
    font-weight: var(--font-weight-m);
    font-style: italic;
    font-family: "Playfair Display", serif;
}
.ts-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 22px;
}
.ts-card,.ts-card_two{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 236px;
    flex-direction:column;
    background-color:#fff;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-iem{
    padding-left: 15px;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.card{
    min-height: 50px;
    display: flex;
    gap: 30px;
}
.card-img{
    border-radius: 50%;
    height:95px;
    width: 95px;
}
.card-text{
    padding-top: 20px;
    padding-left: 10px;
    min-height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-text p{
    line-height:28px ;
    color:var(--secondry-color);
    font-style: italic;
}
.text-warning {
    font-size: 18px !important;
}
.t-name{
    color:var(--black-color);
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
}

.card-name{
    min-height: 50px;
    padding-left: 1px;
}

.sweetimage img{
    min-width: 100%;
}
.sweetimage{
   margin-bottom: 35px;
}
.sweetimage.middle_pic {
   padding-top: 30px;
}
.follow_insta {
   padding-top: 70px;
}
.follow_text{
   margin-bottom: 55px;
}
.follow_text span {
   color: #f08632;
   font-size: 20px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 3px;
   display: block;
   margin-bottom: 10px;
   font-family: "system-ui";
}
.follow_text h2 {
   font-size: 46px;
   color: #111111;
   line-height: 60px;
   font-weight: 700;
   font-family: "Playfair Display";
   letter-spacing: 2px;
   /* word-spacing: 3px; */
}
.sweetcake{
   font-size: 20px;
   color: #444444;
   position: relative;
   z-index: 1;
   font-weight: 400;
   font-family: "Montserrat", sans-serif;
}
.sweetcake i {
   color: #111111;
   font-size: 36px;
   position: relative;
   top: 6px;
   margin-right: 8px;
}
.sweetcake:after {
   content: "";
}
.sweetcake:after {
   content: "";
   position: absolute;
   left: 0;
   top: -34px;
   background: url('image/cakeafter.png');
   height: 130px;
   width: 120px;
   z-index: 10;
}
/* Big Laptop  */

/* footer */
.location{
    position:relative;
    min-height:350px;
    /* width:100px; */
}
 .location .container{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
.map-content{
    width: 362px;
    height: 200px;
    background-color: aliceblue;
    position: absolute;
    box-shadow: 0px 0px 10px hsl(0, 3%, 70%);
    left: 9%;
    top:10%;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
 .map-content h5{
    font-size: 19px;
    line-height: 10px; 
    /* padding-bottom:10px; */
    color:#3f3e3e;
}
.map-content  p{
    font-size:13px;
    padding: 5px 20px;
    color:#818181;
}
.map .container iframe{
    width:100%;
    height:400px;    
}

@media(max-width:375px){
 .map .container .map-content{
    width: 20px;
   
}   
}
.footer-container {
    min-height: 100px;
    width: 100%;
    background: url(../images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    
}

.footer-container  #container {
    min-height: 350px;
}

.footer-container  .footer-timing {
    font-size: 20px;
}

.footer-container  .footer-timing h6 {
    font-size: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.footer-container .footer-timing ul{
    padding: 0px;
}
.footer-container .footer-timing ul li {
    list-style: none;
    font-size: 16px;
    color: #a4a4a4;
    line-height: 36px;
}

.footer-container .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container .footer-social a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #272422;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.footer-container .footer-social a i {
    font-size:15px;
    color: #fff;
}

.footer-container .footer-faci p {
    line-height: 36px;
    padding: 34px;
    text-align: center;
    color: #a4a4a4;
}

.footer-container .footer-subs {
    position: relative;
    margin-bottom: 40px;
}

.footer-container .footer-subs h6 {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}

.footer-container .footer-subs p {
    color: #a4a4a4;
    margin-bottom: 40px;
}

.footer-container .footer-subs form input {
    height: 50px;
    width: 100%;
    padding-left: 22px;
    background: rgba(253, 243, 234, 0.2);
    border: none;
    color: #ffffff;
    font-size: 14px;
}
.footer-container .footer-subs form button {
    font-size: 32px;
    color: #f08632;
    background: transparent;
    border: none;
    position: absolute;
    right: 1px;
    top: 50px;
    height: 100%;
    padding: 0 20px;
}
.footer-container .footer-bottom {
    min-height: 50px;
    width: 100%;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container .copyright {
    padding-left: 60px;
    color: #fff;
}

.footer-container .copyright i {
    color: #daa520;
}

.footer-container .copyright a {
    text-decoration: none;
    color: #daa520;
}

.footer-container .copyright-privacy ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-container .copyright-privacy li {
    list-style: none;
}

.footer-container .copyright-privacy li a {
    text-decoration: none;
    color: #a4a4a4;
}
/* shop details start */
.breadcrumb-option {
    padding: 15px 0;
    margin-bottom: 20px;
}

.breadcrumb-text h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333;
    font-family: "playfair Display", serif;
    font-style: italic;
}

.breadcrumb-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.breadcrumb-links a {
    color: #333;
    font-size: 20px;
    text-decoration: none;
    margin-right: 10px;
}

.breadcrumb-links span {
    font-size: 20px;
    color: #999;
}

/* Product Details Section */
.product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-details-img {
    margin-bottom: 20px;
}

.product-details-big-img img {
    width: 100%;
    margin-bottom: 15px;
}

.food-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
}

.food-item img:hover {
    border-color: #333;
}
/* ----description start ------ */
.description_text p {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Montserrat";
}
.description .nav-link {
    color:#444444;
    font-family: "Montserrat";
    position: relative;
}
.description .nav-link::after{
    content: "";
    position: absolute;
    height: 18px;
    right: 0px;
    bottom: 10px;
    border: 1px solid #7b7d72;
}
.description .nav-pills .nav-link.active, .nav-pills .show> .nav-link{
    background-color: transparent;
    border:none;
    border-bottom: 1px solid;
    border-radius: 0;
    gap:9px;
    color:#000;
}
/* ---- description end ----- */
/* Product Details Text */
.product-label {
    height: 30px;
    width: 100px;
    font-size: 20px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.product-details-text {
    min-height: 200px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-details-text h4 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.product-details-text h5 {
    font-size: 20px;
    color: #e74c3c;
    margin-bottom: 20px;
}

.product-details-text p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.product-details-text ul {
    margin-bottom: 20px;
    padding-left: 0px;
}

.product-details-text ul li {
    list-style: none;
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

.product-details-text ul li span {
    font-weight: bold;
}

/* Buttons */
.primary-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
}

.primary-btn:hover {
    background-color: #555;
}

.heart-btn {
    font-size: 18px;
    color: #e74c3c;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.heart-btn:hover {
    color: #ff6f61;
}

/* shop details end  */
.breadcrumb-option {
    padding: 15px 0;
    margin: 20px 0px

}

.breadcrumb-text h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333;
    font-family: "playfair Display", serif;
    font-style: italic;
}

.breadcrumb-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.breadcrumb-links a {
    color: #333;
    font-size: 20px;
    text-decoration: none;
    margin-right: 10px;
}

.breadcrumb-links span {
    font-size: 20px;
    color: #999;
}

/* Product Details Section */
.product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-details-img {
    margin-bottom: 20px;
}

.product-details-big-img img {
    width: 100%;
    margin-bottom: 15px;
}

.food-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
}

.food-item img:hover {
    border-color: #333;
}

/* Product Details Text */
.product-label {
    height: 30px;
    width: 100px;
    font-size: 20px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.product-details-text {
    min-height: 200px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-details-text h4 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.product-details-text h5 {
    font-size: 20px;
    color: #e74c3c;
    margin-bottom: 20px;
}

.product-details-text p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.product-details-text ul {
    margin-bottom: 20px;
    padding-left: 0px;
}

.product-details-text ul li {
    list-style: none;
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

.product-details-text ul li span {
    font-weight: bold;
}

/* Buttons */
.primary-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
}

.primary-btn:hover {
    background-color: #555;
}

.heart-btn {
    font-size: 18px;
    color: #e74c3c;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.heart-btn:hover {
    color: #ff6f61;
}

/* blog details start */
.hero{
    background-image: url(../images/blog-hero.jpg);
      min-height:640px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .hero-text{
    padding: 45px 65px 45px 65px;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
  }
  .tag {
    display: inline-block;;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 13px;
    font-family: Montserrat;
  }
  .hero-text h1{
    display: inline-block;
    font-size: 46px;
    font-weight: 700;
    line-height: 55px;
    Color:rgb(17, 17, 17);
    font-family:"Playfair Display", serif;
  }
  .meta .views {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    Color:rgb(17, 17, 17);
    font-family: Montserrat;
  }
  .meta .author {
    font-weight: bold;
    color: #000;
  }
  .blog-text-containt{
    display: flex;
    justify-content: center;
    padding: 100px 76px;
  }
  .blog-text-containt-main{
    min-height: 100px;
  }
  .blog-pragraph p{
    font-size: 18px;
    Color: rgb(108 108 108);
    line-height: 29px;
  }
  .blog-pragraph-two p{
    padding-top: 20px;
    font-size: 18px;
    Color: rgb(108 108 108);
    line-height: 29px;
  }
  .social-meadia ,.social-meadia-one ,.social-meadia-two,.social-meadia-three{
         display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        height: 47px;
        width: 47px;
        border-radius: 50%;
  }
  .blog-text-containt-main-first{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
        gap: 21px;
  }
  .social-meadia{
    background: #3263af;
  }
  .social-meadia-one{
    background: #40c4ff;
  }
  .social-meadia-two{
    background: #ff0000;
  }
  .social-meadia-three{
    background: linear-gradient(to right, #af00e1, #ff9e35);
  }
  .info-section {
        background-color: #f8f9fa;
        padding: 31px;
        border-radius: 8px;
        text-align: center;
  }
  
  .info-item {
    /* gap: 17px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }
  
  .info-icon {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .info-label {
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
  }
  
  .info-text {
    color: #6c757d; 
  }
  .ingredients-section {
    padding: 20px;
  }
  
  .ingredients-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .ingredients-list {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .ingredients-list li {
    margin-bottom: 8px;
  }
  
  .ingredients-image img {
    border-radius: 8px;
    min-width: 100%;
    object-fit: cover;
  }
  
  .directions-section {
    padding: 20px;
  }
  
  .directions-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .directions-list {
    list-style: none;
    padding-left: 0;
  }
  
  .directions-list li {
    margin-bottom: 15px;
  }
  
  .directions-list li::before {
    content: counter(step, decimal-leading-zero) ". ";
    counter-increment: step;
    font-weight: bold;
    margin-right: 10px;
  }
  
  .directions-list {
    counter-reset: step;
  }
  .tag-service{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
  }
  .tag-service:hover {
    background-color: #e7e7e7;
  }
  .nav-links {
    font-weight: bold;
  }
  .nav-links a {
    color: #333;
    text-decoration: none;
  }
  .nav-links a:hover {
    color: #ff6600;
  }
  
    .print-row {
      padding: 52px 0px;
  }
  .button-row{
    padding: 52px 0px; 
  }
  .comment-section {
    background-color: #fff7f2;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
  }
  
  .comment-author {
    font-weight: bold;
    font-size: 1.2rem;
  }
  
  .comment-text {
    margin-top: 5px;
    color: #555;
  }
  
  .social-icons a {
    margin: 0 5px;
    color: #555;
    text-decoration: none;
  }
  
  .social-icons a:hover {
    color: #000;
  }
  
  .leave-comment-btn {
    background-color: #ffe2cc;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .leave-comment-btn:hover {
    background-color: #ffc299;
    color: #fff;
  }
  
  .comment-heading {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .bt-comment{
    display: flex;
    gap: 50px;
  }
  .comment {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .comment:last-child {
    border-bottom: none;
  }
  
  .comment img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .comment .author {
    font-weight: bold;
    font-size: 1.1rem;
  }
  
  .comment .date {
    font-size: 0.9rem;
    color: #888;
  }
  
  .comment .text {
    margin-top: 5px;
    color: #555;
  }
  
  .comment .actions {
    font-size: 0.9rem;
    margin-top: 5px;
  }
  
  .comment .actions a {
    color: #555;
    text-decoration: none;
    margin-right: 10px;
  }
  
  .comment .actions a:hover {
    text-decoration: underline;
  }
  .btn:hover {
    color: #fff !important;
  }
  .service {
    display: flex;
  }
  .service-text{
    padding-right: 14px;
  }
  .Testimonial-text {
    text-align: center;
    margin-bottom: 40px;
}

.Testimonial-text p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.Testimonial-text h6 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 0;
}
.product_bottom {
    position: relative;
}
.product_label {
    font-size: 14px;
    background: #ffffff;
    padding: 6px 10px 6px;
    width: 30%;
    position: absolute;
    bottom: 47px;
    left: 110px;
    border-radius: 2px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
    text-align: center;
}
.product_img:hover .product_label {
    background: #f08632;
    transition: all ease-in-out 0.2s;
    color: #ffff;
    
}
.product_link {
    text-decoration: none;
    text-align: center;
}
.product_name,.product_price {
    color: #111111;
    font-size: 16px;
    font-weight: 600px;
    text-align: center;
}
.price_box {
    position: relative;
    overflow: hidden;
}
.cart_add {
    position: absolute;
    bottom: -20px;
    left: 37%;
    background: #ffffff;
    transition: all ease-in-out 0.5s;
}

.cart_text {
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #f08632;
    font-weight: 600;
    font-size: 16px;
}
.product_img:hover .cart_add {
    bottom: 10px;
}

.slider {
    display: flex;
    align-items: stretch;
    padding-bottom: 20px;
}
/* wiss list start */

.wishlist-header h1 {
    font-weight: bold;
}

.wishlist-header nav a {
    color: #6c757d;
}

.wishlist-product img {
    width: 80px;
    height: 80px;
    object-fit: cover;

    margin-right: 15px;
}

.wishlist-product-name {
    font-weight: bold;
}

.wishlist-btn-remove {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}

.wishlist-btn-remove:hover {
    color: #e74c3c;
}

/* wisslist end */
/* blogpage ----- start */
.breadcrumb__text h2 {
    font-size: 50px;
    color: #000000;
    font-weight: 700;
    font-style: italic;
    font-family: "Playfair Display", serif;
}

.breadcrumb__links {
    text-align: right;
    padding-top: 15px;
}

.breadcrumb__links a {
    font-size: 16px;
    color: #111111;
    margin-right: 26px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.breadcrumb__links span {
    font-size: 16px;
    color: #888888;
    display: inline-block;
}
.blog {
    overflow: hidden;
}
.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog__item {
    margin-bottom: 70px;
}
.blog__item__pic {
    height: 385px;
    position: relative;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.blog__item__pic .blog__pic__inner {
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: calc(100% - 40px);
    padding: 30px 0 0;
}
.blog__item__pic .blog__pic__inner .label {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    background: #f08632;
    display: inline-block;
    padding: 4px 15px 2px;
}
.blog__item__pic .blog__pic__inner ul {
    display: inline-block;
    margin-left: 25px;
}
.blog__item__pic .blog__pic__inner ul li {
    list-style: none;
    font-size: 12px;
    color: #888888;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.blog__item__pic .blog__pic__inner ul li:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: "|";
}
.blog__item__pic .blog__pic__inner ul li:last-child {
    margin-right: 0;
}
.blog__item__text {
    padding-top: 42px;
}
.blog__item__text h2 {
    font-family: "Playfair Display", serif;
    color: #111111;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 48px;
}
.blog__item__text p {
    color: #444444;
    margin-bottom: 26px;
}
.blog__item__text a {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid #f08632;
    text-decoration: none;
}
.shop__pagination{
    position: relative;
}
.shop__pagination a {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transition: all, 0.5s;
    text-decoration: none;
    background-color: transparent;
}

.shop__pagination a:hover{
    background-color: #000;
    color:#fff;

}
.shop__pagination .blog-arr{
    position: absolute;
    color:#fff;
    background-color: orange;
    
}
.blog__sidebar__search {
    margin-bottom: 65px;
}
.blog__sidebar__search form {
    position: relative;
}
.blog__sidebar__search form input {
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #444444;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
}
.blog__sidebar__item {
    margin-bottom: 65px;
}
.blog__sidebar__item h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
    margin-bottom: 35px;
}
.blog__sidebar__item h5:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 10px;
    background: rgba(226, 108, 12, 0.3);
    content: "";
}
.blog__sidebar__item .blog__sidebar__social a {
    display: inline-block;
    font-size: 16px;
    color: #111111;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #f2f2f2;
    line-height: 46px;
    text-align: center;
    margin-right: 6px;
    transition: all, 0.3s;
}
.blog__sidebar__recent__item {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.blog__sidebar__recent__item__pic {
    float: left;
    margin-right: 25px;
}
.blog__sidebar__recent__item__text {
    overflow: hidden;
}
.blog__sidebar__recent__item__text h4 {
    font-size: 20px;
    color: #111111;
    line-height: 26px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    margin-bottom: 8px;
}
.blog__sidebar__recent__item__text span {
    font-size: 12px;
    color: #888888;
}
.blog__sidebar__item .blog__sidebar__item__categories ul li {
    list-style: none;
    line-height: 36px;
    overflow: hidden;
}
.blog__sidebar__item .blog__sidebar__item__categories ul li a {
    font-size: 16px;
    color: #444444;
    text-decoration: none;
    background-color: transparent;
}
.blog__sidebar__item .blog__sidebar__item__categories ul li a span {
    float: right;
}
.blog__sidebar__item p {
    margin-bottom: 25px;
}
.blog__sidebar__item form label {
    font-size: 14px;
    color: #444444;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 22px;
    display: block;
}
.blog__sidebar__item form input {
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #444444;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.blog__sidebar__item form label input {
    position: absolute;
    visibility: hidden;
}
.blog__sidebar__item form label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 14px;
    width: 14px;
    border: 1.5px solid #888888;
    content: "";
    border-radius: 2px;
}
.blog__sidebar__item form label .checkmark:after {
    position: absolute;
    left: 1px;
    top: -3px;
    width: 14px;
    height: 7px;
    border: solid #f08632;
    border-width: 1.5px 1.5px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
    content: "";
    opacity: 0;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    background: #111111;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    padding: 14px 30px;
}

/* ---checkout start---- */
.checkout-list .coupon{
    background-color: rgb(237, 235, 235);
    height:50px;
    border-top:2px solid #000;
    padding:10px;
}
.checkout-list .billing{
    border-bottom: 1px solid #dee2e6;
    height:50px;
    font-size:20px;
    margin-bottom: 20px;
}
.checkout-list .billng-details input{
    height:50px;
}
.checkout-list span{
    color:var(--primary_color);
}
.checkout-list .order-summary {
    background-color: #e7dbcb;
    padding: 20px;
}
.checkout-list .product-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.checkout-list .product-name {
    flex-grow: 1;
}
.product-price {
    white-space: nowrap; 
}
.totals {
    margin-top: 20px;
    border-top: 1px solid #dee2e6; 
    padding-top: 10px;
}
.totals-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.create-account {
    margin-top: 20px;
}
.placeholder-text {
    color: #868e96; 
    font-size: 14px;
}
.payment-options {
    padding: 20px;
    /* border-radius: 5px; */
    
    background-color: #e7dbcb;
}
.payment-options label {
    font-weight: normal; 
   
}
.place-order-button {
    background-color: #000; 
    color: #ffffff; 
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%; 
    margin-top: 20px;
}


/* checkout end */
Shopping Cart
-----------------------*/
.shopping__cart__table {
  margin-bottom: 30px;
}
.shopping__cart__table table {
  width: 100%;
}
.shopping__cart__table table thead {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table thead tr th {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.shopping__cart__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table tbody tr td {
  padding-bottom: 30px;
  padding-top: 30px;
}
.shopping__cart__table table tbody tr td.product__cart__item {
  width: 400px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
  float: left;
  margin-right: 30px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
  overflow: hidden;
  padding-top: 21px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
}
.shopping__cart__table table tbody tr td.quantity__item {
  width: 175px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty {
  width: 90px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty input {
  width: 65px;
  border: none;
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty .qtybtn {
  font-size: 16px;
  color: #888888;
  width: 10px;
  cursor: pointer;
  font-weight: 500;
}
.shopping__cart__table table tbody tr td.cart__price {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  width: 140px;
}
.shopping__cart__table table tbody tr td.cart__close span {
  font-size: 18px;
  display: inline-block;
  color: #111111;
  height: 40px;
  width: 40px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}

/* -------contact page start------- */
.map_section_div {
    height: 280px;
    position: relative;
}

.map_upper_div {
    height: 200px;
    width: 390px;
    position: absolute;
    top: 20px;
    background-color: var(--white_color);
    left: 390px;
}

.map_upper_div span,
p,
a {
    color: var(--para_color);
    font-weight: 400;
}

.contact_part_detail .container {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--para_color);
}

.contact_part_detail {
    padding: 100px 0px;
}

.contact_part_detail .row div {
    height: 220px;
}

.contact_part_detail .row div h6 {
    font-size: var(--para_size);
}

.contact_form_sect input {
    height: 50px;
    outline: transparent;
}

.contact_form_sect button {
    background-color: var(--black_color);
    height: 50px;
    width: 140px;
}

.contact_form_sect .form-control {
    font-size: 14px;
    resize: none;
}

.contact_form_sect .form-control::placeholder {
    color: var(--para_color);

}
.contact_form_sect input:focus{
    border: 1px solid var(--primary_color);
    box-shadow: none;
}
.contact_form_sect textarea:focus{
    border: 1px solid var(--primary_color);
    box-shadow: none;
}

/* --------contact Page end -------- */

  /* Responsive */
@media (max-width:1393px) {
    .blog-text-containt-main-first {
      gap: 40px;
    }
    }
  
  @media (max-width: 1333px) {
    .blog-text-containt-main-first {
        gap: 12px;
        justify-content: flex-start;
        display: flex;
        flex-direction:column;
    }
  }
/* blog details end  */
@media(max-width:1289px){
    .card-name {
        padding-left: 13px;
    }
}
@media (max-width: 1200px) {
    .section-title h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .cl-form {
        max-width: 500px;
    }
    .image-container {
        width: 85%;
        height: 600px;
    }
    .map_upper_div {
        left: 280px;
    }
    .member_card {
        max-width: 22rem;
    }
}
/* Laptop  */
@media(max-width:1068px){
    .card-iem { 
        padding-left:5px;
    }
}
@media (max-width: 1024px) {
    .section-title h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .image-container {
        height: auto;
    }
    @media (max-width: 1024px) {
        .col-lg-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }
    
        .product_label {
            left: 33%;
            width: 35%;
            padding: 6px 10px;
        }
    
        .cart_add {
            left: 31%;
        }
    }
}

@media (max-width: 993px) {
    .blog-text-containt-main-first {
        gap: 12px;
        justify-content: flex-start;
        display: flex;
        flex-direction: row;
    }
  }
@media (min-width: 992px) { 
    .member_card {
        max-width: 24rem;
    }
    .map_upper_div {
        left: 170px;
    }
    }  
    @media (max-width:990px) {
        .product-details {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: center;
            gap: 1px;
        }  
        .food-item img {
            width: 100px;
            height: 100px;
        }
    }
/* Tablet  */
@media (min-width: 769px) { 
    .team_con{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
    }
    .member_card {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 22rem;
    }
    .team_joinbtn{
        float: left;
    }
    }
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .cl-form {
        margin: 0 auto;
    }
    .image-container {
        height: auto;
        margin: 20px auto;
    }
    .image {
        margin-top: 20px;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cart_add {
        left: 37%;
    }
    .upper-header{
        display: none;
    }
    .navbar{
        background-color: #ffff;
    }
    .navbar>.container img{
        height:50px;
        width:70px;   
       display: block;

    }

    .breadcrumb-links {
        text-align: center;
    }

    .food-item img {
        width: 60px;
        height: 60px;
    }

    .product-details-text h4 {
        font-size: 24px;
    }

    .product-details-text h5 {
        font-size: 18px;
    }
    .breadcrumb-links span {
        font-size: 13px;
    }
    .Testimonial-card-item {
        margin: 10px auto;
    }

    .slider {
        display: block;
    }
    .wishlist-header nav {
        text-align: center;
        margin-top: 10px;
    }

    .wishlist-product img {
        width: 40px;
        height: 40px;
    }

    .wishlist-product-name {
        font-size: 0.9rem;
    }
    .ourTeamName {
        font-size: 41px;
    }
    .map_upper_div {
        left: 155px;
    }
}

@media(max-width:699px){
    .ts-card_two {
        display: none;
    }
    }
    @media (max-width: 678px) {
        .service {
          display: flex;
          gap: 10px;
        }
        }
        @media (max-width: 589px) {
            .service {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                width: 121px;
                gap: 10px;
            }
        }
@media (max-width: 576px) {
    .section-title h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .image {
        margin-top: 15px;
        text-align: center;
    }
    .image-container {
        width: 100%;
        height: auto;
    }
    .form-control {
        font-size: 15px;
        padding: 10px;
    }
    .btn {
        font-size: 16px;
        padding: 12px;
    }
}
@media (max-width:535px) {
    .map_upper_div {
        left: 60px;
    }
    .main-slider >.cakeInnerPart{
        width:300px;
    }
    .main-slider .cakeInnerTextPart {
        width: 300px;
    }
    .main-slider .text-cakeinner {
        font-size:20px;
}
}
@media (max-width: 480px) {
    .section-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .image-container {
        height: auto;
    }
    .image {
        margin-top: 20px;
    }
    .cl-form {
        padding: 10px;
    }
    .form-control {
        font-size: 14px;
        padding: 8px;
    }
    .btn {
        font-size: 14px;
        padding: 10px;
    }
    .upper-header{
        display: none;
    }
    .Testimonial-text h6 {
        font-size: 24px;
    }

    .Testimonial-text p {
        font-size: 16px;
    }
    .map_upper_div {
        left: 50px;
    }
}
@media (max-width:460px) {
    .map_upper_div {
        left: 30px;
    }
}
@media (max-width:440px) {
    .map_upper_div {
        height: 150px;
        width: 320px;
        left: 60px;
    }
    .map_upper_div span{
        padding: 0px 10px;
    }
}
@media (max-width: 430px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cart_add {
        left: 40%;
    }
}
@media (max-width: 412px) {
    .blog-text-containt {
      padding: 100px 5px;
    }
    }
    @media (max-width:410px) {
        .map_upper_div {
            left: 30px;
        }
    }
    @media (max-width:378px) {
        .ingredients-image img {
           border-radius: 8px;
           max-width: 100%;
           object-fit: cover;
       }
       }
@media (max-width: 376px) {

    .product-details-img {
        text-align: center;
    }
    .product-details-big-img img {
        max-width: 100%;
        height: auto;
    }
    .product-details {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
    .food-item img {
        width: 50px;
        height: 50px;
    }
    .product-details-text h4 {
        font-size: 18px;
        text-align: center;
    }
    .product-details-text h5 {
        font-size: 16px;
        text-align: center;
    }
    .product-details-text ul {
        padding: 0;
        text-align: center;
    }
    .product-details-option {
        flex-direction: column;
        align-items: center;
    }
    .pro-qty {
        width: 140px;
    }
    .btn {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 375px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-slider .cakeInnerPart {
        width: 337px;
    }
    .main-slider .cakeInnerTextPart {
        width: 354px;
    }
    .cart_add {
        left: 37%;
    }
}
@media (max-width:370px) {
    .map_upper_div {
        left: 20px;
    }
}
@media (max-width:350px) {
    .map_upper_div {
        width: 280px;
        left: 30px;
    }
}
@media (max-width:340px) {
    .map_upper_div {
        left: 30px;
    }
}
@media(max-width:325px){
   .main-slider .outer-nav-btn{
     display: none;
   }
    .main-slider .cakeInnerTextPart {
        width: 273px;
        height:238px;
    }
    .main-slider .cakeInnerPart {
        height: 262px;
    }
    .main-slider .text-cakeinner {
        width: 100%;
        font-size: 1.5rem;
    }
     .navbar{
    background-color: #fff;

} 
 
}
@media(max-width:320px){
    .map-content {
        width: 262px;
    }
    .main-slider {
        height: 423px;
    }
    .footer-faci,.footer-timing{
        border:none !important;
    }
    .footer-container .copyright,.copyright-privacy {
        font-size: 13px;
    }
    .footer-container .container{
        display: flex;
        text-align:start;
    }
    .footer-container .footer-faci p {
        line-height: 30px;
         padding: 0px;
    }
    .footer-container .footer-timing {
         padding-left:0px;
}
.map_upper_div {
    left: 20px;
}

}

