*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
}

a,
a:link,
a:link::after {
  text-decoration: unset;
}

input,
textarea {
  outline: none;
  border: none;
  background: none;
  resize: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

body {
  font-size: 100%;
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  font-family: "Mukta Vaani", sans-serif;
  background-color: white;
  font-weight: 400;
  color: black;
  line-height: normal;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

a {
  transition: 0.4s;
}

@media (max-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}
.bs-anim {
  transition: 0.4s all;
}

.world-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  width: 14px;
  height: 14px;
  border: solid 1px white;
}
.world-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.morphext .animated {
  display: inline-block;
}

body:not(.page-loaded) * {
  transition: unset !important;
}/*# sourceMappingURL=main.css.map */