* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #fff;
}



.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

.top-bar a:hover {
    color: #5c1212;

}
    

.nav::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    /* background: url('scalloped-border.png') repeat-x; */
}
.section-divider {
    left: 0;
    z-index: 10;
    bottom: -15px;
    position: absolute;

    width: 100%;
    background-color: #fff1ec;
    height: 18px;
    clip-path: polygon(
      0% 100%, 2% 70%, 4% 100%, 6% 70%, 8% 100%, 10% 70%, 
      12% 100%, 14% 70%, 16% 100%, 18% 70%, 20% 100%, 
      22% 70%, 24% 100%, 26% 70%, 28% 100%, 30% 70%, 
      32% 100%, 34% 70%, 36% 100%, 38% 70%, 40% 100%, 
      42% 70%, 44% 100%, 46% 70%, 48% 100%, 50% 70%, 
      52% 100%, 54% 70%, 56% 100%, 58% 70%, 60% 100%, 
      62% 70%, 64% 100%, 66% 70%, 68% 100%, 70% 70%, 
      72% 100%, 74% 70%, 76% 100%, 78% 70%, 80% 100%, 
      82% 70%, 84% 100%, 86% 70%, 88% 100%, 90% 70%, 
      92% 100%, 94% 70%, 96% 100%, 98% 70%, 100% 100%, 
      100% 0%, 0% 0%
    );
  }


.nav-div img {
    width: 100%;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* .navs li a {
    font-size: 20px;
  
    text-decoration: none;
    font-weight: bold;
} */
.nav-sub {
    font-size: 20px;
  
    text-decoration: none;
    color: #454545;
    font-weight: bold;
}
.nav-sub ul li:hover {
    background-color: #fce8e4;

    color: #e19282;
    transform: translateX(2px);
   

}
.nav-sub ul li {
    transition: transform 0.3s ease;

}
.navbar-toggler{
    font-size: medium;
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}


  ul.navs > li {
    margin: 0 15px;
    position: relative;
  }

  ul.navs > li > a {
    
    font-weight: bold;
    display: block;
    /* color: rgb(0, 0, 0); */
    text-decoration: none;
    transition: background 0.3s;
  }

    .menu ul li {
        padding: 8px 5px;
      position: relative;
      /* padding: 10px; */
      cursor: pointer;
      /* transition: background-color 0.3s ease; */
    }

    

    .menu ul li a {
        color: inherit;
      text-decoration: none;
    }

    /* First level dropdown */
    .menu ul li ul {
        border-radius: 10px;
        font-weight: 400;
        padding: 2px;
        list-style: none;
        color: black;
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff1ec;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      min-width: 180px;
      z-index: 1000;
    }

    .menu ul li:hover > ul {
      display: block;
    }

    .menu ul li ul li {
      padding: 10px;
      white-space: nowrap;
      /* transition: background-color 0.3s ease; */
    }

    /* .menu ul li ul li:hover {
      background-color: #E18E81; 
      color: white;
    } */

    /* Second level dropdown (submenu) */
    .menu ul li ul li ul {
      display: none;
      top: 0;
      left: 100%;
    }

    .menu ul li ul li:hover > ul {
      display: block;
    }

    /* Arrows for dropdowns */
    /* .has-submenu::after {
      content: " ▼";
      font-size: 0.8em;
    }

    .has-sub-submenu::after {
      content: " ▶";
      float: right;
      font-size: 0.8em;
    } */


.hero {

    opacity: 1;
    /* transition: opacity 0.6s ease-in-out; */
    position: relative;
    text-align: center;
    color: white;
}
.hero.fade-out {
    opacity: 0;

}
.hero-mobile.fade-out {
    opacity: 0;

}
.head-large{
    animation: fadeInUp 1s ease-out;

}

#hero-title,#hero-text{
    animation: fadeInUp 1s ease-out;
}
@keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
 

.hero .btn:hover {
    background: #E18E81;
    color: #fff;
}

.slider-btn-card {
    z-index: 2;
    border: 1px solid gray;
    font-size: 20px;
    border-radius: 49px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 255, 255);
    color: #55555580;
    padding: 5px 15px;
}



.image-section {
    flex: 1;
}

.image-section img {
    max-width: 100%;
    border-radius: 10px;
}



.featured-cakes p {
    font-size: 20px;
    color: #555555;
    font-family: 'Lora', serif;
}

.text-section p {
    font-family: 'Open Sans', sans-serif;

    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.text-section p i {
    font-size: 20px;
    color: #242424;
    font-family: 'Lora', serif;

}

.cart-btn:hover {
    background-color: #134e92
}



.home-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 9px 30px;
    background-color: #E18E81;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
}

.home-btn:hover {
    background-color: #f69181;

}



.subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}



.inner-cake-div {
    left: 10%;
    width: 75%;
    top: 0;
    position: absolute;
}

.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.white-div {
    font-family: 'Poppins', sans-serif !important;

    font-style: italic;
    transform: translate(-50%, 17px);
    left: 50%;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    width: 160px;
    height: 52px;
    background: white;
    bottom: 10px;
    /* top: 0; */
    position: absolute;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.white-div label {
    text-decoration: line-through;
    font-size: 10px !important;

}

.cart-btn {
    border: none;
    box-shadow: none;
    display: inline-block;
    margin-top: 10px;
    padding: 7px 24px;
    background-color: #0A407E;
    color: #fff;
    border-radius: 6px;
}

.home-card img {
    object-fit: cover;
    width: 100%;
}

.home-card .card-body {
    padding: 25px;
    /* display: flex; */
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

.home-card h3 {
    font-weight: 700;
    font-size: 18px;

    font-family: 'Poppins', sans-serif !important;

}


.img-row-div {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.detail-btn {
    border: none;
    box-shadow: none;
    display: inline-block;
    margin-top: 10px;
    padding: 7px 24px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 30px;
}

.detail-btn:hover {
    background-color: #eae4e4;

}

.space-evenly {
    display: flex;
    justify-content: space-evenly;
}

.featured-cakes {
    margin-bottom: 50px;
    margin-top: 60px;
}



.home-card {
    margin-left: 6px;
    border: none;
    flex: 0 0 300px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 30%);
    transition: transform 0.2s;
}

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

}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.cake-card {
    position: relative;
    width: 250px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0)
}

.list-div p {
    font-size: 16px;
}


.menu-content p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}



.item-name p {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555555;
}

.item-price {
    color: #E3764B;
    font-weight: 700;
    font-size: 20px;
}

.menu-image {
    width: 35%;
    position: relative;
}

.menu-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.left-img {
    top: 30;
    position: absolute;
    left: 0;
}

.right-img {
    top: 0;
    position: absolute;
    right: 0;
}



.text-left {
    text-align: left;
}

.testimonial p {
    font-style: italic;
}

.testimonial {
    display: none;
}

.testimonial.active {
    margin-top: 20px;
    display: block;
}

.head-icon {
    margin-top: 20px;
    text-align: center;
}

