html {
    scroll-behavior: smooth;
}

body {

    background: linear-gradient(135deg, #0e3331, #034a5c, #00afaf);
    color: white;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.navbar {
    background: linear-gradient(135deg, #38a2aa, #015858, #009292);
    border-radius: 20px;
    box-shadow: #9aecbc;
}

.page-section-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 15px 0 25px;
    padding: 0 15px;
}

.page-section-link {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-section-link:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.logo-1 {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.nav-link {
    color: white;
    transition: 0.3s ease;
    font-size: 20px;
    font-weight: 500px;
}

.nav-link:hover {
    color: #bff3f5;
    transform: scale(1.05);
    font-size: 20px;
}

.sweets {
    height: 500px;
}


.hero {
    height: 70vh;
    background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS43o6o5olALNX46PAVOoG0-LjkEIt35IscT70N5Ls5NA&s=10") no-repeat center center/cover;
    position: relative;
    border: #2eb8f8 solid 1px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    color: white;
    z-index: 2;
    max-width: 700px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 50px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 600;
    color: #02defc;

}

.hero-content h1:hover {
    font-size: 55px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 650;
    color: #69d7f8;
    cursor: pointer;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 25px;
    color: #ffffff;
    font-style: italic;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 25px;
    background: #ff4d2e;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.btn:hover {
    background: #e63e22;
}

.btn-outline {
    background: transparent;
    border: 2px solid white;
}

.btn-outline:hover {
    background: white;
    color: black;
}

.col-md-12 {
    width: 100%;
    flex: 0 0 100%;
}

.text-center {
    text-align: center;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.heading2 {
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 700;
    color: #08025c;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
}

.heading2:hover {
    cursor: pointer;
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 700;
    color: #03012b;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
}

.sweets-hero {
    background-color: #016d6d;
    border-radius: 20px;
}

.bakery-heading{
    font-size:48px;
    font-weight:bold;
}

.sweetspara{
    font-size:18px;
    line-height:1.8;
}



.bakery-img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 2px solid rgb(1, 55, 80);
    box-shadow: 5px 5px 15px rgb(248, 244, 244);
}

.bakery-img:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 25px rgb(3, 55, 57);
    cursor: pointer;
    animation-name: __pulse;
    animation-duration: 2s;
}

.bakery-heading {
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 700;
    color: #08025c;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
}

.bakery-heading:hover {
    cursor: pointer;
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 600;
    color: #0c01a0;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    animation: backwards;
    animation-duration: 2sec;
}

section {
    padding: 90px 8%;
}

.container {
    max-width: 1300px;
    margin: auto;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h5 {
    color: #b1def3;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 600;
    color: #88ccfa;
    margin-bottom: 15px;
    transition: all 0.4s ease;

}

.section-title h2:hover {
    cursor: pointer;
    font-size: 50px;
    font-weight: 600;
    color: #71acd3;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #ffffff;
    line-height: 1.8;
}

.why-choose-us {
    background-color: #016d6d;
    border-radius: 20px;
}

.choose-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.choose-card {
    background: #bfedfa;
    border-radius: 15px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .4s;
    cursor: pointer;
}

.choose-card:hover {
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.choose-card i {
    width: 80px;
    height: 80px;
    background: #06afd9;
    color: #fff;
    font-size: 32px;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: .4s;
}

.choose-card:hover i {
    background: #137d8b;
    transform: rotate(360deg);
}

.choose-card h3 {
    color: #222;
    margin-bottom: 15px;
    font-size: 24px;
}

.choose-card p {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
}

.featured-products {
    background-color: #016d6d;
    border-radius: 20px;
}

.product-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background: #bfedfa;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .4s;
}

.product-card:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s;
}

.product-card:hover img {
    cursor: pointer;
    transform: scale(1.08);
}

.product-card h3 {
    padding: 20px 20px 10px;
    font-size: 24px;
    color: #222;
}

.product-card p {
    padding: 0 20px;
    color: #333333;
    line-height: 1.7;
}

.product-card h4 {
    color: #015964;
    padding: 15px 20px;
    font-size: 24px;
    text-align: center;
}

.product-card button {
    margin: 0 20px 25px;
    padding: 12px 28px;
    border: none;
    background: #00494e;
    color: #ffffff;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
    font-size: 16px;
    font-weight: 600;
}

.product-card button:hover {
    cursor: pointer;
    color: #000;
    background: #1694aa;
}

.special-offers {
    border-radius: 20px;
    background: linear-gradient(rgba(30, 170, 189, 0.5), rgba(20, 78, 80, 0.432)),
        url("https://images.unsplash.com/photo-1568254183919-78a4f43a2877?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8YmFrZXJ5fGVufDB8fDB8fHww") center/cover no-repeat;
    padding: 100px 8%;
}

.offer-content {
    max-width: 650px;
    color: #000000;
}

.offer-content span {
    display: inline-block;
    background: #79fdec;
    color: #000000;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.offer-content h2 {
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.offer-content p {
    font-size: 25px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.offer-content .btn {
    display: inline-block;
    padding: 14px 35px;
    background: #06c0d9;
    color: #000000;
    text-decoration: none;
    border-radius: 40px;
    transition: .4s;
    font-weight: 600;
}

.offer-content .btn:hover {
    background: #fff;
    color: #D97706;
}

.best-sellers {
    padding: 90px 8%;
    background-color: #016d6d;
    border-radius: 20px;
}

.seller-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.seller-card {
    background: #bfedfa;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: .4s;
}

.seller-card:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.seller-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .5s;
}

.seller-card:hover img {
    cursor: pointer;
    transform: scale(1.08);
}

.seller-card h3 {
    margin: 20px 0 10px;
    color: #333;
    font-size: 24px;
}

.seller-card span {
    display: block;
    color: #015c5f;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 25px;
}

.quality-promise {
    padding: 90px 8%;
    background-color: #016d6d;
    border-radius: 20px;
}

.quality-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.quality-card {
    background: #fff;
    border-radius: 18px;
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .4s;
}

.quality-card:hover {
    cursor: pointer;
    transform: translateY(-10px);
    cursor: pointer;
}

.quality-card i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #06c0d9;
    color: #fff;
    border-radius: 50%;
    font-size: 34px;
    margin-bottom: 25px;
    transition: .4s;
}

.quality-card:hover i {
    cursor: pointer;
    background: #137d8b;
    /* transform: rotate(360deg); */
}

.quality-card h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
}

.quality-card p {
    color: #666;
    line-height: 1.8;
}

.footer {
    background: #014b58;
    padding: 60px 10%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h2 {
    color: #a2defa;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
}

.footer-col p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 15px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #abadff;
    padding-left: 5px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-icons a {
    text-decoration: none;
    color: #ffffff;
    font-size: 40px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #00ffaa;
    transform: translateX(5px);
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
}

.footer-bottom p {
    color: #aaa;
    font-size: 14px;
}
@media(max-width:992px) {
    .navbar {
        text-align: center;
    }

    .choose-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title h2 {
        font-size: 34px;
    }

    .offer-content h2 {
        font-size: 38px;
    }

    .seller-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .quality-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .bakery-heading{
        font-size:38px;
    }

    .sweetspara{
        font-size:16px;
    }

    .bakery-img{
        width:85%;
    }

}

@media(max-width:768px) {
     .footer {
        padding: 50px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        align-items: center;
        gap: 30px;
    }

    .footer-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-col ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-col ul li {
        margin: 10px 0;
    }

    .footer-col a {
        text-decoration: none;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 30px;
    }

    .sweets-hero{
        text-align:center;
    }

    .bakery-heading{
        font-size:32px;
        margin-top:20px;
    }

    .sweetspara{
        font-size:15px;
        padding:0 20px;
    }

    .bakery-img{
        width:90%;
    }

    .special-offers,
    .best-sellers,
    .quality-promise {
        padding: 70px 5%;
    }

    .offer-content h2 {
        font-size: 30px;
    }

    .offer-content p {
        font-size: 16px;
    }

    .seller-container,
    .quality-container {
        grid-template-columns: 1fr;
    }

    .seller-card img {
        height: 260px;
    }

    section {
        padding: 70px 5%;
    }

    .choose-container,
    .product-container {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .choose-card {
        padding: 35px 20px;
    }

    .product-card img {
        height: 240px;
    }

}

@media (max-width:576px){

    .bakery-heading{
        font-size:26px;
    }

    .sweetspara{
        font-size:14px;
        padding:0 15px;
    }

    .bakery-img{
        width:95%;
    }
}
@media(max-width:480px) {
 .bakery-heading{
        font-size:22px;
    }

    .sweetspara{
        font-size:13px;
        line-height:1.6;
    }

    .bakery-img{
        width:100%;
    }
    .offer-content h2 {
        font-size: 25px;
    }

    .offer-content .btn {
        width: 100%;
        text-align: center;
    }

    .seller-card h3 {
        font-size: 22px;
    }

    .seller-card span {
        font-size: 20px;
    }

    .quality-card {
        padding: 30px 20px;
    }

    .quality-card i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }

    .quality-card h3 {
        font-size: 22px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 15px;
    }

    .choose-card i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 28px;
    }

    .product-card h3 {
        font-size: 22px;
    }

    .product-card h4 {
        font-size: 20px;
    }

    .product-card button {
        width: calc(100% - 40px);
    }

}
