@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');

@font-face {
    font-family: "Freestyle Script";
    src: url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.woff2") format("woff2"),
         url("https://db.onlinewebfonts.com/t/c71d24192ced560b4ba39bfd38506a48.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.submenu{
  background: #00000008;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.178);
}
.submenu ul a{
    color: #2e2e2e;
}
.submenu ul a li:hover{
  background-color: #ffffe1;
    backdrop-filter: blur(10px);
}
.submenu ul a li:hover i{
    color: rgb(66 11 178);
}
.submenu-li-icon-container:hover{
    background: black !important;
}
.mobile-sidebar{
  background: #151515;

}
.mobile-nav .menu-item{
  background-color: #00000027;
}
.mobile-nav .menu-item:hover{
  background-color: #00000056; 
}
.mobile-submenu.open .menu-item:hover{
  background-color: #00000027;
}
nav a{
    color: rgb(247, 247, 247);
    transition: color 0.3s ease;
}
nav a:hover{
  color: rgb(251, 255, 220) !important;
}
.submenu ul a h5{
    color: rgb(252, 255, 211) !important;
}
.submenu ul a:hover h5{
    color: rgb(39, 39, 39) !important;
}
.submenu ul a h4{
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
}
.submenu ul a:hover h4{
    color: rgb(66 11 178) !important;
    font-weight: 500;
}
  /* Chrome, Safari, Edge (WebKit) */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
  }
  ::-webkit-scrollbar-track {
    background: #181818; /* Fully transparent track */
  }

  ::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #c5c5c5, #c5c5c5); /* Blue gradient */
    border-radius: 10px;
    border: 2px solid transparent; /* Creates a gap from track edge */
    background-clip: content-box; /* Prevents background from bleeding into border */
    
  }

  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom,#c5c5c5, #c5c5c5);
  }


body{
  scrollbar-width: thin; /* Makes it slimmer */
  scrollbar-color: #c5c5c5 transparent; /* Thumb + transparent track */
  background: #eeeeee ;
  /*font-family: poppins;*/
  font-family: Poppins ,sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  place-items: center;


    
}
::selection {
  background: #000000;  /* Selection background color */
  color: white;         /* Selection text color */
}
img{
  user-select: none;         /* Disable text selection */
  pointer-events: none;      /* Disable interaction (like dragging) */
  -webkit-user-drag: none;   /* Prevent dragging in WebKit browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.menu{
    position: relative !important;
    /*top: 0 !important;*/
    left: 50%;
    flex-wrap: wrap;
    max-width: 1300px;
    border-radius: 10px;
    background: none !important;
    color: black;
    width: 90%;
    /*height: 10% !important;*/
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: slideDown 0.5s ease-in-out forwards;
}
.mobile-sidebar.open{
    position: absolute;
}
.contact-button{
   background-color: transparent !important;
    color: rgb(254, 255, 199);
    border: none !important;
}
.contact-button:hover{
    
    background-color: rgb(248, 248, 248) !important;
    color: #420bb2 !important;
    border: none !important;
}
.get-started-button{
    background-color: rgb(248, 248, 248) !important;
    transition: color 0.3s ease, background-color 0.3s ease;
    box-shadow: none !important;
    color: #420bb2 !important;
    border: none !important;
    outline: none !important;
}
.get-started-button:hover{
    background-color: transparent !important;
    color: rgb(254, 255, 199) !important;
    border: none !important;
}

.mobile-header{
    color: rgb(255, 255, 255);
}
.menu-icon p{
    color: rgb(255, 255, 255);
 }
.cover-sec1-gr{
    width: 100%;
    max-width: inherit;
    background: #eeeeee;
    display: flex;
    place-content: center;
}


.cover-sec1-gr header{
    width: 100%;
    height: 50vh;
    position: relative;
    place-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #420bb2;
    clip-path: ellipse(85% 100% at 50% 0);
    min-height: 300px;
}
.texts-on-media-sec1-gr{
    width: 100%;
    height: fit-content;
    display: flex;
    position: relative;
    max-width: 1200px;
    flex-wrap: wrap;
}
.faqs-text-container-sec1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    place-content: center;
    text-align: center;
    gap: 1rem;
    flex-direction: column;
}
.faqs-text-container-sec1 h1{
    font-family: 'poppins';
    font-size: 3rem;
    width: 90%;
    color: white;
    place-content: center;
    line-height: 1.2;
    align-items: center;
}
.faqs-text-container-sec1 p{
    font-family: 'poppins';
    color: rgb(255, 255, 225);
    width: 80%;
    place-content: center;
    align-items: center;
}




    





























