@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

html,
body {
    max-width: 1440px;
    height: 100vh;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    height: 75px;
    padding: 0 26px;
    border-bottom: 1px solid rgba(86, 178, 128, 0.2);
    background-color: white;
}

#navbar h1 {
    width: 186px;
    height: 45px;
    font-size: 30px;
    letter-spacing: 9%;
    margin: 0;
    padding: 0;
    color: #4A1D1F;
}

#navbar ul {
    display: flex;
    gap: 46px;
    font-size: 16px;
}

#navbar .user {
    display: flex;
    align-items: center;
    gap: 24px
}

#navbar .user .search {
    display: flex;
}

#navbar .user .search input {
    width: 251px;
    height: 45px;
    margin: 0;
    border: 1px solid #4A1D1F;
    padding: 0 24px;
}

#navbar .user .search .search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #4A1D1F;
}

#navbar .user .search .search-button img {
    width: 19px;
    height: 19px;
}

#navbar .user .user-i {
    width: 34px;
    height: 34px;
}

#navbar .user-i {
    width: 29px;
    height: 28px;
}

main {
    display: flex;
    position: relative;
    justify-content: space-between;
    height: 700px;
    margin-bottom: 100px;
}

main .bg-cake {
    width: 729px;
    height: 599px;
}



main .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    padding: 120px 90px;
}

main .container h1 {
    font-size: 44px;
    font-weight: bold;
    color: #4A1D1F;
    padding-bottom: 20px;
}

main .container .button-box {
    margin-top: 20px
}

main .container .button1 {
    border: 1px solid #4A1D1F;
    background-color: #4A1D1F;
    border-radius: 4px;
    color: white;
    padding: 10px 30px;
}

main .container .button2 {
    border: 1px solid #4A1D1F;
    border-radius: 4px;
    background-color: white;
    color: #4A1D1F;
    padding: 10px 30px;
}
main .slide {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 965px;
    height: 201px;
    border-radius: 100px 0 0 100px;
    background-color: rgba(255, 255, 255, 0.6);
    gap: 10px;
    flex-wrap: wrap;
    overflow: hidden;
}
main .slide .cake-wrap {
    position: absolute;
    right: -8%;
    display: flex;
}

main .slide .arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 27px;
    margin: auto 0;
    gap: 20px;
    padding-left: 150px;
}

main .slide .arrows .arrow1 {
    width: 32px;
    height: 16px
}

main .slide .arrows:nth-child(2) {
    width: 36px;
}

main .slide .arrows .arrow2 {
    width: 33px;
    height: 8px;
}

main .slide .slide-img {
    box-shadow: 10px 5px 5px rgba(0, 0, 0, .2);
    width: 230px;
    height: 129px;
    border-radius: 19px;
    background-size: 100%;
    margin-right: 20px;
}
main .slide .cake1 {
    background-image: url("./img/cake1.png");
}
main .slide .cake2 {
    background-image: url("./img/cake2.png");
}
main .slide .cake3 {
    background-image: url("./img/cake3.png");
}

main .eclipse {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 1011px;
    height: 1019px;
    border-radius: 50%;
    background-color: #FBEDCD;
    z-index: -1;
    filter: blur(479px);
}

#section1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
}

#section1 .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 56px;
    margin: 100px 0;
}

#section1 .title h1 {
    font-size: 48px;
    font-weight: bold;
    color: #4A1D1F;
}

#section1 .title div {
    border-left: 1px solid #4A1D1F;
    padding-left: 56px;
}

#section1 .title p {
    color: #272727;
    font-size: 22px;
    letter-spacing: 1%;
    width: 673px
}
#section1 .slide {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 0 0 auto;
    gap: 0 71px;
    overflow: hidden;
    width: 1350px;
}

#section1 .slide .slide-img2 {
    width: 231px;
    height: 328px;
    border-radius: 33px;
    background-position: center center;
    background-size: conver;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, .2)
}

#section1 .slide .cake1 {
    background-image: url("./img/slide1.png");
}

#section1 .slide .cake2 {
    background-image: url("./img/slide2.png");
}

#section1 .slide .cake3 {
    background-image: url("./img/slide3.png");
}

#section1 .slide .cake4 {
    background-image: url("./img/slide4.png");
}

#section1 .slide .cake5 {
    background-image: url("./img/slide5.png");
}

#section1 .slide .product-name {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#section1 .slide .rate-box {
    display: flex;
    align-items: center;
}

#section1 .slide .rate-title {
    color: #707070;
    font-size: 16px;
    padding-left: 10px;
}

.description {
    display: block;
    width: 100%;
    height: 367px;
    color: #4a1d1f;
    padding-top: 30px;
}