.navs-buttons {
    gap: 16px;
    display: flex;
    align-items: center;
}

.review-d-flex {
    display: flex;
    justify-content: space-between;
}

.blog-section {
    text-align: center;
}

.section-title {
    color: black !important;
}

.section-subtitle {
    font-style: italic;
    color: gray;
}



.blog-card img {
    width: 100%;
    height: auto;
}

.blog-content {
    padding: 15px;
}

.blog-content-featured {

    position: absolute;
    position: absolute;
    padding: 15px;
    bottom: 0;
    padding: 15px;
}

.blog-content h3 {
    color: #242424;
    font-size: 22px;
    font-weight: 700;
}

.blog-content span {
    font-size: 13px;
    color: #242424;
}

.blog-content-featured h3 {
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.blog-content p {

    font-size: 16px !important;
}

/* Featured Blog */
.featured {
    display: flex;
    text-align: center;
    position: relative;
    width: 30%;
    justify-content: space-around;

}

/* Footer */


.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.footer h4 {
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-hours ul {
    padding: 0;


}

.footer-links ul li {
    margin-bottom: 12px !important;

}

.footer-links ul li a,
.footer-hours ul li {
    font-size: 14px;
    margin-bottom: 12px;

    color: #E6E6E6;
    text-decoration: none;
}



.footer-contact label {
    font-size: 14px;
    color: #E6E6E6;
}

.social-icons {
    display: flex;
}

.social-icons i {
    color: white;
    margin: 0 14px 0 2px;
    font-size: 20px;

    cursor: pointer;
}
.social-icons-nav {
    display: flex;
}

.social-icons-nav i {
    color: white;
    margin: 0 14px 0 2px;
    font-size: 20px;

    cursor: pointer;
}

.footer-bottom {
    display: flex;
    text-align: center;
    margin-top: 20px;
    justify-content: space-between;
}

.highlight {
    color: #E18E81;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.slider {
    align-items: center;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {

    height: auto;
}

.text {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;
}

.text h2 {
    font-size: 28px;
    font-weight: bold;
}

.text p {
    max-width: 300px;
    font-size: 14px;
}


.top-span{
    border-left: 2px solid rgb(229 219 219 / 63%);;
    padding-left: 8px;
}

.dot.active {
    background: white;
}

@media (max-width: 767px) {
    .home-banner{
        display: none;
    }
    .hero-mobile {

        opacity: 1;
        /* transition: opacity 0.6s ease-in-out; */
        position: relative;
        text-align: center;
        color: white;
    }
    .nav {
        background: linear-gradient(rgb(255 255 255 / 94%), rgb(255 248 243)), url(./images/nav-back-2.webp) no-repeat center center / cover !important;
    }
    ul.navs {
        z-index: 999;
        list-style: none;
        margin: 0;
        padding: 0;
      }
    .footer-about p {
      text-align: justify;
        font-size: 14px;
        color: #E6E6E6;
        min-width: 250px;
    }
    .mission-inner-div{
        text-align: justify;
    }
    .cup-inner-div{
        text-align: left;
    }
    .home-section {
        margin-top: 30px;
        margin-bottom: 30px;
    
    
    }


    .inner-cake-div {
        transform: translate(0%, 16%) !important;
    }
    

    .menu-div img{
        width: 120px;
    }
    .menu-div .card-body{
        padding: 5px 10px;
    }
    .menu-div h3{
        margin-top: 15px;
        font-size: 20px;
        font-weight: 700;
        color: #343434;
    }
    .menu-div h4{
        font-size: 20px;
        font-weight: 700;
        color: #343434;
    } 
    .outlet-div img{
        width: -webkit-fill-available;
    }
    .icon-nav{
    padding: 4px 3px;

    }
    .contact-container {
        /* display: flex; */
        align-items: center;
        max-width: 1200px;
        margin: 40px auto;
        background: white;
    }
    .contact-container img {
        width: -webkit-fill-available;
        /* height: 500px;
        width: 40%; */
        border-radius: 10px;
    }
   
    .info-container {
        /* display: flex; */
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
    }
    .info-box {
        margin-bottom: 15px;
        display: flex;
        background-color: #0A407E;
        color: white;
        padding: 40px;
        border-radius: 10px;
        /* width: 30%; */
        flex-direction: column;
        justify-content: center;
    }
    .search-icon{
        left: 86%;
        top: 6px;
        position: absolute;
    }

.tabs-pink {
    /* display: flex; */
    margin-top: 70px;
}
.tabs-blue {
    /* display: flex; */
    margin-top: 70px;
}
    .product-info {
        margin-top: 50px;
    }
    .thumbnails {
        display: flex
    ;
        gap: 20px;
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;    }
    #mainImg {
        object-fit: cover;
        width: -webkit-fill-available;
       
    }
    .cup-div-image {
        width: 200px;
    }
    .mission-inner-div img {
        object-fit: cover;
        width: 180px;
        height: 180px;

    }

    .abt-img {
        height: 180px !important;
    }

    .green-text {
        font-weight: 700;
        color: #95CB34 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 19px !important;

    }

    .red-text {
        font-weight: 700;

        color: #FF4F63 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 19px !important;
    }

    .yellow-text {
        font-weight: 700;

        color: #FFBC53 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 19px !important;

    }

    .dark-green-text {
        font-weight: 700;

        color: #3B7F17 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 19px !important;

    }

    .cheese-cake {
        display: none;
    }

    .brown-cake {
        display: none;
    }

    .top-bar {
        background: #E18E81;
        color: #fff;
        /* display: flex;
        justify-content: space-between; */
        padding: 10px 10px;
    }

    .footer {
        background-color: #003b80;
        color: white;
        padding: 40px 20px;
        text-align: left;
    }

    .blog-container {
        justify-content: space-between;
        /* display: flex; */
        gap: 20px;
        margin-top: 25px;
    }

    .blog-card {
        background: #f9f9f9;
        overflow: hidden;
        text-align: left;
        width: 100%;
    }

    .testimonial-container {
        min-height: 300px;
        width: 100%;
        background: #0A407E;
        color: #FFFFFF;
        padding: 20px 10px 20px 10px;
        text-align: center;
        position: relative;
    }

    .testimonial-container-img {
        min-height: 300px;
        width: 100%;
        background: url('./images/back-sketch6.webp') no-repeat center center / cover;

        color: #000000;
        padding: 20px 10px 20px 10px;
        text-align: center;
        position: relative;
    }

    .profile-div {
        border-left: 1px solid white;
        padding: 10px 10px;
    }

    .profile-name {
        padding: 20px;

    }

    .head-icon img {
        width: 15px;
    }

    .testimonial-img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }
.footer-about{
    width: 500px;
}
    .navs-buttons button {
        background: none;
        border: 1px solid white;
        color: white;
        padding: 0px 7px;
        cursor: pointer;
        border-radius: 50%;
    }

    .rev-buttons button {
        margin: 5px;
        background: none;
        border: 1px solid rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        padding: 0px 7px;
        cursor: pointer;
        border-radius: 50%;
    }

    .rev-buttons {
        display: flex;
        align-items: center;
    }

    .left-img img,
    .right-img img {
        width: 200px;
    }

    .menu-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 10px 10px 0;
    }

    .item-name h3 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700;

        font-size: 18px;
        color: #242424;
    }

    .menu-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }


    .menu-content {
        z-index: 1000;
        width: 100%;
    }

    .menu-content h2 {
        font-weight: 700;
        font-size: 28px;
        font-family: 'Poppins', sans-serif !important;

    }

    .menu-content label {
        font-style: italic;
        font-size: 18px;
        color: #555555;
        font-family: 'Lora', serif;
    }

    .cake-img-double {
        top: -80px;
        right: 0;
        position: absolute;
    }

    .cake-img-double img {
        width: 110px;
    }

    .list-div img {
        width: 50px;
    }

    .list-div {
        text-align: left;
        justify-items: center;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .service-div {
        position: relative;
        text-align: center;
        background-color: #E18E81;
        padding: 60px 20px 10px 20px;
        color: #FFFFFF;
    }

    .service-div h2 {
        font-weight: 700;
        font-size: 28px;
        font-family: 'Poppins', sans-serif !important;
    }

    .list-div h3 {
        margin-top: 10px;
        font-weight: 700;

        font-size: 18px;
    }

    .slide-back-img {
        object-fit: cover;
        height: 420px !important;
    }

    .inner-div-data p {
        font-size: 15px;
        color: #FFFFFF;
        font-family: 'Lora', serif;

    }

    .inner-div-data h2 {
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        font-family: 'Poppins', sans-serif !important;
    }

    .indicators {
        position: absolute;
        top: 50%;
        right: 28px;
        transform: translateY(-50%);
    }

    .dot {
        display: block;
        width: 7px;
        height: 7px;
        margin: 10px 0;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        cursor: pointer;
    }

    .inner-div-data {
        /* margin-top: 60px; */
    }

    .border-div {
        padding-left: 15px;
        border-left: 1px solid white;
    }

    .inner-cake-div img {
        width: 200px;
    }

    .swiper-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;

        gap: 25px;
    }

    .gray-line {
        display: none;
    }
    .text-section p {
        text-align: justify;
        margin-top: 15px;
    }

    .text-section {
        position: relative;
        z-index: 20;
        flex: 1;
        padding: 15px 5px 5px 10px;
    }

    .text-section h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 28px;
        color: #333333;
    }

    .featured-cakes h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 28px;
        color: #333333;
    }

    .hero-mobile .btn {
        color: #3E606B;
        border-radius: 30px;
        background: #ffffff;
        padding: 8px 30px;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }

    .slider-btn {
        font-size: 14px;
        border-radius: 49px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 0 0 / 15%);
        color: white;
        padding: 3px 6px;
        border: none;
    }

    .prev-btn {
        left: 3px;
    }

    .next-btn {
        right: -3px;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }


    .hero-mobile p {
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-size: 15px;
        margin: 10px 0;
    }

    .home-back-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 300px;
    }

    .taste-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 300px;
    }

    .hero-mobile h1 {
        font-family: 'Poppins', sans-serif !important;

        font-size: 15px;
    }

    .hero-mobile strong {
        font-size: 25px;

    }

    .nav-div {
        left: 0;
        z-index: 10;
        bottom: -12px;
        position: absolute;
    }

    .menu {
        display: inline-grid;
    }

    .nav {
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu a {
        font-size: 16px;
    }
    .nav-sub{
      

        font-weight: 600;
        color: rgb(0 0 0 / 81%);

        font-size: 16px;

    }

    .logo img {
        width: 130px;
    }
    .top-flex{
        display: flex
        ;
            gap: 18px;
        
    }
    .social-icons-nav {
        justify-content: flex-end;
        display: flex;
    }

    .swiper-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero-mobile{
        display: none;
    }
    .nav {
        background: linear-gradient(rgb(255 255 255 / 94%), rgb(255 248 243)), url(./images/nav-back-2.webp) no-repeat center center / cover !important;
    }
    ul.navs {
        z-index: 999;
        list-style: none;
        margin: 0;
        padding: 0;
      }
    .footer-about p {
        margin-top: 50px;
        font-size: 14px;
        color: #E6E6E6;
        max-width: 250px;
    }
    .home-section {
        margin-top: 40px;
        margin-bottom: 40px;
    
    
    }
    .menu-div img{
        width: 120px;
    }
    .menu-div .card-body{
        padding: 10px 15px;
    }
    .menu-div h3{
        margin-top: 15px;
        font-size: 20px;
        font-weight: 700;
        color: #343434;
    }
    .menu-div h4{
        font-size: 20px;
        font-weight: 700;
        color: #343434;
    } 
    .icon-nav{
        padding: 0px 8px;
    }
    .outlet-div img{
        width: -webkit-fill-available;
    }
    .contact-container {
        display: flex;
        align-items: flex-start;
        max-width: 1200px;
        margin: 40px auto;
        background: white;
    }
    .contact-container img {
        height: 345px;
        width: 40%;
        border-radius: 10px;
    }
    .contact-form-product {
        width: 50%;
        padding-left: 20px;
    }
    .info-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        max-width: 1200px;
        margin: auto;
    }
    .info-box {
       margin: 5px;
        background-color: #0A407E;
        color: white;
        padding: 25px;
        border-radius: 10px;
      
        justify-content: center;
    }
    .search-icon{
        left: 86%;
        top: 6px;
        position: absolute;
    }

