@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;
}

  html {
    scroll-behavior: smooth;
  }
*{
    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: #212121ad;
    backdrop-filter: blur(10px);
}
.submenu ul a li:hover i{
    color: rgb(224, 224, 224);
}
.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: black;
    transition: color 0.3s ease;
}
nav a:hover{
  color: rgb(177, 177, 177) !important;
}
.submenu ul a:hover h5{
    color: rgb(199, 199, 199) !important;
}
.submenu ul a:hover h4{
    color: rgb(255, 255, 255) !important;
    font-weight: 400;
}
  /* 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: #000000;
  /*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: rgb(40, 40, 40) !important;
    border: 1px solid #2b2b2b99 !important;
}
.contact-button:hover{
    background-color: rgba(36, 36, 36, 0.04) !important;
    color: #575757 !important;
    border: 1px solid #ffffff26 !important;  
}
.get-started-button{
  background-color: rgb(40, 40, 40) !important;
    color: white !important;
    border: none !important;
    
}
.get-started-button:hover{
    background-color: rgb(40, 40, 40) !important;
    color: #fff !important;
    border: none !important;
}
.mobile-header{
    color: rgb(255, 255, 255);
}
.menu-icon p{
    color: rgb(41, 41, 41);
 }
.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;
    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%;
    place-content: center;
    line-height: 1.2;
    align-items: center;
}
.faqs-text-container-sec1 p{
    font-family: 'poppins';
    color: rgb(59, 59, 59);
    width: 40%;
    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;
    overflow: hidden;
}




  .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); }
}



.form-container-contact-us{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
}

#contactForm{
  width: 40%;
  padding: 1rem;
  background: #2c2c2c;
  border-radius: 10px;
  place-content: start;
  align-items: start;
  font-size: 0.8rem;
  flex-wrap: wrap;
  display: flex;
}

#contactForm input[type="text"], #contactForm input[type="tel"], #contactForm input[type="email"]{
  white-space: nowrap;   /* keep text in one line */
  overflow-x: auto;      /* allow horizontal scroll if text too long */
  text-overflow: clip;   /* don’t show ... at the end */
  
}

#contactForm textarea{
  overflow-y: auto;
  resize: none;
}
#contactForm input, #contactForm textarea{
  border-radius: 10px;
  height: 60%;
  background: #f7f7f7;
  box-shadow: 0px 0px 10px 0px #0000000d;
  width: 100%;
  margin-bottom: 1rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: #2c2c2c;
  padding: 0.5rem;
  font-family: 'poppins';
}
#contactForm input:focus{
  border: none !important;
  outline: none !important;
}
#contactForm label{
  font-weight: 300;
  color: white;
}
.contact-submit{
  padding: 5px 10px;
  width: 30%;
  border-radius: 5px;
  border: none;
  color: white;
  background: #12c612;
  font-weight: 500;
  font-family: 'poppins';
  cursor: pointer;
  place-self: center;
  transition: background 0.3s ease;
}
.contact-submit:hover{
  background: #0c970c;
}














#section7{
  overflow: hidden;
}
.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(165, 165, 165) !important;
}
#logo-previews{
  color: white;
}
.div-up-right-div{
  background: transparent;
}
#color-section-wrapper{
  margin-top: 1rem;
}
























































@media screen and (orientation: portrait) and (min-width: 1201px){
  .faqs-text-container-sec1 p{
    width: 70%;
  }
  .cover-sec1-gr header{
    height: 35vh;
  }
  #contactForm input, #contactForm textarea{
    padding: 1rem;
    font-size: 1.45rem;
  }
  #contactForm{
    width: 80%;
    font-size: 1.45rem;
    padding: 2rem 2rem;
  }
  .contact-submit{
    padding: 13px 10px; 
  }
}
@media screen and (orientation: portrait) and (max-width: 1200px){
  .faqs-text-container-sec1 p{
    width: 70%;
  }
  .cover-sec1-gr header{
    height: 35vh;
  }
  #contactForm input, #contactForm textarea{
    padding: 1rem;
    font-size: 1.45rem;
  }
  #contactForm{
    width: 80%;
    font-size: 1.45rem;
    padding: 2rem 2rem;
  }
  .contact-submit{
    padding: 13px 10px; 
  }
}
@media screen and (orientation: portrait) and (max-width: 992px){
  .faqs-text-container-sec1 p{
    width: 70%;
  }
  .cover-sec1-gr header{
    height: 35vh;
  }
  #contactForm input, #contactForm textarea{
    padding: 0.9rem;
    font-size: 1.05rem;
  }
  #contactForm{
    width: 80%;
    font-size: 1.05rem;
    padding: 1.5rem 1.5rem;
  }
  .contact-submit{
    padding: 8px 10px; 
  }
}
@media screen and (orientation: portrait) and (max-width: 768px){
  .faqs-text-container-sec1 p{
    width: 80%;
  }
  .cover-sec1-gr header{
    height: 30vh;
  }
  #contactForm input, #contactForm textarea{
    padding: 0.8rem;
    font-size: 0.95rem;
  }
  #contactForm{
    width: 80%;
    font-size: 0.95rem;
    padding: 1rem 1rem;
  }
  .contact-submit{
    padding: 6px 10px; 
  }
}
@media screen and (orientation: portrait) and (max-width: 600px){
  .faqs-text-container-sec1 p{
    width: 80%;
  }
  .cover-sec1-gr header{
    height: 30vh;
  }
  #contactForm input, #contactForm textarea{
    padding: 0.65rem;
    font-size: 0.9rem;
  }
  #contactForm{
    width: 90%;
    font-size: 0.9rem;
    padding: 1rem 1rem;
  }
  .contact-submit{
    padding: 5px 10px; 
  }
}


