@media screen and (min-device-width: 100px) and (max-device-width: 400px) {
  .banner {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner__left {
    display: flex;
    flex-direction: column;
    flex: 0.8;
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .banner__title {
    margin: 15px;
    text-align: justify;
  }
  .banner__title > h1 {
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 400;
    white-space: normal;
  }
  .banner__title_strong {
    background-color: rgb(255 232 18);
    color: black;
    padding: 0px 20px;
    margin: 0px 10px;
    border-radius: 82px;
    font-size: inherit;
  }
  .banner__title > h3 {
    color: rgb(255, 230, 0);
    font-size: 1.3rem;
    font-weight: 600;
  }
  .our__service__title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 10px;
  }
  .banner__right {
    flex: 0.4;
    margin: 0;
  }
  .banner__info {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    margin: 20px 15px;
    text-align: justify;
  }

  .our__service__title-info {
    font-size: 0.8rem;
    font-weight: 100;
    text-align: center;
  }
  .banner__service_icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .service__box {
    background-color: #ffffff;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    margin: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .service__title {
    font-size: 12px;
  }
  .service__title:hover {
    font-size: 15px;
    color: red;
  }
  .our__service__overview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin:20px; */
  }
  .banner__info_strong {
    color: white;
    background-color: red;
    font-size: 1rem;
    padding: 0px 20px;
    margin: 0px 10px;
    border-radius: 60px;
  }
  .right__img {
    width: 250px;
    object-fit: cover;
  }
  .prototypes {
    display: flex;
    flex-direction: column;
    scroll-snap-type: y mandatory;
    align-items: center;
    margin: 50px;
  }
  .box__overview {
    width: 200px;
    height: 100px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
    margin: 10px;
  }

  .box__overview__title > h1 {
    font-size: 1.3rem;
    color: #fae100;
  }
  .box__overview__icon {
    width: 40px;
    object-fit: contain;
    margin: 0px 15px;
  }

  .bottom > h1 {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: rgb(252, 252, 252);
    padding: 15px;
    text-align: center;
  }
  .prototypes__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 200px;
    height: 350px;
    border: 5px solid #e1e6e1;
    box-shadow: inset;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
    background: linear-gradient(45deg, #131313, #9b0303);
    justify-content: space-between;
  }
  .prototypes__box > img {
    width: 200px;
    margin: 5px;
    object-fit: cover;
  }
  .prototypes__box > h2 {
    font-size: 1.5rem;
    color: rgb(255, 238, 0);
  }
  .nav__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav__left_logo {
    width: 250px;
  }

  .nav__right {
    display: none;
  }

  .nav__fill {
    display: none;
  }
}

/*maximum width 700 minimum 300 */
@media screen and (min-device-width: 400px) and (max-device-width: 700px) {
  .nav__left {
    display: flex;
    height: 100px;
    /* width: 250px; */
    padding: 0px 0px;
  }
  .nav__left_logo {
    width: 300px;
  }
  .navbar {
    height: 120px;
  }
  .banner {
    margin: 20px 50px;
    flex-direction: column;
  }
  .banner__left {
    align-items: center;
    text-align: center;
  }
  .banner__title > h1 {
    color: rgb(252, 252, 252);
    white-space: nowrap;
    font-size: 30px;
    font-size: 2rem;
    font-weight: 600;
  }
  .banner__title_strong {
    padding: 0px 8px;
    margin: 0px 5px;
  }

  .banner__title > h3 {
    color: rgb(255, 230, 0);

    font-size: 2rem;
    font-weight: 600;
  }
  .service__box {
    background-color: #ffffff;
    height: 60px;
    width: 300px;
    border-radius: 20px;
    margin: 10px;
    padding: 1.5px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .service__box:hover {
    background-color: #131313;
  }
  .service__title {
    font-size: 12px;
  }
  .service__title:hover {
    font-size: 15px;
    color: red;
  }
  .banner__service_icons {
    display: flex;
    flex-direction: column;
    align-items: center;

    flex-wrap: wrap;
  }
  .service__box > img {
    margin: 0px 30px;
    width: 40px;
    object-fit: contain;
  }

  .banner__info {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    margin: 10px 0px;
  }
  .banner__info_strong {
    color: white;
    background-color: red;
    font-size: 18px;
    padding: 0px 10px;
    margin: 0px 10px;
    border-radius: 60px;
  }

  .banner__right > img {
    width: 300px;
    margin: 0;
    padding: 0;
  }

  .our__service {
    margin: 20px;
  }
  .our__service__title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .box__overview {
    width: 200px;
    height: 100px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
    margin: 10px;
  }

  .box__overview__icon {
    width: 40px;
    object-fit: contain;
    margin: 0px 10px;
  }
  .box__overview__title {
    display: flex;
    flex-direction: column;
    margin: 0px 15px;
  }
  .box__overview__title > h1 {
    font-size: 1.25rem;
    color: #fae100;
  }

  .bottom > h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
  }

  .box__overview__title > p {
    font-size: 0.8rem;
  }

  .bottom > h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: rgb(252, 252, 252);
    padding: 15px;
  }
  .prototypes {
    display: flex;
    flex-direction: column;
    scroll-snap-type: y mandatory;
    align-items: center;
    margin: 10px;
  }
  .prototypes__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 250px;
    height: 250px;
    border: 5px solid #e1e6e1;
    box-shadow: inset;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 20px;
    background: linear-gradient(45deg, #131313, #9b0303);
    justify-content: space-between;
  }
  .prototypes__box > img {
    width: 180px;

    margin: 5px;
    object-fit: cover;
  }

  .prototypes__box > h2 {
    font-size: 1.5rem;
    color: rgb(255, 238, 0);
  }

  .prototypes__box > p {
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
  }
  .prototypes__box > button {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    width: 100%;
    background: linear-gradient(45deg, #d1c026, #fae100);
    height: 60px;
    border-radius: 10px;
    color: black;
    font-weight: 900;
    cursor: pointer;
  }
}

