@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "Alexandria", serif;
  background: #fff;
  overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --primary: #a34c90;
  --secondary: #93292d;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
figure {
  margin: 0;
}
section {
  padding: 0rem 0;
}

/* loader */
.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.preLoader.black {
  background-color: var(--primary);
  z-index: 11113;
}
.preLoader.white {
  z-index: 11112;
  background: linear-gradient(270deg, #76bbd3 0%, #abbcd6 50%, #b4d8e8 100%);
}
.preLoader.black img {
  width: 20%;
  margin: auto;
}
/* loader */

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* btn css */

.themeBtn {
  background: linear-gradient(45deg, #f1b1c1 0%, #d486b8 50%, #a37ab4 100%);
  font-size: 1.25rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding: 0.8em 2em;
  border-radius: 50px;
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}
.meet-card .meet-content a:hover,
.themeBtn:hover {
  background: var(--primary);
  color: var(--white);
}

/* btn css */

/* mouse animation css  */

.bounce-element {
  animation: bounce 0.9s infinite alternate;
  -webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.mouse {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  text-align: center;
}

/* mouse animation css  */

/* navigation css */

.navbar-nav {
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-right: 4rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1.215625rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  display: inline-block;
}
.form-inline .themeBtn {
  background: var(--white);
  color: #85293d;
  font-size: 1.215625rem;
  padding: 0.4em 1em;
  font-weight: 400;
}

nav.navbar.navbar-expand-lg {
  padding: 0;
}

/* navigation css */

nav.navbar.navbar-expand-lg .navbar-brand {
  /* background: #e6e6e6; */
  /* width: 77.38px; */
  /* height: 32.42px; */
  /* border-radius: 6px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #808080;
  text-transform: uppercase;
  font-weight: 400;
  /* border: 5px solid #a34c90; */
  margin: 0 0 -5rem;
}
nav.navbar.navbar-expand-lg .navbar-brand img.img-fluid {
  width: 110px;
}
.slideOne h2 {
  font-size: 5rem;
  color: var(--white);
  font-weight: bold;
  margin: 0 0 1rem;
}

.slideOne h5 {
  font-size: 1.875rem;
  color: var(--white);
  font-weight: 400;
  margin: 0;
}
.set-one {
  background: #e6e6e6;
  padding: 0 0 5rem;
}

.upcoming-card {
  background: var(--white);
  text-align: center;
  border-radius: 35px;
  padding: 3rem 2rem 2.5rem;
  position: relative;
}

header {
  background: #a34c90;
  padding: 1.5rem 2.5rem;
  position: relative;
  z-index: 1;
}

.hero-banner {
  background: url(../images/herobg.jpg) no-repeat top center/ cover;
  padding: 11rem 0 11rem;
  text-align: center;
  position: relative;
}
.hero-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  background: rgb(212 134 184 / 50%);
  width: 69%;
  height: 47%;
  margin: auto;
  border-radius: 35px;
  border: 2px solid #d486b8;
}

.event-subscribe {
  background: #e6e6e6;
  padding-bottom: 7.5rem;
}
.upcoming-card h3 {
  font-size: 1.35rem;
  font-weight: 500;
  color: #333333;
  margin: 0 0 1.3rem;
  line-height: 31px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-main {
  background: #e6e6e6;
  padding-bottom: 7rem;
}

.about-content {
  background: var(--white);
  border-radius: 20px;
  text-align: left;
  position: relative;
  padding: 3rem 2rem 2.5rem;
}
.about-content ul {
  padding: 5px 0 0;
}

.about-content ul li {
  list-style: disc;
  margin-left: 25px;
  font-size: 1.125rem;
  color: #333333;
}

.about-content ul li + li {
  margin-top: 4px;
}

.about-content h2 {
  background: linear-gradient(270deg, #76bbd3 0%, #abbcd6 50%, #b4d8e8 100%);
  width: 235px;
  height: 53.39px;
  border-radius: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  font-size: 1.25rem;
  color: #e6e6e6;
  font-weight: 600;
  text-transform: capitalize;
}

.about-content p {
  font-size: 1.125rem;
  color: #333333;
  margin: 0;
  line-height: 30px;
}

.about-content + .about-content {
  margin-top: 5rem;
}
.meet-main {
  /* background: #cccccc; */
  padding: 5rem 0 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
}

.heading {
  text-align: center;
  font-size: 2.35rem;
  color: #808080;
  font-weight: 400;
  margin: 0 0 3.5rem;
}

.meet-card {
  position: relative;
  text-align: center;
  /* margin-bottom: 3.5rem; */
}

.meet-card figure {
  width: 142.51px;
  height: 142.51px;
  background: linear-gradient(45deg, #f1b1c1 0%, #d486b8 50%, #a37ab4 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -4.5rem;
  position: relative;
  z-index: 11;
  /* padding: 16px; */
  border: 1px solid #f1b1c1;
}

.meet-card figure img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.meet-card .meet-content {
  background: linear-gradient(270deg, #76bbd3 0%, #abbcd6 50%, #b4d8e8 100%);
  border-radius: 20px;
  padding: 5.6rem 2rem 2rem;
  /* height: 100%; */
}

.meet-card .meet-content h3 {
  font-size: 1.35875rem;
  color: var(--white);
  font-weight: 600;
}

.meet-card .meet-content h4 {
  font-size: 1.0725rem;
  color: var(--white);
  font-weight: 400;
  margin: 0 0 1.1rem;
}

.meet-card .meet-content p {
  font-size: 14px;
  color: var(--white);
  margin: 0 0 1.4rem;
}

.meet-card .meet-content a {
  background: var(--white);
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
}
.meet-card.speakr-card figure {
  /* background: var(--white); */
  /* box-shadow: 0 0 0px 14px #a5a5a5; */
  /* width: 130px; */
  /* height: 130px; */
  /* font-size: 3.2125rem; */
  /* color: #808080; */
}

.meet-card.speakr-card .meet-content {
  /* padding: 6.5rem 2rem 2rem; */
}

.meet-card.speakr-card .meet-content .admn-none {
  opacity: 0;
}

.supporter-main {
  /* background: #cccccc; */
  padding-bottom: 5rem;
  /* border-bottom: 20px solid #a5a5a5; */
  padding-top: 4rem;
}

.support-heading {
  text-align: center;
  background: #adacac;
  width: 315.43px;
  height: 72.71px;
  border-radius: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* top: -35px; */
  font-size: 2.09375rem;
  color: #e6e6e6;
  font-weight: 400;
}

.support-card {
  background: url(../images/external-bg.jpg) no-repeat top center/ cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 8rem;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

.suport-visit {
  text-align: center;
  flex: 0 0 33.333%;
}

.suport-visit figure {
  font-size: 1.25rem;
  color: #808080;
  font-weight: 600;
  width: 159.26px;
  height: 159.26px;
  /* border: 2px dashed #808080; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.7rem;
  background: var(--white);
}

.suport-visit a {
  font-size: 1.35875rem;
  color: var(--white);
  font-weight: 600;
  display: inline-block;
  line-height: 1.4;
}
.supporter-main .support-heading {
  margin: 0 auto -2.2rem;
  position: relative;
  margin: 0 auto -2.2rem;
  background: linear-gradient(45deg, #8d5fa3 0%, #a37ab4 100%);
  font-size: 1.25rem;
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  padding: 0.91rem 2.87rem;
  border-radius: 50px;
  position: relative;
  width: fit-content;
  height: auto;
  letter-spacing: 2px;
  z-index: 11;
}

/* footer css start */

footer {
}

.get-touch {
}

.get-touch .heading {
  margin: 0 0 0.4rem;
}

.get-touch p {
  font-size: 1.61rem;
  color: #a34c90;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 3rem;
}

.get-touch form {
  position: relative;
  margin-bottom: 3rem;
}

.get-touch form input {
  width: 100%;
  height: 55.78px;
  border: 0;
  border-radius: 10px;
  padding: 0 1.5rem;
  padding-right: 3.5rem;
  font-weight: 300;
  border: 1px solid #a34c90;
}
.get-touch form button {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #cccccc;
  font-size: 1.7rem;
}
.footer-info {
  text-align: center;
  padding: 2rem 0 0;
}

.footer-info h4 {
  font-size: 1.25rem;
  color: #808080;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 0 15px;
}

.footer-info .cntct-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.2rem;
}

.footer-info .cntct-info li {
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 2px solid #808080;
  padding: 0 0.5rem;
  line-height: 1.3;
}

.footer-info .cntct-info li label,
.footer-info .cntct-info li a {
  margin: 0;
  font-size: 1.25rem;
  color: #808080;
  font-weight: 400;
}

.footer-info .privacy-terms {
  display: table;
  margin: auto;
}

.footer-info .privacy-terms li a {
  font-size: 1.25rem;
  color: #808080;
  font-weight: 600;
  border-right: 2px solid #808080;
  padding: 0 10px;
  display: inline-block;
}

.footer-info .privacy-terms li {
  border-bottom: 2px solid #808080;
  padding-bottom: 4px;
}

.footer-info .privacy-terms li a:last-child {
  border-right: 0;
  padding-right: 0;
}

.footer-info .cntct-info li:last-child {
  border: 0;
  padding-right: 0;
}

.footer-info .privacy-terms li a:first-child {
  padding-left: 0;
}
.copyright {
  /* background: #cccccc; */
  /* width: 369.49px; */
  /* height: 61.9px; */
  /* border-top-left-radius: 50px; */
  /* border-top-right-radius: 50px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin: 2rem auto 0; */
}

.copyright p {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
}
/* footer css end */

.inner-banner {
  background: url(../images/innerbg.jpg) no-repeat center center / cover;
  /* padding: 9.4rem 0; */
  text-align: center;
  height: 800px;
  display: flex;
  align-items: center;
}

.inner-banner h2 {
  margin: 0;
  font-size: 5rem;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
}

.eventpg-main {
  /* background: #cccccc; */
  padding: 4rem 0;
}

.eventpg-course {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background: linear-gradient(45deg, #f1b1c1 0%, #d486b8 50%, #a37ab4 100%);
  border-radius: 35px;
  padding: 2rem 2.7rem;
}

.eventpg-course figure {
  /* width: 226.01px; */
  /* height: 177.36px; */
  /* background: #e6e6e6; */
  flex-shrink: 0;
  /* border-radius: 35px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.23125rem;
  color: #a5a5a5;
  font-weight: 400;
  flex-direction: column;
  gap: 2rem;
}

.eventpg-content {
  /* width: 100%; */
  /* background: linear-gradient(45deg, #f1b1c1 0%, #d486b8 50%, #a37ab4 100%); */
  /* border-radius: 35px; */
  /* padding: 2rem 2.7rem; */
}

.eventpg-content h4 {
  font-size: 1.5625rem;
  color: var(--white);
  font-weight: bold;
  margin: 0 0 1rem;
}

.eventpg-content h5 {
  font-size: 1.409375rem;
  color: var(--white);
  font-weight: 400;
  margin: 0 0 15px;
}

.eventpg-content h6 {
  font-size: 1.214375rem;
  color: var(--white);
  font-weight: 500;
  /* width: 83%; */
  line-height: 1.5;
  margin: 0 0 25px;
}

.eventpg-content p {
  font-size: 1.1rem;
  color: var(--white);
  font-weight: 300;
  margin: 0 0 25px;
  line-height: 30px;
}

.eventpg-content .themeBtn {
  background: var(--white);
  color: #333333;
  text-transform: none;
  font-size: 1.42875rem;
  border-radius: 14px;
  padding: 0.5em 1.1em;
  font-weight: 500;
}

.eventpg-course + .eventpg-course {
  margin-top: 2rem;
}
.eventpg-contact {
  background: url(../images/external-bg.jpg) no-repeat top center/ cover;
  padding: 4rem 0;
  /* border-bottom: 20px solid #a5a5a5; */
  position: relative;
  z-index: 1;
  /* mix-blend-mode: multiply; */
}
.cntct-getform label {
  display: block;
  font-size: 1.35875rem;
  color: var(--white);
  font-weight: 600;
  margin: 0 0.5rem 1rem;
}

.cntct-getform input {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 15px;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.cntct-getform textarea {
  width: 100%;
  height: 170px;
  border: 0;
  border-radius: 15px;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
}

.cntct-getform .themeBtn {
  background: linear-gradient(90deg, #8d5fa3 0%, #a37ab4 100%);
  border: 0;
  color: #efefef;
  font-weight: 600;
}
.slideOne figure {
  background: #ecdeeb;
  width: 409.58px;
  height: 168.29px;
  border-radius: 20px;
  margin: 0 auto 2rem;
  border: 2px solid #f1b1c1;
}
.upcoming-card figure {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #76bbd3 0%, #abbcd6 50%, #b4d8e8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.hero-banner .row + .row {
  margin-top: 5rem;
}
.meet-heading {
  display: table;
  margin: 0 auto 1rem;
  background: linear-gradient(45deg, #8d5fa3 0%, #a37ab4 100%);
  font-size: 1.9525rem;
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.21rem 2.47rem;
  border-radius: 50px;
  position: relative;
}

.meet-heading:before,
.meet-heading:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21.14px;
  height: 21.14px;
  background: #f1b1c1;
  border-radius: 50%;
}

.meet-heading:after {
  left: auto;
  right: -40px;
}

.sub-heading {
  font-size: 1.215625rem;
  font-weight: 400;
  color: #a34c90;
  margin: 0;
  text-transform: uppercase;
}
.meet-1 {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid #b4d8e8;
}

.meet-1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 70px;
  background: #b4d8e8;
  width: 1px;
  height: 87%;
}
.meet-card.line-card .meet-content h4 {
  margin: 0 0 0.3rem;
}

.meet-2 .meet-card.line-card:before {
  content: "";
  position: absolute;
  right: -15px;
  margin: auto;
  top: 0;
  background: #b4d8e8;
  width: 1px;
  height: 100%;
}

.meet-card.line-card {
  padding-top: 2rem;
  padding-bottom: 1.8rem;
}

.meet-2 .meet-card.line-card:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  background: #b4d8e8;
  width: 100%;
  height: 1px;
}
.meet-2 .col-md-4:last-child .meet-card.line-card:before {
  display: none;
}
.meet-card.speakr-card .meet-content h4 {
  margin: 0;
}
.meet-2.meet-3 .meet-card.line-card:after {
  display: none;
}
.meet-2.meet-3 .meet-card.line-card:before {
  height: 90%;
}
.support-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #d486b8 0%, #f1b1c126 100%);
  z-index: -1;
  border-radius: 20px;
}

footer {
  background: url(../images/footerbg.png) no-repeat center center/ cover;
  position: relative;
  overflow: hidden;
  padding: 6rem 0 2rem;
  /* background-size: 62%;
  background-position: top left; */
}
.get-touch h2 {
  font-size: 4rem;
  color: #a34c90;
  font-weight: bold;
  margin: 0 0 1rem;
  letter-spacing: 3px;
}

.get-touch form input::placeholder {
  color: #cccccc;
}

.get-touch .privacy {
  font-size: 17.08px;
  color: #a34c90;
  font-weight: 500;
}
ul.cntct-info {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}

ul.cntct-info li {
  display: flex;
  align-items: center;
  gap: 4px;
  border-right: 1px solid #a34c90;
  padding: 0 0.5rem;
}

ul.cntct-info li label,
ul.cntct-info li a {
  font-size: 1rem;
  color: #a34c90;
  margin: 0;
}

ul.cntct-info li:last-child {
  border: 0;
  padding-right: 0;
}
img.img-fluid.foterImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventpg-contact:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(241 177 193 / 50%),
    rgb(239 175 192 / 52%),
    rgb(236 170 191 / 57%),
    rgb(231 162 190 / 66%),
    rgb(223 151 187 / 80%),
    rgb(214 137 184 / 96%),
    #d486b8
  );
  z-index: -1;
  mix-blend-mode: multiply;
}

.eventpg-contact .meet-heading:before,
.eventpg-contact .meet-heading:after {
  background: var(--white);
}

.eventpg-contact .meet-heading {
  background: var(--white);
  color: #333333;
  padding: 1.21rem 5.47rem;
}
.privacy-modal .modal,
.team-modal .modal {
  background: rgb(163 76 144 / 50%);
}

.privacy-modal .modal-dialog {
  max-width: 596.95px;
}

.privacy-modal .modal-content {
  border-radius: 20px;
}

.privacy-modal .modal-body h6 {
  font-size: 21px;
  color: #333333;
  font-weight: 400;
  margin: 0 0 1.5rem;
}

.privacy-modal .modal-body ul li,
.privacy-modal .modal-body ul li a {
  font-size: 21px;
  color: #333333;
  font-weight: 400;
}
.privacy-modal .modal-body ul {
  padding-left: 16px;
}

.eventpg-content .themeBtn:hover {
  background: var(--primary);
  color: var(--white);
}
.form-inline .themeBtn:hover {
  background: var(--black);
  color: var(--white);
}
.team-modal .modal-dialog {
  max-width: 50%;
}
.team-modal .modal-dialog .modal-body p {
  margin: 0 0 1rem;
}

.team-modal .modal-dialog .modal-body {
  padding: 3rem 2rem;
}

.team-modal .modal-dialog .modal-body label {
  font-size: 1rem;
  color: var(--black);
  font-weight: 500;
  margin: 0 0 1rem;
}

.team-modal .modal-dialog .modal-body .d-flex {
  align-items: center;
  gap: 1rem;
}

.team-modal .modal-dialog .modal-body .d-flex a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
}
.team-modal .modal-dialog .modal-header {
  all: unset;
  position: absolute;
  right: 0;
  top: -20px;
}

.team-modal .modal-dialog .modal-header button.close {
  width: 50px;
  height: 50px;
  background: #76bbd3;
  opacity: 1;
  text-shadow: unset;
  color: var(--white);
  padding: 0;
  margin: 0;
  border-radius: 50%;
  font-size: 2.5rem;
  z-index: 11;
  position: relative;
}

.team-modal .modal-dialog .modal-content {
  border: 2px solid #f1b1c1;
  border-radius: 22.96px;
}
.addres-flex {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.addres-flex ul li {
  font-size: 15px;
  color: var(--primary);
  font-weight: 400;
  line-height: 35px;
}

.addres-flex ul li + li {
  margin-top: 2rem;
}
.addres-flex ul li + li a {
  font-size: 16px;
  color: var(--primary);
  font-weight: 400;
}
.addres-flex ul {
  margin: 0px 0 3rem;
}

.get-touch p.copyright {
  margin: 3rem 0 0;
  font-size: 13px;
  color: #333333;
}
.eventpg-course figure img {
  border-radius: 20.3px;
  border: 1px solid #a37ab4;
}

.eventpg-content ul li {
  font-size: 1.25rem;
  color: var(--white);
  list-style: disc;
  margin-left: 19px;
  font-weight: 300;
}

.eventpg-content ul {
  margin: 0 0 2rem;
}
.upcoming-course {
  background: #f2f2f2;
  padding: 5rem 0;
}

.eventpg-course.upcomng-card figure {
  width: 226.01px;
  height: 207.17px;
  background: #a37ab4;
  border-radius: 20.3px;
}

.eventpg-course.upcomng-card .eventpg-content h6 {
  font-size: 1.214rem;
  font-weight: 300;
  /*text-align: right;*/
  width: 87%;
  /*margin-left: auto;*/
}

.eventpg-course.upcomng-card .eventpg-content h5 {
  font-weight: 600;
}

.eventpg-course.upcomng-card .eventpg-content .d-flex {
  gap: 1rem;
}

.eventpg-course.upcomng-card .eventpg-content .d-flex .themeBtn {
  font-weight: 500;
}

.eventpg-course.upcomng-card {
  align-items: center;
}
.upcoming-course.future-main {
  background: transparent;
}

.count {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.count input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 42.78px;
  width: 42.78px;
  background-color: #eee;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}

/* On mouse-over, add a grey background color */
.count:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.count input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.count input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.count .checkmark:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  bottom: 0;
  right: 0;
  margin: auto;
}
.like-flex {
  display: flex;
  align-items: center;
  gap: 9.3rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.like-flex label.count {
  margin: 0;
  display: flex;
}

.cntct-getform figure {
  background: var(--white);
  border-radius: 11.03px;
  /*text-align: right;*/
  padding: 1.5rem 1rem;
}

.cntct-getform figure h5 {
  font-size: 1.214rem;
  color: #333333;
  font-weight: 500;
  margin: 0;
}

.cntct-getform figure h6 {
  font-size: 1.214rem;
  color: #333333;
  font-weight: 300;
  margin: 1.5rem 0;
}

.cntct-getform figure p {
  font-size: 1.214rem;
  color: #333333;
  font-weight: 300;
  line-height: 25px;
  width: 70%;
  /*margin-left: auto;*/
  margin-bottom: 0;
}
.team-modal.join-modal .modal-dialog .modal-body {
  text-align: center;
  padding: 3rem 2rem;
}

.team-modal.join-modal .modal-dialog .modal-body p {
  font-size: 1.5rem;
  color: #a34c90;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1.5rem;
}

.team-modal.join-modal .modal-dialog {
  max-width: 36%;
}
.team-modal.join-modal .modal-dialog .modal-body .themeBtn {
  border: 0;
}
.team-modal.business-ideaform .modal-body h2 {
  font-size: 1.911rem;
  font-weight: bold;
  color: var(--primary);
  letter-spacing: 2px;
  margin: 0 0 2.5rem;
}

.team-modal.business-ideaform .modal-dialog {
  max-width: 34%;
}

.team-modal.business-ideaform .modal-dialog .modal-body {
  padding: 2rem 2.5rem;
}

.team-modal.business-ideaform .modal-body form label {
  display: block;
  font-size: 15px;
  color: var(--primary);
  font-weight: 600;
  margin: 0 10px 10px;
}

.team-modal.business-ideaform .modal-body form input,
.team-modal.business-ideaform .modal-body form select {
  width: 100%;
  height: 36.19px;
  border: 1px solid #a34c90;
  border-radius: 13.53px;
  padding: 0 1rem;
  font-size: 14px;
  margin-bottom: 1.4rem;
}

.team-modal.business-ideaform .modal-body form select {
  color: rgb(241 177 193 / 86%);
  appearance: none;
  background: url(../images/angle-down.png) no-repeat top right;
  background-position: 98%;
}
.team-modal.business-ideaform .modal-body p {
  font-size: 14px;
  line-height: 22px;
  color: #a37ab4;
}

.team-modal.business-ideaform .modal-body .themeBtn {
  border: 0;
}
