/* Importing Google font - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth;
}
:root {
  --swatch_1: #f3f4f9;
  --swatch_2: #bac2d6;
  --swatch_3: #1e39df;
  --swatch_4: #989daa;
  --swatch_5: #151414;
  --swatch_6: #52545c;
  --swatch_7: #7887bb;
  --link: #6C5ECB;
}
.hidden.xl\:block.\33 xl\:hidden.fixed.top-\[-6rem\].left-\[-5rem\].w-64.h-64.bg-red-50.rounded-full {
    display: none !important;
}
body {
  background: #141414;
  color: #fff;
}
header {
  height: 100vh;
position: relative;
  width: 100%;
  background: #141414;
color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
nav.sticky {
    z-index: 99999;
    background: #111 !important;
    top: 0;
}
.h-2 {
  display: none !important;
}
.dotted {
  position: absolute;
  bottom: -10em;
}
header h1 {
  color: #fff;
  font-size: 4em;
  margin-bottom: .5em;
  font-weight: 400;
  text-align: center;
   font-family: "Changa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
header p {
  color: #fff;
  z-index: 9999;
  text-align: center;
  
}
.spin-wheel {
  width: 30%;
  position: absolute;
  top: -10em;
  left: -14em;
}
.box {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: purple;
    border-radius: 4px;
    z-index: 900;
    animation: hoverAnimation 1s ease-in-out infinite alternate;
  }

  .box:nth-child(2) {
    background-color: tomato;
  }

  .box:nth-child(3) {
    background-color: dodgerblue;
  }

  .box:nth-child(4) {
    background-color: orange;
  }

  .box:nth-child(5) {
    background-color: green;
  }

  @keyframes hoverAnimation {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-10px);
    }
  }

  .box:nth-child(2) {
    left: 10vh;
    top: 70vh;
  }

  .box:nth-child(3) {
    left: 5vw;
    top: 45vh;
  }

  .box:nth-child(4) {
    right: 10vw;
    top: 60vh;
  }

  .box:nth-child(5) {
    right: 43vw;
    top: 90vh;
  }
.sub-header {
  height: 70vh;
  display: flex;
  padding-left: 8em;
  padding-right: 8em;
}
.sub-header div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.link-flex {
  display: flex;
  gap: 2em;
  z-index: 9999;
  margin-top: 1em;
}
.signup {
  color: #fff;
  text-decoration: none;
  width: 8em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--link);
  border-radius: .2em;
}
.left, .right, .free-fall {
  position: absolute;
  width: 10%;
}
.left {
  left: 10%;
  top: 25vh;
}
.free-fall {
   left: 14%;
  top: 75vh;
  transform: rotate(-35deg);
}
.right {
  right: 10%;
  top: 50vh;
}
.why-us h3 {
  text-align: center;
  font-weight: bold;
  color: var(--link);
}
.why-us h1 {
  font-size: 2em;
  text-align: center;
  line-height: 1.8em;
}
.why-us-grid {
     display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  padding: 0 8vw;
  gap: 2em;
  margin-top: 3em;
}
.why-us-grid .element {
  width: 33.333%;
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 align-items: center;
 height: 20em;
 color: #fff !important;
 border-radius: 20px;
  background: radial-gradient(at top left, #2D2D2D 0%, #191919 100%);
}
.why-us-grid p {
  text-align: center;
  color: #999;
}
.why-us-grid .element img {
  max-width: 80px;
}

.underline--magical {
    background-image: linear-gradient(
120deg, #6B5FCC 0%, #6B5FCC 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}
.bg-overlay {
    background-image: url(wheel.png);
    background-position: 100% -50px;
    background-repeat: no-repeat;
    background-size: 392px auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.about-us {
  margin-top: 4em;
}
.about-us .flexed {
  display: flex;
  gap: 2em;
  padding: 2em;
  padding-left: 8em;
  padding-right: 10em;
}
.about-us h2 {
  font-size: 1.5em;
  border-bottom: 1px dotted black;
  display: inline-block;
}
.flexed div {
  width: 100%;
}
.flexed h1, .flexed p {
  text-align: left !important;
}
.flexed img {
  width: 70%;
}
.about-us h1, .about-us p, .plans h1, .plans p {
  text-align: center;
  line-height: 1.7em;
}
.about-us h1, .plans h1 {
  font-size: 2em;
}

.testemonials {
  margin-top: 1em;
}
 .testemonials p {
  text-align: center;
  color: #212428;
}
.testemonials h1 {
  text-align: center;
  color: #fff;
}
p.mt-4.mb-7.text-gray-500.max-w-sm.\32 xl\:text-lg.\32 xl\:mt-4.\32 xl\:mb-8 {
    color: #fff;
}
svg {
  fill: #ea5858;
}
.plans {
  margin-top: 2em;
  background: #F5F5F5;
  padding-top: 6em;
  color: #222;
}
.plans p {
  padding-left: 16em;
  padding-right: 16em;
}
.plans .pricing {
  height: 25em;
  width: 100%;
  border-radius: .1em;
}
.pricing-header h2 {
  color: #222;
}
.prices p {
  padding: 0 !important;
  font-weight: bold;
  color: #999;
}
.grid {
  gap: 2em;
  padding: 4em;
}
.pricing .pricing-header {
  height: 10em;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pricing-header h2 {
  font-size: 1.5em;
}
.tag {
  border: 1px solid dodgerblue;
 padding: 0.4em 0.8em 0.4em 0.8em;
color: #222;
  font-size: .7em;
  font-weight: 100;
  border-radius: 9999px;
}
.pricing .pricing-footer {
  height: 15em;
  background: #222;
  padding: 1em;
}
.prices {
  display: flex;
  justify-content: space-between;
}
a.login {
    color: #fff;
    border: 1px solid #fff;
    /* display: flex; */
    padding: 1vh 2vw;
    border-radius: .3em;
}
.spin {
 z-index: 1000;
  animation: spinAnimation 4s linear infinite;
}

