.hidden{
  display: none !important;
}
nav {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  z-index: 9999;
}
nav a.navbar-brand img,
nav .offcanvas img {
  width: 180px;
  height: auto;
}
nav .navbar-nav.active {
  color: #57E59E !important;
}
nav ul li.nav-item:hover {
  color: #57E59E !important;
}
nav ul li.nav-item a.nav-link {
  color: #251C36;
  text-align: center;
}
nav ul li.nav-item a.nav-link:hover {
  color: #57E59E !important;
}
nav ul li.nav-item a.nav-link:active {
  color: #57E59E !important;
}
nav ul li.nav-item a.nav-link.active {
  color: #57E59E !important;
}
nav ul li.nav-item a.nav-link:focus {
  color: #57E59E;
}
nav .btn-nav {
  background: #533593 !important;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px 25px 5px 5px;
  z-index: 1;
}
nav .btn-nav:hover {
  background: #251C36 !important;
  color: #fff;
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

/*scroll width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(126, 124, 124, 0.576);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(87, 85, 92);
  border-radius: 30px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none !important;
}

.bg-purple {
  background: #533593;
}

.text-purple {
  color: #533593 !important;
}

.text-darkPurple {
  color: #251C36 !important;
}

.bg-darkPurple {
  background: #251C36 !important;
}

.bg-grayy {
  background: #E4D8FF;
}

.bg-green {
  background: #57E59E !important;
}

.btn {
  background: #533593;
  color: #fff;
  font-weight: 500;
  padding: 15px 50px;
  border-radius: 5px 25px 5px 5px;
  border: none;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  background: #251C36 !important;
  color: #fff;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.btn-white {
  color: #251C36;
  border: 1px solid #E4D8FF !important;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 5px 25px 5px 5px;
  border: none;
  transition: all 0.3s ease 0s;
}
.btn-white:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

h1.header-title {
  font-family: "Montserrat", sans-serif;
  font-size: 53px;
  font-weight: 500;
  line-height: normal;
  color: #251C36;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 600;
  font-size: 80px !important;
  color: #533593;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

header {
  padding: 150px 0 50px 0;
}
header .blue-img {
  z-index: -1;
  margin-top: -50px;
}
header .bg-grayy {
  z-index: 10 !important;
}

header.story-section {
  padding: 110px 0;
}
header.story-section p{
  font-size:22px;
}
header.story-section .title-banner {
  padding: 40px 0;
  background-image: url(../images/banner-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  /* height: 200px; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

header .hero-img img {
  margin-top: -50px;
  width: 100%;
  height: 600px;
}

.about-section h2{
  font-size: 30px;
}
.about-section .about-img img {
  width: 400px;
  height: 800px;
  aspect-ratio:1/2;
  max-height:auto !important;
}
/* .about-section p{ */
  /* font-size: 30px; */
/* } */

.benefits-section h3{
  font-size: 40px;
}

.benefits-section .owl-carousel .owl-item img, .about-section .owl-carousel .owl-item img {
  width: 80px !important;
  height: auto;
}
.benefits-section .owl-carousel .owl-item p, .about-section .owl-carousel .owl-item p {
  font-size: 22px;
}
.benefits-section .owl-carousel .owl-carousel .owl-item img, .about-section .owl-carousel .owl-carousel .owl-item img {
  width: 70px !important;
  height: auto;
}

.testimonial-section {
  padding: 80px 0;
  background-image: url(../images/icons/semi-purple.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: auto;
  background-position: bottom left;
}
.testimonial-section #testimonialz {
  border-radius: 20px !important;
  background-image: url(../images/testimonial-bg.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
.testimonial-section #testimonialz .item {
  border-radius: 20px !important;
background-image: url(../images/testimonial-bg.svg);
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-size: cover;
-webkit-border-radius: 20px !important;
-moz-border-radius: 20px !important;
-ms-border-radius: 20px !important;
-o-border-radius: 20px !important;
  padding: 50px 0;
  color: #fff;
}
.testimonial-section #testimonialz .item .profile-img img {
  width: 300px;
  height: 300px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
}
.testimonial-section #testimonialz .item h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.testimonial-section #testimonialz .item h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.testimonial-section #testimonialz .item p {
  text-align: center;
  font-size: 16px;
}
.testimonial-section #testimonialz .item a {
  display: block;
  color: #fff;
}
.testimonial-section #testimonialz .owl-theme .owl-dots .owl-dot.active span, .testimonial-section #testimonialz .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}
.testimonial-section #testimonialz .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff !important;
  background-color: none !important;
}

