header {
    height: 550px;
      background-image: url(../img/Group\ 717.png);
      background-color: #070727;
    position: relative;
  }
  
  .header {
    width: 80%;
    height: 80px;
    margin: 0 auto;
    position: fixed;
    left: 10%;
    z-index: 1;
  }
  
  .logo {
    width: 20%;
    height: 100%;
  }
  
  .nav {
    width: 80%;
    height: 100%;
  }
  
  .con p {
    color: white;
    width: 150px;
    border-radius: 3px;
    background-color: #019de1;
  }
  
  nav a {
    text-decoration: none;
    color: white;
  }
  
  nav a:hover {
    color: white;
    border-bottom: 1px solid white;
  }
  
  #btn {
    display: none;
    color: white;
    font-size: 28px;
  }
  
  .head-text {
    margin-top: 150px;
    width: 90%;
    height: 350px;
    margin-left: 5%;
  }
  
  .hea-1 button{
      width: 175px;
      height: 40px;
      border: none;
      border-radius: 5px;
      color: white;
      background-color: #019de1;
  }
  
  .off-1 ul li {
    list-style: none;
  }
  
  .off-1 ul li a {
    text-decoration: none;
    color: black;
  }
  
  /* services */
  
  #services{
      height: 550px;
  }
  
  .ser-main{
      width: 80%;
      height: 95%;
  }
  
  .ser-1{
      height: 47%;
      border-radius: 5px;
      margin: 15px;
  }
  
  .ser-1:hover{
      border: 1px solid #a3a0a076;
  }
  
  /* bulid */
  
  #bulid{
      height: 350px;
      background-color: #1f1956;
      background-image: url(../img/Rectangle\ 743.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left;
      padding-right: 15%;
  }
  
  #bulid button{
      width: 125px;
      height: 40px;
      border: 1px solid white;
      border-radius: 5px;
      color: white;
      background: none;
  }
  
  #bulid button:hover{
      color: black;
      background-color: white;
  }
  
  /* technology */
  
  #technology{
      height: 350px;
  }
  
  .tech-main{
      width: 80%;
      height: 95%;
  }
  
  .tech-2 a{
      text-decoration: none;
      color: black;
  }
  
  .tech-2 a:hover{
      border-bottom: 1px solid #019de1;
      color: #019de1;
  }
  
  /* chooes */
  
  #chooes{
      height: 450px;
      background-image: url(../img/industries.png);
      background-size: cover;
      background-position: center;
  }
  
  .coo-main{
      width: 80%;
      height: 45%;
  }
  
  .cho-1{
      background-color: white;
      border-radius: 5px;
      flex-basis: 15%;
  }
  
  /* img */
  
  #img{
      height: 350px;
  }
  
  .img-main{
      width: 80%;
      height: 95%;
  }
  
  .img-2{
      background-color: #f8f8f8;
  }
  
  /* ai */
  
  #ai{
      height: 350px;
      background-image: url(../img/mask.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  .ai-main{
      width: 80%;
      height: 80%;
  }
  
  .ai-main button{
      width: 200px;
      height: 45px;
      background: none;
      border: 1px solid white;
      border-radius: 5px;
      color: white;
      font-weight: 500;
  }
  
  .ai-main button:hover{
      background-color: white;
      color: black;
  }
  
  /* process */
  
  #process{
      height: 400px;
  }
  
  .pro-main{
      width: 80%;
      height: 95%;
  }
  
  .pro-1 button{
      width: 135px;
      height: 40px;
      border: none;
      border-radius: 5px;
      background-color: #019de1;
      color: white;
  }
  
  .pro-1 button:hover{
      border: 1px solid #019de1;
      background: none;
      color: #019de1;
  }
  
  .pro-2 a{
      text-decoration: none;
      color: black;
  }
  
  .pro-2 a:hover{
      border-bottom: 1px solid #019de1;
      color: #019de1;
  }
  
  /* partner */
  
  #partner{
      height: 300px;
      background-image: url(../img/Partnering\ with\ Clients\ from\ Diverse\ Domains.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  
      .carousel-cell {
      width: 28%;
      height: 400px;
      margin-right: 10px;
      border-radius: 5px;
      }
  
  
      .carousel-cell:hover h5{
          color: #019de1;
      }
  
      /* cell number */
      .carousel-cell:before {
      display: block;
      text-align: center;
      line-height: 200px;
      font-size: 80px;
      color: white;
      }
  
      /* idea */
  
      #idea{
          height: 300px;
          background-color: #f0f9fd;
          margin-top: 270px;
      }
  
      .idea-main{
          width: 80%;
          height: 95%;
      }
  
      .idea-1 button{
          width: 125px;
          height: 45px;
          border: none;
          background-color: #019de1;
          color: white;
          border-radius: 5px;
      }
  
      .idea-1 button:hover{
          border: 1px solid #019de1;
          color: #019de1;
          background:none ;
      }
  
      .idea-2 img{
          margin-top: -55px;
      }
  
  
      /* solution */
  
      #solution{
          height: 400px;
      }
  
      .solution-main{
          width: 85%;
          height: 95%;
      }
  
      .sol-1{
          flex-basis: 30%;
      }
  
      .sol-2{
          flex-basis: 19%;
          border-radius: 8px;
      }
  
      .sol-2:hover{
          box-shadow: 0px 10px 15px 12px rgba(0,0,0,0.1);
          border: 1px solid #019de1;
      }
  
  
      /* case */
  
      #case{
          height: 200px;
      }
  
      .case-main{
          width: 80%;
          height: 95%;
      }
  
      .case-1 button{
          width: 100px;
          height: 40px;
          border: none;
          border-radius: 5px;
          background-color: #019de1;
          color: white;
      }
  
      .case-1 button:hover{
          border: 1px solid #019de1;
          color: #019de1;
          background: none;
      }
  
      /* details */
  
      #details{
          height: 550px;
          background-color: #f0f9fd;
      }
  
      .details-main{
          width: 80%;
          height: 95%;
      }
  
      .details-2 a{
          font-size: 13px;
          text-decoration: none;
          color: black;
          padding-bottom: 5px;
      }
  
      .details-2 a:hover{
          color: #019de1;
          border-bottom: 1px solid #019de1;
      }
  
      /* clients */
  
      #clients{
          height: 500px;
      }
  
      .cli-main{
          width: 80%;
          height: 95%;
      }
  
  
      /* faq */
  
  #faq {
    height: 450px;
  }
  
  .faq-main {
    width: 80%;
    height: 95%;
  }
  
  .accordion {
    max-width: 1170px;
    margin: 40px auto 0;
  }
  
  .at-tab {
    display: none;
    padding: 15px;
    border: 1px solid #dddddd;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  
  .at-title {
    cursor: pointer;
    /* background-color: #f5f5f5; */
    position: relative;
    transition: background-color 0.3s ease;
    font-weight: 500;
  }
  
  .at-title:hover {
    background-color: #e0e0e0;
  }
  
  .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
  }
  
  .at-title.active:after {
    content: "-";
  }
  
  .at-item {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  
  .at-title h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
  }
  
  .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
  }
  
  
  /* slid */
  
  #slid{
      height: 200px;
      margin-bottom: 50px;
  }
  
  .slid-main{
      width: 95%;
      height: 95%;
  }
  
  .carousel-cell-1 {
    width: 25%;
    height: 180px;
    margin-right: 10px;
    border-radius: 5px;
  }
  
  /* cell number */
  .carousel-cell-1:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
  
  
  
  /* footer */
  
  footer {
    height: 350px;
    background: rgb(52, 29, 46);
    background: linear-gradient(
      90deg,
      rgba(52, 29, 46, 1) 0%,
      rgba(6, 7, 30, 1) 45%,
      rgba(52, 29, 46, 1) 100%
    );
    position: relative;
  }
  
  .fot-main {
    width: 70%;
    height: 95%;
  }
  
  .fot-extra {
    height: 12%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .i {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .i i {
    color: white;
    padding: 5px 8px;
    border-radius: 50%;
    border: 1px solid white;
    margin-left: 15px;
  }
  
  .i i:hover {
    background-color: white;
    color: black;
  }
  
  .toggle-fot {
    display: none;
  }
  
  #footer-icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  
  .i-1 {
    width: 15%;
    height: 90%;
    color: black;
    padding-top: 10px;
  }
  
  .i-1:hover span {
    color: #019de1;
  }
  
  .i-1:hover a {
    color: #019de1;
  }
  
  .i-1 a {
    text-decoration: none;
    color: black;
  }
  
  .sticky {
    background-color: rgba(17, 17, 17, 0.5);
  }
  
  
  
  @media (max-width: 992px) {
    header {
      height: auto;
      padding-bottom: 150px;
    }
  
    .header {
      width: 90%;
      left: 5%;
    }
  
    .nav {
      display: none;
      width: 0;
      height: 0;
    }
  
    .con p {
      opacity: 0;
    }
  
    nav a {
      display: none;
    }
  
    #btn {
      display: block;
    }
  
    .head-text {
      margin-inline: auto;
      margin-top: 150px;
      height: auto;
    }
  
    /* services */
  
      #services{
          height: auto;
      }
  
      .ser-main{
          width: 95%;
      }
  
      
      /* bulid */
  
      #bulid{
          height: auto;
          padding-right: 0;
          padding: 15px;
      }
  
      /* technology */
  
      #technology{
          height: auto;
      }
  
      .tech-main{
          width: 95%;
      }
  
      #chooes{
          height: auto;
          padding-block: 25px;
      }
  
      .coo-main{
          width: 95%;
      }
  
      /* img */
  
      #img{
          height: auto;
      }
  
      .img-main{
          width: 95%;
      }
  
      /* ai */
  
      #ai{
          height: auto;
          padding-block: 25px;
          margin-block: 15px;
      }
  
      .ai-main{
          width: 95%;
      }
  
      /* process */
  
      #process{
          height: auto;
      }
  
      .pro-main{
          width: 95%;
      }
  
      #partner{
          /* height: auto; */
      }
  
      .carousel-cell {
          width: 40%;
      }
  
      
      /* idea */
  
      #idea{
          height: auto;
      }
  
      .idea-main{
          width: 95%;
      }
  
      /* solution */
  
      #solution{
          height: auto;
          margin-block: 15px	;
      }
  
      .solution-main{
          width: 95%;
      }
  
      /* case */
  
      .case-main{
          width: 95%;
      }
  
      #details{
          height: auto;
          padding-block: 15px;
      }
  
      .details-main{
          width: 95%;
      }
  
      #clients{
          height: auto;
      }
  
      #faq {
          height: auto;
          margin-block: 15px;
      }
  
      .faq-main {
          width: 95%;
      }
  
      .carousel-cell-1{
          width: 25%;
      }
  
       /* footer */
    footer {
      height: auto;
      padding: 30px;
    }
  
    .fot-main {
      width: 90%;
    }
  
    .img-2 {
      width: 95%;
      height: auto;
    }
  
    .toggle-fot {
      display: block;
    }
  
    #footer-icon {
      height: 50px;
    }
  
  }
  
  
  @media(max-width:991px){
      
    .hea-2{
      display: none;
    }
  
    .sol-1{
      flex-basis: 60%;
    }
  
    .sol-2{
      flex-basis: 35%;
    }
  
  }
  
  
  @media(max-width:768px){
      .cho-1{
          flex-basis: 25%;
          margin: 15px;
      }
  
      .carousel-cell {
          width: 45%;
      }
  
      .carousel-cell-1{
          width: 33%;
      }
  
  }
  
  @media(max-width:767px){
      /* case */
  
      #case{
          height: auto;
          margin-block: 10px;
      }
  
  }
  
  @media (max-width: 715px) {
    .i-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
    }
  }
  
  @media(max-width:630px){
      #idea{
          margin-top: 350px;
      }
  }
  
  @media (max-width:576px) {
       .sol-1{
          flex-basis: 80%;
      }
  
      .sol-2{
          flex-basis: 80%;
      }
  
      .carousel-cell-1{
          width: 45%;
      }
  
  }
  
  @media(max-width:575px){
      .cho-1{
          flex-basis: 40%;
          margin: 15px;
      }
  
      .carousel-cell {
          width: 75%;
      }
  
  }
  
  @media(max-width:480px){
      #idea{
          margin-top: 375px;
      }
  }

