body {
  background-color: #dde6ef;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border: 1px solid #e2e2e2;
  background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d62315;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.table-page-index {
  max-width: 700px;
  margin: 0 auto;
}
.table-page-index section:last-of-type {
  margin-bottom: 10rem;
}
.table-page-index .thankyou-def-section,
.table-page-index .size-def-section {
  max-width: 90%;
  margin: 0 auto;
}
.table-page-index .thankyou-def-section .ringSizes,
.table-page-index .size-def-section .ringSizes {
  border-radius: 24px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.24);
}
.table-page-index .sticky-footer {
  position: fixed;
  background-color: #dde6ef;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem;
}
.table-page-index .sticky-footer .cta-text {
  background-color: #d62315;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.2rem 0.3rem;
  border-radius: 0.65rem;
  color: #fff;
}
.table-page-index .sticky-footer .cta-details-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0.2rem;
}
.table-page-index .sticky-footer .cta-details-wrapper .call-details {
  background-color: #d62315;
  color: #fff;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.2rem 0.3rem;
  border-radius: 0.65rem;
  color: #fff;
}
.table-page-index .sticky-footer .cta-details-wrapper .icon {
  height: 2.25rem;
  width: 2.25rem;
  display: grid;
  place-content: center;
  font-size: 1rem;
  color: #fff;
  border-radius: 0.5rem;
}
.table-page-index .sticky-footer .cta-details-wrapper .icon.whatsapp {
  font-size: 1.5rem;
  background-color: #00923f;
}
.table-page-index .sticky-footer .cta-details-wrapper .icon.call {
  background-color: #32ab66;
}
.table-page-index .logo-section .logowrapper {
  max-width: 240px;
  margin: 2rem auto;
  border-radius: 10px;
  overflow: clip;
}

.table-page-index.thank-you-page {
  max-width: 100%;
  width: 100%;
}

.balaji-modal {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.balaji-modal .modal-content {
  background-color: #d62315;
  padding: 1rem;
  border-radius: 1.25rem;
  z-index: 999;
}
.balaji-modal .modal-content .form-control {
  background-color: rgba(255, 255, 255, 0.8);
}

.thankyou-def-section {
  max-width: 90%;
  margin: 0 auto;
}
.thankyou-def-section .thankyou-img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.thankyou-def-section .content-wrapper {
  text-align: center;
  padding: 2rem 3rem;
}
.thankyou-def-section .content-wrapper .title {
  font-size: 2rem;
  font-weight: 700;
}
.thankyou-def-section .content-wrapper .text {
  font-size: 15px;
  font-weight: 400;
  max-width: clamp(22rem, 20vw, 30rem);
  margin: 0 auto;
}

.down-arrow {
  position: fixed;
  right: 0.2rem;
  bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.down-arrow .next {
  font-size: 22px;
  font-weight: 800;
  line-height: 0.5;
  color: red;
}
.down-arrow .next i {
  line-height: 0;
}
.down-arrow .arrow {
  animation-name: bounceAlpha2;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.down-arrow .arrow.bottomArrow {
  animation-name: bounceAlpha2;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bounceAlpha2 {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(0.9);
  }
  25% {
    opacity: 0;
    transform: translateY(10px) scale(1);
  }
  26% {
    opacity: 0;
    transform: translateY(-10px) scale(1);
  }
  55% {
    opacity: 1;
    transform: translateY(0px) scale(0.9);
  }
}
.hero-carousal .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hero-carousal .owl-dots .owl-dot {
  width: 20px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  margin: 4px;
  border-radius: 4px;
}

.hero-carousal .owl-dot.active {
  width: 40px;
  background: rgba(221, 18, 123, 0.9);
}

.hero-carousal .owl-nav span {
  font-size: 32px;
  color: #fff !important;
}

.hero-carousal .owl-nav {
  position: absolute;
  right: 40px;
  bottom: -40px;
  display: none;
}

.btn-page-2 {
  color: #fff;
  background: linear-gradient(to right, #ccc 0, #4a483b 20%, #f0f0f0 20%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-clip: border-box;
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: none;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  /* max-width: 70%; */
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.2);
}
.btn-page-2::before {
  position: absolute;
  content: "";
  /*background-image: linear-gradient(45deg,#FF0000,#FFEF00);*/
  background: #183883;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@keyframes shine {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 450px;
  }
}

.third__section .margin__bottom-5 {
  margin-bottom: 90px !important;
}

.bg-light {
  background: #cadcec !important;
}

.card__two {
  padding: 40px 30px 30px;
  position: relative;
  height: 100%;
  border-radius: 12px;
  /*box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.05);*/
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.2);
}

.card__badge {
  position: absolute;
  top: -20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  /*background: #ff7634;*/
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
}

.bg-light-1 {
  background: #fbfbfb;
}

.page-1 .heading__title::after,
.bg-page-1 {
  background: #183883 !important;
}

.page-2 .heading__title::after,
.bg-page-2 {
  background: #dd127b !important;
}

.page-3 .heading__title::after,
.bg-page-3 {
  background: #ff6c1a !important;
}

.page-4 .heading__title::after,
.bg-page-4 {
  background: #007bc1 !important;
}

.page-5 .heading__title::after,
.bg-page-5 {
  background: #00a13a !important;
}

.btn-primary {
  background: #dd127b !important;
  border-color: #dd127b !important;
}

.section__heading .heading__title {
  position: relative;
  margin-bottom: 28px;
  font-size: 42px;
  font-weight: 900;
}

.section__heading .heading__title::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 6px;
  background: red;
  left: 50%;
  bottom: -14px;
  display: inline-block;
  transform: translateX(-50%);
  border-radius: 14px;
}

.section__heading .heading__desc {
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 300;
}

.text__wrapper {
  margin-top: 20px;
}
.text__wrapper h3 {
  font-size: 24px;
  font-weight: 600;
}
.text__wrapper p {
  font-size: 16px;
  margin: 0;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 300;
}/*# sourceMappingURL=style.css.map */