:root {
  --paddig-section: 100px;
  --bg-dark: #03031E;
  --bg-dark-2: #0c0c35;
  --color-light: #eeeeee;
  --color-text: #8193b2;
  --border: rgba(238, 238, 238, 0.2);
  --border-2: rgba(238, 238, 238, 0.12);
  --color-1: #5f69fd;
  --blue-text: #5f69fd;
  --gradient-1: linear-gradient(45deg, #58abfd, #ee3aff);
  --gradient-2: linear-gradient(45deg, #027bfd, #9f51fb 85%);
  --gradient-3: linear-gradient(45deg, #64ACFF, #A2FACF);
  --gradient-4: linear-gradient(45deg, #FFE57F, #FF7170);
}

@media (max-width: 767.98px) {
  :root {
    --paddig-section: 70px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --paddig-section: 50px;
  }
}

.section-light {
  --bg-dark: #fefefe;
  --color-light: #24292E;
  --color-text: #627597;
  background: var(--bg-dark);
  color: var(--color-light);
}

.section-light .head-label {
  font-weight: 700;
  margin-bottom: 7px;
}

::-moz-selection {
  background: rgba(0, 102, 255, 0.5);
}

::selection {
  background: rgba(0, 102, 255, 0.5);
}

body {
  background: var(--bg-dark);
  color: var(--color-light);
  font-family: 'Inter',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.body-wrapper {
  overflow: hidden;
  position: relative;
}

.body-wrapper .bg-sv-ptrn-1 {
  position: fixed;
  right: -300px;
  top: 270px;
  z-index: 0;
  -webkit-animation: spin 30s infinite;
          animation: spin 30s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .body-wrapper .bg-sv-ptrn-1 {
    top: 300px;
  }
  .body-wrapper .bg-sv-ptrn-1 img {
    height: 37rem;
  }
}

@media (max-width: 575.98px) {
  .body-wrapper .bg-sv-ptrn-1 {
    right: -250px;
    top: 250px;
  }
  .body-wrapper .bg-sv-ptrn-1 img {
    height: 30rem;
  }
}

.body-wrapper .bg-sv-ptrn-2 {
  position: fixed;
  left: -330px;
  top: -330px;
  z-index: 0;
  -webkit-animation: spin 30s infinite;
          animation: spin 30s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .body-wrapper .bg-sv-ptrn-2 {
    left: -270px;
    top: -270px;
  }
  .body-wrapper .bg-sv-ptrn-2 img {
    height: 40rem;
  }
}

@media (max-width: 575.98px) {
  .body-wrapper .bg-sv-ptrn-2 {
    left: -250px;
    top: -250px;
  }
  .body-wrapper .bg-sv-ptrn-2 img {
    height: 35rem;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.navbar {
  padding: 10px 0;
}

@media (max-width: 575.98px) {
  .navbar {
    background: rgba(3, 3, 30, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

.navbar .navbar-brand {
  font-weight: 700;
}

.navbar .navbar-brand img {
  height: 50px;
  filter:brightness(100);
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    font-size: 16px;
  }
  .navbar .navbar-brand img {
    height: 30px;
  }
}

@media (max-width: 575.98px) {
  .navbar .navbar-nav {
    margin-top: 20px;
  }
}

.navbar .navbar-nav .nav-link {
  padding: 12px 15px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  font-size: 16px;
  font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--color-light);
}

@media (max-width: 575.98px) {
  .navbar .navbar-nav .nav-link {
    padding: 0 0 15px 0;
  }
}

.navbar .navbar-toggler {
  padding: 5px;
  border: 2px solid var(--border);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler:hover {
  background: var(--color-1);
}

.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .navbar-toggler svg line {
  stroke: var(--color-light);
}

@media (max-width: 575.98px) {
  .navbar .navbar-toggler {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 575.98px) {
  .navbar .navbar-collapse {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.navbar .navbar-toggler[aria-expanded="true"] svg line {
  display: block;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.navbar .navbar-toggler[aria-expanded="true"] svg line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 30% 40%;
          transform-origin: 30% 40%;
}

.navbar .navbar-toggler[aria-expanded="true"] svg line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 30% 60%;
          transform-origin: 30% 60%;
}

.navbar .button-br {
  display: block;
  margin-left: auto;
  margin-right: 25px;
}

@media (max-width: 575.98px) {
  .navbar .button-br {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.scrolled {
  background: rgba(3, 3, 30, 0.7);
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.button-br {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-light);
  -webkit-box-shadow: 0 0 0 1px var(--border);
          box-shadow: 0 0 0 1px var(--border);
  padding: 10px 20px;
  border-radius: 0.75rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button-br:hover {
  background: rgba(0, 102, 255, 0.2);
  color: var(--color-light);
}

.button-br:focus {
  -webkit-box-shadow: 0 0 0 2px var(--border);
          box-shadow: 0 0 0 2px var(--border);
}

.button-filled {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-light);
  border: 2px solid transparent;
  background: var(--color-1);
  padding: 10px 20px;
  border-radius: 0.75rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button-filled:hover {
  background: rgba(0, 102, 255, 0.8);
  color: var(--color-light);
}

.button-filled:focus {
  -webkit-box-shadow: 0 0 0 4px var(--border);
          box-shadow: 0 0 0 4px var(--border);
}

.head-1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 991.98px) {
  .head-1 {
    font-size: calc(1rem + 5vw);
  }
}

.head-2 {
  font-size: 45px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .head-2 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .head-2 {
    font-size: calc(1rem + 3vw);
  }
}

.gr-1 {
  color: #5f69fd;
}

.gr-2 {
  color: #5f69fd;
}

.gr-3 {
  color: #5f69fd;
}

.gr-4 {
  color: #5f69fd;
}

.head-3 {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .head-3 {
    font-size: 18px;
  }
  .head-2, .head-label{
    text-align: center;
  }
}

.head-label {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.para-large {
  font-size: 18px;
  color: var(--color-text);
  line-height: 1.6;
}

@media (max-width: 575.98px) {
  .para-large {
    font-size: 16px;
  }
}

#cover {
  padding-top: calc(50px + var(--paddig-section));
  position: relative;
}

#cover .hero-title span {
  background: var(--gradient-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
  #cover .hero-title {
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#cover .hero-description {
  font-size: 20px;
  color: var(--color-text);
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

#cover .hero-c2a {
  margin-top: 50px;
}

#cover .hero-c2a .link {
  text-decoration: none;
  color: var(--color-1);
  font-weight: 600;
  margin-left: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#cover .hero-c2a .link:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

#about {
  padding: var(--paddig-section) 0;
  z-index: 11;
}

#about .head-2 {
  line-height: 1.15;
}

#about .para-large {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

#about .para-large span {
  color: var(--color-light);
}

@media (min-width: 1200px) {
  #about .para-large {
    margin-left: 120px;
  }
}

#about .section-light {
  padding: calc(var(--paddig-section) - 20px) calc(var(--paddig-section) - 30px);
  border-radius: 30px;
}

@media (max-width: 767.98px) {
  #about .section-light {
    padding: calc(var(--paddig-section) - 10px);
  }
}

@media (max-width: 575.98px) {
  #about .section-light {
    padding: calc(var(--paddig-section) - 15px);
  }
}

#services {
  padding: var(--paddig-section) 0;
}

#services .head-label {
  margin-bottom: 0;
  font-weight: 700;
}

#services .head-2 {
  margin-bottom: 24px;
}

#services .service {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#services .service .service-icon {
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#services .service .service-body {
  margin-left: 15px;
}

#services .service .service-body .head {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

#services .service .service-body .desc {
  font-size: 15px;
  color: var(--color-text);
  max-width: 300px;
  font-weight: 500;
  line-height: 1.2;
}

#services .tech-grid-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  grid-gap: 20px 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  #services .tech-grid-body {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  #services .tech-grid-body {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

#services .tech-grid-body .tech-tile .tile-icon svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#services .tech-grid-body .tech-tile .tile-icon-border{
  border: 1px dashed #26263c;
  padding: 5px;
  border-radius: 20px;  
} 

