@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&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');
body {
  box-sizing: border-box;
}
.belanosima {
  font-family: 'Belanosima', sans-serif;

  font-style: normal;
}
.pt-serif {
  font-family: 'PT Serif', serif;
}

.shadowDesign {
  box-shadow: -20px 20px 1px rgb(248, 175, 1);
  /* box-shadow: rgba(248, 175, 1, 0.4) -5px 5px, rgba(248, 175, 1, 0.3) -10px 10px,
    rgba(248, 175, 1, 0.2) -15px 15px, rgba(248, 175, 1, 0.1) -20px 20px,
    rgba(248, 175, 1, 0.05) -25px 25px; */
}

.shadowDesign2 {
  box-shadow: 20px -20px 1px rgb(248, 175, 1);
  /* box-shadow: rgba(248, 175, 1, 0.4) -5px 5px, rgba(248, 175, 1, 0.3) -10px 10px,
    rgba(248, 175, 1, 0.2) -15px 15px, rgba(248, 175, 1, 0.1) -20px 20px,
    rgba(248, 175, 1, 0.05) -25px 25px; */
}

.poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.textColor {
  color: rgb(75, 53, 0);
}

.headingTextColor {
  color: #1c1c1c;
}

.img-shadow {
  filter: drop-shadow(0px 10px 20px rgba(248, 174, 1, 0.471));
}

.img-shadow:hover {
  filter: drop-shadow(0px 15px 20px rgba(248, 174, 1, 0.6));
  transform: scale(1.02);
  transition: all 0.3s ease;
}

.backgroundColor {
  background-color: #0b1e45;
  font-weight: 500;
  color: white;
}

/* timeline */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* card */

.tilt-left {
  transform: rotateY(-10deg);
}

.tilt-right {
  transform: rotate(100deg);
}

.display-7 {
  font-size: 6rem;
}

.floating-buttons {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.floating-buttons .btn {
  border-radius: 50%;
  margin-bottom: 3px;
  font-size: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.phone-btn {
  background-color: #239bb9;
  color: #fff;
}
.whatsapp-btn {
  background-color: #2ac764;
  color: #fff;
}
