.banner-row{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 2% 5%;
 }
 .banner-row .banner-column {
   padding-right: 50px;
 }
 .banner-column h1 {
   font-size: 60px;
   margin-bottom: 10px;
   margin-top: 200px;
 }
 .banner-column p {
   font-size: 25px;
   margin-bottom: 20px;
   width: 562px;
 }
 .banner-column1 img{
     margin-top: 200px;
 }
 .banner-column1{
   width: 800px;
   margin-top: 100px;
 }
 .text-primary2{
   font-style: normal;
   font-weight: 700;
   line-height: 0;
   font-size: 150px;
   color: rgb(0, 238, 238);
   -webkit-text-fill-color: #000;
   -webkit-text-stroke-width: 2px;
   margin-top: 300px;
}

.small-head h3{
   color: #212529;
   text-align: center;
   text-transform: capitalize;
}

.big-head h2{
   font-style: normal;
   font-weight: 700;
   line-height: 0;
   font-size: 200px;
   color: #fec016;
   -webkit-text-fill-color: #fff;
   -webkit-text-stroke-width: 2px;
   margin-top: 300px;
}

.small-head h3{
   font-size: 147px;
   margin-top: -75px;
}

@media (max-width: 1024px) {
    .big-head h2 {
        font-size: 150px;
        margin-top: 200px;
    }

    .small-head h3 {
        font-size: 120px;
    }
}

@media (max-width: 768px) {
    .big-head h2 {
        font-size: 100px;
        margin-top: 150px;
    }

    .small-head h3 {
        font-size: 70px;
        margin-top: -50px;
    }
}

@media (max-width: 480px) {
    .big-head h2 {
        font-size: 60px;
        margin-top: 100px;
    }

    .small-head h3 {
        font-size: 35px;
        margin-top: -25px;
    }
}

@media (max-width: 372px) {
    .big-head h2 {
        font-size: 40px;
        margin-top: 100px;
    }

    .small-head h3 {
        font-size: 25px;
        margin-top: -20px;
    }
}

.sub-heading{
   margin-top: 40px;
   font-size: 45px;
}

.cards{
   display: grid;
   grid-template-columns: repeat(3,1fr);
   gap: 20px;
}

.card{
  height: 320px;
  width: 369px;
  background-color: #000;
  padding: 3% 8%;
  border: 1px solid rgb(0, 238, 238);
  transition: 0.6s;
}
.card h2{
  color: #fff;
  font-size: 25px;
  margin: 10px 0;
  font-weight: 500;
}
.card p{
  text-align: left;
  width: 100%;
  margin: 20px 0;
}

.card:hover{box-shadow: 0px 0px 60px rgb(0, 238, 238);}


.mac-container .mac{
  width: 606px;
  height: 489px;
}

.card-img-top {
  height: 200px;
  width: 100%;
}
.card1 {
  z-index: 1;
  height: 500px;
  width: 275px;
  border: 1px solid rgb(0, 238, 238);
  transition: 0.5s;
  padding: 10px;
}
.card1:hover{box-shadow: 0px 0px 60px rgb(0, 238, 238);}


.scroll-item{
  position: relative;
  height: 450px;
  overflow: hidden;
}

.scroll-item:nth-child(1){
  background: url(/images/web/Ui-1.png);
  background-size: cover;
  background-position: top;
  transition: all 5s ease;
}

.scroll-item:nth-child(2){
  background: url(/images/web/ui-2.png);
  background-size: cover;
  background-position: top;
  transition: all 5s ease;
}

.scroll-item:nth-child(3){
  background: url(/images/web/ui-3.png);
  background-size: cover;
  background-position: top;
  transition: all 5s ease;
}
.scroll-item:nth-child(4){
  background: url(/images/web/ui-4.png);
  background-size: cover;
  background-position: top;
  transition: all 5s ease;
}

.scroll-item:nth-child(5){
  background: url(/images/web/ui-5.png);
  background-size: cover;
  background-position: top;
  transition: all 5s ease;
}

.scroll-item:nth-child(6){
  background: url(/images/web/ui-6.png);
  background-size: cover;
  background-position: top;
  transition: all 5s ease;
}

.scroll-item img{
  width: 100%;
  display: block;
}

.scroll-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 3rem;
  margin: 3rem 0;
}

.scroll-item:hover{
  background-position: bottom;
}

@media(max-width: 992px) {
    .scroll-list{
      grid-template-columns: repeat(1,1fr);
    }
    .scroll-item{
      position: relative;
      height: 450px;
      overflow: hidden;
  }
  .scroll-item img{
      width: 100%;
      display: block;
  }

}

@media(max-width: 576px) {
  .scroll-list{
      grid-template-columns: repeat(1, 1fr);
  }
  .scroll-item{
      position: relative;
      height: 480px;
      overflow: hidden;
  }
  .scroll-item img{
      width: 100%;
      display: block;
  }
}








 /* Header content responsive */
@media (max-width: 1200px){
  .cards{
    grid-template-columns: repeat(2,1fr);
}
@media (max-width: 900px){
  .cards{
    grid-template-columns: repeat(1,1fr);
}
}
@media (max-width: 500px){
  .card{
      height: 350px;
      width: 320px;
  }
}


 @media screen and (max-width: 980px) {
   .banner-column1 img {
     width: 350px;
   }
   .banner-column h1 {
     font-size: 40px;
   }
   .banner-column p{
     font-size: 17px;
   }
   .banner-row {
     margin-top: 80px;
   }
 }
  
 @media screen and (max-width: 600px) {
  
   .column1 h1 {
     font-size: 35px;
   }
   .row {
     flex-direction: column;
  
   }
   .row .column1 {
     padding: 30px;
   }
 }
  
 @media (max-width: 690px) {
  
    .text-primary2{
          font-size: 30px;
    }
 }