.tabs-pink {
    display: flex;
    margin-top: 70px;
}
.tabs-blue {
    display: flex;
    margin-top: 70px;
}
    .product-info {
        margin-top: 50px;
    }
    .thumbnails {
        display: flex
    ;
        gap: 20px;
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;    }
    #mainImg {
        object-fit: cover;

        width: -webkit-fill-available;
       
    }
    .swiper-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .cup-div-img {
        width: 150px;
    }
    .mission-inner-div img {
        object-fit: cover;

        width: 180px;
        height: 180px;

    }
    .abt-img {
        height: 280px !important;
    }

    .green-text {
        font-weight: 700;
        color: #95CB34 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .red-text {
        font-weight: 700;

        color: #FF4F63 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;
    }

    .yellow-text {
        font-weight: 700;

        color: #FFBC53 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .dark-green-text {
        font-weight: 700;

        color: #3B7F17 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .cheese-cake {
        display: none;
    }

    .brown-cake {
        display: none;
    }

    .top-bar {
        background: #E18E81;
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
    }

    .footer-about {
        width: 200px;
    }

    .logo img {
        width: 140px;
    }

    .footer {
        background-color: #003b80;
        color: white;
        padding: 40px 20px;
        text-align: left;
    }

    .menu a {
        font-size: 20px;
    }
    .nav-sub{
        font-weight: 600;
        color: rgb(0 0 0 / 81%);

        font-weight: 600;
        color: rgb(0 0 0 / 81%);

        font-size: 20px;

    }

    .menu {
        display: inline-grid;
    }

    .blog-container {
        justify-content: space-between;
        display: flex;
        gap: 10px;
        margin-top: 25px;
    }

    .blog-content h3 {
        font-size: 18px !important;
    }

    .blog-card {
        background: #f9f9f9;
        overflow: hidden;
        text-align: left;
        width: 40%;
    }

    .footer h4 {
        margin-bottom: 10px !important;
    }

    .testimonial-container {
        min-height: 430px;
        width: 100%;
        background: #0A407E;
        color: #FFFFFF;
        padding: 20px 40px 40px 40px;
        text-align: center;
        position: relative;
    }

    .testimonial-container-img {
        min-height: 430px;
        width: 100%;
        background: url('./images/back-sketch6.webp') no-repeat center center / cover;

        color: #000000;
        padding: 20px 40px 40px 40px;
        text-align: center;
        position: relative;
    }

    .profile-div {
        border-left: 1px solid white;
        padding: 10px 25px;
    }

    .profile-name {
        padding: 20px;

    }


    .testimonial-img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
    }

    .navs-buttons button {
        background: none;
        border: 1px solid white;
        color: white;
        padding: 8px 16px;
        cursor: pointer;
        border-radius: 50%;
    }

    .rev-buttons button {
        background: none;
        border: 1px solid rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        padding: 8px 16px;
        cursor: pointer;
        border-radius: 50%;
    }

    .menu-item {
        min-height: 175px;
        display: flex
;
        justify-content: space-between;
        align-items: center;
        padding: 5px 20px 5px 0;
    }

    .item-name h3 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700;

        font-size: 18px;
        color: #242424;
    }

    .menu-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 20px;
    }

    .left-img img,
    .right-img img {
        width: 200px;
    }

    .menu-content {
        z-index: 1000;
        width: 100%;
    }

    .menu-content h2 {
        font-weight: 700;
        font-size: 32px;
        font-family: 'Poppins', sans-serif !important;

    }

    .menu-content label {
        font-style: italic;
        font-size: 20px;
        color: #555555;
        font-family: 'Lora', serif;
    }

    .cake-img-double {
        bottom: 76%;
        right: 0;
        position: absolute;
    }

    .list-div {
        text-align: left;
        justify-items: center;
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .service-div {
        position: relative;
        text-align: center;
        background-color: #E18E81;
        padding: 55px 25px 25px 25px;
        color: #FFFFFF;
    }

    .service-div h2 {
        font-weight: 700;
        font-size: 32px;
        font-family: 'Poppins', sans-serif !important;
    }

    .list-div h3 {
        margin-top: 10px;
        font-weight: 700;

        font-size: 22px;
    }

    .list-div img {
        width: 60px !important;
    }

    .cake-img-double img {
        width: 160px;
    }

    .slide-back-img {
        object-fit: cover;

        min-height: 450px !important;
    }

    .inner-div-data p {
        font-size: 20px;
        color: #FFFFFF;
        font-family: 'Lora', serif;

    }

    .inner-div-data h2 {
        color: #fff;
        font-weight: 700;
        font-size: 32px;
        font-family: 'Poppins', sans-serif !important;
    }

    .indicators {
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }

    .detail-btn {
        font-size: 14px !important;
    }

    .dot {
        display: block;
        width: 7px;
        height: 7px;
        margin: 15px 0;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        cursor: pointer;
    }

    .inner-div-data {
        margin-top: 20px;
    }

    .border-div {
        padding-left: 30px;
        border-left: 1px solid white;
    }

    .swiper-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;

        gap: 20px;
    }

    .gray-line {
        display: none;
    }

    .text-section {
        position: relative;
        z-index: 20;
        flex: 1;
        padding: 20px 20px 20px 30px;
    }

    .text-section h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 32px;
        color: #333333;
    }

    .white-div {


        width: 136px !important;
        height: 45px !important;

        font-size: 17px !important;
    }

    .featured-cakes {
        margin-bottom: 45px !important;
        margin-top: 30px !important;
    }

    .slider-btn-card {

        font-size: 18px !important;

        padding: 3px 13px !important;
    }

    .home-card {

        flex: 0 0 210px !important;
    }

    .featured-cakes h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 32px;
        color: #333333;
    }

    /* .d-phone-flex{
        display: flex;
    } */
    .text-phone-center {
        text-align: center;
    }

    .hero .btn {
        color: #3E606B;
        border-radius: 30px;
        background: #ffffff;
        padding: 12px 32px;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }

    .slider-btn {
        font-size: 27px;
        border-radius: 49px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 0 0 / 15%);
        color: white;
        padding: 6px 21px;
        border: none;
    }

    .prev-btn {
        left: -3px;
    }

    .next-btn {
        right: -3px;
    }

    .inner-cake-div img {
        width: 200px;
    }

    .prev {
        left: 20px;
    }

    .next {
        right: 20px;
    }


    .hero p {
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-size: 20px;
        margin: 10px 0;
    }

    .home-back-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 560px;
    }

    .taste-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 560px;
    }

    .hero h1 {
        font-family: 'Poppins', sans-serif !important;

        font-size: 30px;
    }

    .hero strong {
        font-size: 50px;

    }

    .nav-div {
        left: 0;
        z-index: 10;
        bottom: -14px;
        position: absolute;
    }

    .nav {
        background: #fff;
        padding: 1px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .hero-mobile{
        display: none;
    }
    .nav{
        background: linear-gradient(rgba(255, 248, 243, 0.8), rgba(255, 248, 243, 0.8)),
        url('./images/nav-back-2.webp') no-repeat center center/cover !important;
    }
    ul.navs {
        align-items: center;
        z-index: 999;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
      }
    .footer-about p {
        margin-top: 50px;
        font-size: 14px;
        color: #E6E6E6;
        max-width: 250px;
    }
    .home-section {
        margin-top: 30px;
        margin-bottom: 30px;
    
    
    }
    .menu-div .card-body{
        padding: 10px 15px;
    }
    .menu-div h3{
        margin-top: 15px;
        font-size: 20px;
        font-weight: 700;
        color: #343434;
    }
    .menu-div h4{
        font-size: 20px;
        font-weight: 700;
        color: #343434;
    } 
    .outlet-div img{
        width: 350px;
        height: 250px;
    }
    .icon-nav{
        padding: 0px 8px;
    }
    .outlet-div img{
        width: -webkit-fill-available;
    }
    .outlet-div label {
        font-size: 16px !important;
        margin-bottom: 10px;
        color: #555555;}
    
    .info-box h3 {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 18px !important;}
    .info-box p {
        margin-bottom: 0;
        font-size: 14px !important;
    }
    .contact-form-product input, .contact-form-product textarea {
        width: 100%;
        padding: 8px !important;
        font-size: 14px !important;}
    .submit-btn-contact {
    font-size: 14px !important;
        padding: 5px 22px !important;}
    .contact-container {
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: 30px auto;
        background: white;
    }
    .contact-container img {
        height: 420px;
        width: 33%;
        border-radius: 10px;
    }
    .contact-form-product {
        width: 50%;
        padding-left: 20px;
    }
    .info-container {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
    }
    .info-box {
        display: flex;
        background-color: #0A407E;
        color: white;
        padding: 30px;
        border-radius: 10px;
        width: 30%;
        flex-direction: column;
        justify-content: center;
    }
    .search-icon{
        left: 88%;
        top: 6px;
        position: absolute;
    }
    

.tabs-pink {
    display: flex;
    margin-top: 70px;
}
.tabs-blue {
    display: flex;
    margin-top: 70px;
}
    .thumbnails {
        display: flex;
        gap: 20px;
        margin-top: 15px;
    }
    .tab-pink{
        padding: 4px 22px !important;
    }
    .tab-blue{
        padding: 4px 22px !important;
    }
    .cart-button {
        padding: 5px 24px !important;
        font-size: 14px !important;}
        .cart-button-blue {
            padding: 5px 24px !important;
            font-size: 14px !important;}
    #mainImg {
        object-fit: cover;

        height: 316px;
        width: 517px;
       
    }
    .swiper-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .cup-div-img {
        width: 180px;
    }
    .mission-inner-div img {
        object-fit: cover;

        width: 160px;
        height: 160px;

    }

    .abt-img {
        height: 280px !important;
    }

    .green-text {
        font-weight: 700;
        color: #95CB34 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .red-text {
        font-weight: 700;

        color: #FF4F63 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;
    }

    .yellow-text {
        font-weight: 700;

        color: #FFBC53 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .dark-green-text {
        font-weight: 700;

        color: #3B7F17 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .cheese-cake {
        position: absolute;
        right: 0;
        top: 35%;
    }

    .brown-cake {
        position: absolute;
        left: 0;
        top: 15%;
    }

    .cheese-cake img,
    .brown-cake img {
        width: 130px !important;
    }

    .top-bar {
        background: #E18E81;
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 10px 30px;
    }

    .logo img {
        width: 130px;
    }

    .menu a {
        font-size: 15px !important;
    }
    .nav-sub{
        
        font-weight: 600;
        color: rgb(0 0 0 / 81%);

        font-size: 15px;

    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-around;
    }

    .footer {
        background-color: #003b80;
        color: white;
        padding: 30px 20px;
        text-align: left;
    }

    .blog-container {
        justify-content: space-between;
        display: flex;
        gap: 20px;
        margin-top: 25px;
    }


    .blog-card {
        background: #f9f9f9;
        overflow: hidden;
        text-align: left;
        width: 30%;
    }

    .testimonial-container {
        min-height: 350px;
        width: 100%;
        background: #0A407E;
        color: #FFFFFF;
        padding: 20px 40px 40px 40px;
        text-align: center;
        position: relative;
    }

    .testimonial-container-img {
        min-height: 350px;
        width: 100%;
        background: url('./images/back-sketch6.webp') no-repeat center center / cover;

        color: #000000;
        padding: 20px 40px 40px 40px;
        text-align: center;
        position: relative;
    }

    .profile-div {
        border-left: 1px solid white;
        padding: 10px 25px;
    }

    .profile-name {
        padding: 20px;

    }


    .testimonial-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .navs-buttons button {
        background: none;
        border: 1px solid white;
        color: white;
        padding: 6px 14px;
        cursor: pointer;
        border-radius: 50%;
    }

    .rev-buttons button {
        background: none;
        border: 1px solid rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        padding: 6px 14px;
        cursor: pointer;
        border-radius: 50%;
    }


    .menu-item {
        min-height: 154px;
        display: flex
;
        justify-content: space-between;
        align-items: flex-start;
        
        align-items: center;
        padding: 2px 10px 2px 0;
    }

    .item-price {
        font-size: 18px !important;

    }

    .item-name h3 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700;

        font-size: 18px;
        color: #242424;
    }

    .menu-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px;
    }


    .menu-content {
        z-index: 1000;
        width: 75%;
    }

    .menu-content h2 {
        font-weight: 700;
        font-size: 35px;
        font-family: 'Poppins', sans-serif !important;

    }

    .menu-content label {
        font-style: italic;
        font-size: 18px;
        color: #555555;
        font-family: 'Lora', serif;
    }

    .cake-img-double {
        bottom: 70%;
        right: 0;
        position: absolute;
    }

    .list-div {
        text-align: left;
        justify-items: center;
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .service-div {
        position: relative;
        text-align: center;
        background-color: #E18E81;
        padding: 60px 90px 100px 90px;
        color: #FFFFFF;
    }

    .service-div h2 {
        font-weight: 700;
        font-size: 35px;
        font-family: 'Poppins', sans-serif !important;
    }

    .list-div h3 {
        margin-top: 10px;
        font-weight: 700;

        font-size: 21px;
    }

    .slide-back-img {
        object-fit: cover;

        height: 350px !important;
    }

    .inner-div-data p {
        font-size: 18px;
        color: #FFFFFF;
        font-family: 'Lora', serif;

    }

    .blog-content h3 {
        font-size: 20px !important;
    }

    .inner-cake-div img {
        width: 75%;
    }

    .inner-div-data h2 {
        color: #fff;
        font-weight: 700;
        font-size: 35px;
        font-family: 'Poppins', sans-serif !important;
    }

    .indicators {
        position: absolute;
        top: 50%;
        right: 90px;
        transform: translateY(-50%);
    }

    .cake-img-double img {
        width: 200px;
    }

    .dot {
        display: block;
        width: 8px;
        height: 8px;
        margin: 15px 0;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        cursor: pointer;
    }

    .inner-div-data {
        margin-top: 60px;
    }

    .border-div {
        padding-left: 50px;
        border-left: 1px solid white;
    }

    .swiper-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;

        gap: 20px;
    }

    .gray-line {
        margin-bottom: 10px;
        margin-left: 15px;
        width: 35px;
        border-bottom: 1px solid #b9adad;
    }

    .text-section {
        position: relative;
        z-index: 20;
        flex: 1;
        padding: 20px 20px 20px 30px;
    }

    .text-section h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 35px;
        color: #333333;
    }

    .cart-btn {
        font-size: 14px !important;
    }

    .white-div {
        height: 40px !important;
    }

    .home-card {
        margin-left: 4px;
        border: none;
        flex: 0 0 255px !important;
        margin-bottom: 20px;
    }

    .featured-cakes p {
        font-size: 16px !important;
    }

    .featured-cakes h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 35px;
        color: #333333;
    }

    .d-phone-flex {
        display: flex;
    }

    .hero .btn {
        color: #3E606B;
        border-radius: 30px;
        background: #ffffff;
        padding: 8px 27px;
        border: none;
        cursor: pointer;
        font-size: 14px;
    }

    .home-btn {
        font-size: 14px !important;
        display: inline-block;
        margin-top: 10px;
        padding: 7px 15px !important;
        background-color: #E18E81;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
    }

    .text-section p i {
        font-size: 18px !important;
        color: #242424;
        font-family: 'Lora', serif;
    }

    .text-section p {
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px !important;
        color: #666;
        line-height: 1.5;
    }

    .slider-btn {
        font-size: 24px;
        border-radius: 49px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 0 0 / 15%);
        color: white;
        padding: 3px 15px;
        border: none;
    }

    .prev-btn {
        left: -70px;
    }

    .next-btn {
        right: -70px;
    }

    .prev {
        left: 20px;
    }

    .next {
        right: 20px;
    }


    .hero p {
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-size: 18px;
        margin: 10px 0;
    }

    .home-back-img {

        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 660px;
    }

    .taste-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 660px;
    }

    .hero h1 {
        font-family: 'Poppins', sans-serif !important;

        font-size: 30px;
    }

    .hero strong {
        font-size: 60px;

    }

    .nav-div {
        left: 0;
        z-index: 10;
        bottom: -16px;
        position: absolute;
    }

    .nav {
        background: #fff;
        padding: 1px 170px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

}

