* {
  list-style: none;
  text-decoration:none;
  box-sizing:border-box;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
}

/* Old Code */
/*body{ */
/*  margin: 0 auto; */
/*  font-size: 20px; */
/*} */

/* Added the below to remove the scrollbar */
body{
  margin: 0 auto;
  font-size: 20px;
  overflow: hidden;
}




.main-frame {
  padding-top:2rem; 
  padding-bottom:2rem; 
  border-radius:10px;
  box-shadow: 5px 5px  5px 5px #edf1ee;
  /* margin-left: 100px; */
}

h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}

.subheading {
    font-size: 30px;
    color: #333333;
}

.btn-circle-with-icon {
  border-radius: 50%;
  text-align: center;
  box-shadow: 5px 5px 5px #007bff;
  padding: 4px;
  
}
.hamburger-icon {
  display: none;
}


.header {
  position:sticky;
  top:0;
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  z-index: 99;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
}



/*

 #navbarSupportedContent{
  display: flex;
  justify-content: flex-end;
}
*/

#navbarSupportedContent a.active {
  color: #f64c72;
}
#navbarSupportedContent a:hover {
  color: #f64c72;
}

.logo-text{
  color:white;
  font-size: 30px;
  font-weight: bold;

}

.hamburger-icon{
  border:none;
  background-color:transparent;
}

.hamburger-icon .fa-bars,
.hamburger-icon .fa-x{
  color:white;
  font-size:1rem;
  cursor:pointer;
}

.hamburger-icon input[type="checkbox"] {
  appearance: none;
} 

.navigation {
  display: flex;
  gap: 1rem;
}
.navigation a{
  color:white;
}


.logo-text a{
  text-decoration: none;
  color: white;
}

.logo-text a:hover{
  background: none;
}


/*
.navbar-brand {
  margin-right: 0;
}
*/

.navbar-brand {
  margin-right: 0;
  margin-left: 35px;
}


.navbar-nav {
  display: flex;
  justify-content: center;
}
.nav-item{
  text-align: center;
}




@media screen and (min-width: 768px) {
  .navbar .container-fluid {
    flex-direction: column;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0.5em 1em;
  }
  .navbar-nav {
  }
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;

}
.navbar .navbar-nav {
  /* border-top: 2px solid #fff; */
  /* margin-top: 0.5em; */
}



/* LOADING ANIMATION CSS START */
.loader {
  width: 100%;
  height: 100%;
  /*  background-color: #cdcdcd;   >>>>GREY */
  background-color: white;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
  /* display: none; */
}

.loader-div {

  width: 90%;
  position: absolute;
  left: 10%;
  top: 35%;
}

.location-container {
  position: absolute;
  width: 450px;
  left: 40%;
  top: 50%;
  animation: moveDots 1s linear, moveDots 1s linear, moveDots 1s linear, moveDots 1s linear, moveDots 1s linear;
  animation-delay: 0s, 1200ms, 2400ms, 3600ms, 4800ms;
}

.dotA {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  animation: DotOut 500ms linear;
  animation-delay: 500ms;
  border: 1px solid #bbb;
  z-index: 0;
  position: relative;
}

.dotB {
  width: 20px;
  height: 20px;
  background: #db271a;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  animation: DotOut 500ms linear;
  animation-delay: 1700ms;
  border: 1px solid #bbb;
  z-index: 0;
  position: relative;
}

.dotC {
  width: 20px;
  height: 20px;
  background: #23fa27;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  animation: DotOut 500ms linear;
  animation-delay: 2900ms;
  border: 1px solid #bbb;
  z-index: 0;
  position: relative;
}

.dotD {
  width: 20px;
  height: 20px;
  background: #238011;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  margin: 0 10px;
  animation: DotIn 500ms linear, DotOut 500ms linear;
  animation-delay: 550ms, 4100ms;
  border: 1px solid #bbb;
  z-index: 0;
  position: relative;
}

.dotE {
  width: 20px;
  height: 20px;
  background: #850f81;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  margin: 0 10px;
  animation: DotIn 500ms linear, DotOut 500ms linear;
  animation-delay: 1700ms, 5300ms;
  border: 1px solid #bbb;
  z-index: 0;
  position: relative;
}

