@font-face {
  font-family: 'montserrat';
  src: url('../../../Montserrat/Montserrat-VariableFont_wght.ttf') format('opentype');
}

@font-face {
    font-family: 'Diskus';
    src: url('../../../diskus/diskus\ lt\ std\ bold.otf') format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
  font-family: 'Forte';
  src: url('../../../Forte\ Font/FORTE.ttf') format('opentype');
}

@font-face {
  font-family: 'balerga';
  src: url('../../../balerga/Balerga.otf') format('opentype');
}

.info__text{
    color: white;
    padding: 14px;
}

.a2b-restaurant-slider .info__image-text .info__text p{
  font-family: 'balerga';
}
body{
    color: black !important;
}
.banner{
    margin-left: -2%;
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 104%;
}
.bakery_title {
  font-family: 'Diskus';
    position: absolute;
    top: 50%;
    left: 33%;
    font-size: 200%;
    color: #c955ae;
    transform: translate(-50%, -50%);
}
.santhyTitle{
    font-size: 45px;
}
.about-bakery,.wholecontent{
    margin-top: 0%;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    font-family: Montserrat  ;
}
.row{
    padding: 10px;
    /* gap: 1.5rem; */
    width: 100%;
    display: grid;
    grid-template: auto auto / auto auto;
    margin-left: 0%;
    font-size: 8px;
    text-align: center;

}



.text-dark{
    color: black !important;
}

#phone{
    display: flex;
    background-color: #25D366;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
}
#phone:hover {
    animation: none;
    animation-iteration-count: none;
}



/* chatgpt */
/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-color: #212121;
    color: #fff;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  /* Footer Styles */
 
  
  .footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  
  .footer-column {
    width: 100%;
  }
  
  .footer-column-left {
    flex: 2;
  }
  
  .footer-column-right {
    flex: 1;
  }
  
  .footer-heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  
  .footer-item {
    margin-bottom: 0.75rem;
  }
  
  .footer-item i {
    margin-right: 0.5rem;
  }
  
  /* Social Icons */
  .footer-social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
  }
  
  .footer-social-icon {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.5rem;
    transition: background-color 0.3s ease;
  }
  
  .footer-social-icon:hover {
    background-color: #007bff;
  }
  
  /* Category Styles */
  .footer-category ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 1rem; */
  }
  
  .footer-category li {
    width: 140px;
  }
  
  /* Copyright Styles */
  .copyright {
    background-color: #212121;
    color: #fff;
    padding: 2rem;
  }
  
  .copyright-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .copyright-text {
    text-align: left;
    font-size: 1rem;
  }
  
  .copyright-link {
    color: #fff;
    margin-left: 5px;
  }
  
  .copyright-link:hover {
    text-decoration: underline;
  }
  
 #menu-primary{
  display: flex;
  gap: 20px;
  float: right;
  margin-right: 10px;
  margin-top: -60px;
  padding: 10px;
 }
 li,.menu-item{
  list-style: none;
  padding: 5px;
  position: relative; /* Required for absolute positioning of the pseudo-element */
}

.menu-item::before {
  content: '';
  position: absolute;
  bottom: 20%; /* Adjust this value as needed */
  left: 50%; /* Start from the center */
  width: 0%; /* Initial width */
  top: 100%;
  height: 5px; /* Adjust height for underline effect */
  background-color: #c955ae;
  border-radius: 10px;
  transform: translateX(-50%); /* Center the element */
  transition: width 0.5s ease; /* Smooth transition for width */
}

li:hover::before {
  width: 100%; /* Expand to full width on hover */
}

.whatsapp-icon{
    margin-top: 5px;
    font-size: 46px;
}
.footer-item{
    /* line-height: 0.5px; */
}  
.fa-check{
    color: #b8409c;
}
.number{
    font-family: sans-serif;
    font-size: 15px;
}

