* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  outline: none;
  transition: all 0.4s;
}

.decorated-text {
  display: inline !important;
  color: #7132af !important;
  text-align: center;
  font-weight: 500;
  padding: 4px 10px;
  background-color: #fff;
  padding: 2px 6px;
  border-radius: 6px;
}

.title-1 {
  font-size: 38px;
  font-weight: 800;
  color: #7132af;
  margin: 10px 0;
  line-height: 1.2;
}

.title-1-mini {
  font-size: 40px;
  font-weight: 800;
  color: #7132af;
  margin: 10px 0;
}

.title-2 {
  font-size: 34px;
  font-weight: 600;
  margin: 10px 0;
}

.title-3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 26px 0 16px 0;
}

.title-4 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.title-5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}

.title-6 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0;
}

.title-7 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 10px 0;
}

.title-8 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0 20px 0;
}

.bordered-text {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px;
}

.button-1 {
  padding: 15px 15px;
  margin: 20px 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  border-radius: 14px;
  background: linear-gradient(45deg, #7132af, #7132af);
  transition: all 1s;
}

.button-1:hover {
  background: linear-gradient(180deg, #cfb7e7, #842fd8);
  border-color: #842fd8;
}

.scale-animation {
  animation: zoominzoomout 2.4s ease-out !important;
}

@keyframes zoominzoomout {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
body {
  background-color: #1c001f !important;
  padding-top: 30px;
  width: 100%;
}
body #registerUserModal .modal-dialog {
  max-width: 50% !important;
}
body #registerUserModal .modal-dialog .modal-content {
  box-shadow: rgba(233, 212, 255, 0.3411764706) 0px 0px 40px 40px;
  background: linear-gradient(to bottom left, #e3eafc 20%, #ffffff 70%, #e7c8fe 85%);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}
body #registerUserModal .modal-dialog .modal-content .form-control:focus {
  box-shadow: unset !important;
}
body #registerUserModal .modal-dialog .modal-content .btn-close {
  color: white !important;
  background: unset !important;
}
body #registerUserModal .modal-dialog .modal-content .modal-footer > * {
  margin: unset;
}
body #registerUserModal .modal-dialog .modal-content .modal-header,
body #registerUserModal .modal-dialog .modal-content .modal-footer {
  border-bottom: unset !important;
  border-top: unset !important;
}
body #registerUserModal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  width: 100% !important;
}
body #registerUserModal .modal-dialog .modal-content .modal-body .modal-title-h5 {
  font-size: 40px;
  font-weight: bold;
  color: #2c0b78;
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .highlight-text {
  border-top: 2px solid #c29eff !important;
  display: inline-block;
  background: linear-gradient(to bottom, #f4edff, #f4edff);
  color: #fd6e55;
  font-weight: bold;
  padding: 10px 14px;
  border-radius: 50px;
  font-size: 18px;
  border: 1px solid #c29eff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(255, 0, 0, 0.15);
  line-height: 1.5;
  box-shadow: rgba(87, 87, 87, 0.3882352941) 14px 26px 12px -26px inset;
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .input-group {
  margin-bottom: 15px;
  position: relative;
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .input-group .input-group-text {
  background: none;
  border: none;
  position: absolute;
  z-index: 9999;
  transform: translate(0px, 10px);
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .form-control {
  text-indent: 24px !important;
  border-radius: 10px;
  padding: 12px;
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .btn-purple {
  background: #5e10c2;
  color: white;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .btn-purple:hover {
  background: #4a0ea3;
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .thank-you {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .image-container img {
  max-width: 100%;
  border-radius: 10px;
}
body #registerUserModal .modal-dialog .modal-content .modal-body form .alert-registeruser {
  padding: 9px 0px;
  width: auto;
  display: block;
  text-align: center;
}
body .google-review {
  width: -webkit-fill-available !important;
}
body .elfsight-app-ca0c2220-fe5b-4c32-9973-0d1ccb47edd4 {
  background-color: #fff;
}
body .sec-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: auto;
}
body .sec-1 img {
  width: 100%;
  margin-bottom: 30px;
}
body .sec-1 .title-3 {
  margin-bottom: 0px;
}
body .sec-1 .title-5 {
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 0px;
  padding: 2px;
}
body .sec-1 iframe {
  margin-top: 26px;
}
body .sec-1 .text-1 {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px;
}
body .sec-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: auto;
}
body .sec-2 .title-2 {
  color: #fff;
}
body .sec-2 .prices {
  color: #7132af;
  font-size: 40px;
  font-weight: 700;
  margin: 40px 0 0 0;
}
body .sec-2 .prices span {
  color: #fff;
  text-decoration: line-through;
}
body .sec-2 img {
  width: 100%;
  margin-bottom: 20px;
}
body .sec-2 .countdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 30px 0 30px 0;
}
body .sec-2 .countdown .count {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: auto;
}
body .sec-2 .countdown .count .count-1 {
  width: 200px;
  height: 200px;
  display: grid;
  place-content: center;
  background-color: #7132af;
  border-radius: 100px;
  font-size: 90px;
  font-weight: 600;
  margin: auto;
  margin-bottom: 6px;
}
body .sec-2 .title-3 {
  margin: 26px 0 26px 0;
}
body .sec-2 .heading {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 6px;
}
body .sec-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0 30px 0;
  width: 60%;
  margin: auto;
}
body .sec-3 img {
  width: 100%;
}
body .sec-4 {
  width: 60%;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
}
body .sec-4 img {
  width: 100%;
  margin-bottom: 20px;
}
body .sec-4 p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
body .sec-4 p i {
  color: #7132af;
  margin-right: 20px;
}
body .sec-5 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
  width: 60%;
  margin: auto;
}
body .sec-5 #carouselExampleIndicators .carousel-inner div img,
body .sec-5 #carouselExampleIndicators-1 .carousel-inner div img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-5 .title-3 {
  font-size: 18px !important;
  margin-bottom: 0;
}
body .sec-5 .row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body .sec-5 .row-1 .column {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  background-color: #3f0246;
  color: #fff;
}
body .sec-5 .row-1 .column i {
  font-size: 80px;
  color: #7132af;
}
body .sec-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  margin: 40px 0 0 0;
  padding: 30px 0 0 30px;
}
body .sec-6 .title-3 {
  color: #000;
  font-weight: 700;
  margin: 0 0 10px 30px;
}
body .sec-6 h1 {
  font-size: 30px;
  margin: 10px 0 20px 30px;
  font-weight: 700;
  color: #7132af;
}
body .sec-6 .for-container {
  padding: 30px;
  width: 60%;
  margin: auto;
}
body .sec-6 .for-container .title-container {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: start;
}
body .sec-6 .for-container .title-container i {
  font-size: 24px;
  margin-top: 4px;
}
body .sec-6 .for-container .title-container p {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
body .sec-6 .for-container p {
  font-size: 18px;
}
body .sec-6 .button {
  width: 60%;
  margin: 0 auto 40px auto;
}
body .sec-7 {
  background-color: #1c001f;
  width: 60%;
  margin: 60px auto 30px auto;
}
body .sec-7 .title-1-mini,
body .sec-7 .title-3 {
  text-align: center;
}
body .sec-7 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body .sec-7 .row .column {
  padding: 0;
  margin: auto;
}
body .sec-7 .row .column p {
  color: #fff;
  margin: 0;
}
body .sec-7 .row img {
  width: 100%;
  padding: 0;
}
body .sec-7 .title-5 {
  margin-top: 30px;
  font-weight: 400;
}
body .sec-7 .title-3 {
  margin: 50px 0 20px 0;
}
body .sec-7 .title-8 {
  margin: 20px 0 20px 0;
}
body .sec-7 .success-slider {
  margin: 60px 0 20px 0;
}
body .sec-7 .countdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
body .sec-7 .countdown .count {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
body .sec-7 .countdown .count .count-1 {
  width: 200px;
  height: 200px;
  margin: auto;
  display: grid;
  place-content: center;
  background-color: #7132af;
  border-radius: 100px;
  margin-bottom: 6px;
  font-size: 90px;
  font-weight: 600;
}
body .sec-7 .bg-img {
  margin: 50px 0 30px 0;
  border-radius: 40px 40px 0 0;
}
body .sec-7 .bg-img img {
  width: 100%;
  margin-bottom: 20px;
}
body .sec-8 {
  width: 60%;
  margin: auto;
}
body .sec-8 img {
  width: 100%;
}
body .sec-8 ul {
  margin: 20px 0;
}
body .sec-8 ul li {
  color: #fff;
}
body .sec-8 .countdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
body .sec-8 .countdown .count {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
body .sec-8 .countdown .count .count-1 {
  width: 200px;
  height: 200px;
  margin: auto;
  display: grid;
  place-content: center;
  background-color: #7132af;
  border-radius: 100px;
  margin-bottom: 6px;
  font-size: 90px;
  font-weight: 600;
}
body .sec-8 .title-2 {
  color: #fff;
}
body .sec-8 .title-5 {
  color: #fff;
  margin-top: 20px;
}
body .sec-8 .prices {
  color: #7132af;
  font-size: 40px;
  font-weight: 700;
  margin: 40px 0 0 0;
}
body .sec-8 .prices span {
  color: #fff;
  text-decoration: line-through;
}
body .sec-9 {
  width: 60%;
  margin: auto;
  padding: 30px 0;
}
body .sec-9 * {
  color: #000;
}
body .sec-9 .title-4 {
  background-color: #e097e7;
}
body .sec-9 .comments {
  border: 1px solid #fff;
  background-color: #e097e7;
  padding: 20px 18px;
}
body .sec-9 .comments .comment .row-1 {
  display: flex;
  align-items: baseline;
}
body .sec-9 .comments .comment .row-1 .name {
  margin-right: 10px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: large;
}
body .sec-9 .comments .comment .row-1 .time {
  font-size: 12px;
  font-weight: 300;
}
body .sec-9 .comments .comment .comment-text {
  margin: 10px 0;
}
body .sec-9 .add-comment .title-3 {
  margin-bottom: 10px;
}
body .sec-9 .add-comment .alert-message {
  width: 100%;
  margin: 4px;
}
body .sec-9 .add-comment .alert-message span {
  padding: 12px 0px;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 700;
  background-color: #fff !important;
  color: red !important;
}
body .sec-9 .add-comment input,
body .sec-9 .add-comment textarea {
  border-radius: 6px;
  color: #000;
  padding: 8px 12px;
  width: 100%;
}
body .sec-9 .add-comment .comment-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body .sec-9 .add-comment .comment-submit {
  margin: 20px 0;
  width: 100px;
}
body .sec-10 {
  width: 60%;
  margin: auto;
  margin-bottom: 50px;
}
body .sec-10 ul li {
  color: #fff;
  font-size: 14px;
}
body .sec-11 {
  display: flex;
  width: 60%;
  margin: auto;
  margin-bottom: 50px;
}
body .sec-12 {
  display: none;
}
body footer {
  display: grid;
  grid-template-columns: 260px 260px;
  grid-template-rows: auto;
  justify-content: center;
  gap: 20px;
  background-color: rgb(11, 0, 14);
  padding: 30px;
}
body footer * {
  color: #fff;
  text-decoration: none;
}
body footer .foo ul {
  padding: 0;
  list-style: none;
}
body footer .foo ul li i {
  margin: 8px 6px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  body #registerUserModal .modal-dialog {
    max-width: 80% !important;
  }
}
@media (max-width: 768px) {
  * {
    font-size: 100% !important;
  }
  .title-1 {
    font-size: 18px !important;
  }
  .title-1-mini {
    font-size: 26px !important;
  }
  body #registerUserModal .modal-dialog {
    max-width: 80% !important;
  }
  body #registerUserModal .modal-dialog .modal-content .modal-body .modal-title-h5 {
    font-size: 25px !important;
  }
  body #registerUserModal .modal-dialog .modal-content .modal-body form p {
    font-size: 12px !important;
  }
  body #registerUserModal .modal-dialog .modal-content .modal-body form .highlight-text {
    font-size: 12px !important;
  }
  body .sec-1 {
    width: 90%;
  }
  body .sec-1 iframe {
    height: 260px;
  }
  body .sec-2,
  body .sec-3,
  body .sec-4,
  body .sec-5,
  body .sec-7,
  body .sec-8,
  body .sec-9,
  body .sec-10 {
    width: 90%;
  }
  body .sec-2 iframe,
  body .sec-3 iframe,
  body .sec-4 iframe,
  body .sec-5 iframe,
  body .sec-7 iframe,
  body .sec-8 iframe,
  body .sec-9 iframe,
  body .sec-10 iframe {
    height: 260px;
  }
  body .sec-2 .countdown,
  body .sec-7 .countdown,
  body .sec-8 .countdown {
    gap: 10px;
  }
  body .sec-2 .countdown .count .count-1,
  body .sec-7 .countdown .count .count-1,
  body .sec-8 .countdown .count .count-1 {
    width: 60px;
    height: 60px;
  }
  body .sec-5 .row-1 {
    grid-template-columns: 1fr;
  }
  body .sec-5 .row-1 .column i {
    font-size: 40px !important;
  }
  body .sec-6 {
    padding: 30px 0;
  }
  body .sec-6 .for-container {
    width: 90%;
    padding: 10px;
  }
  body .sec-6 .button {
    width: 90%;
  }
  body .sec-7 {
    margin: 60px auto 30px auto;
  }
  body .sec-7 .row {
    margin: auto;
    grid-template-columns: 1fr;
  }
  body .sec-7 .success-slider {
    width: 98%;
  }
  body .sec-7 .bg-img {
    width: 100%;
  }
  body .sec-9 .comments .comment .row-1 .name {
    font-size: 14px !important;
  }
  body .sec-9 .comments .comment .row-1 .time {
    font-size: 11px !important;
  }
  body .sec-9 .add-comment .comment-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body .sec-9 .add-comment .alert-message {
    width: 100%;
    margin: 4px;
  }
  body .sec-9 .add-comment .alert-message span {
    padding: 8px 0px;
    display: block;
    text-align: center;
    width: 100%;
    background-color: #fff !important;
    color: red !important;
  }
  body .sec-9 .add-comment textarea {
    margin-bottom: 6px;
  }
  body .sec-11 {
    display: none;
  }
  body .sec-12 {
    display: flex;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  body footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  * {
    font-size: 100% !important;
  }
  .title-1 {
    font-size: 20px !important;
  }
  .title-1-mini {
    font-size: 28px !important;
  }
  body .sec-1 {
    width: 90%;
  }
  body .sec-1 iframe {
    height: 260px;
  }
  body .sec-2,
  body .sec-3,
  body .sec-4,
  body .sec-5,
  body .sec-7,
  body .sec-8,
  body .sec-9,
  body .sec-10 {
    width: 90%;
  }
  body .sec-2 iframe,
  body .sec-3 iframe,
  body .sec-4 iframe,
  body .sec-5 iframe,
  body .sec-7 iframe,
  body .sec-8 iframe,
  body .sec-9 iframe,
  body .sec-10 iframe {
    height: 260px;
  }
  body .sec-2 .countdown,
  body .sec-7 .countdown,
  body .sec-8 .countdown {
    gap: 10px;
  }
  body .sec-2 .countdown .count .count-1,
  body .sec-7 .countdown .count .count-1,
  body .sec-8 .countdown .count .count-1 {
    width: 60px;
    height: 60px;
  }
  body .sec-5 .row-1 {
    grid-template-columns: 1fr;
  }
  body .sec-5 .row-1 .column i {
    font-size: 40px !important;
  }
  body .sec-6 {
    padding: 30px 0;
  }
  body .sec-6 .for-container {
    width: 90%;
    padding: 10px;
  }
  body .sec-6 .button {
    width: 90%;
  }
  body .sec-7 {
    margin: 60px auto 30px auto;
  }
  body .sec-7 .row {
    margin: auto;
    grid-template-columns: 1fr;
  }
  body .sec-7 .success-slider {
    width: 98%;
  }
  body .sec-7 .bg-img {
    width: 100%;
  }
  body .sec-9 .comments .comment .row-1 .name {
    font-size: 14px !important;
  }
  body .sec-9 .comments .comment .row-1 .time {
    font-size: 11px !important;
  }
  body .sec-9 .add-comment .comment-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body .sec-9 .add-comment .alert-message {
    width: 100%;
    margin: 4px;
  }
  body .sec-9 .add-comment .alert-message span {
    padding: 10px 0px;
    display: block;
    text-align: center;
    width: 100%;
    background-color: #fff !important;
    color: red !important;
  }
  body .sec-9 .add-comment textarea {
    margin-bottom: 6px;
  }
  body .sec-11 {
    display: none;
  }
  body .sec-12 {
    display: flex;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  body footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 425px) {
  body #registerUserModal .modal-dialog {
    max-width: 96% !important;
  }
  body #registerUserModal .modal-dialog .modal-content .modal-body .modal-title-h5 {
    font-size: 25px !important;
  }
  body #registerUserModal .modal-dialog .modal-content .modal-body form p {
    font-size: 12px !important;
  }
  body #registerUserModal .modal-dialog .modal-content .modal-body form .highlight-text {
    font-size: 12px !important;
  }
}/*# sourceMappingURL=index.css.map */