.dotF {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  margin: 0 10px;
  animation: DotIn 500ms linear;
  animation-delay: 2900ms;
  border: 1px solid #bbb;
  z-index: 0;
  position: relative;
}

.dotG {
  width: 20px;
  height: 20px;
  background: #db271a;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  animation: DotIn 500ms linear;
  animation-delay: 4000ms;
  opacity: 0;
  border: 1px solid #bbb;
  z-index: 0;
  position: relative;
}

.dotH {
  width: 20px;
  height: 20px;
  background: #23fa27;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  animation: DotIn 500ms linear;
  animation-delay: 4600ms;
  opacity: 0;
  border: 1px solid #bbb;
  z-index: 0;
  position: relative;
}


.pin {
  position: absolute;
  top: calc(-20% - 25px);
  left: calc(-20% - 16px);
  margin-left: 115px;
  background: #ddd;
  border-radius: 50%;
  border: 8px solid #fff;
  width: 8px;
  height: 8px;
  animation: jump 1s linear, jump 1s linear, jump 1s linear, jump 1s linear, jump 1s linear, PintoRed 1s linear, PintoLightGreen 1s linear, PintoGreen 1s linear, PintoViolet 1s linear, PintoWhite 1s linear;
  animation-delay: 0s, 1200ms, 2400ms, 3600ms, 4800ms, 250ms, 1250ms, 2250ms, 3250ms, 4250ms;
  box-sizing: content-box !important;
}

.pin:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -30px;
  left: -6px;
  border: 10px solid transparent;
  border-top: 17px solid #fff;
  animation: PintoRedAfter 1s linear, PintoLightGreenAfter 1s linear, PintoGreenAfter 1s linear, PintoVioletAfter 1s linear, PintoWhiteAfter 1s linear;
  animation-delay: 250ms, 1250ms, 2250ms, 3250ms, 4250ms;
}

.pinB {
  position: absolute;
  top: calc(-20% - 26px);
  /* Adjusted to be 1px bigger */
  left: calc(-20% - 16px);
  /* Adjusted to be 1px bigger */
  margin-left: 114px;
  background: #ddd;
  border-radius: 50%;
  border: 8px solid #ddd;
  /* Adjusted border thickness to maintain proportion */
  width: 10px;
  /* Adjusted width to be 1px bigger */
  height: 10px;
  /* Adjusted height to be 1px bigger */
  z-index: -1;
  animation: jump 1s linear, jump 1s linear, jump 1s linear, jump 1s linear, jump 1s linear;
  animation-delay: 0s, 1200ms, 2400ms, 3600ms, 4800ms;
  box-sizing: content-box !important;
}

.pinB::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -31px;
  /* Adjusted to be 1px bigger */
  left: -5px;
  /* Adjusted to be 1px bigger */
  border: 10px solid transparent;
  /* Adjusted to be 1px bigger */
  border-top: 19px solid #ddd;
  /* Adjusted to be 1px bigger */
  z-index: -1;
}



  /* OLD CODE */
  /* .active {*/
  /*   background-color: black;*/
  /* }*/

.active {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}



@keyframes jump {
  0% {
      top: calc(-20% - 25px);
      left: calc(-20% - 16px);
  }

  30% {
      top: calc(-20% - 45px);
      left: calc(-20% + 2px);
  }

  60% {
      top: calc(-20% - 25px);
      left: calc(-20% + 29px);
  }

  100% {
      top: calc(-20% - 25px);
      left: calc(-20% + 29px);
  }
}


@keyframes moveDots {
  to {
      left: calc(40% - 46px);
  }
}

@keyframes DotOut {
  to {
      opacity: 0;
  }
}

@keyframes DotIn {
  to {
      opacity: 1;
  }
}

@keyframes PintoRed {
  0% {
      border-color: #fff;
  }

  20% {
      border-color: #fff;
  }

  35% {
      border-color: #db271a;
  }

  100% {
      border-color: #db271a;
  }
}

@keyframes PintoLightGreen {
  0% {
      border-color: #db271a;
  }

  20% {
      border-color: #db271a;
  }

  35% {
      border-color: #23fa27;
  }

  100% {
      border-color: #23fa27;
  }
}