/*--------------------------------Section 2---------------------------------*/
.cover-sec2-gr{
    width: 100%;
    max-width: inherit;
    background: linear-gradient(to top, #eeeeee 0%, #eeeeee 50%);
    display: flex;
    place-content: center;

}
.section2-gr{
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 4rem 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
}
.privacy-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    place-content: center;
    top: 2rem !important;
    gap: 1.5rem;
}

.linked-buttons-privacy{
    width: 40%;
}

  /* Left sidebar */
  .sidebar {
    width: 100%;
    position: sticky;
    top: 1.5rem; /* distance from top when sticky */
    background: #420bb2;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    height: fit-content;    
    display: flex;
    flex-direction: column;
    overflow: auto; 
  }
  .hamburger-menu{
    height: 1rem;
    aspect-ratio: 1;
    background: linear-gradient(#fff 35%,#0000 0) top/100% 37% repeat-y;
    width: 1rem;
  }
  .icon-table-container{
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .main-content-container{
    display: flex; 
    flex-direction: column; 
    width: 70%; 
    gap: 4rem;
    overflow: hidden;
  }
  
  /* Main content */
  .main-content {
    width: 100%;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    position: relative;
    scale: 1;
    transition: scale 0.3s ease;
  }
  .main-content:hover{
    scale: 1.0075;
  }
  .main-content h1{
    color: #420bb2;
  }
.sidebar h3{
    font-family: 'poppins';
    font-weight: 400;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    line-height: 1.2;
    transition: color 0.3s ease, border-left 0.3s ease , transform 0.3s ease;
    position: relative;
    width: fit-content;
    border-left: 2px solid transparent;
    
}


.sidebar a{
    list-style-type: none;
    text-decoration: none;
    transition: transform 0.3s ease, border-left 0.3s ease;
    transform: translateX(0%);
}

.sidebar a:hover{
    color: rgb(250, 255, 186);
    border-left: 2px solid rgb(250, 255, 186);
    transform: translateX(2%);
}
.text{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 1.5rem;
    overflow: hidden;
}
.text p{
    text-align: justify;
}
.text h1{
    color: #420bb2;
    line-height: 1.3;
}
.text h2{
    color: #420bb2;
    line-height: 1.3;
}
.text ul li p{
    color: rgb(68, 68, 68);
}
.text ul{
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
    color: rgb(77, 77, 77);
}
.rectangle-in-text-privacy{
    width: 100%;
    height: fit-content;
    padding: 1rem;
    border-radius: 5px;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    background-color: white;
    scale: 1;
}

.rectangle-in-text-privacy h3{
    background: linear-gradient(90deg,
      #ff2ad1 0%,
        #420bb2 25%,
      #420bb2 100%);
    background-size: 300% 100%; /* large so moving looks nice */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* text becomes gradient */
    /* prepare for animation */
    transition: transform 0.6s cubic-bezier(.22,.9,.3,1);
}

 /* the animation that slides the gradient */
  @keyframes slideGradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  /* when element is in view, add this class */
  .in-view {
    animation: slideGradient 2.5s linear infinite;
    transform: translateY(0) scale(1);
    opacity: 1;
  }



.behind-rectangle-in-text-privacy{
  width: 100%;
  height: fit-content;
  padding: 0.075rem;
  --angle: 45deg; /* starting angle */
  background: linear-gradient(var(--angle), #420bb2 0%, transparent 40%, transparent 60%, #ff2ad1 100%);
  border-radius: 7px;
}



  
.h2-borders{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
    padding: 2rem;
    border-radius: 10px;
    background: #f6f1ff;
}

.p-gaps{
    gap: 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}








.sidebar a.active h3 {
  background-color: #007bff;
  color: white;
  transition: transform 0.3s ease, background-color 0.3s ease;
}







  .fade-up-delay1, .fade-left-delay1, .fade-right-delay1, .zoom-delay1 { opacity: 0; will-change: transform, opacity; }







     .cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      backdrop-filter: blur(5px);
      background-color: rgba(0, 0, 0, 0.87);
      color: #fff;
      padding: 1rem;
      display: none;
      justify-content: space-between;
      align-items: center;
      z-index: 9999;
      font-family: sans-serif;
    }

    .cookie-banner.show {
      display: flex;
    }

    .cookie-banner button {
      background: rgb(255, 255, 255);
      color: black;
      border: none;
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      cursor: pointer;
      border-radius: 5px;
      transition: background 0.3s ease, color 0.3s ease;
    }
    .cookie-banner button:hover{
      background: rgb(75, 75, 75);
      color: white
    }
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* or any background color */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner animation */
.spinner {
  border: 6px solid rgb(31, 31, 31);
  border-top: 6px solid rgb(121, 121, 121);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}
#loader p{
  color: white;
  font-family: 'poppins';
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





















































































@media screen and (orientation: portrait) and (min-width: 1201px){
.privacy-container{
  flex-direction: column-reverse;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
}
@media screen and (orientation: portrait) and (max-width: 1200px){
.privacy-container{
  flex-direction: column-reverse;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 25vh;
}
}
@media screen and (orientation: portrait) and (max-width: 992px){
.privacy-container{
  flex-direction: column-reverse;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 40vh;
}
}
@media screen and (orientation: portrait) and (max-width: 768px){
.privacy-container{
  flex-direction: column-reverse;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 50vh;
}
.faqs-text-container-sec1 h1{
  font-size: 3rem;
}
}
@media screen and (orientation: portrait) and (max-width: 600px){
.privacy-container{
  flex-direction: column-reverse;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 35vh;
}
.faqs-text-container-sec1 h1{
  font-size: 2.5rem;
}
}
@media screen and (orientation: portrait) and (max-width: 450px){
.privacy-container{
  flex-direction: column-reverse;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
.cover-sec1-gr header{
  height: 30vh;
}
.faqs-text-container-sec1 h1{
  font-size: 2rem;
}
}


@media screen and (orientation: landscape) and (min-width: 1201px){
.privacy-container{
  flex-direction: row;
}
.linked-buttons-privacy{
  width: 40%;
}
.main-content-container{
  width: 70%;
}
}
@media screen and (orientation: landscape) and (max-width: 1200px){
.privacy-container{
  flex-direction: row;
}
.linked-buttons-privacy{
  width: 40%;
}
.main-content-container{
  width: 70%;
}
}
@media screen and (orientation: landscape) and (max-width: 992px){
.privacy-container{
  flex-direction: row;
}
.linked-buttons-privacy{
  width: 40%;
}
.main-content-container{
  width: 70%;
}
.cover-sec1-gr header{
  height: 80vh;
}
}
@media screen and (orientation: landscape) and (max-width: 768px){
.privacy-container{
  flex-direction: column-reverse;
}
.linked-buttons-privacy{
  width: 100%;
}
.main-content-container{
  width: 100%;
}
}





















































.support-icon-container{
  background: #420bb2;
}
.support-icon-container:hover{
  background: #7843e2;
}
.chat-back{
  background: #111111c9;
}
#start-chat{
  background: #1a1824;
  color: white;
}
#user-form p{
  color: white;
}
.button-title-cb-container{
  color: white;
}
.header-containers-container{
  background: #393ce9;
}
.live-chat-box{
  background: orange;
}
#chat-header{
  color: rgb(230, 230, 230);
}

.bubble-wrapper{
  background: #737cff;
  color: white;
}
.bubble-wrapper::after{
  border-right-color: #737cff;
}

.bubble-wrapper2{
  background: black;
  color: white;
}
.bubble-wrapper2::after{
  border-left-color: black;
}

#new-chat-btn{
  background: white;
}
#new-chat-btn:hover{
  background: rgb(201, 201, 201);
}






