#about_us{
  background: black;
  color: white;
  margin-top: 20px;
  position: relative;
}

#about_us_title{
  font-size: 11px;
    padding: 25px;
}

#about_us_title::before{
  content: "";
    margin: 15px auto 0;
    background-color: #ad3792;
    width: 125px;
    height: 3px;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%);
}

.about_us_2{
  font-weight: bold;
  color: #f6c15e;
}

#about_us,#footer,#products{
  scroll-margin-top: 50vh;
}



  .image-gallery .carousel-item {
    justify-content: center;
    align-items: center;
  }
  .image-gallery img {
    object-fit: cover; /* Ensures images fill their container */
  }
  .carousel-item img {
    object-fit: cover; /* Ensures images fill their container */
  }
  
  .subContent{
    margin-bottom: 0;
  }
.since_title{
  font-family:"Abril Fatface", serif !important;
  font-size: 20px !important;
  top: 10px;
  text-align: center;
  position: relative;
  color: #c955ae;
}

.first-carousel-inner{
  /* opacity: 0.5; */
  filter: blur(0);
  position: relative;
  height: 90vh;
}

/* Container setup */
#listofitem {
  display: flex;
  overflow: hidden;
  background-color: white;
  white-space: nowrap; /* Prevent line breaks */
}

/* Scrolling list setup */
.scrolling-container {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  color: #c955ae;
  height: 40px;
  animation: scrollItems 10s linear infinite;
}



/* Individual list items */
.scrolling-container li {
  font-size: 17px;
  font-weight: bold;
  padding: 6px;
}

/* Keyframe animation for smooth, continuous scrolling */
@keyframes scrollItems {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%); /* Moves half the width to loop seamlessly */
  }
}




