* {
    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;
}



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



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

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

.menu a {
    font-size: 20px;
    margin: 0 15px;
    text-decoration: none;
    color: #454545;
    font-weight: bold;
}

.hero {
    position: relative;
    text-align: center;
    color: white;
}





.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;

}

.home-section {
    margin-top: 50px;
    margin-bottom: 50px;


}

.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 {
    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-about p {
    margin-top: 50px;
    font-size: 14px;
    color: #E6E6E6;
    max-width: 250px;
}

.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;
}

.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) {

    .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 {
        width: -webkit-fill-available;
       
    }
    .cup-div img {
        width: 200px;
    }

    .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%;
    }

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

    .rev-buttons button {
        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 10px 10px 10px;
        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 {
        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 {
        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 .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 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 h1 {
        font-family: 'Poppins', sans-serif !important;

        font-size: 15px;
    }

    .hero 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;
        margin: 5px 16px !important;
    }

    .logo img {
        width: 130px;
    }

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

@media (min-width: 768px) and (max-width: 1024px) {
    .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 {
        width: -webkit-fill-available;
       
    }
    .swiper-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .cup-div img {
        width: 200px;
    }

    .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;
        margin: 3px 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 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px 18px 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 {
        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 {
        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) {
    .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: 300px;
    }
    .icon-nav{
        padding: 0px 8px;
    }
    .outlet-div img{
        width: -webkit-fill-available;
    }
    
    .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 {
        height: 316px;
        width: 517px;
       
    }
    .swiper-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .cup-div img {
        width: 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 {
        position: absolute;
        right: 0;
        top: 35%;
    }

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

    .cheese-cake img,
    .brown-cake img {
        width: 80px !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;
    }

    .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 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 10px 18px 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(5, 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 {
        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 {
        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: 18px !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 {
        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 18px;
        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) {
    .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 {
        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: 180px !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 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px 18px 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(5, 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 {
        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 {
        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) {
    .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 {
        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 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px 18px 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(5, 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 {
        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 {
        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;
}


.image-gallery {
    /* width: 50%; */
}


.thumbnails-img {
    width: 118px;
    height: 100px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.thumbnails-img-new {
    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;
}

.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;
}