@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/**************************************
    Default Styles
***************************************/
:root {
  --font-family: "Poppins", serif;
  --font-size: 16px;
  --theme-color: #4e14ae;
}

/*=========================*/
/*  Responsive breakpoints
/*=========================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 300;
  background: #edf0f6;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
  line-height: 1.4;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-weight: 800;
}

a {
  text-decoration: none;
}

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

#root,
#__next {
  isolation: isolate;
}

section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}

.ct_button_light,
.ct_button {
  background: var(--theme-color);
  background: linear-gradient(151deg, rgb(106, 43, 210) 32%, rgb(125, 198, 201) 82%);
  border: 0;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 23px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 1px 21px -12px #000;
          box-shadow: 0px 1px 21px -12px #000;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .ct_button_light,
  .ct_button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .ct_button_light,
  .ct_button {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ct_button_light,
  .ct_button {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .ct_button_light,
  .ct_button {
    padding: 15px 30px;
    font-size: 18px;
    width: 100%;
    margin: 15px 0 0;
  }
}

.ct_button_light {
  color: var(--theme-color);
  background: #fff;
  font-weight: 700;
}
.ct_button_light:focus-visible, .ct_button_light:hover {
  background: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section_title {
  text-align: center;
  margin-bottom: 50px;
}
.section_title .title {
  font-size: 65px;
  font-weight: 700;
  color: var(--theme-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section_title .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .section_title .title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .section_title .title {
    font-size: 30px;
  }
}
.section_title .subtitle {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.4;
  max-width: 100%;
  margin: 15px auto 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section_title .subtitle {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .section_title .subtitle {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .section_title .subtitle {
    font-size: 18px;
  }
}

.navbar {
  background-color: var(--theme-color);
  -webkit-box-shadow: 0 3px 20px -15px #24094e;
          box-shadow: 0 3px 20px -15px #24094e;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}
.navbar .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navbar .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.navbar .ct_button {
  font-size: 16px;
}
.navbar .navbar-toggler {
  background-color: #cdaeff;
  border-color: #cdaeff;
}
.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer {
  padding: 30px 0;
  background-color: #420d98;
}
footer .copyright-ct li {
  padding: 0 10px;
}
footer .copyright-ct li a {
  font-weight: 400;
  color: #fff;
}
footer .copyright-text {
  margin-top: 10px;
  color: #fff;
}
footer .copyright-text span {
  color: #fff;
  font-weight: 500;
}

.page_content {
  background-color: #fff;
}
.page_content .section_title {
  margin-bottom: 80px;
}
.page_content .section_title .title {
  color: var(--theme-color);
  text-transform: capitalize;
}
.page_content .content .title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.page_content a {
  color: var(--theme-color);
}
.page_content p {
  margin-bottom: 5px;
}

.package_switcher {
  color: #18254e;
  margin-top: 20px;
  margin-bottom: 0;
}
.package_switcher span {
  color: var(--theme-color);
  font-weight: 600;
}
@media (min-width: 768px) {
  .package_switcher {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.switcher {
  margin: 0 15px;
}
.switcher .switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.switcher .switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: linear-gradient(95deg, var(--theme-color) 15%, rgb(202, 168, 232) 45%, rgb(115, 70, 153) 75%, var(--theme-color) 100%) 95%/200% 100%;
  border-radius: 50%;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
}
.switcher .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}
.switcher .switch::after {
  border: none !important;
}
.switcher input:checked + .switch {
  background: linear-gradient(95deg, var(--theme-color) 15%, rgb(202, 168, 232) 45%, rgb(115, 70, 153) 75%, var(--theme-color) 100%) 95%/200% 100%;
}
.switcher input:checked + .switch::before {
  left: 27px;
  background: #fff;
}
.switcher input:checked + .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.videoModal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.videoModal img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .videoModal img {
    max-width: 120px;
  }
}

.circle {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .circle {
    height: 120px;
    width: 120px;
  }
}

.circle:before,
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}

.circle:before {
  -webkit-animation: ripple 5s linear infinite;
          animation: ripple 5s linear infinite;
}

.circle:after {
  -webkit-animation: ripple 5s linear 1s infinite;
          animation: ripple 5s linear 1s infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .left_img_area img,
  .larget_image img {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .left_img_area img,
  .larget_image img {
    width: 75%;
    margin: auto;
  }
}

#protected_area {
  background-image: url("../frontend/img/bg.jpg");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#protected_area::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(280, 60%, 20%, 0.95)), to(hsla(0, 85%, 30%, 0.9)));
  background: linear-gradient(180deg, hsla(280, 60%, 20%, 0.95) 0%, hsla(0, 85%, 30%, 0.9) 100%);
}
#protected_area .protected_wrapper {
  max-width: 28rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
#protected_area .protected_wrapper p {
  color: #fff;
}
#protected_area .protected_wrapper .protected_head h1 {
  color: #fff;
  font-size: 48px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #protected_area .protected_wrapper .protected_head h1 {
    font-size: 40px;
  }
}
#protected_area .protected_wrapper .protected_head i {
  color: #fff;
  font-size: 32px;
  background-color: hsla(0, 0%, 100%, 0.1);
  backdrop-filter: blur(4px);
  padding: 30px;
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(153, 51, 204, 0.4);
          box-shadow: 0 0 15px rgba(153, 51, 204, 0.4);
  -webkit-animation: glowPulse 2s ease-in-out infinite;
          animation: glowPulse 2s ease-in-out infinite;
}
#protected_area .protected_wrapper .form_area {
  background-color: hsla(0, 0%, 100%, 0.1);
  backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 30px;
}
#protected_area .protected_wrapper .form_area .passcode_input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 1rem;
  outline: none;
  background: rgba(255, 255, 255, 0.2196078431);
  color: #fff;
}
#protected_area .protected_wrapper .form_area .passcode_input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#protected_area .protected_wrapper .form_area .passcode_input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#protected_area .protected_wrapper .form_area .passcode_input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#protected_area .protected_wrapper .form_area .passcode_input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#protected_area .protected_wrapper .form_area .passcode_input::placeholder {
  color: #fff;
  opacity: 1;
}

.custom_btn {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, hsl(280, 60%, 50%) 0%, hsl(0, 85%, 60%) 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@-webkit-keyframes glowPulse {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(153, 51, 204, 0.3);
            box-shadow: 0 0 10px rgba(153, 51, 204, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 25px rgba(153, 51, 204, 0.9);
            box-shadow: 0 0 25px rgba(153, 51, 204, 0.9);
  }
  100% {
    -webkit-box-shadow: 0 0 10px rgba(153, 51, 204, 0.3);
            box-shadow: 0 0 10px rgba(153, 51, 204, 0.3);
  }
}

@keyframes glowPulse {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(153, 51, 204, 0.3);
            box-shadow: 0 0 10px rgba(153, 51, 204, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 25px rgba(153, 51, 204, 0.9);
            box-shadow: 0 0 25px rgba(153, 51, 204, 0.9);
  }
  100% {
    -webkit-box-shadow: 0 0 10px rgba(153, 51, 204, 0.3);
            box-shadow: 0 0 10px rgba(153, 51, 204, 0.3);
  }
}
/*# sourceMappingURL=style.css.map */