* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Satoshi" !important;
}

html{
  scroll-behavior: smooth;
  overflow-x: hidden;

}

body {
  overflow: hidden;
  background-color: #fdf6e2;

}

:root {
  --primaryColor: #942625;
  --secondaryColor: #184d2f;
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #942625;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #700f0f;
}

.banner {
  background-image: url("../assets/homeAssets/homeBanner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 70vh;
}

.heading_1_style {
  color: var(--primaryColor);
  font-weight: 700;
  font-size: 42px;
  line-height: 56.7px;
  letter-spacing: 0%;
}

.buttonCommonBg {
  background-image: url("../assets/buttonBg.png");
  /* background-position: center; */
  background-size: contain;
  background-repeat: no-repeat;
  color: white;

  display: inline-block;
}

.buttonCommonBg .btn {
  color: white;
  border: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}

.buttonCommonBg .btn:hover {
  color: white;
}

.banner h1 {
  color: white;
  font-weight: 700;
  font-size: 42px;
  line-height: 56.7px;
  letter-spacing: 0%;
  text-align: center;
}
.banner p {
  color: white;
  font-weight: 400;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
}

.bg-shadow-card {
  border-radius: 10px;
  background: linear-gradient(90deg, #23232300 0%, rgba(0.1, 0, 0, 0.1) 100%);
  backdrop-filter: blur(2px);
}

.counterSection {
  background-color: #fff2c9;
  border-radius: 24px;
}

.maxWidthCounterSection {
  max-width: 95%;
  margin: auto;
}

.maxWidthCounterSection h4 {
  color: var(--secondaryColor);
  font-weight: 700;
  font-size: 28px;
  line-height: 37.8px;
  letter-spacing: 0%;
}
.maxWidthCounterSection p {
  color: #727272;
  font-weight: 200;
  font-size: 18px;
  line-height: 24.3px;
}

.counterSection {
  position: relative;
}
.counterSection::after {
  content: "";
  position: absolute;
  top: -23%;
  left: 0%;
  width: 8%;
  height: 100%;
  background: url("../assets/homeAssets/leftConterbgImg.png") no-repeat center;
  background-size: contain;
}
.counterSection::before {
  content: "";
  position: absolute;
  top: -23%;
  right: 0%;
  width: 8%;
  height: 100%;
  background: url("../assets/homeAssets/rightCounterImage.png") no-repeat center;
  background-size: contain;
}

.about_Legacy p {
  color: #330505;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}

.about_Legacy h6 {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0%;
}
.about_Legacy h6 span {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0%;
}

.about_Legacy h5 {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
}

.whyChooosecardDesign {
  background-color: #fff2c9;
  border: 1px solid #000000;
  border-radius: 24px;
  box-shadow: 4px 4px 0px 0px var(--primaryColor);
}

.whyChooosecardDesign h3 {
  color: var(--secondaryColor);
  font-weight: 700;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0%;
}
.whyChooosecardDesign h2 {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}
.whyChooosecardDesign .btn {
  border: 1px solid var(--primaryColor);
  background-color: #fdf6e3;
  border-radius: 64px;
  padding: 10px 10px 5px 10px;
  color: #330505;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}

.whyChooosecardDesign {
  position: relative;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 99999;
}

/* Individual backgrounds */
.card1 {
  background-image: url("../assets/homeAssets/bgWhy1.png");
  background-size: 20%;
}

/* Overlay effect */
.whyChooosecardDesign::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.whyChooosecardDesign h2 {
  height: 70px;
  overflow: hidden;
}

.bg-kolam {
  position: relative;
}

.bg-kolam::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: url("../assets/homeAssets/rigthKolam.png") no-repeat center;
  background-size: contain;
}
.bg-kolam::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: url("../assets/homeAssets/leftKolam.png") no-repeat center;
  background-size: contain;
}

.createOurOwn .position {
  top: 18%;
  left: 5%;
}

/* .box-shadow-card {
  border-radius: 24px;
  background: linear-gradient(90deg, #232323 0%, rgba(0, 0, 0, 0.70) 100%);
  filter: blur(74.5px);
} */

.blurred-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px 0px 0px 24px;
  background: linear-gradient(90deg, #232323 0%, rgba(0, 0, 0, 0.70) 100%);
  filter: blur(74.5px);
  z-index: 0;
}

.box-shadow-card h2 {
  color: white;
  position: relative;
  z-index: 99999;
  font-weight: 700;
  font-size: 42px;
  line-height: 56.7px;
  letter-spacing: 0%;
}

.box-shadow-card p {
  color: white;
  position: relative;
  z-index: 99999;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
}

.OccasionCard {
  background: #fff2c9;
  border: 1.3px solid #000000;
  box-shadow: 5.22px 5.22px 0px 0px var(--primaryColor);
  border-radius: 31.3px;
}

.OccasionCard h3 {
  color: #330505;
  font-weight: 700;
  font-size: 24px;
  line-height: 32.4px;
  letter-spacing: 0%;
}
.OccasionCard p {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  min-height: 90px;
  line-height: 24.3px;
  letter-spacing: 0%;
}
.OccasionCard .btn {
  color: var(--secondaryColor);
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
}

.custom-arrows {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 100px !important;
  background-color: gray;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.arrow.active {
  background-color: var(--secondaryColor);
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.bgimgkolam {
  position: relative;
}

.bgimgkolam::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 0;
  width: 10%;
  height: 100%;
  background: url("../assets/homeAssets/topbg_services.png") no-repeat center;
  background-size: contain;
}
.bgimgkolam::before {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 0;
  width: 10%;
  height: 100%;
  background: url("../assets/homeAssets/bottombg_services.png") no-repeat center;
  background-size: contain;
}

.ourServicesCarousel {
  position: relative;
  z-index: 9999;
}

.testiminials h3 {
  color: var(--primaryColor);
  font-weight: 700;
  font-size: 42px;
  line-height: 56.7px;
  letter-spacing: 0%;
  text-align: center;
}

.testiminials p {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 29.7px;
  letter-spacing: 0%;
  text-align: center;
}
.testiminials h3 {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  line-height: 29.7px;
  letter-spacing: 0%;
  text-align: center;
}

.bgImgageTestimonials {
  background-image: url("../assets/homeAssets/testimonials\ Bg.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

/* .special_offer h2 {
  color: var(--primaryColor);
  font-weight: 700;
  font-size: 42px;
  line-height: 56.7px;
  letter-spacing: 0%;
} */

.commonBorderShadow {
  border-radius: 47.57px;
  background: #fff2c9;
  border: 1.98px solid #000000;
  box-shadow: 7.93px 7.93px 0px 0px #89211e;
}

.commonBorderShadow p {
  color: #330505;
  font-weight: 700;
  font-size: 28px;
  line-height: 37.8px;
  letter-spacing: 0%;
}

.formDesign {
  border: 1px solid #000000;
  border-radius: 0px 10px 10px 0px;
}

#cateringForm .form-control,
.form-select {
  padding: 10px;
  border: 1px solid #656565;
  border-radius: 12px;
  background-color: transparent;
}

.form-control::placeholder {
  color: #656565;
  font-weight: 500;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}

.formImg {
  border-radius: 10px 0px 0px 10px;
}

#cateringForm .btn {
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}

/* Footer */

.footer {
  background-image: url("../assets/homeAssets/footer_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.footer h5 {
  color: var(--primaryColor);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.footer ul li a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 40.3px;
  letter-spacing: 0%;
}
.footer p {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}
.bg_green_kolam {
  position: relative;
  min-height: 300px; /* Ensure the element has height */
  overflow: hidden; /* Prevent unexpected scroll */
}

.bg_green_kolam::after,
.bg_green_kolam::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  
  background-size: contain;
}

.bg_green_kolam::after {
  top: 0;
  left: 0;
  background: url("../assets/about/bg_green_kolam_2.png") no-repeat center;
}

.bg_green_kolam::before {
  bottom: 0;
  right: 0;
  background: url("../assets/about/bg_green_kolam_1.png") no-repeat center;
}