.genesis-section {
  background-image: url(../images/icons/semi-circle-gray.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: auto;
  background-position: bottom left;
}
.genesis-section p{
  font-size:22px;
}
.genesis-section img{
  width: 500px;
 height: 800px;
aspect-ratio:1/2;
max-height:600px !important;
}
.mission-section {
  background-image: url(../images/icons/half-circle-img.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: auto;
  background-position: top right;
}
.group-img img{
  max-width: 100%;
  max-height:600px !important;
}
.about-banner img{
  width: 1200px;
  height: 800px;
 aspect-ratio:1/2;
 max-height:600px !important;
}
.happy-section {
  background-image: url(../images/icons/double-square-img.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: auto;
  background-position: left;
}
.happy-section .happi-me {
  background-image: url(../images/happy-me.svg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: fill;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 80px 0px;
}
.happy-section .happi-growth {
  background-image: url(../images/happi-growth-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: fill;
  width: 100%;
  height: 100%;
  border-radius: 0px 80px;
}

.faq-section .faq-img img {
  width: 100%;
  height: 700px;
}
.faq-section .accordion-item {
  border: none;
  color: #533593;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.faq-section .accordion-header {
  background: #fff !important;
  color: #533593;
  border-radius: 15px;
  padding: 10px;
  margin-top: 10px;
  font-weight: 400;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #533593;
  font-weight: bold;
  border: none;
}
.faq-section .accordion-button::after {
  margin-left: auto;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="19" height="11" viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 10.125L0.125 0.75H18.875L9.5 10.125Z" fill="%232CD788"/></svg>') !important;
  color: #1B1725;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.faq-section .accordion-button {
  border: none;
  font-weight: 500;
  background: #fff;
}
.faq-section .accordion-button:focus {
  border: none;
  box-shadow: none;
  background: #fff;
}

.packages {
  margin: 20px 0;
  z-index: 10 !important;
  width: 350px;
  padding: 1em 0;
  height: auto;
  background-color: #57E59E;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  flex-wrap: wrap;
  transition: all 0.3s ease 0s;
}
.packages h2 {
  font-weight: 600 !important;
  font-size: 1.5em !important;
  color: #251C36 !important;
}
.packages h3 {
  font-size: 2.5em !important;
  font-weight: 800;
}
.packages p {
  font-size: 1em !important;
}

.packages:hover {
  z-index: 10 !important;
  transform: scale(1.05);
  cursor: pointer;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5176470588);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.packages.package1 {
  background-color: #E4D8FF !important;
  border-radius: 0px 0px 70px 0px;
  color: #251C36;
}

.packages.package2 {
  border-radius: 0px 0px 70px 70px;
  color: #251C36;
}
.packages.package2 .list li i {
  color: #533593 !important;
  font-size: 20px;
}

.square-package {
  position: relative;
}
.square-package .packages.package3 {
  position: relative;
  z-index: 10 !important;
  background-color: #533593 !important;
  border-radius: 0px 0px 0px 70px;
  color: #fff;
}
.square-package .blue-img {
  position: absolute;
}
.square-package .blue-img img {
  z-index: -1 !important;
  margin-top: -100px;
  margin-left: 400px;
}

.list li {
  text-align: left;
  font-size: 15px;
  list-style: none;
  border-width: 1px;
  padding: 5px;
}
.list li i {
  color: #57E59E !important;
  font-size: 20px;
}

.first {
  margin-top: 20px;
}

.list {
  width: 100%;
}
.list ol,
.list ul {
  padding: 0;
}
.list ol li i,
.list ul li i {
  color: #57E59E;
  font-size: 15px;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top .toogle-btn span {
  margin: 0.8em;
  font-weight: 400;
}
.top .toogle-btn input,
.top .toogle-btn label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.button {
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px 25px 5px 5px;
  border: none;
  text-decoration: none;
  margin: 15px 0;
  transition: all 0.3s ease 0s;
}

.button:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.button1 {
  background: #533593 !important;
}
.button1:hover {
  background-color: #57E59E;
}

.button2 {
  background: #533593 !important;
}

.button3 {
  color: #533593;
  background: #57E59E !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #533593;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #57E59E;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.health-stats .card {
  width: 100%;
  height: 300px;
}
.health-stats .card h2 {
  font-size: 50px !important;
}
.health-stats p{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.workspace-section {
  padding: 100px 0;
  background-image: url(../images/ready-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  background-size: cover;
}
.workspace-section h2 {
  font-size: 70px;
  font-weight: 400;
  color: #251C36;
}

ul.socialsDark li {
  list-style-type: none;
}
ul.socialsDark li img.icon {
  width: 60px;
  height: auto;
  transition: all 0.3s ease 0s;
}
ul.socialsDark li img.icon:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.login-section {
  padding: 40px 0;
  background-image: url(../images/icons/double-square-img.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: auto;
  background-position: bottom left;
}
.login-section p {
  font-size: 16px;
  font-weight: 500;
}
.login-section .login-img {
  width: 100%;
  height: 600px;
}

.coming-soon h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: normal;
  color: #251C36;
}

.demo-card {
  width: 100%;
  height: 200px;
}

.demo-section {
  width: 100%;
  height: auto;
}
.demo-section .demo-text {
  height: 700px;
  padding: 150px 20px 0 0;
  border-radius: 10px 70px 10px 10px;
  -webkit-border-radius: 10px 70px 10px 10px;
  -moz-border-radius: 10px 70px 10px 10px;
  -ms-border-radius: 10px 70px 10px 10px;
  -o-border-radius: 10px 70px 10px 10px;
}
.demo-section .demo-text h5 {
  font-size: 20px;
}
.demo-section .demo-text p {
  font-size: 15px !important;
}
.demo-section .demo-text .list h3 {
  font-size: 40px;
  position: absolute;
  margin-left: -15px;
}
.demo-section .demo-text .list ul li {
  list-style-type: disc;
  font-size: 15px;
}
.demo-section .card {
  z-index: 10;
  margin-left: -80px;
  border-radius: 50px;
  border: 1px solid rgba(87, 229, 158, 0.54);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.privacy-section h4 {
  font-size: 19px;
  font-weight: bold;
}
.privacy-section h5 {
  font-size: 17px;
  font-weight: bold;
}
.privacy-section p {
  font-size: 15px;
}
.privacy-section li {
  padding-bottom: 6px;
}

footer {
  background-image: url(../images/footer-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 40px 0 15px 0;
  color: #533593;
  bottom: 0 !important;
  margin: 0;
}
footer a {
  color: #533593;
}
footer a:hover {
  color: #57E59E;
}
footer ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 18px;
  color: #533593;
}
footer ul li a {
  color: #533593;
}
footer ul li a:hover {
  color: #57E59E;
}
footer .footer-img img {
  width: auto;
  height: 80px;
}

@media screen and (min-width: 1920px) {
  h1.header-title {
    font-family: "Montserrat", sans-serif;
    font-size: 72px;
    font-weight: 500;
    line-height: normal;
    color: #251C36;
  }
}
@media (max-width: 992px) {
  nav a.nav-link.active {
    color: #57E59E !important;
  }
  h1, h2, h3 {
    font-size: 40px !important;
  }
  p{
    font-size:16px !important;
  }
  ul.socialsDark li img.icon {
    width: 40px;
    height: auto;
  }
  .blue-img, .curve-img, .green-img {
    z-index: -1;
    margin-top: 0px !important;
  }
  .blue-img img, .curve-img img, .green-img img {
    visibility: hidden;
    display: none;
  }
  header {
    padding: 60px 0;
  }
  header .blue-img {
    z-index: -1;
    margin-top: 0px !important;
  }
  header .blue-img img {
    visibility: hidden;
    display: none;
  }
  header.story-section {
    padding: 80px 0;
  }
  .benefits-section h3{
    font-size: 30px !important;
  }
  header.story-section .title-banner h1 {
    font-size: 30px !important;
  }
  header .hero-img img {
    margin-top: 0px;
    width: 100%;
    height: auto;
  }
  .about-section .about-img img {
    width: 100%;
    height: auto !important;
    aspect-ratio:1/2;
    max-height:500px !important;
  }
  .genesis-section img{
    width: 100%;
    height: auto;
   aspect-ratio:1/2;
   max-height:400px !important;
  }
  .about-banner img{
    width: 100%;
    height: auto;
   aspect-ratio:1/2;
   max-height:200px !important;
  }
  .health-stats .card {
    width: 100%;
    height: auto;
  }
  .health-stats .card h2 {
    font-size: 40px !important;
  }
  .health-stats .card h3 {
    font-size: 25px !important;
  }
  .workspace-section {
    width: 100%;
    height: auto;
    background-size: cover;
  }
  .workspace-section .blue-img, .workspace-section .curve-img, .workspace-section .green-img {
    z-index: -1;
    margin-top: 0px !important;
  }
  .workspace-section .blue-img img, .workspace-section .curve-img img, .workspace-section .green-img img {
    visibility: hidden;
    display: none;
  }
  .happy-section .happi-me, .happy-section .happi-growth {
    width: 100%;
    height: auto;
    margin: 14px 0;
  }
  .login-section .login-img {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
    padding: 0;
    margin: 0;
  }
  #testimonialz .item h3 {
    font-size: 20px !important;
  }
  .demo-card {
    width: 100% !important;
    height: auto !important;
  }
  .demo-list .card {
    width: 100%;
    height: auto;
  }
  .demo-section .demo-text {
    height: auto !important;
    margin-bottom: 20px;
  }
  .demo-section .card {
    position: relative;
    margin-left: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .demo-section .list h3 {
    font-size: 40px;
    position: absolute;
    margin-left: -10px !important;
  }
  .demo-section .list ul li {
    list-style-type: disc;
    font-size: 15px;
  }
  footer .copyright {
    text-align: left !important;
  }
  footer .copyright a {
    font-size: 14px;
  }
  footer .copyright span {
    font-size: 14px;
  }
}

/*# sourceMappingURL=styles.css.map */

.fc .fc-timegrid-slot {
  border-bottom: 0px;
  height: 2.5em !important;
}


.form-check-input.verify-checkbox{
  width:30px !important;
  height: 30px !important;
}


/* CKEditor CSS */
div.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurredb>p {
     min-height: 100px !important;
}

.ck.ck-editor__editable_inline>p{
    min-height: 100px !important;
}
.ck.ck-balloon-panel{
    z-index: 1400 !important;
  }
  .ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    max-height: 500px !important;
}

.image,img,svg{
    max-width: 600px;
    max-height: 400px !important;
}