.baking-left h2, 
.baking-right h2 {
    font-size: 33pt;
    font-weight: 500;
    font-style: normal;
}

.baking-left h3, 
.baking-right h3 {
    font-size: 15pt;
    font-weight: 500;
    font-style: normal;
    color: rgb(58, 58, 58);
    padding-top: 20px;
}

.baking-left {
    padding-left: 90px;
    padding-top: 30px;
}

.baking-right {
    padding-right: 50px;
    padding-top: 150px;
}

.baking-right h2 {
    padding-left: 100px;
}

.baking-right h3 {
    padding-right: 10px;
}

button.read-more {
    border-radius: 3px;
    font-size: 15pt;
    margin-top: 40px;
    border: none;
    color: #4a1d1f;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    background: none;
}

#first-pic {
    display: block;
    float: right;
    margin-left: 20px;
    margin-right: 70px;
}

#second-pic {
    display: block;
    float: left;
    margin-left: 80px;
    margin-right: 27px;
    margin-bottom: 50px;
    margin-top: 160px;
}

.second-bottom {
    display: flex;
    width: 100%;
    height: 367px;
    justify-content: space-between;
    align-items:flex-start;
    background-color: #fbedcd;
}

.read-more{
    color: #4a1d1f;
}

button.read-more a:link,
button.read-more a:visited {
    color: #4a1d1f;
}

button.read-more a:hover {
    color: rgb(253, 165, 98);
}

button.read-more a:active {
    color: rgb(187, 93, 16);
}


.second-bottom {
    display: block;
    text-align: center;
}

.bigger-letter {
    padding-top: 73px;
    padding-bottom: 20px;
    font-size: 27pt;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing : -1px;
    color: #4a1d1f;
}

.smaller-letter {
    font-size: 15pt;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgb(58, 58, 58);
}

.contact-us {
    width: 201px;
    height: 56px;
    margin-top: 30px;
    background: #4a1d1f;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 13pt;
    border-radius: 5px;
}

button.contact-us a:link,
button.contact-us a:visited {
    color: white;
}

button.contact-us a:hover {
    color: rgb(253, 165, 98);
}

button.contact-us a:active {
    color: rgb(187, 93, 16);
}

.quote-button {
    padding: 3px 7px 3px 7px;
    font-size: 9pt;
    border-radius: 15px;
    color: #4a1d1f;
    background-color: #fbedcd;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 40px;
    margin-bottom: 20px;
}

.description {
    width: 100%;
    height: 1022px;
}

.background-left {
    position: absolute;
    top: 23%;
    left: 18%;
    transform: translate(-50%, -50%);
    opacity: 1; 
    pointer-events: none; /*to ensure the image doesn't interfere with text interaction */
    z-index: 1;
}

.background-right {
    position: absolute;
    top: 45%;
    right: 9%;
    transform: translate(-50%, -50%);
    opacity: 1; 
    pointer-events: none; 
    z-index: 1;
}

.quote-section {
    width: 100%;
    height: 682px;
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
    position: relative;
}

.quote-section h2 {
    color: #333;
    font-size: 38pt;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -1.5px;
    position: relative;
    z-index: 2; /* Set z-index higher than the image */
    background: none; /* Ensure no background color is set */
}

.quote-ceo {
    text-align: center;
    margin: 70px 0;
}

.quote-ceo img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
}

.quote-ceo h3 {
    font-size: 19pt;
    color: #6e3838;
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1.5;
}

.quote-ceo p {
    font-size: 13pt;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgb(58, 58, 58);
}

.quote-nav ul {
    list-style: none; 
    padding: 0;
    margin-top: 30px;
    display: flex; 
    gap: 10px; 
    justify-content: center;
}

.quote-nav ul li {
    display: inline-block;
}

.quote-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px; 
    height: 24px; 
}

.quote-nav img {
    width: 12px;
    height: 12px;
}

footer {
    background-color: #fbedcd;
    height: 380px;
}

footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px 40px;
}

footer .company {
    font-size: 24pt;
    color: #6e3838;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.8pt;
    padding-left: 90px;
    padding-top: 80px;
}

footer nav ul {
    display: flex;
    gap: 45px;
    padding-top: 80px;
    padding-right: 80px;
}

footer nav ul li {
    list-style: none;
}

footer nav ul li a {
    text-decoration: none;
    color: rgb(58, 58, 58);
    font-size: 15pt;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.5pt;
}

hr {
    width: 1440px;
    border-top: 1px solid #ddd;
    margin-top: 20px 0;
}

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

.footer-bottom p {
    color: rgb(58, 58, 58);
    padding-left: 130px;
    padding-top: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

footer .sns-links {
    display: flex;
    gap: 30px;
    display: flex;
    padding-top: 50px;
    padding-right: 160px;
}

