#first-section{
    width: 100%;
    display: flex;

}
#first-section .col{
    width: 50%;
}
#first-section .col6{
    width: 50%;
}
#first-section .line{
    border-top: 1px solid rgba(0, 0, 0, 0.097);
}
#first-section .small{
    font-size: 1rem;
}
#first-section .graph {
    padding: 100px 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
}
#first-section .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

#first-section .image-stack__item--bottom {
    grid-column: 4 / -1;
    grid-row: 1;
}

#first-section .image-stack__item--top {
    grid-row: 1;
    grid-column: 1 / span 8;
    padding-top: 20%;
    z-index: 1;
}
img {
    width: 100%;
    display: block;
}
#second-section{
    height: auto;
    overflow: hidden;
    background-color: #101820;
}
#second-section .row1{
    width: 100%;
    display: flex;
}
#second-section .coll{
    width: 50%;
}
#second-section .col_6{
    width: 50%;
}
.card-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    width: 100%;
}
.card {
    background-color: #101820;
    color: white;
    border-radius: 8px;
    padding: 20px;
    border: 0.8px solid #8a909a;
}
.card-icon {
    font-size: 40px;
    margin-bottom: 20px;
}
.card h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.card li {
    margin: 0;
    color: #8a909a;
}



.start {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.start-text {
    width: 55%;
}
.start-text h1 {
    padding-left: 250px;
}
.start-text p {
    padding-left: 250px;
}
.start-image {
    width: 10%;
    padding-top: 70px;
}
.start-button {
    width: 20%;
    padding-top: 60px;
}
.card1 {
    display: flex;
    -webkit-display: box;
    -moz-display: box;
    -ms-display: flexbox;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

  .cards {
    display: flex;
    padding: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    @media(min-width: 40rem) {
      width: 50%;
    }
    @media(min-width: 56rem) {
      width: 33.3%;
    }

    .card-item {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      width: 100%;
      border-radius: 6px;
      box-shadow: 0 20px 40px -14px rgba(0,0,0,0.25);
      overflow: hidden;
      transition: transform 0.5s;
      -webkit-transition: transform 0.5s;

      &:hover {
        cursor: pointer;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        .card-image {
          opacity: 1;
        }
      }
    }
    .card-info {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      padding: 1rem;
      line-height: 1.5em;
    }

    .card-title {
      font-size: 25px;
      line-height: 1.1em;
      color: #32325d;
      margin-bottom: 0.2em;
    }

}
@media (max-width: 600px) { /* For devices less than 768px */
    body{
        box-sizing: border-box;
    }
    .head{
        width: 100%;
        display: inline;
    }
    .head .col{
        width: 100%;
        padding-bottom: 20px;
    }
    .head .col6{
        width:100%;
        justify-content: center;
    }
    .new{
        width: 100%;

    }
    .row1{
        width: 100%;
        display: inline;
    }
    .coll{
        width: 100%;
        justify-content: center;
    }
    .col_6{
        width: 100%;
        justify-content: center;
    }
    .start{
        width: 100%;
        display: inline;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }
    .start-text{
        width: 100%;

    }
    .start-button{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { /* For devices between 768px and 991.98px */
    .head{
        width: 100%;
        display: inline;
    }
    .head .col{
        width: 100%;
        padding-bottom: 20px;
    }
    .col6{
        width:100%;
        justify-content: center;
    }
    .new{
        width: 100%;

    }
    .row1{
        width: 100%;
        display: inline;
    }
    .coll{
        width: 100%;
        justify-content: center;
    }
    .col_6{
        width: 100%;
        justify-content: center;
    }

}
/* Media Queries */
@media (max-width: 1200px) {
    .start-text h1, .start-text p {
        padding-left: 100px;
    }
}
@media (max-width: 992px) {
    .start {
        flex-direction: column;
        align-items: flex-start;
    }
    .start-text, .start-image, .start-button {
        width: 100%;
        padding: 0;
    }
    .start-text h1, .start-text p {
        padding-left: 20px;
    }
    .start-image, .start-button {
        padding-top: 20px;
        text-align: center;
    }
    .start-button {
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .start-text h1 {
        font-size: 24px;
        padding-left: 10px;
    }
    .start-text p {
        padding-left: 10px;
    }
}
@media (max-width: 576px) {
    .start-text h1 {
        font-size: 30px;
    }
    .start-button .btn {
        width: 100%;
    }
}
@media (max-width: 900px) {
    .common {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .common {
        grid-template-columns: 1fr;
    }
}