::selection {
  background: #895ffc;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: var(--primary-color);
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px var(--primary-color);
  background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 20px var(--secondarey-color);
}

html {
  font-size: 1rem;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: calc(-0.00222717149220486rem + 1.1135857461024499vw);
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 1rem;
  }
  /* .wow.fadeInRight {
    width: 70%;
    margin: 0px auto;
} */
}
@media screen and (max-width: 390px) {
  html {
    font-size: calc(-0.002570694087403599rem + 4.113110539845758vw);
  }
}
.overflo {
  overflow-x: hidden;
}
body {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}
.relative {
  position: relative;
}
.link-1:hover {
  color: var(--primary-color);
}
.bold {
  font-weight: 700;
}
.color-primary {
  color: var(--primary-color);
}

/* HEADER */
.main-header {
  position: fixed;
  z-index: 999;
  top: 50px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.main-header.fixed {
  position: fixed;
}
.main-header.hidden {
  top: -100px;
}
.dropdown-menu {
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.nav-link.dropdown-toggle {
  cursor: pointer;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary-color);
}
.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: rgb(89 89 89 / 80%);
}
.navbar-toggler {
  background-color: var(--primary-color);
}
.navbar-toggler.collapsed {
  background-color: white;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
/* ----Drop-down----- */
ul.dropdown-menu.dropdown-menu {
  column-count: 3;
}

/* INDEX PAGE */
.mainBanner {
  display: flex;
}
.mainBanner #bg-video {
  height: 86vh;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.mainBanner #bg-video::-webkit-media-controls {
  display: none !important;
}
.mainBanner .video-overlay {
  position: absolute;
  background-color: var(--overlay-color);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 86vh;
}
.mainBanner .caption {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
}
.tags-glass-bg {
  background: rgb(255 255 255 / 23%);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
}
.tags-glass-bg-2 {
  background: rgb(56 17 91 / 58%);
  box-shadow: 0 0px 0px 0;
}
.logoslider-content .logo-img {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  vertical-align: middle !important;
  height: 100%;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}

.s-grid-1 {
  grid-area: 1 / 1 / 5 / 3;
}
.s-grid-2 {
  grid-area: 1 / 3 / 5 / 5;
}
.s-grid-3 {
  grid-area: 1 / 5 / 5 / 7;
}
.s-grid-4 {
  grid-area: 5 / 1 / 10 / 3;
}
.s-grid-5 {
  grid-area: 5 / 3 / 10 / 5;
}
.s-grid-6 {
  grid-area: 5 / 5 / 10 / 7;
}

.card-bg {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 20px 0 #3d2d6a15;
  transition: 0.5s;
}
.card-content {
  padding: 40px 24px;
}
.card-hd {
  font-weight: 700;
  font-size: 24px;
}
.card-img img {
  width: 100%;
  border-radius: 0 0 16px 16px;
}
#changeable-img {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.card-bg-img {
  background-image: url("../images/card-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 356px;
  height: 191px;
  padding: 25px 20px;
}
.card-bg-img-2 {
  background-image: url("../images/card-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 400px;
  height: 186px;
  padding: 25px 20px;
}
.card-count {
  font-size: 65px;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    90deg,
    var(--secondarey-color),
    var(--primary-color)
  );
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: capitalize;
  letter-spacing: -0.1px;
  line-height: 55px;
}
body
  > section.section-padding.bg-light-purple.bg-img-2
  > div
  > div
  > div.col-lg-10
  > div {
  margin-bottom: -70px;
}
.book-slid .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0 100px;
}
.book_image_container {
  position: relative;
  transition: all 200ms linear;
  cursor: pointer;
  z-index: 9;
}
.book_image_container::before {
  content: attr(data-content);
  position: absolute;
  padding: 1em;
  top: 0;
  left: 0;
  width: 240px;
  height: 350px;
  background-color: #f9f6ee;
  box-shadow: 0 4px 5px inset #edeade, 0 -4px 5px inset #edeade;
  transform-origin: left;
  transition: all 600ms linear;
}
.book_image_container img {
  width: 240px;
  height: 350px;
  transform-origin: left;
  transform: perspective(1000px) rotateY(0deg);
  transition: all 600ms linear;
}
.book_image_container:hover {
  transform: perspective(1000px) rotate(-5deg);
}
.book_image_container:hover img {
  transform: perspective(1000px) rotateY(-105deg);
}
._df_thumb {
  width: 300px !important;
  height: 360px !important;
}
.book-slid .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.book-slid.slick-slider {
  height: 70vh;
  padding: 0px;
}
.book-slid .slick-center .book_image_container::before {
  width: 300px !important;
  height: 450px !important;
}
.book-slid .slick-center .book_image_container img {
  width: 300px !important;
  height: 450px !important;
}
/* .book-img img {
  width: 100%;
  text-align: center;
}
.book-img {
  text-align: center;
  display: flex !important;
  justify-content: center;
} */
/* .slick-slide img {
  display: inline-block;
}
.book-slid .slick-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.book-slid,
.book-slid .slick-list {
  padding: 0px;
}
.book-img.slick-slide {
  transition: transform 0.5s;
}
.book-img.slick-center {
  width: 500px !important;
  transition: transform 0.5s;
} */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 25px;
}
.testimonial-slid .slick-track {
  padding: 40px 0px;
}
.testimonial-slid {
  padding: 0px;
}
.sidefade-img {
  position: absolute;
  bottom: 16%;
  left: -2%;
  z-index: 2;
}
.sidefade2-img {
  position: absolute;
  bottom: 16%;
  z-index: 2;
  right: -84%;
}
.trusted {
  margin: -50px 0 -40px 0;
  position: relative;
  z-index: 1;
}
img.cta-img {
  margin: -55px 0 -55px -85px;
  max-width: 125%;
  padding-right: 30px;
}
/* INNER PAGES */
.innerBanner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 93vh;
  padding: 14% 0 0;
}