.aab-goes-digital .info__text .title {
  color: #f6c15e;
  text-align: center;
  font-family: Abril Fatface;
  /* font-size: 48px; */
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

footer{
  position: relative;
}

.scrolling-container li::before{
  content: '*';
  position: absolute;
  width: 0;
  /* height: 10px; */
  font-size: 24px;
  background-color: #c955ae;
  top: 60%;
  left: -8px;
  transform: translate(0,-50%);
}

 /* .footer{
    background-color: black;
    color: #fff;
    top: 0;
    width: 100%;
    
  } */
  
  .footer_details {
    display: flex;
    gap: 40px; /* Space between rows */
    background-color: black;
    color: white;
    padding: 20px;
    text-align: left;
    font-size: 11px;
    justify-content: space-around;
}

.footer_head {
    font-size: 20px;
    color: #f6c15e;
    font-weight: bold;
    margin-bottom: 10px;
}

#socialMediaFloat {
  background-color: white;
  position: fixed;
  bottom: 10%;
  z-index: 1;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  right: 0;
  width: 4%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-indicators{
  gap: 10px;
}
.header{
  height: 50px !important;
  position: relative;
}
.mainLogo{
  height: 43px;
  margin: 10px;
  margin-left: 5%;
}
.since_title{
  top: 4px;
  color: white;
}
.subTitle{
  position: relative;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  color: #c955ae;
  font-style: normal;
  font-size: 35px;
}
/* 676x60v */

.separateDiv{
  margin-bottom: 35px;
}

.carousel-text{
  position: absolute;
  top: 25%;
  left: 50%;
  color: white;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
  z-index: 2;
  font-family: 'Forte';
  font-size: 80px;
}
.carousel-text-button{
  position: absolute;
  top: 40%;
  left: 50%;
  color: #c955ae;
  background-color: white;
  text-align: center;
  transform: translate(-50%,-50%);
  z-index: 2;
  font-family: "Abril Fatface", serif;
  font-size: 40px;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.8;
}
.top_slide{
  background-color: black;
}

.chettinad_title::before{
  content: '';
  background: url('../../../banner/02bk.png') no-repeat;
  width: 178%;
  height: 153%;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: 100% 100%;
  z-index: -1;
  top: 55%;
}
.special_title::before{
  content: '';
  background: url('../../../banner/02bk.png') no-repeat;
  width: 170%;
  height: 145%;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: 100% 100%;
  z-index: -1;
  top: 50%;
}
.quality_title::before{
  content: '';
  background: url('../../../banner/02bk.png') no-repeat;
  width: 160%;
  height: 150%;
  position: absolute;
  text-align: center;
  left: 50%;
  background-size: 100% 100%;
  transform: translate(-50%,-50%);
  z-index: -1;
  top: 50%;
}
.flavor_title::before{
  content: '';
  background: url('../../../banner/02bk.png') no-repeat;
  width: 125%;
  height: 144%;
  background-size: 100% 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  top: 50%;
}
.since_title{
  color: white !important;
}
.carousel-inner img {
  /* width: 60%; */
  height: auto;
}
.col-6{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.w-60{
  width: 320px;
  border-radius: 10px;
}
.pocketDiv{
  position: relative;
  top: 10px;
  bottom: 24px;
  margin-bottom: 60px;
  padding: 10px !important;
}
.pocketDiv::before{
  position: absolute;
  content: '';
  width: 630px;
  height: 300px;
  left: 50%;
  top: 63%;
  transform: translate(-50%,-50%);
  background-size: 100% 70% !important;
  z-index: -1;
  background: url('../../../banner/FRAME\ 01.png') no-repeat;
  }
.pocketContent{
  width: 500px;
  text-align: center;
  margin-left: 50%;
  transform: translate(-50%);
  position: relative;
  top: -20px;
}
.orderNowBtn{
  width: 100px !important;
  height: 25px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 2px !important;
  font-size: 10px;
  position: relative;
  top: -35px;
}
.tick_list{
  font-size: 11px;
}

.subTitle{
  font-family: 'libra';
}

.hamburgerDiv {
  width: 30px; /* Adjust the width as needed */
  height: 24px; /* Adjust the height as needed */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* This will space the lines evenly */
  /* background-color: red; */
  position: absolute;
  right: 5%;
  top: 30%;
  transform: translate(0, -50%);
  cursor: pointer;
  transform: rotate(180deg);
  padding: 5px;
  z-index: 1;
}

.hamburgerLine {
  background-color: orange; /* Color of the hamburger lines */
  width: 100%;
  height: 20%; /* Height of each line */
  transition: all 0.3s ease; /* Smooth transition for animations */
  border-radius: 50px;
}
.hamburgerLine1{
  width: 50%;
  transform-origin: right;
}
.hamburgerLine3{
  width: 80%;
  transform-origin: right;
}
.pocket_title{
  width: 500px;
  margin-left: 50%;
  transform: translate(-50%);
}

.buy-now-button {
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
  color: #333; /* Dark text for contrast */
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  border: 2px solid rgba(255, 255, 255, 0.3); /* Light border for subtle definition */
  border-radius: 25px; /* Rounded edges */
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  text-transform: uppercase;
  letter-spacing: 1.2px;
  outline: none; /* Remove default outline */
  transition: all 0.2s ease; /* Smooth transitions */
  top: 90%;
  left: 50%;
  position: absolute;
}

.buy-now-button:hover {
  background-color: rgba(255, 255, 255, 1); /* Fully opaque white on hover */
  border-color: rgba(255, 255, 255, 0.5); /* Slightly brighter border */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

.buy-now-button:active {
  background-color: rgba(255, 255, 255, 0.8); /* Slightly darker on click */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); /* Reduced shadow on click */
}


.carousel-indicators{
  margin-bottom: 0;
}
.addressDiv{
  display: flex;
  background-color: black;
  color: white;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  font-size: 15px;
}
.fa-map-marker{
  color: #ad3792;
}
.addressHead{
  color: #f6c15e;
  font-size: 20px;
  font-weight: bold;
}