

:root {
  --text: #050606;
  --background: #38246f15;
  --primary:#5723e7 ;
  --secondary: #38246f;
  --accent: #08BDBD;
}

*{
  font-family: "work sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html, body {
  overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
  
    margin: 0;
    
    background-color: rgba(255, 255, 255, 0.284);
   
    
   
}


@media screen and (min-width: 600px) {
  header {
    margin-bottom:unset;
  }
}
main {
  min-width: 350px;
  max-width: 800px;
  width: 100%;;
  
  min-height: 90vh;
 
  
}
@font-face {
  font-family: 'gabo';
  src: url('../fonts/gabo___free_elegant_font_by_dannci_d2m28g9.otf') format('opentype');
      
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3,  h5 {
  font-family: "Unica One", sans-serif;
  /* font-family: "Slabo 27px", serif; */
    margin: 0;
    text-align: center;
}
h2 {
  font-weight: bold;
}
h4,h6, span, p, li, a, label, input, textarea, code {
  font-family: "Work Sans", sans-serif;
}
p, li, a, label, input, textarea, code {
  /* font-family: "Montserrat", sans-serif; */
font-weight: 500;

}
button {
  border: none;
  color: inherit
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}


 h6 {
    opacity: .8
}
i {
 font-style: italic;
}
ul li{
  height: min-content;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
main a {
  color: var(--text)
}
 a:hover {
    text-decoration: none;
    /* color: #d7b90c; */
    font-weight: 400;
}
input, textarea,  button {
    border-radius: 5px;
}
main input,main  code,main  textarea, #drop-area {
  color: black!important;
  font-weight: 400!important;
  background-color: #f3f3f3 !important;
  font-size: 1rem!important
}
li::marker {
  margin-right: 5px; /* Adjust margin to align with text */
}
footer {
    background-color: var(--background);
    /* background: linear-gradient(to top, #a83780, #ffffff); */
    color: #323232;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}
footer .animated-btn {
  background: var(--secondary)
}
footer a {
  color:black;
}
/* .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #4f4e8683, #ffffff);
  z-index: -1;
}  */
/* /* .gradient {
  display: flex;
  justify-content: center;
  max-width: 42rem;
  width: 100%;
  height: 2rem;
  border-radius: 12.1rem;
  background: linear-gradient(91deg, #7C3AED 0%, #F80282 100%);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background: linear-gradient(91deg, #7C3AED 0%, #F80282 100%);
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
  filter: blur(60px);
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} */
section {
    /* border: 1px solid cyan; */
    /* width: min-content; */
    padding: 20px;
   
}

section+section {
    margin-top: 20px;

}
footer.text-center > div:nth-child(3){
  opacity: .8;
  /* color: white!important; */
}


iframe#chatMatrix {
  height: 80vh;
 
}

.active-setting {
  border-bottom: var(--accent);
}

#overlay {
  z-index: 10;
}



  .flash {
    position: absolute;
    max-width: 1200px;
    margin: 20px auto;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
  }



/* SETTINGS PAGE */

.source--not-visible {
  display: none;
}






.flex {
display: flex;
}
.col {
  flex-direction: column;
}
.row {
  flex-direction: row;
}

.container.mt-5 {
  /* max-width: 1570px!important; */
  margin-top: 0rem!important;
}

button.btn, .btn {
  /* color: white; */
  padding: 3px 15px!important;
  border: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--is-active button {
  
  border: 3px solid var(--accent);
  outline: none!important

}

.btn-primary {
  background: #dcdcdc;
  border-radius: 5px;
  color: var(--text)
  
}

.btn-primary:hover {
  background-color: #33537c!important
  
}
.btn:focus {
  
  box-shadow: unset!important;
}




/* .animated-btn,
.btn2 {
  
  width: 180px;
  height: 50px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  background: linear-gradient(
  45deg, 
  hsl(240deg 100% 20%) 0%,
  hsl(289deg 100% 21%) 7%,
  hsl(315deg 100% 27%) 15%,
  hsl(329deg 100% 36%) 22%,
  hsl(337deg 100% 43%) 33%,
  hsl(357deg 91% 59%) 44%,
  hsl(17deg 100% 59%) 56%,
  hsl(34deg 100% 53%) 78%,
  hsl(45deg 100% 50%) 89%,
  hsl(55deg 100% 50%) 100%
);
  background-size: 200% 100%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
-webkit-background: linear-gradient(
  45deg, 
  hsl(240deg 100% 20%) 0%,
  hsl(289deg 100% 21%) 7%,
  hsl(315deg 100% 27%) 15%,
  hsl(329deg 100% 36%) 22%,
  hsl(337deg 100% 43%) 33%,
  hsl(357deg 91% 59%) 44%,
  hsl(17deg 100% 59%) 56%,
  hsl(34deg 100% 53%) 78%,
  hsl(45deg 100% 50%) 89%,
  hsl(55deg 100% 50%) 100%
);
} */
  .animated-btn,
.btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0px 15px;
  height: 45px;
  font-weight: 500;
  text-align: center;
  /* line-height: 35px; */
  /* color: var(--text); */
  color: white;
  border-radius: 50px;
  background-color: #5723E7;
  /* background: linear-gradient(15deg, #009c9c 0%,  #70e8e8 100%); */
  /* background-color:   #65ca00; */
  /* background: linear-gradient(40deg, #08BDBD, #420285); */
  /* background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(168,55,128,1) 35%, rgba(79,78,134,1) 100%);
  background-size: 200% 100%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
-webkit-background: rgb(2,0,36);
-webkit-background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(168,55,128,1) 35%, rgba(79,78,134,1) 100%); */
}

