body {
  line-height: 1.8rem;
}

.navbar-brand img {
  width: 100%;
  aspect-ratio: 1/1;
}

.lemonCard {
  margin-left: 3rem;
}
.lemonCard a {
  margin-left: 0;
}

.nav-link.active {
  font-weight: bold;
  color: #333 !important;
  border-bottom: 0.125rem solid #333;
}

.card {
  background-color: #EAB7F7;
  color: #fff;
  padding: 1rem;
}

.offer {
  font-size: large;
  position: relative;
  width: 100%;
}

.prevBtn, .nextBtn {
  margin-top: auto;
}

.cakeSection {
  margin-bottom: 3.5rem;
}

.cardsSection {
  line-height: 1.8rem;
  gap: 1rem;
}

.sectionCard {
  color: #fff;
  padding: 3rem;
}

.birthdayCake img {
  max-height: 3.5rem;
}

.placingOrder {
  padding: 1.5rem;
  border: black 0.063rem solid;
}

.phoneNumber {
  text-decoration: none;
  color: #fff;
}
.phoneNumber:hover {
  color: #39403C;
}

.orderTutorial h1 {
  display: flex;
  flex-direction: column;
}

.smallCakes {
  color: #fff;
  font-size: larger;
  background-color: #4EBF8B;
}

.specialCakes {
  background-color: #54806B;
  color: #fff;
  font-size: larger;
}

.checkOffer {
  border: none;
  font-size: larger;
  color: #1e4f44;
  background-color: #F7CAB7;
}
.checkOffer:hover {
  color: #328d79;
  background-color: rgba(155, 129, 118, 0.6588235294);
  border: none;
}

.cakeDesc {
  font-size: 1rem;
}

.offer img {
  max-width: 18rem;
}

.tutorial ul {
  list-style-type: none;
}
.tutorial span {
  border-radius: 50%;
  border-color: #E6ED55;
}
.tutorial a {
  text-decoration: none;
  color: black;
}

.timeline {
  margin-left: 1rem;
  border-left: 0.188rem solid #CAC6C5;
  padding-left: 2rem;
  position: relative;
}

.timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
}

.timeline-icon {
  position: absolute;
  left: -1.8rem;
  top: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  box-shadow: 0 0 0 0.25rem #fff;
}

.timeline-content {
  padding-left: 1rem;
}
.timeline-content a {
  color: #555;
  text-decoration: none;
}

.bg-pastel-pink {
  background-color: #f7b6c2;
}

.bg-pastel-mint {
  background-color: #a8e6cf;
}

.bg-pastel-beige {
  background-color: #f9e0c7;
}

.timeline-content-heading {
  font-weight: 600;
  color: #333;
}

.timeline-content {
  margin-left: 1rem;
}

.timeline-content p {
  color: #555;
  font-size: 1rem;
}

.bg-pastel-first {
  background-color: #A8E6BA;
}

.bg-pastel-second {
  background-color: #A8E6E4;
}

.bg-pastel-third {
  background-color: #A8D3E6;
}

.bg-pastel-fourth {
  background-color: #94D9E6;
}

.bg-pastel-fifth {
  background-color: #F7B7E9;
}

.artCakes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}
.artCakes video {
  width: 20%;
  height: auto;
  display: block;
}

.cakesColumn {
  display: flex;
  flex-direction: column;
}

.pricing {
  margin: auto;
  margin-top: 0.5rem;
}

.pricingItem {
  color: #1c3b57;
}
.pricingItem ul {
  list-style-type: none;
}
.pricingItem span {
  text-decoration: none;
  color: #050505;
}

.custom-bg {
  background-color: #F7B6C2;
  border-color: #F7B6C2;
}

.checkGallery {
  padding: 1rem;
  width: 25%;
}
.checkGallery a {
  text-decoration: none;
  color: #fff;
}
.checkGallery:hover, .checkGallery:active {
  background-color: #F29B99 !important;
  border-color: #F29B99 !important;
}

.photoGallery {
  gap: 3.5rem;
}
.photoGallery video {
  height: auto;
  max-width: 100%;
}

#firstCard {
  color: #7a2e39;
}

#secondCard {
  color: #6b4c30;
}

#thirdCard {
  color: #246a55;
}

#scrollSideBar {
  visibility: hidden;
}

.mainSectionGallery {
  margin-top: -5rem;
  margin-bottom: 10rem;
}

.nav-link.nav-active {
  font-weight: bold;
  color: #050505;
  border-bottom: 0.125rem solid #050505;
}

.checkOffer a {
  text-decoration: none;
  color: #000;
}

.visitButton a {
  color: #fff;
  text-decoration: none;
}

#btn-back-to-top {
  position: fixed;
  z-index: 2;
  bottom: 1.25rem;
  right: 1.25rem;
  display: none;
}

footer span {
  font-weight: bold;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  color: #b22222;
}

.footerMotto {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-style: oblique;
  float: left;
  margin-right: 5rem;
  text-align: center;
}

.footerLinks {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style-type: none;
  float: left;
}

.footerNav {
  margin-left: 5rem;
}

.footerContainer {
  display: flex;
  flex-direction: row;
}

.footerNavLinks {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style-type: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon {
  animation: pulse 2s infinite ease-in-out;
}
.icon:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.pricingItem {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricingItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .sticky-desktop {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .scroll-gallery {
    display: none;
  }
  #notDisplayDesktop {
    display: none;
  }
}
.hidden {
  display: none;
}

.controls {
  display: flex;
  margin-top: 15rem;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  #notDisplayMobile {
    display: none;
  }
  .controls {
    margin-top: 23rem;
  }
  .carousel-control-prev {
    margin-left: 4rem;
  }
  img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .navbar-toggler {
    margin: auto;
  }
  .navbar-brand img {
    max-height: 5rem;
  }
  .cakeSection {
    padding-top: 5rem;
  }
  .col p {
    position: absolute;
  }
  .col img {
    max-height: 40vh;
  }
  .cardsSection {
    display: flex;
    flex-direction: column;
  }
  .container-fluid {
    background-color: #F7B6C2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
  }
  .orderTutorial {
    margin-bottom: 5rem;
  }
  .lemonCard {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .lemonCard img {
    margin-top: 2rem;
  }
  #firstCard, #secondCard, #thirdCard {
    margin-left: 1.5rem;
    width: 85%;
    margin-bottom: 3.5rem;
  }
  .cakeDesc {
    font-size: 0.85rem;
  }
  .nav-link.nav-active {
    font-weight: bold;
    color: #fff !important;
    border-bottom: 0.125rem solid #fff;
  }
  .artCakes video {
    width: 50%;
  }
  .artCakes h1 {
    margin-top: 4.5rem;
  }
  .mainSectionGallery {
    margin-top: 10rem;
  }
  .checkGallery {
    width: 100%;
  }
  .descriptionGallery {
    text-align: center;
  }
  .photoGallery {
    min-height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }
  .scrolling-side-bar {
    font-size: 1rem;
    width: 10%;
  }
  .footerMotto {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