/* About Page */
.about-banner {
  background-image: url("../images/banner/about-bg.png");
}
/* Contact Form */
.contact-form-wrapper {
  padding: 40px 25px;
  background-color: var(--bg-color);
  border-radius: 10px;
  margin-top: 20px;
}
.contact-btn {
  padding: 10px !important;
}
.form-control {
  padding: 12px;
}
input#reviewcheck {
  height: 16px;
  width: 20px;
}
/* Testimonial Page */
.testimonials-banner {
  background-image: url("../images/banner/reviews-bg.png");
}
/* Services Page */
.services-banner {
  background-image: url("../images/banner/services-bg.png");
}
.service-card-img img {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}
.service-card {
  transform: translatey(0);
  transition: all 0.5s ease;
  height: 100%;
}
.service-card:hover {
  transform: translatey(-10px);
}
.service-content .card-hd {
  font-size: 18px;
}
.service-content p {
  font-size: 16px;
}
/* Contact Page */
.contact-banner {
  background-image: url("../images/banner/contact-bg.png");
}
/* FAQ Page */
.faq-banner {
  background-image: url("../images/banner/faq-bg.png");
}
.accordion-button:not(.collapsed) {
  color: var(--white-2);
  background-color: var(--primary-color);
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem var(--bg-color);
}
.accordion-body code,
.accordion-body .a {
  color: var(--primary-color);
}
/* Pricing Page */
.pricing-banner {
  background-image: url("../images/banner/pricing-bg.png");
}
.pricing-tab .nav {
  width: 30%;
}
.pricing-tab .tab-content {
  width: 70%;
  border: 2px solid var(--primary-color);
  padding: 30px;
  border-radius: 16px;
  height: 100%;
}
.nav-pills .nav-link {
  font-size: 18px;
  color: var(--secondarey-color);
  background: var(--bg-color);
  border-radius: 8px;
  padding: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bg-color);
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--secondarey-color) 100%
  );
}
/* ---inner-service--- */
.h3-services-inner {
  color: #524e9f;
  font-size: 26px;
}
.cnt-form .form-field {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}
.submit-button {
  width: 100%;
  border: 0px;
}
.text-purple {
  color: #514d9e;
}

