:root {
  --accent-color: #5a3693;
  --contrast-color: #ffffff;
  --default-font: "Montserrat", sans-serif;
  --heading-font: "Baloo 2", sans-serif;
  --nav-font: "Montserrat", sans-serif;
  --semi-bold: 600;
  --bold: 700;
  --extrabold: 800;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --default-color: #181818;
  --text-color: #181818;
}
/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: var(--default-font);
  font-weight: 450;
  background: url("../images/bodybg.png") repeat-x left top;
}
p {
  font-family: var(--default-font);
  font-weight: 500;
}

html,
body {
  /*overflow-x: hidden;
  overflow-y: auto;*/ /* ensures vertical scroll still works */
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.3s;
  z-index: 997;
}
.header .logo {
  line-height: 1;
  transition: height 0.3s ease;
}
.header .logo img {
  margin-right: 8px;
  transition: height 0.3s ease;
}
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}
.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  background-color: #fff0f0;
  background-color: linear-gradient(
    13deg,
    rgba(255, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.scrolled .header .logo img {
  max-height: 65px;
  transition: height 0.3s ease;
}

/*--------------------# Scroll Top Button--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}
.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------# Disable aos animation delay on mobile devices-----------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  html,
  body {
    overflow-x: hidden;
  }
}
/*---------------------------------# Global Sections--------------------------------------------------------------*/
section,
.section {
  margin: 80px 0 0 0;
  scroll-margin-top: 100px !important;
}
@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 100px;
    margin: 50px 0 0px 0;
  }
  .content {
    padding: 15px !important;
    width: 90% !important;
    margin: 80px auto 40px auto !important;
  }
  .content img {
    width: 100%;
  }
}

/*---download app sec ends here---------*/

.pt-104 {
  padding-top: 104px;
}

.content {
  padding: 20px;

  margin: 40px auto;
  background-color: #fff;
  border-radius: 40px;
}
.bdrStyle {
  border: 1px solid #d7dce1;
  padding: 20px;
  border-radius: 20px;
}

/*Privacy */
.content-privacy {
}
.content-privacy p {
  padding: 0px 0px 10px 0px;
  margin: 0;
  font-size: 17px;
  line-height: 28px;
}
.content-privacy h2 {
  font-size: 2rem;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  padding: 0px 0px 10px 0px;
  color: #5a3693;

  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 700;
}
.content-privacy h3 {
  font-size: 1.5rem;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  padding: 0px 0px 10px 0px;
  color: #5a3693;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 600;
}
.content-privacy h4 {
  font-size: 1.35rem;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  padding: 0px 0px 10px 0px;
  color: #5a3693;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 600;
}
.content-privacy ul li {
  padding-bottom: 8px;
  font-weight: 500;
}
.content-privacy ul li::marker {
  /*color: #5A3693;*/
  color: #eb7948;
}
.content-privacy ol li {
  padding-bottom: 8px;
}
.content-privacy .textlink {
  /* color: #FA0;*/
  /* color: #5a3693; */
  color: #eb7948;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.content-privacy .textlink:hover {
  color: #5a3693;
  text-decoration: none;
}
.table-responsive {
  width: 100%;
  overflow-x: auto; /* enables horizontal scroll on small screens */
}
.content-privacy .tableStyle tbody td {
  border-left: 1px solid #dee2e6;
}
.content-privacy .tableStyle tbody td:last-child {
  border-right: 1px solid #dee2e6;
}
.content-privacy .tableStyle .table-head th {
  padding: 15px;
}
.content-privacy .tableStyle tbody tr td {
  padding: 15px;
}
.content-privacy .tableStyle .table-head th {
  background-color: #5a3693 !important;
  color: #eff1f3;
  border-left: 1px solid #8d6dc0;
}

/*--------------------------------------------------------------
# Preloader starts
*/

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff0e4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}

/* Animation circles */
#preloader::before,
#preloader::after {
  content: "";
  position: absolute;
  border: 4px solid #eb7948;
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader::after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/* Hidden state after loading */
#preloader.hidden {
  opacity: 0;
  transform: translateY(0px);
  visibility: hidden;
}
/*--------------------------------------------------------------
# Preloader ends
--------------------------------------------------------------*/