@keyframes PintoGreen {
  0% {
      border-color: #23fa27;
  }

  40% {
      border-color: #23fa27;
  }

  85% {
      border-color: #238011;
  }

  100% {
      border-color: #238011;
  }
}

@keyframes PintoViolet {
  0% {
      border-color: #238011;
  }

  50% {
      border-color: #238011;
  }

  75% {
      border-color: #850f81;
  }

  100% {
      border-color: #850f81;
  }
}

@keyframes PintoWhite {
  0% {
      border-color: #850f81;
  }

  75% {
      border-color: #850f81;
  }

  100% {
      border-color: #fff;
  }
}

@keyframes PintoRedAfter {
  0% {
      border-top: 17px solid #fff;
  }

  20% {
      border-top: 17px solid #fff;
  }

  35% {
      border-top: 17px solid #db271a;
  }

  100% {
      border-top: 17px solid #db271a;
  }
}

@keyframes PintoLightGreenAfter {
  0% {
      border-top: 17px solid #db271a;
  }

  20% {
      border-top: 17px solid #db271a;
  }

  35% {
      border-top: 17px solid #23fa27;
  }

  100% {
      border-top: 17px solid #23fa27;
  }
}

@keyframes PintoGreenAfter {
  0% {
      border-top: 17px solid #23fa27;
  }

  40% {
      border-top: 17px solid #23fa27;
  }

  85% {
      border-top: 17px solid #238011;
  }

  100% {
      border-top: 17px solid #238011;
  }
}

@keyframes PintoVioletAfter {
  0% {
      border-top: 17px solid #238011;
  }

  50% {
      border-top: 17px solid #238011;
  }

  75% {
      border-top: 17px solid #850f81;
  }

  100% {
      border-top: 17px solid #850f81;
  }
}

@keyframes PintoWhiteAfter {
  0% {
      border-top: 17px solid #850f81;
  }

  75% {
      border-top: 17px solid #850f81;
  }

  100% {
      border-top: 17px solid #fff;
  }
}

.text-container {
  font-size: 1em;
  font-weight: 500;
  margin-top: 100px;
  text-align: center;
  display: block;
}


.textB {
  color: #db271a;
  opacity: 0;
  display: block;
  position: absolute;
  top: 85%;
  width: 90%;
  text-align: center;
  animation: textFade 1000ms;
  animation-delay: 500ms;
}

.textC {
  color: #000;
  opacity: 0;
  display: block;
  position: absolute;
  top: 85%;
  width: 90%;
  text-align: center;
  animation: textFade 1500ms;
  animation-delay: 1300ms;
}

.textD {
  color: #238011;
  opacity: 0;
  display: block;
  position: absolute;
  top: 85%;
  width: 90%;
  text-align: center;
  animation: textFade 1500ms;
  animation-delay: 2500ms;
}

.textE {
  color: #850f81;
  opacity: 0;
  display: block;
  position: absolute;
  top: 85%;
  width: 90%;
  text-align: center;
  animation: textFade 2000ms;
  animation-delay: 3600ms;
}

.textF {
  color: rgb(48, 47, 47);
  opacity: 0;
  display: block;
  position: absolute;
  top: 85%;
  width: 90%;
  text-align: center;
  animation: textFade 1500ms;
  animation-delay: 5200ms;
}

@keyframes textFade {
  0% {
      opacity: 0;
  }

  30% {
      opacity: 1;
  }

  70% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}
/* LOADING ANIMATION CSS END */





/* Audio feature below */
/* Play button css start */
/* 
.play-button {
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 80px;
}
*/


.play-button {
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 200px;
}


.play-button svg {
  color: white;
  padding-left: 4px;
}

.navbar-collapse {
  flex-grow: unset;
}

.play-button .pause-icon {
  padding-left: 0px;
}

.pause-icon {
  display: none;
}

.play-button.play-active .pause-icon {
  display: block;
}

.play-button.play-active .play-icon {
  display: none;
}

@media (min-width: 981px) {
  .play-button-mobile {
    display: none;
  }
}

@media (max-width: 980px) {
  .play-button {
    display: none;
  }

  .play-button-mobile {
    display: block;
    margin-left: 0;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .play-button-mobile audio {
    display: none;
  }
}
/* play button css end */
/* Audio feature above */