@media (min-width: 1441px) and (max-width: 1920px) {
    .hero-mobile{
        display: none;
    }
    .nav{
        background: linear-gradient(rgba(255, 248, 243, 0.8), rgba(255, 248, 243, 0.8)),
        url('./images/nav-back-2.webp') no-repeat center center/cover !important;
    }
    ul.navs {
        align-items: center;

        z-index: 999;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
      }
    .footer-about p {
        margin-top: 50px;
        font-size: 14px;
        color: #E6E6E6;
        max-width: 250px;
    }
    .home-section {
        margin-top: 50px;
        margin-bottom: 50px;
    
    
    }
    .menu-div .card-body{
        padding: 15px 25px;
    }
    .menu-div h3{
        margin-top: 15px;
        font-size: 22px;
        font-weight: 700;
        color: #343434;
    }
    .menu-div h4{
        font-size: 22px;
        font-weight: 700;
        color: #343434;
    } 
    .outlet-div img{
        width: 360px;
        height: 310px;
    }
    .icon-nav{
        padding: 0px 8px;
    }
    
    .contact-container {
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: 40px auto;
        background: white;
    }
    .contact-container img {
        height: 500px;
        width: 40%;
        border-radius: 10px;
    }
    .contact-form-product {
        width: 50%;
        padding-left: 20px;
    }
    .info-container {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
    }
    .info-box {
        display: flex;
        background-color: #0A407E;
        color: white;
        padding: 40px;
        border-radius: 10px;
        width: 30%;
        flex-direction: column;
        justify-content: center;
    }
    .search-icon{
        left: 80%;
        top: 6px;
        position: absolute;
    }

.tabs-pink {
    display: flex;
    margin-top: 70px;
}
.tabs-blue {
    display: flex;
    margin-top: 70px;
}
    .thumbnails {
        display: flex;
        gap: 20px;
        margin-top: 15px;
    }
    #mainImg {
        object-fit: cover;

        height: 365px;
        width: 530px;
       
    }
    .inner-cake-div img {
        width: 380px;
    }

    .swiper-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .cheese-cake img,
    .brown-cake img {
        width: 210px !important;
    }

    .abt-img {
        height: 280px !important;
    }

    .green-text {
        font-weight: 700;
        color: #95CB34 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .red-text {
        font-weight: 700;

        color: #FF4F63 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;
    }

    .yellow-text {
        font-weight: 700;

        color: #FFBC53 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .dark-green-text {
        font-weight: 700;

        color: #3B7F17 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .cheese-cake {
        position: absolute;
        right: 0;
        top: 35%;
    }

    .brown-cake {
        position: absolute;
        left: 0;
        top: 15%;
    }

    .top-bar {
        background: #E18E81;
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 10px 50px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-around;
    }

    .footer {
        background-color: #003b80;
        color: white;
        padding: 35px 20px;
        text-align: left;
    }

    .blog-container {
        justify-content: space-between;
        display: flex;
        gap: 20px;
        margin-top: 25px;
    }

    .blog-card {
        background: #f9f9f9;
        overflow: hidden;
        text-align: left;
        width: 30%;
    }

    .testimonial-container {
        min-height: 430px;
        width: 100%;
        background: #0A407E;
        color: #FFFFFF;
        padding: 20px 40px 40px 40px;
        text-align: center;
        position: relative;
    }

    .testimonial-container-img {
        min-height: 430px;
        width: 100%;
        background: url('./images/back-sketch6.webp') no-repeat center center / cover;

        color: #000000;
        padding: 20px 40px 40px 40px;
        text-align: center;
        position: relative;
    }

    .profile-div {
        border-left: 1px solid white;
        padding: 10px 25px;
    }

    .profile-name {
        padding: 20px;

    }


    .testimonial-img {
        width: 122px;
        height: 122px;
        border-radius: 50%;
    }

    .navs-buttons button {
        background: none;
        border: 1px solid white;
        color: white;
        padding: 8px 16px;
        cursor: pointer;
        border-radius: 50%;
    }

    .rev-buttons button {
        background: none;
        border: 1px solid rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        padding: 8px 16px;
        cursor: pointer;
        border-radius: 50%;
    }

    .menu-item {
        min-height: 150px;
        display: flex
;
        justify-content: space-between;
        align-items: center;
        padding: 4px 20px 4px 0;
    }

    .item-name h3 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700;

        font-size: 20px;
        color: #242424;
    }

    .menu-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px;
    }


    .menu-content {
        width: 75%;
    }

    .menu-content h2 {
        font-weight: 700;
        font-size: 36px;
        font-family: 'Poppins', sans-serif !important;

    }

    .menu-content label {
        font-style: italic;
        font-size: 20px;
        color: #555555;
        font-family: 'Lora', serif;
    }

    .cake-img-double {
        bottom: 46%;
        right: 0;
        position: absolute;
    }

    .list-div {
        text-align: left;
        justify-items: center;
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .service-div {
        position: relative;
        text-align: center;
        background-color: #E18E81;
        padding: 80px 90px 100px 90px;
        color: #FFFFFF;
    }

    .service-div h2 {
        font-weight: 700;
        font-size: 36px;
        font-family: 'Poppins', sans-serif !important;
    }

    .list-div h3 {
        margin-top: 10px;
        font-weight: 700;

        font-size: 24px;
    }

    .slide-back-img {
        object-fit: cover;

        height: 430px !important;
    }

    .inner-div-data p {
        font-size: 20px;
        color: #FFFFFF;
        font-family: 'Lora', serif;

    }

    .inner-div-data h2 {
        color: #fff;
        font-weight: 700;
        font-size: 48px;
        font-family: 'Poppins', sans-serif !important;
    }

    .indicators {
        position: absolute;
        top: 50%;
        right: 90px;
        transform: translateY(-50%);
    }

    .dot {
        display: block;
        width: 10px;
        height: 10px;
        margin: 30px 0;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        cursor: pointer;
    }

    .inner-div-data {
        margin-top: 60px;
    }

    .border-div {
        padding-left: 50px;
        border-left: 1px solid white;
    }

    .swiper-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;

        gap: 20px;
    }

    .gray-line {
        margin-bottom: 10px;
        margin-left: 20px;
        width: 55px;
        border-bottom: 1px solid #b9adad;
    }

    .text-section {
        position: relative;
        z-index: 20;
        flex: 1;
        padding: 20px 20px 20px 30px;
    }

    .text-section h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 38px;
        color: #333333;
    }

    .featured-cakes h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 38px;
        color: #333333;
    }

    .d-phone-flex {
        display: flex;
    }

    .hero .btn {
        color: #3E606B;
        border-radius: 30px;
        background: #ffffff;
        padding: 12px 32px;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }

    .slider-btn {
        font-size: 27px;
        border-radius: 49px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 0 0 / 15%);
        color: white;
        padding: 6px 21px;
        border: none;
    }

    .prev-btn {
        left: -70px;
    }

    .next-btn {
        right: -70px;
    }

    .prev {
        left: 20px;
    }

    .next {
        right: 20px;
    }


    .hero p {
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-size: 20px;
        margin: 10px 0;
    }

    .home-back-img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 660px;
    }

    .taste-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 900px;
    }

    .hero h1 {
        font-family: 'Poppins', sans-serif !important;

        font-size: 40px;
    }

    .hero strong {
        font-size: 70px;

    }

    .nav-div {
        left: 0;
        z-index: 10;
        bottom: -18px;
        position: absolute;
    }

    .nav {
        background: #fff;
        padding: 1px 170px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1921px) {
    .hero-mobile{
        display: none;
    }
    .nav{
        background: linear-gradient(rgba(255, 248, 243, 0.8), rgba(255, 248, 243, 0.8)),
        url('./images/nav-back-2.webp') no-repeat center center/cover !important;
    }
    ul.navs {
        align-items: center;

        z-index: 999;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
      }
    .footer-about p {
        margin-top: 50px;
        font-size: 14px;
        color: #E6E6E6;
        max-width: 250px;
    }
    .home-section {
        margin-top: 50px;
        margin-bottom: 50px;
    
    
    }
    .menu-div .card-body{
        padding: 15px 25px;
    }
    .menu-div h3{
        margin-top: 15px;
        font-size: 22px;
        font-weight: 700;
        color: #343434;
    }
    .menu-div h4{
        font-size: 22px;
        font-weight: 700;
        color: #343434;
    } 
    .outlet-div img{
        width: 360px;
        height: 310px;
    }
    .icon-nav{
        padding: 0px 8px;
    }
    
    .contact-container {
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: 40px auto;
        background: white;
    }
    .contact-container img {
        height: 500px;
        width: 40%;
        border-radius: 10px;
    }
    .contact-form-product {
        width: 50%;
        padding-left: 20px;
    }
    .info-container {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
    }
    .info-box {
        display: flex;
        background-color: #0A407E;
        color: white;
        padding: 40px;
        border-radius: 10px;
        width: 30%;
        flex-direction: column;
        justify-content: center;
    }
    .search-icon{
        left: 90%;
        top: 6px;
        position: absolute;
    }

.tabs-pink {
    display: flex;
    margin-top: 70px;
}
.tabs-blue {
    display: flex;
    margin-top: 70px;
}
    .thumbnails {
        display: flex;
        gap: 20px;
        margin-top: 15px;
    }
    #mainImg {
        object-fit: cover;

        height: 365px;
        width: 530px;
       
    }
    .swiper-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .cheese-cake img,
    .brown-cake img {
        width: 200px !important;
    }

    .abt-img {
        height: 280px !important;
    }

    .green-text {
        font-weight: 700;
        color: #95CB34 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .red-text {
        font-weight: 700;

        color: #FF4F63 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;
    }

    .yellow-text {
        font-weight: 700;

        color: #FFBC53 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .dark-green-text {
        font-weight: 700;

        color: #3B7F17 !important;
        font-family: 'Poppins', sans-serif !important;
        font-style: italic;
        font-size: 22px !important;

    }

    .cheese-cake {
        position: absolute;
        right: 0;
        top: 35%;
    }

    .brown-cake {
        position: absolute;
        left: 0;
        top: 15%;
    }

    .top-bar {
        background: #E18E81;
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 10px 50px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-around;
    }

    .footer {
        background-color: #003b80;
        color: white;
        padding: 40px 20px;
        text-align: left;
    }

    .blog-container {
        justify-content: space-between;
        display: flex;
        gap: 20px;
        margin-top: 25px;
    }

    .blog-card {
        background: #f9f9f9;
        overflow: hidden;
        text-align: left;
        width: 30%;
    }

    .testimonial-container {
        min-height: 430px;
        width: 100%;
        background: #0A407E;
        color: #FFFFFF;
        padding: 20px 40px 40px 40px;
        text-align: center;
        position: relative;
    }

    .testimonial-container-img {
        min-height: 430px;
        width: 100%;
        background: url('./images/back-sketch6.webp') no-repeat center center / cover;

        color: #000000;
        padding: 20px 40px 40px 40px;
        text-align: center;
        position: relative;
    }

    .profile-div {
        border-left: 1px solid white;
        padding: 10px 25px;
    }

    .profile-name {
        padding: 20px;

    }


    .testimonial-img {
        width: 122px;
        height: 122px;
        border-radius: 50%;
    }

    .navs-buttons button {
        background: none;
        border: 1px solid white;
        color: white;
        padding: 8px 16px;
        cursor: pointer;
        border-radius: 50%;
    }

    .rev-buttons button {
        background: none;
        border: 1px solid rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        padding: 8px 16px;
        cursor: pointer;
        border-radius: 50%;
    }

    .menu-item {
        min-height: 150px;
        display: flex
;
        justify-content: space-between;
        align-items: center;
        padding: 4px 20px 4px 0;
    }

    .item-name h3 {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700;

        font-size: 20px;
        color: #242424;
    }

    .menu-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px;
    }


    .menu-content {
        width: 75%;
    }

    .menu-content h2 {
        font-weight: 700;
        font-size: 36px;
        font-family: 'Poppins', sans-serif !important;

    }

    .menu-content label {
        font-style: italic;
        font-size: 20px;
        color: #555555;
        font-family: 'Lora', serif;
    }

    .cake-img-double {
        bottom: 46%;
        right: 0;
        position: absolute;
    }

    .list-div {
        text-align: left;
        justify-items: center;
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .service-div {
        position: relative;
        text-align: center;
        background-color: #E18E81;
        padding: 80px 90px 100px 90px;
        color: #FFFFFF;
    }

    .service-div h2 {
        font-weight: 700;
        font-size: 36px;
        font-family: 'Poppins', sans-serif !important;
    }

    .list-div h3 {
        margin-top: 10px;
        font-weight: 700;

        font-size: 24px;
    }

    .slide-back-img {
        object-fit: cover;

        height: 500px !important;
    }

    .inner-div-data p {
        font-size: 20px;
        color: #FFFFFF;
        font-family: 'Lora', serif;

    }

    .inner-div-data h2 {
        color: #fff;
        font-weight: 700;
        font-size: 48px;
        font-family: 'Poppins', sans-serif !important;
    }

    .indicators {
        position: absolute;
        top: 50%;
        right: 90px;
        transform: translateY(-50%);
    }

    .dot {
        display: block;
        width: 10px;
        height: 10px;
        margin: 30px 0;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        cursor: pointer;
    }

    .inner-div-data {
        margin-top: 60px;
    }

    .border-div {
        padding-left: 50px;
        border-left: 1px solid white;
    }

    .swiper-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;

        gap: 20px;
    }

    .gray-line {
        margin-bottom: 10px;
        margin-left: 20px;
        width: 55px;
        border-bottom: 1px solid #b9adad;
    }

    .text-section {
        position: relative;
        z-index: 20;
        flex: 1;
        padding: 20px 20px 20px 30px;
    }

    .text-section h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 38px;
        color: #333333;
    }

    .featured-cakes h2 {
        font-family: 'Poppins', sans-serif !important;

        font-weight: 700;
        font-size: 38px;
        color: #333333;
    }

    .d-phone-flex {
        display: flex;
    }

    .hero .btn {
        color: #3E606B;
        border-radius: 30px;
        background: #ffffff;
        padding: 12px 32px;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }

    .slider-btn {
        font-size: 27px;
        border-radius: 49px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 0 0 / 15%);
        color: white;
        padding: 6px 21px;
        border: none;
    }

    .prev-btn {
        left: -70px;
    }

    .next-btn {
        right: -70px;
    }

    .prev {
        left: 20px;
    }

    .next {
        right: 20px;
    }


    .hero p {
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-size: 20px;
        margin: 10px 0;
    }

    .home-back-img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 660px;
    }

    .taste-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 900px;
    }

    .hero h1 {
        font-family: 'Poppins', sans-serif !important;

        font-size: 40px;
    }

    .hero strong {
        font-size: 70px;

    }

    .nav-div {
        left: 0;
        z-index: 10;
        bottom: -18px;
        position: absolute;
    }

    .nav {
        background: #fff;
        padding: 1px 170px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.mission-div {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-form {
    padding: 20px;
    /* width: 50%; */
}


.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #EDEDED;
    border-radius: 5px;
}

.contact-form button {
    background-color: #F195B2;
    color: white;
    padding: 9px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #f16b95;

}

.contact-info {
    padding: 20px;
    /* width: 40%; */
}

.contact-info h3 {
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}

iframe {
    width: 100%;
    height: 300px;
    border: none;
}





.thumbnails-img {
    width: 118px;
    height: 100px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.thumbnails-img-new {
    object-fit: cover;
    width: 90px;
    height: 90px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.thumbnails-img:hover {
    transform: scale(1.1);
    border: 2px solid pink;
}
.thumbnails-img-new:hover {
    transform: scale(1.1);
    border: 2px solid pink;
}


.product-info p {
    font-size: 22px;
    color: #F195B2;
}
.product-info label {
    font-size: 16px;
    color: #555555;
}
.cart-button {
    background: #F195B2;
    border: none;
    padding: 8px 24px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}
.cart-button-blue {
    background: #0A407E;
    border: none;
    padding: 8px 24px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.search-icon:hover{
    opacity: .8;
}
.icon-nav i:hover{
    color: #E18E81;
}
.quantity-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
     overflow: hidden;
}
.pink-text{
    color: #F195B2;
}
.qty-btn {
    color: #000000;
    background: #eee;
    border: none;
    padding: 5px;
    font-size: 17px;
    cursor: pointer;
    width: 40px;
}
.qty-btn:hover {
    background: #ddd;
}
#qty {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
}
.cart-button:hover {
    background: #ff99cc;}
    .cart-button-blue:hover {
        background: #084c99;}
.tab-pink {
    margin-right: 10px;
    padding: 8px 22px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #F195B2;
    color: #FFFFFF;
}
.tab-blue {
    margin-right: 10px;
    padding: 8px 22px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #0A407E;
    color: #FFFFFF;
}
.tab-pink.active {
    color: black;
    background: white;
    border-right: 1px solid #F195B2;
    border-left: 1px solid #F195B2;
    border-top: 3px solid #F195B2;
}
.tab-blue.active {
    color: black;
    background: white;
    border-right: 1px solid #0A407E;
    border-left: 1px solid #0A407E;
    border-top: 3px solid #0A407E;
}
.tab-pink-content {
    display: none;
    padding: 50px 20px;
    border: 1px solid #ccc;
    background: #fff;
}
.tab-blue-content {
    display: none;
    padding: 50px 20px;
    border: 1px solid #ccc;
    background: #fff;
}
.tab-pink-content.active {
    display: block;
}
.tab-blue-content.active {
    display: block;
}


.info-box h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}
.info-box p {
    margin-bottom: 0;
   
    font-size: 16px;
}



.input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.input-group input {
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact-form-product input, .contact-form-product textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.submit-btn-contact:hover{
    background-color: #0a53a7;

}
.submit-btn-contact {
    background-color: #0A407E;
    color: white;
    padding: 8px 22px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn:hover {
    background-color: #0055a5;
}
.card-label{
    font-size: 12px;
    color: #555555;
}


.menu-div label{
    font-size: 18px;
    margin-bottom: 10px;

color: #555555;
}
.outlet-div label{
    font-size: 18px;
    margin-bottom: 10px;

color: #555555;
}
  
.outlet-div  h5{
    font-size: 20px;
    font-weight: 700;
    color: #343434;
}
.outlet-div{
  
border: none;
}

.outlet-div .card-body{
    padding: 20px 0px;
}
.menu-div{
    align-items: center;
    display: flex;
    flex-direction: row;
}
.cup-div{
    display: flex
    ;
        justify-content: flex-start;
}
.mission-inner-div{
    margin-top: 60px;
}
.nav-links a,
.dropdown-toggle {
  position: relative;
  text-decoration: none;
  color: #222;
  /* font-weight: 600; */
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-links a::after,
.dropdown-toggle::after,
.dropdown-menu a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: #e19282;
  transition: width 0.4s ease;
}

.nav-links a:hover,
.has-submenu:hover,.has-sub-submenu:hover {
  color: #e19282;
}

.nav-links a:hover::after,
.dropdown-toggle:hover::after,
.dropdown-menu a:hover::after {
  width: 100%;
}


.has-sub-submenu span {
  

  
  float: right;

}

.whatsapp-float::after {
  content: "Chat with us";
  position: absolute;
  right: 70px;
  background-color: #e55f56;
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.whatsapp-float:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #73e556; /* Pink */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 0 20px rgba(255, 105, 153, 0.6);
  transition: all 0.3s ease;
  z-index: 1000;
  text-decoration: none;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #e55f56;
  box-shadow: 0 0 25px rgba(255, 105, 138, 0.8);
}

/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 105, 153, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 105, 180, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 105, 180, 0);
  }
}