/* FOOTER */
.awards {
  white-space: nowrap;
}
.awards img {
  display: inline-block;
}
.awards::-webkit-scrollbar {
  display: none;
}
.awards {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.social-icons {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding: 0;
}
.social-icons li {
  background-color: var(--bg-color);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: var(--primary-color);
  transition: 0.5s ease;
}
.social-icons li:hover {
  background-color: var(--primary-color);
  color: var(--bg-color);
}
ul.footer-menu {
  padding: 0;
  list-style: none;
}
.footer-menu li {
  padding: 0 0 10px 0;
  color: var(--para-color);
  transition: all 0.5s ease;
}
.copyright-text {
  font-size: 16px;
  font-weight: 300;
  color: var(--sub-color);
}
.bottom-footer-link {
  font-weight: 700;
  color: inherit;
  color: var(--primary-color);
  text-decoration: none;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0))
    ),
    -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color)));
  background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    -moz-linear-gradient(left, var(--primary-color), var(--primary-color) e);
  background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    -o-linear-gradient(left, var(--primary-color), var(--primary-color));
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(to right, var(--primary-color), var(--primary-color));
  -moz-background-size: 100% 1px, 0 1px;
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -o-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms,
    -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.bottom-footer-link:hover {
  color: var(--primary-color);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

/* COLOURS */
:root {
  --primary-color: #7b77da;
  --secondarey-color: #514d9e;
  --sub-color: #000012;
  --para-color: #868686;
  --bg-color: #efefff;
  --overlay-color: #1c133e80;
  --white-2: #ebebeb;
  --para-color-2: #bfbfbf;
}

.color-primary {
  color: var(--primary-color) !important;
}
.color-secondary {
  color: var(--secondarey-color) !important;
}
.color-dark {
  color: var(--sub-color) !important;
}
.text-para {
  color: var(--para-color) !important;
}
.text-para2 {
  color: var(--para-color-2) !important;
}
.text-white {
  color: white !important;
}
.text-white-2 {
  color: var(--white-2) !important;
}
.text-gradient-white {
  background-image: linear-gradient(90deg, #ffffff, #ffffff) !important;
}
.bg-white {
  background-color: white !important;
}
.bg-light-purple {
  background-color: var(--bg-color) !important;
}
/* HEADINGS AND PARAGRAPHS */
.hero-hd {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 80px;
  color: white;
  text-transform: uppercase;
}
.tag-hd {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  text-align: justify;
}
.primary-hd {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 55.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    90deg,
    var(--secondarey-color),
    var(--primary-color)
  );
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: capitalize;
}
.sub-hd {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--sub-color);
}
.third-hd {
  font-size: 30px;
  font-weight: 600;
  color: var(--black);
}
.primary-para {
  font-size: 18px;
  color: var(--para-color);
  line-height: 1.5;
}
/* MARGIN AND PADDING */
.mt-110 {
  margin-top: 110px;
}
.py-40 {
  padding: 40px 0;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-10 {
  margin-left: 10px;
}
.mb-60 {
  margin-bottom: 60px;
}
.section-padding {
  padding: 120px 0;
}
.px-90 {
  padding: 0 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-120 {
  padding-top: 120px !important;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* FONT SIZE */
.fs-18 {
  font-size: 18px;
}
.fs-33 {
  font-size: 33px;
}
/* LINE HIEGHTS */
.lh-15 {
  line-height: 1.5;
}
.lh-12 {
  line-height: 1.2;
}
/* width */
.w-16 {
  width: 16%;
}
.w-60 {
  width: 60%;
}
/* BORDER RADIUS */
.rounded-50 {
  border-radius: 50px;
}
.rounded-16 {
  border-radius: 16px;
}
/*botton*/
.btn-a {
  padding: 19px 36px;
  background-image: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--secondarey-color) 100%
  );
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.btn-a:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.btn-b {
  padding: 10px 16px;
  background-color: black;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.btn-b:hover {
  background-color: var(--primary-color) !important;
  color: white !important;
}
/* BACKGROUND IMAGES */
.bg-img-1 {
  background-image: url("../images/banner/bg-1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-img-2 {
  background-image: url("../images/banner/bg-2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-img-3 {
  background-image: url("../images/banner/bg-3.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-cta {
  background-image: url("../images/banner/bg-4.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bg-footer {
  background-image: url("../images/banner/footer.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg-img-shadow {
  -webkit-filter: drop-shadow(0px 0px 50px #3d2d6a20);
  filter: drop-shadow(0px 0px 50px #3d2d6a20);
}
.bg-shadow {
  box-shadow: 0px 0px 50px #3d2d6a20;
}
/* EFFECT */
.zoom:hover {
  transform: scale(1.2);
}
.zoom {
  transition: all 0.6s;
}

.custom-link {
  color: inherit;
  color: var(--para-color);
  text-decoration: none;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0))
    ),
    -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color)));
  background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    -moz-linear-gradient(left, var(--primary-color), var(--primary-color) e);
  background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    -o-linear-gradient(left, var(--primary-color), var(--primary-color));
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(to right, var(--primary-color), var(--primary-color));
  -moz-background-size: 100% 1px, 0 1px;
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -o-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms,
    -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.custom-link:hover {
  color: var(--primary-color);
  -moz-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
}

/* TAGS HOVER EFFECT */
.tags-glass-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.5s ease-in-out;
  padding: 0.5rem 1rem;
}
.circle-container {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.circle-static {
  background: white;
  border-radius: 50%;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.circle {
  background: white;
  border-radius: 50%;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.tag-hd {
  margin-left: 10px;
  margin-right: 10px;
  transition: color 0.5s ease-in-out;
}
.tags-glass-bg:hover {
  background: var(--secondarey-color);
}
.tags-glass-bg:hover .circle {
  transform: translateX(150px);
  opacity: 0;
}
.tags-glass-bg:hover .tag-hd {
  color: var(--white-2);
}
.tags-glass-bg:hover .circle-static {
  opacity: 1;
}

/* FLOATING */
.floating {
  animation-name: floating;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

/* 3D CARD */
.card-3d {
  perspective: 1000px;
  width: 100%;
  height: 100%;
}
.card-3d-wrapper {
  transition: transform 0.2s ease-out;
  transform-style: preserve-3d;
}
.card-content,
.card-img {
  transition: transform 0.2s ease-out;
  transform-style: preserve-3d;
}
.card-3d:hover .card-content {
  transform: translateZ(20px);
}
.card-3d:hover .card-img {
  transform: translateZ(30px);
}
.card-3d:not(:hover) .card-3d-wrapper {
  transform: rotateY(0deg) rotateX(0deg);
}
.card-3d:hover .card-3d-wrapper {
  box-shadow: 0 0 20px 10px #3d2d6a15;
}
.card-3d:hover .card-hd,
.card-3d:hover .card-para {
  text-shadow: 0 0 20px 1px #3d2d6a15;
}
.card-3d:not(:hover) .card-content,
.card-3d:not(:hover) .card-img {
  transform: translateZ(0);
}

/* BUBBLE ANIMATION */
.bubbles_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
  transform: rotate(180deg);
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }

  to {
    margin-top: -30%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }

  to {
    margin-top: -30%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }

  to {
    margin-top: -30%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0;
  }

  to {
    margin-left: 25px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0;
  }

  to {
    margin-left: 25px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0;
  }

  to {
    margin-left: 25px;
  }
}

.x1 {
  -webkit-animation: 15s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 15s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 6%;
  top: 45%;
  background: #edecfd;
}

.x2 {
  -webkit-animation: 10s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  animation: 10s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  left: 5%;
  top: 80%;
  background: #8680e5;
}

.x3 {
  -webkit-animation: 18s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 18s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 10%;
  top: 40%;
  background: #ededfe;
}

.x4 {
  -webkit-animation: 12s linear infinite animateBubble,
    3s ease-in-out infinite alternate sideWays;
  animation: 12s linear infinite animateBubble,
    3s ease-in-out infinite alternate sideWays;
  left: 20%;
  top: 0;
  background: #7d76d8;
}

.x5 {
  -webkit-animation: 19s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  animation: 19s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  left: 30%;
  top: 50%;
  background: #ccb9fe;
}

.x6 {
  -webkit-animation: 11s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 11s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 50%;
  top: 0;
  background: #9793d0;
}

.x7 {
  -webkit-animation: 10s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 10s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 65%;
  top: 70%;
  background: #ededfe;
}

.x8 {
  -webkit-animation: 12s linear infinite animateBubble,
    3s ease-in-out infinite alternate sideWays;
  animation: 12s linear infinite animateBubble,
    3s ease-in-out infinite alternate sideWays;
  left: 80%;
  top: 10%;
  background: #7771cf;
}

.x9 {
  -webkit-animation: 19s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  animation: 19s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  left: 90%;
  top: 50%;
  background: #d7d5f5;
}

.x10 {
  -webkit-animation: 16s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 16s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 80%;
  top: 80%;
  background: #817bde;
}

.bubble {
  border-radius: 50%;
  box-shadow: none;
  height: 7px;
  position: absolute;
  width: 7px;
}