.cover-section7{
  background: black;
}
.x7-description-logo-footer p{
  color: rgb(159, 159, 159);
}

.sec7-div-down ul li{
  color: rgb(159, 159, 159);
}
.div-up-right-div h3{
  color: rgb(159, 159, 159);
}
.footer-sec7 h6 a{
  color: rgb(85, 115, 250) !important;
}
#logo-previews{
  color: white;
}
.div-up-right-div{
  background: transparent;
}
#color-section-wrapper{
  margin-top: 1rem;
}


.media-container-sec7 a:hover{
  background: rgb(37, 70, 218) !important;
}
.not-allowed-yet:hover .not-allowed-link{
  background: rgb(37, 70, 218) !important;
}
.not-allowed-yet li{
  color: rgba(159, 159, 159, 0.336) !important;
}


.portfolio-links {
  display: none;
  margin-top: 10px;
  gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2,1fr);
}

.portfolio-links button {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  color: white;
  font-family: 'poppins';
  cursor: pointer;
}
.web-btn-port, .graph-btn-port, .vid-btn-port, .app-btn-port{
  transition: transform 0.5s ease, opacity 0.5s ease, background 0.3s ease;
  background: rgb(37, 70, 218);
}

.web-btn-port:hover, .graph-btn-port:hover, .vid-btn-port:hover, .app-btn-port:hover{
  background: rgb(30, 56, 170);
}






#start-chat{
  background: rgb(37, 70, 218);
  color: white;
  text-shadow: 1px 1px 0px rgb(30, 56, 170);
}
#start-chat:hover{
  background: rgb(30, 56, 170);
}
#close-sidebar{
  font-size: 1.5rem !important;
}





