#services .tech-grid-body .tech-tile .tile-icon-border div{
  background:#26263c; 
  border-radius: 20px;
  text-align: center;
} 
#services .tech-grid-body .tech-tile .tile-icon-border div img{
  height:25px
} 



#services .tech-grid-body .tech-tile .tile-title {
  font-size: 14px;
  margin-top: 4px;
  text-align: center;
  color: var(--color-text);
}

#products {
  padding: var(--paddig-section) 0;
}

#products .template-card {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 28px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1px var(--border);
          box-shadow: 0 0 0 1px var(--border);
  position: relative;
}

@media (max-width: 991.98px) {
  #products .template-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  #products .template-card {
    border-radius: 0;
  }
}

#products .template-card .card-thumb {
  background: rgba(238, 238, 238, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 66.66%;
  border-right: 1px solid var(--border-2);
}

@media (max-width: 991.98px) {
  #products .template-card .card-thumb {
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--border-2);
  }
}

#products .template-card .card-thumb .card-img {
  padding: 20px 20px 0 20px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  #products .template-card .card-thumb .card-img {
    padding: 0;
  }
}

#products .template-card .card-thumb .card-img img {
  border-radius: 21px;
  width: 100%;
}

@media (max-width: 575.98px) {
  #products .template-card .card-thumb .card-img img {
    border-radius: 0;
  }
}