/* -----------------------------------------
Go top CSS
----------------------------------------- */
.go-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 3%;
  left: 3%;
  width: 45px;
  height: 45px;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-light);
  font-size: 28px;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-image: var(--gradient-1);
  transition: 0.4s;
  transform: translateY(15%);
  z-index: 100;
}

.go-top.active {
  opacity: 1;
  transform: none;
}

.go-top:hover {
  transform: translateY(-3px);
}

/* -----------------------------------------
    Cookie alert CSS
----------------------------------------- */
.cookie-consent {
  position: fixed;
  background-color: var(--color-dark);
  bottom: 0px;
  width: 100%;
  padding: 15px 0px 5px;
  z-index: 10000000000;
  color: var(--color-white);
}

.cookie-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button.cookie-consent__agree {
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  box-shadow: 0px 10px 30px rgba(var(--color-primary-rgb), 0.14);
  padding: 10px 24px;
  font-size: var(--font-sm);
  position: relative;
  border-radius: 0;
  letter-spacing: 0.05em;
  font-weight: var(--font-medium);
  margin-bottom: 10px;
}

p.cookie-consent__message {
  background-color: transparent !important;
  color: var(--color-light);
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .cookie-container {
    display: block;
    text-align: center;
  }

  button.cookie-consent__agree {
    margin-top: 15px;
  }

  span.cookie-consent__message {
    line-height: 20px;
    display: block;
  }
}