*::-webkit-scrollbar {
    width: 7px;
}
 
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #cc0e3e4f;
}
 
*::-webkit-scrollbar-thumb {
  background-color: #ae1d72;
  outline: 1px solid #ae1d72;
}
 
  #loader {
      display: block;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #dba970;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
  }
  #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #c24fd9;
      -webkit-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite;
  }
  #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #FF00FF;
      -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite;
  }
  @-webkit-keyframes spin {
      0%   {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  @keyframes spin {
      0%   {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    background-position: center;
    background-size: cover;
    cursor: grab;
}

swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-pagination{
    position: relative !important;
}

.mySwiper{
    width: 90%;
}


.Ani-Chevro-Accordion {
    width: 70%;
}

.Ani-Chevro-Accordion .content {
    border-radius: 5px;
    margin: 5px 0;
}

.Ani-Chevro-Accordion .content .Heading {
    padding: 15px 25px;
    display: flex;
    cursor: pointer;
    font-weight: 600;
    justify-content: space-between;
}

.Ani-Chevro-Accordion .content .answer {
    display: none;
    padding: 10px 5%;
    border-top: .5px solid #d4d4d4;
    text-align: center;
    line-height: 1.5em;
}

.Show {
    -webkit-transition: .4s;
    transition: .4s;
}

.rot180 {
    transform: rotate(180deg);
}