@keyframes spinAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.features {
  display: flex;
  gap: 8em;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
  padding: 0 10em;
  height: 30em;
  overflow: hidden;
}
.features div {
  width: 100%;
}
.features h3 {
  color: dodgerblue;
}
.features h1 {
  font-size: 3em;
}
.features p {
  line-height: 1.8em;
  margin-bottom: 2em;
}
.features img {
  width: 100%  ;
}
.features a {
  text-decoration: none;
  color: dodgerblue;
  font-weight: 300;
  font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    fill: #B6E77E;
    color: #B6E77E;
    background-color: #E0E7FA00;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #B6E77E;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px rgb(21 92 231 / 43%);
    padding: 0px 0px 7px 0px;
    margin-top: 4em !important;
}
.global-reach {
  display: flex;
  padding: 0 7em;
  gap: 5em;
  margin-top: 2em;
  margin-bottom: 3em;
}
.global-reach h3 {
  font-weight: 400;
  color: dodgerblue;
  margin-bottom: 1em;
}
.global-reach h1 {
  font-size: 2.5em;
}
.globe {
  background: url(bg-globe.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
.contact {
  padding: 5em;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  color: var(--swatch_5);
}
.bt {
  color: var(--swatch_7);
  text-transform: uppercase;
  
}
.contact p {
  margin-bottom: 1em;
}
.contact h1 {
  color: #fff;
}
.bordered {
  display: inline-flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
  border: 1px solid var(--swatch_4);
  padding: .5em;
  border-radius: .4em;
  margin-top: .7em;
  color: #fff;
}
.bordered:first-child {
  margin-top: 3em !important;
}

.main-form {
  background: var(--swatch_1);
  padding: 2em;
  width: 50%;
}
form {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: .8em;
}
form input {
  height: 3em;
  border-radius: .4em;
}
form input, textarea {
  padding-inline: .6em;
  border: none;
}
textarea {
  padding-top: 1em;
  resize: none;
}
button {
  background: var(--swatch_3);
  border: none;
  width: 100%;
  height: 3em;
  border-radius: .3em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover {
  padding: 0em 10em 0em 10em;
}




nav{
  display: flex;
  height: 80px;
  width: 100%;
  background: transparent;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 100px;
  flex-wrap: wrap;
}
nav .logo{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  z-index: 9999;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  z-index: 9999;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
nav ul li a.active,
nav ul li a:hover{
 border-radius: 9999px;
  border: 1px solid #fff;
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}
@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 920px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}

.footer {
 
  width: 100%;
  background: #333;
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}

.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-col .links {
  margin-top: 20px;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}

.footer-col .links li a:hover {
  color: #fff;
}

.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}

.footer-col input::placeholder {
  color: #ccc;
}

 .footer-col form button {
  background: #fff;
  color: #222;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col form button:hover {
  background: #cecccc;
}

.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}

.footer-col .icons i {
  color: #afb6c7;
}

.footer-col .icons i:hover  {
  color: #fff;
}
.talk-con {
  padding: 2em;
}
.follow-up {
  background: radial-gradient(at top right, #2D2D2D 0%, #191919 100%);
  height: 15em;
  display: flex;
  align-items: center;
  border-radius: 1em;
}
.follow-up h1 {
  font-size: 2em;
  color: #fff;
  width: 100%;
  text-align: center;
}
.follow-up .div2 {
  height: 100%;
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.follow-up .div2 img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the image */
}
.follow-up a {
  z-index: 1;
  color: #fff;
  background: var(--link);
  height: 2.4em;
  width: 9em;
  border-radius: .3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }

  .footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }

  .footer-col form {
    display: block;
  }

  .footer-col form :where(input, button) {
    width: 100%;
  }

  .footer-col form button {
    margin: 10px 0 0 0;
  }
}


