@media (min-width: 100px) {
  html, body {
    overflow-x: hidden;
  }
  .shoes-transform {
    background-position: center;
    background-size: contain;
  }
  .feature-categroy .categoryitembox {
    flex: 1 100%;
  }
  .col-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    /* grid-template-rows: 1.2fr 1fr; */
    gap: 15px;
  }
  .box-box-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .box-box-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .box-box-3 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .box-box-4 {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .box-box-5 {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .feature-categroy .categoryitembox.box-box-2, .feature-categroy .categoryitembox.box-box-3 {
    width: auto;
    /* flex: 1 calc(50% - 20px); */
    height: auto;
  }
  .gym-equipment-wrapper img {
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
@media (max-width: 1680px) {
  .container {
    max-width: 1600px;
  }
  header #menu .nav {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
  section.bluebar-header {
    padding: 10px 0;
  }
  section.bluebar-header ul {
    gap: 15px;
  }
  section.bluebar-header .list-boxes {
    gap: 20px;
  }
  section.bluebar-header .list-boxes a {
    font-size: 14px;
    padding-top: 5px;
  }
  header {
    padding: 10px 0;
  }
  header #menu .nav {
    gap: 10px;
  }
  header #menu .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }
}
@media (max-width: 1366px) {
  section.bluebar-header {
    padding: 10px 0;
  }
  section.bluebar-header ul {
    gap: 15px;
  }
  section.bluebar-header .list-boxes {
    gap: 20px;
  }
  section.bluebar-header .list-boxes a {
    font-size: 14px;
    padding-top: 5px;
  }
  header {
    padding: 10px 0;
  }
  header #menu .nav {
    gap: 10px;
  }
  header #menu .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }
}
@media (max-width: 1280px) {
  .homebanner .videouperlayer h2 {
    font-size: 50px;
  }
  .container {
    max-width: 1200px;
  }
  .container {
    max-width: 1280px;
  }
  section.bluebar-header {
    padding: 10px 0;
  }
  section.bluebar-header ul {
    gap: 15px;
  }
  section.bluebar-header .list-boxes {
    gap: 20px;
  }
  section.bluebar-header .list-boxes a {
    font-size: 14px;
    padding-top: 5px;
  }
  header {
    padding: 10px 0;
  }
  header #menu .nav {
    gap: 10px;
  }
  header #menu .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }
}
@media (max-width: 1199px) {
  .homebanner video {
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .shoes-transform h3 br {
    display: none;
  }
  .shoes-transform h3, .gym-equipment-wrapper h3 {
    font-size: 30px;
  }
}
@media (max-width: 1100px) {
  .homebanner video {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .shoes-transform {
    background-image: unset;
    aspect-ratio: unset;
  }
  .shoes-transform h3, .shoes-transform p {
    color: #000;
  }
  .shoes-transform h3 {
    margin-top: 30px;
  }
  .shoes-transform p {
    margin-top: 0;
  }
  .shoes-transform a {
    border-color: #0d2e5e;
    color: #0d2e5e;
  }
  .shoes-transform a:hover {
    background-color: #0d2e5e;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .col-grid {
    grid-template-columns: 1fr 2fr 2fr 1fr;
  }
  .box-box-1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .box-box-2 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .box-box-3 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .box-box-4 {
    grid-column: 2/4;
    grid-row: 3/4;
  }
  .box-box-5 {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .homebanner .videouperlayer h2 {
    font-size: 40px;
    line-height: 1;
  }
  .shoes-transform h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  section.bluebar-header .list-boxes, section.bluebar-header ul {
    justify-content: center;
  }
  section.bluebar-header .list-boxes {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .col-grid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    /* grid-template-columns: 1fr; */
  }
  .feature-categroy .categoryitembox.box-box-2 img, .feature-categroy .categoryitembox.box-box-3 img {
    height: auto;
  }
  .feature-categroy .categoryitembox.box-box-2, .feature-categroy .categoryitembox.box-box-3 {
    height: auto;
    max-height: fit-content;
  }
  .homebanner .videouperlayer h2 {
    font-size: 30px;
  }
  .feature-categroy {
    margin: 50px 0;
  }
  header #logo {
    text-align: center;
  }
}