.demoBtn {
  border: 2px solid #5723E7;
  border-radius: 50px;
  width: max-content!important;
  padding: 0px 15px;
}

.btn2 {
  position: absolute;
  margin-top: -15px;
  z-index: -1;
  filter: blur(35px); /* Increase blur radius */
  opacity: 0.8;
  border-radius: 50px; /* Ensure the shadow has rounded corners */
}
.animated-btn:hover, .btn2:hover {
  
  cursor: pointer;
  
}
@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .btn,
  .btn2 {
    width: 200px; /* Adjust width for mobile */
    height: 45px; /* Adjust height for mobile */
    line-height: 30px; /* Adjust line height for mobile */
  }

  .btn2 {
    filter: blur(40px); /* Further increase blur radius for mobile */
    margin-top: -12px; /* Adjust shadow position for mobile */
  }
}





.alert {
  position: absolute;
  max-width: 50%;
  margin: auto;
  text-align: center;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}


/* @media screen and (min-width: 600px) {
  .justify-content-center {
    align-items: center!important;
  }
  .alert {
   
    top: 150px;
  }
  
} */


/* PRICING PLANS */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
.container {

max-width: 1600px!important;
}


h1 {
  text-align: center;
  
}

main p {
  /* text-align: center; */
  /* margin-bottom: 4rem; */
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 950px;
  align-items: baseline;
  margin: auto;
}

.plan { 
  background:#33537c
}


.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

@media (max-width: 1279px) {
  .plan {
            flex: 1 1 50%; /* Two items per row */
        }
      }
.pricing .plan {
  background-color: #fff;
  padding: 1.5rem;
  margin: 12px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  max-width: 300px;
  border: 1px solid gray;
}
.pricing .plan h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
 div.price {
  border-bottom: 1px solid gray;
  width:  80%;
  margin: auto;
  border-radius: 0px;
  padding-bottom: 20px;
}
.pricing .plan .price {
  margin-bottom: .5rem;
  font-size: 30px;
}
.pricing .plan ul.features {
  list-style-type: none;
  text-align: left;
  padding-left: 5px;
  min-height: 415px;
  display: flex;
  flex-direction: column;

}
.pricing .plan ul.features li {
  margin: 8px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.pricing .plan ul.features li .fa {
  margin-right: 4px;
}
.pricing .plan ul.features li .fa-check-circle {
  color: var(--secondary);
}
.pricing .plan.plan.popular .features li .fa-check-circle {
  color: var(--accent);
}
.pricing .plan ul.features li .fa-times-circle {
  color: #eb4d4b;
}
.pricing .plan button {
  border: none;
  width: 100%;
  padding: 12px 35px;
  margin-top: 1rem;
  background-color: var(--secondary);
  background-image: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
.pricing button:hover {
  opacity: .8;
}
.pricing .plan.popular {
  border: 2px solid var(--accent);
  position: relative;
  transform: scale(1.08);
  margin: 45px 10px;
  
  
}
.plan.popular a button {
  background-color: var(--accent);
}
.pricing .plan.popular span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--accent);
  color: #fff;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 5px;
}
.pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

@media only screen and (min-width: 1310px) {
  
  .pricing {
    max-width: unset;
  }


}

@media only screen and (max-width: 767px) {
  
  iframe#chatMatrix {
    width: 100%;
    height: 100%;
  }


}