.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
}
.accordion h1 {
    font-size: 32px;
    text-align: center;
}
.accordion-item {
    margin-top: 16px;
    border-radius: .3em;
    background: radial-gradient(at top right, #2D2D2D 0%, #191919 100%);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    color: #fff;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
    background: radial-gradient(at top right, #2D2D2D 0%, #191919 100%);
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #999;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }
    .accordion h1 {
        font-size: 22px;
    }
}

#promoImage {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
    display: block;
    border-radius: .3em;
    border: 8px solid #fff;
}


@media only screen and (max-width: 767px) {
 .sub-header {
    height: 70vh;
    display: flex;
    padding-left: 2em;
    padding-right: 2em;
}
.about-us .flexed {
    display: flex;
    gap: 2em;
    padding: 2em;
    padding-left: 2em;
    flex-direction: column;
    padding-right: 2em;
}
.plans p {
    padding-left: 2em;
    padding-right: 2em;
}
.grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid {
    gap: 2em;
    padding: 2em !important;
}
.contact {
    padding: 3em;
    display: flex;
    justify-content: space-between;
    gap: 1em;
    flex-direction: column;
    color: var(--swatch_5);
}
.main-form {
    background: var(--swatch_1);
    padding: 1em;
    width: 100%;
}
a.Register {
    display: none !important;
}
header {
  background-position-x: center;
  padding-bottom: 2em !important;
}
}


.chat-container {
    display: none;
    position: fixed;
    bottom: 4em;
    right: 2em;
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
    z-index: 9999;
    width: 30em;
  padding-left: 1em !important;
  border-radius: .5em;
}

.chat-box {
    height: 200px;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
  
}

#user-input {
    width: calc(100% - 70px);
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  margin-bottom:.5em;
}

.chat-btn {
    padding: 5px 10px;
    border: none;
    background-color: #007bff !important;
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    width: auto !important;
    display: block !important;
}

#open-chat-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

#close-chat-btn {
    display: block;
  position: fixed;
        top: 10px;
        right: 10px;
}
.chat-box p {
      color: #000 !important;
    }
@media only screen and (max-width: 600px) {
  nav ul {
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    z-index: 99999;
    padding: 0 5%;
    display: block;
    transition: all 0.3s ease;
}
    .chat-container {
        display: none;
        width: 90%;
        height: 80%;
        border: none;
        border-radius: .5em;
        padding: 0;
        right: 1em;
        overflow-y: auto;color: #222 !important;
    }
    .chat-box p {
      color: #000 !important;
    }
    .chat-box {
        height: calc(100% - 100px); /* Adjust as needed */
    }

  header h1 {
    font-size: 2.5em !important;
  }

    #close-chat-btn {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
    }
    .why-us-grid {
      flex-direction: column;
    }
    .why-us-grid .element {
      width: 100%;
    }
    .follow-up {
      flex-direction: column;
      height: 75vh;
      padding: 4vh 5%;
      gap: 4em;
    }
    .div2 {
      width: 100% !important;
    }
    .features {
      padding: 2em;
      flex-direction: column;
      height: auto;
    }
    .global-reach {
      flex-direction: column-reverse;
      padding: 2em;
    }
}
