.navbar {
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: 1px 0px 11px 1px rgb(51,171,201);
  padding-bottom: 0px;
}

.navbar-toggler {
  border-style: none;
}

.icon.ion-android-menu {
  font-size: 45px;
  color: rgba(255,255,255,0.81);
}

.fynitem {
  font-size: 21px;
  font-weight: bold;
  --bs-body-font-weight: normal;
}

#n1 .activenavlink.active {
  box-shadow: 1px 1px 2px 0px rgba(161,216,230,0.91);
}

#n2 .activenavlink.active {
  box-shadow: 1px 1px 2px 0px rgba(161,216,230,0.91);
}

#n3 .activenavlink.active {
  box-shadow: 1px 1px 2px 0px rgba(161,216,230,0.91);
}

.caroLittleText {
  text-shadow: 1px 2px rgb(0,0,0);
  color: rgb(255,168,0);
  font-size: 27px;
  line-height: 32.5px;
  letter-spacing: -1px;
  font-family: fantasy;
}

.hdCaro {
  color: rgb(43,197,213);
  text-shadow: -4px 3px 4px rgb(0,0,0);
  max-width: 913px;
  font-size: 39.4px;
  text-align: left;
  filter: brightness(136%);
}

/* Hero Beginning */

.fit-cover {
  object-fit: cover;
}

#carousel-1 {
  height: 600px;
  margin-top: -88px;
}

.cartIcon {
  font-size: 41px;
}

.divBalancingBGS {
  max-width: 912px;
}

/* Hero Ending */

@media (min-width: 768px) {
  .caroLittleText {
    font-size: 36px;
  }
}

.btttn {
  font-family: 'Akaya Kanadaka', serif;
  box-shadow: -4px 5px 1px;
  --bs-warning-rgb: 7,5,0;
  --bs-warning: #070500;
}

@media (max-width: 991px) {
  .btttn:active {
    transition: ease-in-out 0.2s;
    transform: translateX(-2px) translateY(-5px) rotate(0deg) scale(1.03);
    box-shadow: -1px -1px 20px;
  }
}

@media (min-width: 992px) {
  .btttn:hover {
    box-shadow: 0px 0px;
    transform: rotate(10deg) scale(1.05);
    transition: ease-in-out 0.5s;
  }
}

@media (min-width: 992px) {
  .divBalancingBGS {
    margin-left: 70px;
  }
}

.carousel-control-prevBthsides {
  max-width: 84px;
  min-width: 4px;
}

@media (max-width: 570px) {
  .alertForInventory {
    display: none;
  }
}

#goToForm {
  scroll-margin-top: 100px;
}

#contactUs {
  background: url("../../assets/img/contact-us-animation.gif") bottom / contain no-repeat;
  opacity: 1;
  filter: blur(0px);
}

.sectionIntro {
  /*background: linear-gradient(var(--bs-light), var(--bs-warning) 4%, var(--bs-primary) 66%, var(--bs-body-bg) 76%, var(--bs-body-bg) 92%);*/
  margin-top: -27px;
}

.caption.v-middle {
  color: #ffc107;
}

/* button for back top begins */

/* button for back top ends */

@media (max-width: 768px) {
  .brandHeadingtab {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .brandHeadingphone {
    font-size: 15px;
  }
}

@media (min-width: 300px) and (max-width: 375px) {
  .brandHeadingphoness {
    font-size: 11px;
  }
}

@media (min-width: 300px) and (max-width: 375px) {
  .brandLogoHeading {
    width: 50px;
    height: 51px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow';
}

* {
  scroll-margin-top: 150px;
}

:root {
  --beacon-color: var(--bs-danger);
  --beacon-rgb: var(--bs-danger-rgb);
  --animation-speed: 0.6s;
}

/* 1. The Main Button Class - Always Active */

.btn-urgent-beacon {
  position: relative;
  z-index: 1;
  padding: 13px 9px;
  background-color: var(--bs-dark);
  color: var(--bs-white);
  border: 2px solid var(--beacon-color);
  border-radius: var(--bs-border-radius-lg);
  /*font-weight: 800;*/
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  animation: beacon-pulse var(--animation-speed) infinite ease-in-out, tilt-vibrate 0.4s linear infinite;
}

/* 2. Inner "Explosion" Glow (Pseudo-element) */

.btn-urgent-beacon::before {
  content: "";
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%) scale(0);
  /*width: 10px;*/
  /*height: 10px;*/
  background: radial-gradient(circle, rgba(var(--beacon-rgb), 0.8), transparent 70%);
  filter: blur(25px);
  opacity: 0.8;
  z-index: -1;
  animation: flash-expand 2s infinite cubic-bezier(0.1, 0.7, 1, 0.1);
}

/* 3. Keyframe Animations */

/* Simulates "Pressed" Look & Attention Pulse */

@keyframes beacon-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 15px rgba(var(--beacon-rgb), 0.7);
  }
  50% {
    transform: scale(0.98);
    box-shadow: 0 0 30px rgba(var(--beacon-rgb), 1);
  }
}

/* Tilts Left and Right Vibratory */

/* Inner Flash Expand */

@keyframes flash-expand {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4);
  }
}

.carousel-item > img {
  z-index: -1;
}

#loading > div {
  width: 100%;
  height: 100vh;
  position: absolute;
}

#contactUs > div {
  backdrop-filter: blur(3px) brightness(100%) contrast(111%) grayscale(100%) invert(0%) saturate(200%);
  -webkit-backdrop-filter: blur(3px) brightness(100%) contrast(111%) grayscale(100%) invert(0%) saturate(200%);
}

@media (min-width: 768px) {
  .theme-switcher-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .theme-switcher.md {
    display: none;
  }
}

