header {
    height: 550px;
    background-color: black;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)),
      url(../img/integrated-microchip-circuit-board-server-central-computer-processor-with-neon-lights\ 1.png);
    background-repeat: no-repeat;
    background-color: cover;
    background-position: right;
    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: 250px;
    width: 50%;
    height: 250px;
    margin-left: 150px;
  }
  
  .off-1 ul li {
    list-style: none;
  }
  
  .off-1 ul li a {
    text-decoration: none;
    color: black;
  }
  
  /* api */
  
  #api {
    height: 450px;
    margin-top: 15px;
  }
  
  .api-main {
    width: 80%;
    height: 95%;
  }
  
  .api-2 p {
    font-size: 20px;
  }
  
  /* aws */
  
  #aws {
    height: 300px;
    margin-block: 10px;
  }
  
  .aws-main {
    width: 80%;
    height: 95%;
  }
  
  .aws-main div {
    border-radius: 8px;
  }
  
  .aws-1 {
    border: 2px solid #f6f4f6;
    background-color: #fdf1f1;
  }
  
  .aws-2 {
    border: 2px solid #f0b3f5;
    background-color: #fdf7f1;
  }
  
  .aws-3 {
    border: 2px solid #edeeee;
    background-color: #fafcfd;
  }
  
  /* 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;
  }
  
  /* news */
  
  #news {
    height: 250px;
    margin-block: 100px;
  }
  
  .news-main {
    width: 90%;
    height: 95%;
  }
  
  .slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .slider div {
    height: 180px;
  }
  
  .prev-btn,
  .next-btn {
    transform: translateY(-50%);
    background: none;
    color: #000;
    padding: 10px 15px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .slid-btn {
    position: absolute;
    top: 210px;
    left: 43%;
  }
  
  @media (max-width: 768px) {
    .slider-container {
      max-width: 90%;
      margin: 0 auto;
    }
  }
  
  /* slid */
  
  #slid{
      height: 200px;
      margin-bottom: 50px;
  }
  
  .slid-main{
      width: 95%;
      height: 95%;
  }
  
  .carousel-cell {
    width: 25%;
    height: 180px;
    margin-right: 10px;
    border-radius: 5px;
  }
  
  /* cell number */
  .carousel-cell: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;
    }
  
    #api {
      height: auto;
    }
  
    .api-main {
      width: 95%;
    }
  
    /* aws */
  
    #aws {
      height: auto;
    }
  
    .aws-main {
      width: 95%;
    }
  
    .aws-main div {
      margin: 15px;
    }
  
    /* faq */
  
    #faq {
      height: auto;
      margin-block: 15px;
    }
  
    .faq-main {
      width: 95%;
    }
  
    #news {
      height: 300px;
      }
  
    .news-main {
      width: 95%;
    }
  
    .slider div {
            height: auto;
      }
  
      .slid-btn{
          top: 230px;
      }
  
      .carousel-cell{
          width: 25%;
      }
  
      #slid{
          height: auto;
      }
      
    /* 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: 768px) {
    .api-2 p {
      font-size: 15px;
    }
  
    .carousel-cell{
      width: 33%;
    }
  
  }
  
  @media (max-width: 615px) {
    .i-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
    }
  }
  
  @media(max-width:576px){
      .carousel-cell{
          width: 45%;
      }
  }

/* -----------------------------------------
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;
  }
}