/* Extra Small Devices (Phones) */
@media only screen and (max-width: 576px) {
  #development .banner {
    height: auto;
    overflow: hidden;
  }

  #development .banner-form-title strong {
    font-size: 1.15rem;
    margin: 0;
  }

  #development .banner-form {
    background-color: white;
    border-radius: 0rem 0rem 0.6rem 0.6rem;
    padding: 1rem 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.4s ease-in-out;
  }

  #development .scroll-box-resp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--card-clr);
    flex: 0 0 100%;
    height: 350px;
    max-width: 100%;
    margin: 0rem 0.5rem;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    animation: leftScroll 25s linear infinite;
  }

  #development .qns-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: start;
    align-items: center;
    overflow: scroll;
  }

  #development .title-buttons {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 0.5rem;
    justify-content: start;
    overflow: scroll;
  }

  #development .btn-format {
    border: 1px solid var(--dark-clr);
    padding: 0.85rem 1.5rem;
    margin: 0.15rem 0;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-wrap: nowrap;
  }

  #development .ans-content {
    background-color: var(--card-clr);
    padding: 1.75rem;
    border-radius: 0.25rem;
  }

  #development .development-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #development .whole-dev {
    width: 100%;
  }

  #development .dev-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  #development .dev-num {
    font-size: 1.25rem;
    font-weight: bolder;
    border: 0.5rem solid white;
    padding: 1.5rem 2.15rem;
    background-color: var(--dark-clr);
    color: white;
    border-radius: 6rem;
  }

  #development .dev-content {
    background-color: var(--another-card-clr);
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  #development .bg-width {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 1rem;
  }

  #development .content-cryptoDerivative {
    position: absolute;
    top: 2%;
    right: 0%;
    width: 99%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }

  #development .content-levarage-trading {
    position: absolute;
    top: 2%;
    right: 0%;
    width: 99%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }

  #development .big-box {
    background-color: var(--card-clr);
    border: 2px solid var(--dark-clr);
    padding: 3.75rem 2rem;
    border-radius: 0.75rem;
  }

  #development .devprocess {
    position: relative;
    background-color: var(--card-clr);
    padding: 1.5rem 2.25rem;
  }

  #development .num {
    position: absolute;
    top: -10%;
    left: -9%;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    font-weight: bolder;
    border: 0.5rem solid white;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark-clr);
    color: white;
    border-radius: 6rem;
  }
}

/* Small Devices (Tablets) */
@media only screen and (min-width: 577px) and (max-width: 767px) {
  #development .banner {
    height: auto;
    overflow: hidden;
  }

  #development .banner-form-title strong {
    font-size: 1.25rem;
    margin: 0;
  }

  #development .banner-form {
    background-color: white;
    border-radius: 0rem 0rem 0.6rem 0.6rem;
    padding: 1rem 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.4s ease-in-out;
  }

  #development .scroll-box-resp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--card-clr);
    flex: 0 0 50%;
    height: 350px;
    max-width: 100%;
    margin: 0rem 0.5rem;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    animation: leftScroll 25s linear infinite;
  }

  #development .qns-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: start;
    align-items: center;
    overflow: scroll;
  }

  #development .title-buttons {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 0.5rem;
    justify-content: start;
    overflow: scroll;
  }

  #development .btn-format {
    border: 1px solid var(--dark-clr);
    padding: 0.85rem 1.5rem;
    margin: 0.15rem 0;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-wrap: nowrap;
  }

  #development .ans-content {
    background-color: var(--card-clr);
    padding: 1.75rem;
    border-radius: 0.25rem;
  }

  #development .development-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }


  #development .whole-dev {
    width: 48%;
  }

  #development .dev-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
  }

  #development .dev-num {
    font-size: 1.25rem;
    font-weight: bolder;
    border: 0.5rem solid white;
    padding: 1.5rem 2.15rem;
    background-color: var(--dark-clr);
    color: white;
    border-radius: 6rem;
  }

  #development .dev-content {
    background-color: var(--another-card-clr);
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  #development .bg-width {
    width: 540px;
    height: 300px;
    object-fit: cover;
    border-radius: 1rem;
  }

  #development .content-cryptoDerivative {
    position: absolute;
    top: 2%;
    right: -2%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }

  #development .content-levarage-trading {
    position: absolute;
    top: 2%;
    right: -2%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }

  #development .big-box {
    background-color: var(--card-clr);
    border: 2px solid var(--dark-clr);
    padding: 3.75rem 2rem;
    border-radius: 0.75rem;
  }

  #development .devprocess {
    position: relative;
    background-color: var(--card-clr);
    padding: 1.5rem 2.5rem;
  }
}

