*,
body,
contentmain {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: initial;
}
mark,
mark a {
  color: #000;
}
*,
nav {
  color: #fff;
}
footer,
nav {
  background-color: #5f00ba;
}
.footer h5,
.navbar-brand h2 {
  font-size: 24px;
}
.contentmain p,
.footer p,
.pinkbg .container,
ol,
ul {
  text-align: justify;
}
.card,
.card-body a,
.navbar,
.profile-items {
  position: relative;
}
.card-body a:hover,
.my-button,
.nav-link,
.navbar-brand,
.navbar-toggler:hover,
a {
  text-decoration: none;
}
*,
.areabutton,
::after,
::before {
  box-sizing: border-box;
}
.navbar-nav a,
nav,
td,
th {
  padding: 10px;
}
.areabutton,
.my-button,
button {
  cursor: pointer;
}
* {
  max-width: 100%;
}
body {
  background-color: #000;
}
strong {
  background-color: #bf1363;
  color: #ffffff;
}
ol,
ul {
  margin: 7px;
}
body,
contentmain {
  font-family: sans-serif;
  font-size: 17px;
  line-height: 25px;
}
h1,
h2 {
  font-size: 2rem;
}
h3,
h4,
h5,
h6 {
  font-size: 1.5rem;
}
p a {
  background-color: #bf1363;
  color: #ffffff;
}
mark {
  background-color: #f04dff;
}
header {
  background-color: #bf1363;
  overflow: hidden;
}
.navbar-nav a {
  margin: 5px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 8px;
}
section {
  width: 100%;
  background-color: #20063b;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-box {
  margin: 1% 0;
  padding: 1%;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.footer-box li {
  overflow: hidden;
  list-style: none;
  padding: 2px 0 2px 22px;
  margin: 0 0 4px;
}
.contentmain h1,
.footer h5,
h2,
h3,
h4,
h5,
h6 {
  color: #c5ff95;
  margin-bottom: 10px;
}
.footer h5 {
  padding: 5px 0;
  text-align: left;
}
.footer-bar {
  border-top-style: solid;
  border-top-width: 1px;
  text-align: center;
}
.footer-bar > .container {
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 320px) {
  .area-list li {
    width: 100%;
  }
}
@media screen and (min-width: 425px) {
  .content-left,
  .content-right,
  .footer-box {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .footer-box {
    width: 31.33%;
  }
  .area-list li {
    width: 29.6%;
  }
  .content-left,
  .content-right {
    width: 65.7%;
  }
  .content-left {
    padding-right: 30px;
  }
  .content-right {
    float: right;
    padding-left: 30px;
  }
  .img-left,
  .img-right {
    width: 30%;
    border: 5px solid #bf1363;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .card-body {
    text-align: left;
  }
}
.areabutton,
.my-button,
.profile,
.testimonials,
.text-center,
td,
th {
  text-align: center;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .area-list li {
    width: 22.29%;
  }
  .content-left,
  .content-right {
    width: 66.8%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1366px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
footer > .container,
main > section > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pinkbg .container {
  background-color: #bf1363;
}
.contentmain > p {
  margin-top: 15px;
  margin-bottom: 20px;
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container {
  width: 100%;
  display: contents;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.collapse:not(.show) {
  display: none;
}
@media (min-width: 992px) {
  nav .navbar-collapse {
    justify-content: flex-end;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: #fff;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.m-auto {
  margin: auto !important;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.row {
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.content-left p,
.content-right p {
  text-align: justify;
  color: #fff;
  font-size: 17px;
}
.content-left h1,
.content-right h1,
h2,
h3,
h4,
h5 {
  color: #c5ff95;
}
.call-button,
.whatsapp-button {
  width: 50px;
  height: 50px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: 0.5s ease-in-out slideIn;
  padding: 5px;
  margin: 2px;
}
.bs-example {
  margin-bottom: 15px;
}
.card {
  border-radius: 185px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  border: 4px solid #bf1363;
  min-width: 0;
  word-wrap: break-word;
  background-color: #dbbe53;
  background-clip: border-box;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.card-img-top {
  border-radius: 485px 50px;
  object-fit: cover;
  border: 5px solid #000;
  margin-top: 15px;
  margin-left: 7px;
  margin-right: 5px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-text {
  color: #000;
  line-height: 28px;
  font-size: 17px;
  padding: 5px 20px 15px 0;
}
.btns {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 7px;
}
.card-body a {
  color: #000;
  font-size: 20px;
  font-family: Philosopher;
  font-weight: 700;
  bottom: 5px;
}
.card-body a:hover {
  color: #f0f;
  transition: 1s;
}
a.profile-btn {
  background-color: #f0f;
  font-size: 18px;
  padding: 6px 12px;
  color: #fff;
  border-radius: 10px;
  border: 2px solid transparent;
  visibility: hidden;
}
.social-btn i,
areabutton:hover,
button {
  background-color: #bf1363;
}
.social-btn i {
  color: #fff;
  padding: 8px 10px;
  margin: 10px;
  border-radius: 2px;
  border: 2px solid #341151;
}
.social-btn i:hover {
  background-color: transparent;
  border: 2px solid #f0f;
  color: #f0f;
}
.profile-view {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  background: #341151;
  padding: 15px;
  border-radius: 10px;
}
.profile-items {
  overflow: hidden;
  border-radius: 20px;
}
.profile-items img {
  width: 100%;
}
.profile-items .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  display: block;
  align-items: center;
  justify-content: center;
}
.profile-items:hover .mask {
  opacity: 1;
  visibility: visible;
  padding: 10px;
}
.profile-items .mask h4 {
  color: #fff;
  font-size: 30px;
  margin: 50px;
  align-items: flex-start;
}
.profile-items .mask p {
  color: #fff;
  align: center;
}
@media screen and (max-width: 600px) {
  .profile-view {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sticky-buttons {
  position: fixed;
  bottom: 65px;
  right: 20px;
  display: flex;
}
.my-button {
  padding: 12px 24px;
  width: 80%;
  border-radius: 4px;
  border: none;
  background-color: #341151;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
}
.shadow {
  border: 1px solid;
  width: 100%;
  align: center;
  background: #341151;
  font-size: 20px;
  box-shadow: 2px 2px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
}
.shadow h1,
h2,
h4 {
  margin: 12px;
}
.my-button:hover {
  background-color: #fff;
  color: #341151;
}
@media only screen and (max-width: 600px) {
  .my-button {
    font-size: 12px;
  }
}
.faq {
  padding: 20px;
}
.faq-questions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  margin: 20px 0;
}
.faq-question {
  padding: 20px;
  background-color: #5f00ba;
  border: 1px solid #fa80ff;
  border-radius: 5px;
}
.faq-question h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffe252;
  font-size: 20px;
}
.areabutton {
  display: inline-block;
  background-color: #7b38d8;
  border-radius: 10px;
  border: 4px double #ccc;
  color: #eee;
  font-size: 16px;
  padding: 5px;
  width: 200px;
  transition: 0.5s;
  margin: 2px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  border: 1px solid #ddd;
  color: #fff !important;
}
th {
  background-color: #bf1363;
}
td {
  color: #f0f8ff !important;
}
button {
  color: #fff;
  padding: 10px 12px;
  border: none;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .areabutton {
    font-size: 14px;
    width: 150px;
  }
  table {
    padding-left: 15px !important;
  }
}
.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.testimonial-card {
  background-color: #5f00ba;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
  border: 5px double #fff;
  width: 30%;
}
.profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-text {
  font-style: italic;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .testimonial-card {
    width: 100%;
  }
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
  gap: 20px;
  margin: 0 auto;
  width: 100%;
}
.profile {
  background-color: #000;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  border: 1px dotted #fff;
}
.profile:hover {
  opacity: 1;
}
.profile img {
  width: 100%;
  height: auto;
  border-radius: 10% solid;
  margin-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.profile h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.imgnew {
  max-width: 100%;
  border-radius: 10px;
  border: 2px solid #bf1363;
}
.bg-light a {
  color: #db0a00;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 2.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin: 5px;
}
.label a {
  color: #fff;
}
.label-default {
  background-color: #db0a00;
}
.label-primary {
  background-color: #1b2021;
}
.label-success {
  background-color: #087e8b;
}
.label-info {
  background-color: #89023e;
}
.label-warning {
  background-color: #574750;
}
.label-danger {
  background-color: #5f00ba;
}