#products .template-card .card-thumb .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

#products .template-card .card-thumb .card-head .title .title-main {
  font-size: 24px;
  font-weight: 700;
}

#products .template-card .card-thumb .card-head .title .title-info {
  font-size: 15px;
  color: var(--color-text);
}

#products .template-card .card-thumb .card-head .price {
  font-size: 24px;
  font-weight: 700;
}

#products .template-card .card-info {
  background: rgba(3, 3, 30, 0.35);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  max-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  #products .template-card .card-info {
    max-width: 100%;
  }
}

#products .template-card .card-info .info-text {
  font-size: 20px;
  padding: 20px;
  font-weight: 600;
  line-height: 1.5;
}

#products .template-card .card-info .info-text span {
  color: var(--color-text);
}

@media (max-width: 575.98px) {
  #products .template-card .card-info .info-text {
    font-size: 18px;
  }
}

#products .template-card .card-info .buttons-wrapper {
  border-top: 1px solid var(--border-2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

#products .template-card .card-info .buttons-wrapper .button-br {
  margin-top: 20px;
  color: var(--blue-text);
}

#products .template-card .card-info .buttons-wrapper .button-br:hover {
  background: rgba(0, 102, 255, 0.2);
}

#contact {
  padding: var(--paddig-section) 0;
}

#contact .label {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

#contact p {
  margin: 40px auto;
  font-size: 20px;
  color: var(--color-text);
  max-width: 650px;
}

#contact .button-ico {
  -webkit-box-shadow: 0 0 0 1px var(--border);
          box-shadow: 0 0 0 1px var(--border);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 0.75rem;
}

#contact .button-ico:hover {
  background: rgba(0, 102, 255, 0.1);
}

#contact .button-ico .button-sym {
  padding: 12px 10px 13px 20px;
  border-right: 1px solid var(--border);
}

#contact .button-ico .button-sym svg {
  fill: var(--color-light);
}

#contact .button-ico .button-text {
  padding: 10px 20px;
  color: var(--color-light);
}

#footer {
  padding: 75px 0;
  -webkit-box-shadow: 0 -1px 0 0 var(--border);
          box-shadow: 0 -1px 0 0 var(--border);
  background: rgba(3, 3, 30, 0.35);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  #footer .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .footer-wrapper .footer-brand {
  font-weight: 700;
}

#footer .footer-wrapper .footer-brand img {
  height: 40px;
  margin-right: 10px;
}

#footer .footer-wrapper .footer-cr {
  font-size: 16px;
  color: var(--color-text);
  font-weight: 500;
}

#footer .footer-wrapper .footer-cr a {
  text-decoration: none;
  color: var(--blue-text);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer .footer-wrapper .footer-cr a:hover {
  color: var(--color-1);
}

#footer .footer-wrapper .footer-social a {
  -webkit-box-shadow: 0 0 0 1px var(--border);
          box-shadow: 0 0 0 1px var(--border);
  padding: 13px 11px 14px 11px;
  margin-left: 15px;
  border-radius: .75rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer .footer-wrapper .footer-social a:hover {
  background: rgba(0, 102, 255, 0.2);
}
/*# sourceMappingURL=style.css.map */