@media screen and (orientation: portrait) and (max-width: 450px){
  .faqs-text-container-sec1 p{
    width: 80%;
  }
  .cover-sec1-gr header{
    height: 40vh;
  }
  #contactForm input, #contactForm textarea{
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  #contactForm{
    width: 100%;
    font-size: 0.8rem;
    padding: 1rem 1rem;
  }
  
}


@media screen and (orientation: landscape) and (min-width: 1201px){
  #contactForm input, #contactForm textarea{
    font-size: 1rem;
  }
  .faqs-text-container-sec1 p{
    width: 40%;
  }
  #contactForm{
    width: 50%;
  }
  .contact-submit{
    padding: 10px 10px;
    width: 30%;
    border-radius: 5px;
  }
  #contactForm{
    font-size: 0.9rem;
  }

}
@media screen and (orientation: landscape) and (max-width: 1200px){
  #contactForm input, #contactForm textarea{
    font-size: 0.9rem;
  }
  .faqs-text-container-sec1 p{
    width: 40%;
  }
  #contactForm{
    width: 50%;
  }
  .contact-submit{
    padding: 10px 10px;
    width: 30%;
    border-radius: 5px;
  }
  #contactForm{
    font-size: 0.8rem;
  }

}
@media screen and (orientation: landscape) and (max-width: 992px){
  #contactForm input, #contactForm textarea{
    font-size: 0.9rem;
  }
  .faqs-text-container-sec1 p{
    width: 50%;
  }
  #contactForm{
    width: 60%;
  }
  .contact-submit{
    padding: 7px 10px;
    width: 30%;
    border-radius: 10px;
  }
  #contactForm{
    font-size: 0.9rem;
  }
  
}
@media screen and (orientation: landscape) and (max-width: 768px){
  #contactForm input, #contactForm textarea{
    font-size: 0.9rem;
  }
  .faqs-text-container-sec1 p{
    width: 50%;
  }
  #contactForm{
    width: 60%;
  }
  .contact-submit{
    padding: 7px 10px;
    width: 30%;
    border-radius: 10px;
  }
  #contactForm{
    font-size: 0.9rem;
  }
  
}




















.media-container-sec7 a:hover{
  background: #535353 !important;
}



.not-allowed-yet:hover .not-allowed-link{
  background: #535353 !important;
}
.not-allowed-yet li{
  color: rgba(159, 159, 159, 0.336) !important;
}



























.support-icon-container{
  background: #f0f0f0;
}
.support-icon-container:hover{
  background: #cacaca;
}
.chatbox-container{
  border: none;
}
.support-icon-container img{
  filter: brightness(100) invert(1);
}
.chat-back{
  background: #000000c9;
}
#start-chat{
  background: #222222;
  color: white;
}
#user-form p{
  color: white;
}
.button-title-cb-container{
  color: white;
}
.header-containers-container{
  background: #2b2b2b;
}
.live-chat-box{
  background: orange;
}
#chat-header{
  color: rgb(230, 230, 230);
}

.bubble-wrapper{
  background: #dadada;
  color: black;
}
.bubble-wrapper::after{
  border-right-color: #dadada;
}

.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);
}


































.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: black;
  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(189, 189, 189);
}

.web-btn-port:hover, .graph-btn-port:hover, .vid-btn-port:hover, .app-btn-port:hover{
  background: rgb(133, 133, 133);
}






#start-chat{
  background: #b4b4b4;
  color: black;
  text-shadow: 1px 1px 0px #dfdfdf;
}
#start-chat:hover{
  background: #e6e6e6;
}
#close-sidebar{
  font-size: 1.5rem !important;
}