/*maximum width 1200 */
@media screen and (min-device-width: 700px) and (max-device-width: 1200px) {
  .nav__left {
    display: flex;
    height: 100px;
    /* width: 250px; */
    padding: 0px 0px;
  }
  .nav__left_logo {
    width: 300px;
  }
  .navbar {
    height: 120px;
  }
  .banner {
    margin: 20px 50px;
    flex-direction: column;
  }
  .banner__left {
    align-items: center;
    text-align: center;
  }
  .banner__title > h1 {
    color: rgb(252, 252, 252);
    white-space: nowrap;
    font-size: 30px;
    font-size: 2.5rem;
    font-weight: 600;
  }
  .banner__title_strong {
    padding: 0px 8px;
    margin: 0px 5px;
  }

  .banner__title > h3 {
    color: rgb(255, 230, 0);
    font-size: 30px;
    font-size: 2.5rem;
    font-weight: 600;
  }
  .service__box {
    background-color: #ffffff;
    height: 60px;
    width: 250px;
    border-radius: 60px;
    margin: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .service__box:hover {
    background-color: #131313;
  }
  .service__title {
    font-size: 12px;
  }
  .service__title:hover {
    font-size: 15px;
    color: red;
  }
  .service__box > img {
    margin: 0px 10px;
    width: 30px;
    object-fit: contain;
  }

  .banner__info {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    margin: 10px 0px;
  }
  .banner__info_strong {
    color: white;
    background-color: red;
    font-size: 18px;
    padding: 0px 10px;
    margin: 0px 10px;
    border-radius: 60px;
  }

  .banner__right > img {
    width: 500px;
    margin: 0;
    padding: 0;
  }

  .our__service {
    margin: 20px;
  }
  .our__service__title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .box__overview {
    width: 200px;
    height: 100px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
    margin: 10px;
  }

  .box__overview__icon {
    width: 40px;
    object-fit: contain;
    margin: 0px 10px;
  }
  .box__overview__title {
    display: flex;
    flex-direction: column;
    margin: 0px 15px;
  }
  .box__overview__title > h1 {
    font-size: 1.25rem;
    color: #fae100;
  }

  .bottom > h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
  }

  .box__overview__title > p {
    font-size: 0.8rem;
  }

  .bottom > h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: rgb(252, 252, 252);
    padding: 15px;
  }
  .prototypes {
    display: flex;
    flex-direction: column;
    scroll-snap-type: y mandatory;
    align-items: center;
    margin: 10px;
  }
  .prototypes__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 250px;
    height: 250px;
    border: 5px solid #e1e6e1;
    box-shadow: inset;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 20px;
    background: linear-gradient(45deg, #131313, #9b0303);
    justify-content: space-between;
  }
  .prototypes__box > img {
    width: 180px;

    margin: 5px;
    object-fit: cover;
  }

  .prototypes__box > h2 {
    font-size: 1.5rem;
    color: rgb(255, 238, 0);
  }

  .prototypes__box > p {
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
  }
  .prototypes__box > button {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    width: 100%;
    background: linear-gradient(45deg, #d1c026, #fae100);
    height: 60px;
    border-radius: 10px;
    color: black;
    font-weight: 900;
    cursor: pointer;
  }
}

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 2600px) {
  .nav__left {
    display: flex;
    height: 100px;
    padding: 0px 15px;
  }

  .navbar {
    height: 120px;
  }
  .banner {
    margin: 20px 50px;
  }

  .banner__title > h1 {
    color: rgb(252, 252, 252);
    white-space: nowrap;
    font-size: 30px;
  }
  .banner__title_strong {
    padding: 0px 8px;
    margin: 0px 5px;
  }

  .banner__title > h3 {
    color: rgb(255, 230, 0);
    font-size: 30px;
  }
  .service__box {
    background-color: #ffffff;
    height: 60px;
    width: 300px;
    border-radius: 60px;
    margin: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .service__box:hover {
    background-color: #131313;
  }
  .service__title {
    font-size: 12px;
  }
  .service__title:hover {
    font-size: 15px;
    color: red;
  }
  .service__box > img {
    margin: 0px 10px;
    width: 30px;
    object-fit: contain;
  }

  .banner__info {
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin: 10px 0px;
  }
  .banner__info_strong {
    color: white;
    background-color: red;
    font-size: 18px;
    padding: 0px 10px;
    margin: 0px 10px;
    border-radius: 60px;
  }

  .banner__right > img {
    width: 500px;
    margin: 0;
    padding: 0;
  }

  .our__service {
    margin: 20px;
  }
  .our__service__title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .bottom > h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: rgb(252, 252, 252);
    padding: 15px;
  }

  .prototypes__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 250px;
    height: 250px;
    border: 5px solid #e1e6e1;
    box-shadow: inset;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 20px;
    background: linear-gradient(45deg, #131313, #9b0303);
    justify-content: space-between;
  }
  .prototypes__box > img {
    width: 180px;

    margin: 5px;
    object-fit: cover;
  }

  .prototypes__box > h2 {
    font-size: 1.5rem;
    color: rgb(255, 238, 0);
  }

  .prototypes__box > p {
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
  }
  .prototypes__box > button {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    width: 100%;
    background: linear-gradient(45deg, #d1c026, #fae100);
    height: 60px;
    border-radius: 10px;
    color: black;
    font-weight: 900;
    cursor: pointer;
  }
}