/* Medium Devices (Laptops, Smaller Desktops) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #development .banner {
    height: auto;
    overflow: hidden;
  }

  #development .banner-form-title strong {
    font-size: 1.25rem;
    margin: 0;
  }

  #development .scroll-box-resp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--card-clr);
    flex: 0 0 46%;
    height: 350px;
    max-width: 100%;
    margin: 0rem 0.5rem;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    animation: leftScroll 25s linear infinite;
  }

  #development .qns-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: start;
    align-items: center;
    overflow: scroll;
  }

  #development .title-buttons {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 0.5rem;
    justify-content: start;
    overflow: scroll;
  }

  #development .btn-format {
    border: 1px solid var(--dark-clr);
    padding: 0.85rem 1.5rem;
    margin: 0.15rem 0;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-wrap: nowrap;
  }

  #development .ans-content {
    background-color: var(--card-clr);
    padding: 1.75rem;
    border-radius: 0.25rem;
  }

  #development .whole-dev {
    width: 48%;
  }

  #development .dev-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
  }

  #development .dev-num {
    font-size: 1.25rem;
    font-weight: bolder;
    border: 0.5rem solid white;
    padding: 1.5rem 2.15rem;
    background-color: var(--dark-clr);
    color: white;
    border-radius: 6rem;
  }

  #development .dev-content {
    background-color: var(--another-card-clr);
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  #development .bg-width {
    width: 695px;
    height: 300px;
    object-fit: cover;
    border-radius: 1rem;
  }

  #development .content-cryptoDerivative {
    position: absolute;
    top: 8%;
    right: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }

  #development .content-levarage-trading {
    position: absolute;
    top: 8%;
    right: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }

  #development .big-box {
    background-color: var(--card-clr);
    border: 2px solid var(--dark-clr);
    padding: 3.75rem 2.5rem;
    border-radius: 0.75rem;
  }

  #development .devprocess {
    position: relative;
    background-color: var(--card-clr);
    padding: 1.5rem 2.5rem;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  #development .scroll-box-resp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--card-clr);
    flex: 0 0 40%;
    height: 350px;
    max-width: 100%;
    margin: 0rem 0.5rem;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    animation: leftScroll 25s linear infinite;
  }

  #development .title-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    justify-content: start;
    overflow: scroll;
  }

  #development .whole-dev {
    width: 49%;
  }

  #development .dev-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
  }

  #development .dev-num {
    font-size: 1.25rem;
    font-weight: bolder;
    border: 0.5rem solid white;
    padding: 1.5rem 2.15rem;
    background-color: var(--dark-clr);
    color: white;
    border-radius: 6rem;
  }

  #development .dev-content {
    background-color: var(--another-card-clr);
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  #development .bg-width {
    width: 949px;
    height: 350px;
    object-fit: contain;
    border-radius: 0rem;
  }

  #development .content-cryptoDerivative {
    position: absolute;
    top: 7%;
    right: 10%;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }

  #development .content-levarage-trading {
    position: absolute;
    top: 0%;
    right: 10%;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  #development .bg-width {
    width: 1110px;
    height: 350px;
    object-fit: contain;
    border-radius: 0rem;
  }

  #development .content-cryptoDerivative {
    position: absolute;
    top: 7%;
    right: 2%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }

  #development .content-levarage-trading {
    position: absolute;
    top: 7%;
    right: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    color: white;
  }
}

/* Extra Large Devices (4K Monitors, TVs) */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {}

@media only screen and (min-width: 1921px) {}