/*****************************/
/* (84*16 =1344 (which mean this code will fireup at 1344)) BELLOW
1344px(FOR SMALLER DESKTOP) */
/*****************************/
@media (max-width: 72.5em) {
  html {
    font-size: 56.25%;
  }
  .WOMEN-primary-heading {
    font-size: 3.6rem;
  }
  .arrow-icon {
    position: absolute;
    top: 442px;
    left: 250px;
  }
  .cart-icon {
    top: 420px;
  }
  .shoe-icon {
    left: 38%;
  }
  .hero-text-content {
    max-width: 100%;
  }
}
@media (max-width: 58em) {
  /* NAVIGATION WORKING */
  .NAV-btn {
    display: block;
    z-index: 9999;
  }
  .nav-open .NAV-btn-i {
    display: none;
  }
  .nav-open .NAV-btn-ii {
    display: block;
  }
  .nav-open .social-icons2 {
    font-size: 2rem;
    color: #333;
    display: block;
    padding: 0.7rem;
    background-color: #333;
    border-radius: 50px;
    color: #fff;
  }

  .navigation-links {
    display: none;
  }

  .navigation-links {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.774);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    transform: translateX(100%);
    transition: all 0 ease-in;
    pointer-events: none;
    visibility: hidden;
  }
  .nav-open .navigation-links {
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    padding-top: 4rem;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    pointer-events: auto;
    visibility: visible;
  }
  .nav-open .navigation-link {
    font-size: 2.4rem;
    text-transform: uppercase;
  }

  .hero2 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .WOMEN-hero-img {
    width: 90%;
  }
  .shoe-icon {
    left: 29%;
    top: 2%;
  }
  .star {
    position: absolute;
    top: 278px;
  }
  .WOMEN-hero-img-con {
    display: flex;
    justify-content: center;
  }
  .arrow-icon {
    top: 161px;
    left: 578px;
  }
  .cart-icon {
    left: 11%;
    top: 163px;
  }
  .body2 {
    padding: 2.4rem 2.4rem;
  }
  .WOMEN-primary-heading {
    padding-top: 2.4rem;
  }
  .scrowler {
    grid-auto-columns: 23%;
  }
}
@media (max-width: 49em) {
  .footer {
    padding: 1.2rem;
    margin-top: 4.8rem;
  }
  .containner {
    padding: 0 4.8rem;
  }
  .CTA-header {
    font-size: 3rem;
  }
  .CTA-sub-header {
    font-size: 1.4rem;
  }
  .CTA-text-section {
    background-color: #fff;
    padding: 2.4rem;
  }
  .CTA-section {
    padding: 0 2.4rem;
  }
  .scrowler {
    grid-auto-columns: 28%;
  }
  .WOMEN-hero-img {
    width: 75%;
  }
  .arrow-icon {
    top: 216px;
    left: 504px;
  }
  .footer-link-header {
    font-weight: 600;
  }
  .footer-link-header {
    font-size: 1.4rem;
  }
  .footer-link:link,
  .footer-link:visited {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.3s ease-in;
  }
  .copyright {
    font-size: 1.1rem;
    font-weight: 200;
    margin-top: 1.4rem;
  }
  .hero-text-content {
    max-width: none;
  }
  .hero-sub-text {
    font-weight: 500;
  }
  .media-elements {
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.11);
  }
  .Top-deals-con {
    background-color: #e9e9e9;
    border-radius: 24px;
  }
  .containner-helper {
    margin-top: 4rem;
  }
}
@media (max-width: 34em) {
  .hero-text-container {
    text-align: left;
  }

  .hero-text-content {
    max-width: none;
  }
  .scrowler {
    grid-auto-columns: 60%;
  }
  .CTA-sub-header {
    font-size: 1.8rem;
  }
  .form {
    flex-direction: column;
  }
  .containner {
    padding: 0 1.2rem;
  }
  .CTA-container {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.103);
  }
  .CTA-container {
    grid-template-columns: 1fr;
    overflow: hidden;
    border-radius: 11px;
  }
  .CTA-img-section {
    height: 30rem;
    grid-row: 1;
    background-position: center;
  }
  .footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
  .footer-logo {
    grid-column: 2/3;
    grid-row: 2/3;
    grid-column: span 4;
    text-align: center;
  }
  .footer-social-icon-con {
    justify-content: center;
    margin-top: 1.2rem;
  }
  .hero2 {
    padding: 0;
    overflow: hidden;
  }
  .hero-con {
    padding-top: 4rem;
  }
  .shoe-icon,
  .cart-icon,
  .star {
    width: 3.5rem;
  }
  .cart-icon {
    left: 64%;
    top: 170px;
  }
  .WOMEN-hero-img {
    width: 100%;
  }
  .body2 {
    padding: 0.5rem;
  }
  .face-text {
    font-size: 1.2rem;
  }
  .WOMEN-primary-heading {
    font-size: 3.2rem;
    font-weight: 900;
  }
  .cart-icon {
    left: 64%;
    top: 113px;
  }
  .hero2 {
    background-color: #fff4cf;
  }
  .hero-con {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    padding-top: 2rem;
    background-color: #fff4cf;
  }

  .Top-deals-con {
    padding: 1rem;
  }
  .scrowler {
    padding: 2.4rem;
  }
  .footer {
    padding: 2.4rem;
  }
  .containner-helper3 {
    margin-top: 0 !important;
  }
}
