@media (min-width: 1441px) {
  html {
    font-size: 75%;
  }
}

@media (min-width: 2000px) {
  html {
    font-size: 95%;
  }
}

@media (max-width: 1086px) {
  html {
    font-size: 57.5%;
  }

  .menu-category:nth-child(7) {
    display: none;
  }

  .grid-2-box {
    padding: 8.4rem 3.2rem 0 3.2rem;
  }

  .left-box .arrow {
    top: 62%;
  }

  .right-box .bottom-right {
    right: 4%;
  }
}

@media (max-width: 872px) {
  .left-box h2 {
    font-size: 3.6rem;
  }

  .collection-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-category:nth-child(6) {
    display: none;
  }

  .desktop-navigation-menu .container {
    margin: 0;
  }

  .feel-special .special-text-box h4 {
    width: max-content;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 52.5%;
  }

  .grid-2-box {
    padding: 7.2rem 2.4rem 0 2.4rem;
  }

  .collection-pdt {
    padding: 5.2rem 3.6rem;
  }

  .collection-pdt div {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .left-box .three-btn {
    gap: 1.2rem;
  }

  .three-btn span {
    font-size: 1.4rem;
  }

  .left-box .three-img-right {
    padding: 4.8rem 0 0 0;
    gap: 1.4rem;
  }

  .left-box .three-img-right img {
    width: 16%;
  }

  .left-box .three-img-right span {
    font-size: 1.8rem;
    padding: 0;
  }

  .right-box .top-left {
    left: 6%;
  }

  .right-box .bottom-right {
    right: 0%;
  }

  .left-box .arrow {
    top: 67%;
  }

  .left-box .hero-s {
    width: 40%;
  }

  .bottom-header .header-logo {
    max-width: 25vw;
  }

  .right-box .top-left,
  .right-box .bottom-right {
    font-size: 1.6rem;
  }

  .right-box span {
    font-size: 1.8rem;
  }

  .desktop-menu-category-list .menu-category>.menu-title {
    font-size: 1.8rem;
    border-right: 1px solid #092135bf;
  }

  .title-heading h1 {
    font-size: 3.6rem;
  }

  .title-heading h1 span {
    font-size: 1.2rem;
  }

  .title-heading h1 span {
    max-width: 90%;
  }

  .title-heading h1 span:after,
  .title-heading h1 span:before {
    height: 3px;
  }

  footer .grid-4-box img {
    width: 100%;
  }

  footer .grid-4-box {
    padding: 3.6rem 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {

  /* MOBILE */
  .desktop-navigation-menu,
  .custom-dots-class {
    display: none !important;
  }

  .social-icons-box {
    display: none;
  }

  .social-icons-box-2 {
    display: block;
  }

  .top-header {
    padding: 0 1.6rem;
  }

  .top-header .icons {
    gap: 1.2rem;
  }

  .collection-pdt {
    padding: 1.2rem;
  }

  .collection-pdt div {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  .grid-4-box div:nth-child(6) {
    grid-column: 1/3;
  }

  .mobile-bottom-navigation {
    display: block;
    position: fixed;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    background-color: white;
    z-index: 4;
  }

  .mobile-bottom-navigation .nav-bottom-box {
    display: flex;
    align-items: center;
    width: 100vw;
    padding: 0.4rem 2rem;
    height: auto;
    justify-content: space-around;
  }

  .nav-bottom-box .icon {
    height: fit-content;
    padding: 1.2rem;
  }

  .nav-bottom-box .icon ion-icon {
    height: 32px;
    width: 32px;
  }

  .mobile-navigation-menu {
    display: block;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: -85vw;
    /* Initially off-screen to the left */
    background-color: white;
    width: 85vw;
    z-index: 16;
    height: 100%;
    transition: left 0.5s ease-in-out;
    /* Add transition property */
  }

  .mobile-navigation-menu:not(.active) {
    left: -85vw;
    /* Keep it off-screen when not active */
  }

  .mobile-navigation-menu.active {
    left: 0;
    /* Slide in from the left when active */
  }

  .nav-menu-box {
    padding: 3.2rem;
    scroll-behavior: smooth;
    overflow: scroll;
  }

  .dropdown-list-nav {
    display: none;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }

  .nav-menu-title .dropdown-list-nav.active {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 2.5;
    margin-top: 2rem;
    opacity: 1;
  }

  .rotate-icon {
    transform: rotate(180deg);
    margin-top: 5px;
    transition: transform 0.3s ease-in-out;
  }

  .nav-menu-title .dropdown-list-nav.active a:not(.dropdown-list-nav.active a:last-child) {
    border-bottom: 1px dotted #3333332e;
  }

  .nav-label-box {
    display: flex;
    align-items: center;
    padding-bottom: 1.2rem;
    justify-content: space-between;
  }

  .nav-label-box p {
    font-size: 2.6rem;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--c-2);
  }

  .nav-label-box span ion-icon {
    height: 32px;
    width: 32px;
  }

  .nav-menu-box .nav-menu-title {
    font-size: 2.2rem;
    position: relative;
    line-height: 1.5;
    letter-spacing: 1.5px;
    padding: 1.2rem;
    border-bottom: 1px solid #5f5c5c30;
  }

  .nav-menu-title ion-icon {
    padding: 4px 0 0 4px;
    position: absolute;
  }

  .nav-social-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3.2rem 0;
  }

  .nav-social-box ion-icon {
    height: 24px;
    width: 24px;
  }

  .sliding-text {
    line-height: 1.5;
    font-size: 1.8rem;
  }

  .bottom-header .header-logo {
    max-width: 54vw;
    padding-top: 2.4rem;
  }

  .mobile {
    display: block;
    margin-bottom: 0;
  }

  .contact-box {
    display: grid;
  }

  .grid-2-box,
  .contact-box {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 2rem;
  }

  .left-box {
    padding: 0 0 3.2rem 0;
  }

  .left-box h2 {
    font-size: 4.8rem;
  }

  .left-box p {
    font-size: 1.6rem;
  }

  .left-box .three-img-right {
    padding: 9.2rem 0 0 0;
    gap: 1.6rem;
  }

  .left-box .arrow {
    top: 60%;
  }

  .left-box .three-img-right span {
    font-size: 2rem;
  }

  .left-box .three-img-right img {
    width: 14%;
  }

  .right-box {
    margin: 3.6rem 2.4rem 0 0;
  }

  .right-box .top-left,
  .right-box .bottom-right {
    font-size: 2rem;
  }

  .right-box span {
    font-size: 2.2rem;
  }

  .right-box .bottom-right {
    right: 1%;
    bottom: 15%;
  }

  .right-box .top-left {
    left: 11%;
  }

  .mid-symbol {
    padding-bottom: 3.2rem;
  }

  .mid-symbol svg {
    width: 42px;
    height: 42px;
  }

  .collection-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .collection-box div {
    width: 75%;
    border-radius: 12px;
    border: 0;
  }

  .collection-box div img {
    border-radius: 11px;
  }

  .std-grid {
    margin: 2rem;
  }

  .grid-5-box {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-5-box div:first-child {
    display: none;
  }

  .grid-5-box img {
    border-radius: 12px;
  }

  .title-heading h1 span {
    grid-gap: 1rem;
  }

  .feel-special {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 3.2rem;
    background-color: inherit;
  }

  .feel-special .special-text-box {
    position: unset;
    transform: translate(0, 0);
  }

  .special-text-box span,
  .special-text-box p,
  .feel-special .special-text-box h4 {
    color: #222222ea;
  }

  .feel-special img {
    opacity: 0.95;
  }

  .special-text-box p {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
  }

  .feel-special .special-text-box h4 {
    width: unset;
  }

  .special-text-box button {
    display: none;
  }

  .ig-img-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ig-img-grid div:nth-child(3) {
    display: none;
  }

  .contact-box {
    margin: 0;
    gap: 0;
  }

  .contact-box .contact-place {
    width: 100vw;
  }

  .contact .title-heading {
    width: 100%;
    margin: 3.2rem 0 0 0;
  }

  .grid-4-box div:first-child {
    grid-column: 1/3;
  }

  footer .icons .icon ion-icon {
    height: 20px;
    width: 20px;
  }

  .prev,
  .next {
    display: none;
  }

  .container2 {
    align-items: flex-start;
  }

  footer {
    margin-bottom: 5.4rem;
  }

  footer .grid-4-box {
    grid-template-columns: repeat(2, 1fr);
    place-items: left;
  }
}

@media (max-width: 26.625em) {
  html {
    font-size: 46.5%;
  }
}

@media (max-width: 23.5em) {
  html {
    font-size: 40.5%;
  }
}