/* ====================================== */
@media (max-width: 1460px) {

  .luggage-card {
    flex: 0 0 calc((100% - 34px) / 4);
  }

  .banner-text>h1, .about-banner-section > h1 {
    font-size: 40px;
  }

  .header-icons {
    width: 18%;
  }
  .support-text > h3 {
    height: 110px;
  }

  .shop-luggage-header>h2 {
    font-size: 35px;
  }
  .product-title{
    margin-bottom: 15px;
  }
  .luggage-content > h3, .luggage-price > strong{
    font-size: 22px;
  }
  .user-information{
    width: 70%;
  }
  .user-information > p{
    font-size: 16px;
  }
  .our-mission-img{
    height: 600px;
  }
    
}
/* ====================================== */
@media (max-width: 1200px) {
  .navication-ber {
    gap: 45px;
  }

  .search-box {
    width: 75%;
  }

  .navication-ber>li>a {
    font-size: 16px;
  }

  .color-options {
    width: 15%;
  }

  .header-icons {
    width: 20%;
  }

  .luggage-content {
    padding: 5px 5px 16px 12px;
  }

  .luggage-card {
    flex: 0 0 calc((100% - 19px) / 3);
  }

  .luggage-content>h3 {
    font-size: 22px;
    height: 65px;
  }

  .collections-text>a,
  .collection-btn,
  .luggage-rating>b,
  .luggage-rating>small {
    font-size: 14px;
  }

  .product-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .luggage-price>strong {
    font-size: 18px;
  }

  .shop-luggage-header>h2 {
    font-size: 32px;
  }

  .support-text-box {
    padding: 0;
  }

  .support-text>h3 {
    height: 95px;
    font-size: 20px;
  }

  .support-text>p {
    font-size: 15px;
  }

  .user-information {
    width: 80%;
  }

  .support-content>.container>.row {
    row-gap: 30px;
  }

  .support-text-box {
    border-right: 0;
  }

  .banner-text>h1 {
    font-size: 38px;
  }

  .explore-our-collections>h2,
  .collection-titel>h2,
  .subcription-text-box>h2,
  .fllow-titel>h2 {
    font-size: 32px;
  }

  .fllow-titel>h2 {
    margin-bottom: 20px;
  }

  .fllow-us-conent>.container>.row {
    row-gap: 30px;
  }

  .subcription-from-box {
    padding: 90px 0px;
  }

  .luggage-price>strong {
    font-size: 18px;
  }

  .luggage-rating>img {
    width: 15px;
    height: 15px;
  }

  .about-banner-section>h1,
  .our-mission-text>h1 {
    font-size: 38px;
  }

  .our-mission-text>p {
    font-size: 1em;
  }

  .shop-luggage-img-box {
    height: 600px;
  }

  .our-mission-img {
    height: 500px;
  }

  .supprot-img>img {
    width: 80%;
  }
}
/* ====================================== */
@media (max-width: 1024px) {
  .navication-ber {
    gap: 30px;
  }

  .navication-ber>li>a {
    font-size: 16px;
  }
}
/* ====================================== */
@media (max-width: 992px) {
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 15px;
  }

  .navication-ber>li>a {
    font-size: 16px;
  }

  .mobile-logo {
    display: block;
    width: 130px;
    border: 0;
  }

  .mobile-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
  }

  .second-header {
    display: none;
  }

  nav {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    height: 150vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.35s ease;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
  }

  nav.active {
    left: 0;
  }

  .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }

  .sidebar-logo {
    display: block;
    width: 130px;
  }

  .sidebar-logo img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
  }

  .fillter-box>.container>.row {
    row-gap: 25px;
  }

  .sidebar-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 25px;
    cursor: pointer;
  }

  .mobile-sidebar-content {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }

  .mobile-search {
    width: 100%;
    margin-bottom: 20px;
  }

  .mobile-search .search-form {
    position: relative;
    display: flex;
    align-items: center;
  }

  .mobile-search input {
    width: 100%;
    height: 45px;
    padding: 0 45px 0 15px;
    border: 1px solid #ddd;
    outline: none;
  }

  .mobile-search .search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 0;
    /* background: transparent; */
    cursor: pointer;
  }

  .mobile-header-icons {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 30px 0px;
  }

  /* .container {
    width: min(1720px, calc(100% - 0px));
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
  } */

  .mobile-header-icons>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-decoration: none;
  }

  .mobile-header-icons .counting {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
  }

  .navication-ber {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    gap: 0px;
  }

  .navication-ber li {
    width: 100%;
    list-style: none;
  }

  .navication-ber li a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-decoration: none;
  }

  .sidebar-overlay {
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
  }

  .sidebar-overlay.active {
    display: block;
  }

  body.menu-open {
    overflow: hidden;
  }

  .sub-line {
    border-bottom: 0;
  }

  .sidebar-logo {
    border: 0;
  }

  .luggage-card {
    flex: 0 0 calc((100% - 9px) / 2);
  }

  .banner-text>h1 {
    font-size: 38px;
    height: 190px;
    margin-bottom: 0;
  }

  .banner-text {
    width: 85%;
  }

  .support-text-box {
    border-right: 0;
  }

  .supprot-img>img {
    width: 80%;
  }

  .subscribe-form {
    width: 100%;
  }

  .fllow-us-conent>.container>.row {
    row-gap: 30px;
  }

  .subcription-from-box {
    padding: 70px 0px;
  }

  .footer-list-content>.row {
    row-gap: 50px;
  }

  .footer-logo-list>h3 {
    margin-bottom: 20px;
  }

  .explore-our-collections>h2,
  .shop-luggage-header>h2,
  .collection-titel>h2,
  .subcription-text-box>h2,
  .fllow-titel>h2 {
    font-size: 30px;
  }

  .banner-text>h3,
  .luggage-content>h3,
  .collections-text>h3 {
    font-size: 20px;
  }

  .collections-text>a {
    font-size: 16px;
  }

  .luggage-content>h3 {
    height: 40px;
  }

  .main-image-wrapper {
    height: 530px;
  }

  .luggage-price>strong {
    font-size: 20px;
  }

  .explore-our-collections {
    padding: 70px 0px;
  }

  .collections-text>a,
  .collection-btn,
  .luggage-rating>b,
  .luggage-rating>small {
    font-size: 14px;
  }

  .color-options {
    gap: 0px;
    width: 20%;
    margin-top: 15px;
  }

  .product-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .thumbel-section>.container>.row {
    row-gap: 30px;
  }

  .size-options {
    gap: 25px;
  }

  .about-banner-section>h1 {
    font-size: 38px;
  }

  .our-mission-text>h1 {
    font-size: 38px;
  }

  .our-mission-text>p,
  .our-mission-text>a,
  .about-text-content>p {
    font-size: 1em;
  }

  .our-mission-img {
    height: 480px;
  }

  .shop-luggage-img-box {
    height: 400px;
  }

  .user-information {
    width: 90%;
  }
}
/* ====================================== */
@media (max-width: 768px) {
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 15px;
  }

  .navication-ber>li>a {
    font-size: 16px;
  }
  .support-text>h3 {
        height: 65px;
    }
  .mobile-logo {
    display: block;
    width: 130px;
    border: 0;
  }

  .mobile-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
  }

  .second-header {
    display: none;
  }

  nav {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    height: 150vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.35s ease;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
  }

  nav.active {
    left: 0;
  }

  .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }

  .sidebar-logo {
    display: block;
    width: 130px;
  }

  .sidebar-logo img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
  }

  .fillter-box>.container>.row {
    row-gap: 25px;
  }

  .sidebar-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 25px;
    cursor: pointer;
  }

  .mobile-sidebar-content {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }

  .mobile-search {
    width: 100%;
    margin-bottom: 20px;
  }

  .mobile-search .search-form {
    position: relative;
    display: flex;
    align-items: center;
  }

  .mobile-search input {
    width: 100%;
    height: 45px;
    padding: 0 45px 0 15px;
    border: 1px solid #ddd;
    outline: none;
  }

  .mobile-search .search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 0;
    /* background: transparent; */
    cursor: pointer;
  }

  .mobile-header-icons {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 30px 0px;
  }

  .container {
    width: min(1720px, calc(100% - 0px));
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-header-icons>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-decoration: none;
  }

  .mobile-header-icons .counting {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
  }

  .navication-ber {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    gap: 0px;
  }

  .navication-ber li {
    width: 100%;
    list-style: none;
  }

  .navication-ber li a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-decoration: none;
  }

  .sidebar-overlay {
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
  }

  .sidebar-overlay.active {
    display: block;
  }

  body.menu-open {
    overflow: hidden;
  }

  .announcement-wrapper {
    width: 90%;
  }

  .banner-text {
    width: 80%;
  }

  .banner-text>h1 {
    font-size: 38px;
  }

  .banner-text>p,
  .collections-text>p {
    font-size: 16px;
  }

  .hero-btn {
    width: 200px;
    font-size: 16px;
  }

  .hero-banner {
    flex-direction: column;
    gap: 20px;
  }

  .sidebar-logo {
    border: 0;
  }

  .luggage-img,
  .carpets {
    width: 100%;
  }

  .explore-our-collections>h2,
  .shop-luggage-header>h2,
  .fllow-titel>h2,
  .subcription-text-box>h2,
  .collection-titel>h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .explore-our-collections {
    padding: 50px 0px;
  }

  .luggage-content>h3 {
    font-size: 20px;
    height: 40px;
  }

  .shop_luggage-section {
    padding: 50px 0px;
  }

  .luggage-price>strong {
    font-size: 18px;
  }

  .explore-our-collections>.container>.row,
  .collection-content-box>.container>.row,
  .fllow-us-conent>.container>.row {
    row-gap: 25px;
  }

  .subscribe-form {
    width: 100%;
  }

  .subscribe-btn {
    font-size: 14px;
  }

  .collections-text>h3,
  .banner-text>h3,
  .support-text>h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .collections-text>p {
    margin-bottom: 20px;
  }

  .collections-text>a,
  .collection-btn,
  .luggage-rating>b,
  .luggage-rating>small {
    font-size: 14px;
  }

  .collections-box {
    padding-left: 20px;
  }

  .luggage-arrow {
    width: 30px;
    height: 30px;
  }

  .view-all {
    margin-right: 0;
    padding: 10px 8px;
  }

  .luggage-card {
    flex: 0 0 calc((100%) / 2);
  }

  .subcription-from-box {
    padding: 80px 0px;
  }

  .footer-list-content>.row {
    row-gap: 35px;
  }

  .footer-logo-list>h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .footer-list>li>a {
    font-size: 14px;
  }

  .footer-logo-box>p {
    margin-bottom: 30px;
  }

  .footer-icon>i {
    font-size: 25px;
  }

  .contact-item>h3 {
    font-size: 1em;
  }

  .copyright>a,
  .footer-credit>a,
  .copyright>span {
    font-size: 12px;
  }

  .banner-text>h3 {
    margin-bottom: 20px;
  }

  .support-text-box {
    border-right: 0;
    gap: 10px;
  }

  .shop-luggage-img-box {
    height: 400px;
  }

  .quick-view-details h2 {
    font-size: 20px;
  }

  .view-full-product {
    font-size: 14px;
  }

  .quick-view-details {
    padding: 20px;
  }

  .quick-view-close {
    right: -13px;
  }

  .color-option {
    width: 100%;
  }

  .footer-credit {
    font-size: 12px;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  .product-title {
    font-size: 26px;
  }

  .stock {
    font-size: 10px;
  }

  .user-information {
    width: 100%;
  }

  .user-information>p {
    font-size: 1em;
  }

  .user-information>h2 {
    font-size: 32px;
  }

  .thumbel-section>.container>.row {
    row-gap: 25px;
  }

  .size-btn {
    font-size: 18px;
  }

  .option-title {
    font-size: 12px;
  }

  .color-options {
    width: 10%;
  }

  .product-price {
    width: 100%;
  }

  .tab-content p,
  .feature-list strong,
  .our-mission-text>p {
    font-size: 16px;
  }

  .luggage-card {
    flex: 0 0 calc((100%) / 2);
  }

  .add-cart-btn,
  .buy-now-btn,
  .our-mission-text>a {
    font-size: 16px;
  }

  .our-mission-text>p {
    margin-bottom: 15px;
  }

  .quantity-box {
    width: 180px;
  }

  .purchase-area {
    gap: 95px;
  }

  .about-banner-section>h1,
  .our-mission-text>h1 {
    font-size: 38px;
  }

  .our-mission>.container>.row {
    row-gap: 25px;
  }

  .about-text-content {
    width: 80%;
    margin: auto;
  }

  .about-text-content>p,
  .shop-text-list>a {
    font-size: 16px;
  }

  .our-mission-img>img {
    width: 100%;
  }

  .our-mission {
    padding: clamp(0px, 4vw, 100px);
  }

  .sub-line {
    border-bottom: 0;
  }

  .luggage-box-content>.container>.row {
    row-gap: 25px;
  }

  .shop-text-list>h3 {
    font-size: 20px;
  }

  .filter-heading span {
    font-size: 20px;
  }
}
/* ====================================== */
@media (max-width: 576px) {
  nav {
    width: 300px;
    left: -300px;
  }
  .support-text-box{
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .fllow-us-img{
  height: 250px;
}
  .support-text > h3{
    height: 60px;
  }
  .supprot-img > img{
    width: 65%;
  }
  .navication-ber>li>a {
    font-size: 16px;
  }

  .shop-luggage-img-box {
    height: 300px;
  }

  .tab-btn {
    font-size: 12px;
  }

  .announcement-text {
    font-size: 12px;
  }

  .shop-luggage-header {
    flex-direction: column;
  }

  .sidebar-header {
    padding: 15px;
  }

  .sidebar-logo {
    width: 120px;
  }

  .mobile-sidebar-content {
    padding: 15px;
  }

  .luggage-card {
    flex: 0 0 calc((100%) / 1);
  }

  .announcement-text {
    font-size: 12px;
  }

  .footer-credit {
    font-size: 12px;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }
}
/* ====================================== */
/* ====================================== */
@media (max-width: 480px){
  .about-banner-section{
    height: 460px;
  }
  .our-mission{
    padding: 50px 0px;
  }
  .user-information{
    padding: 15px;
  }
  .inform-fill > input{
    padding: 15px 20px;
  }
  iframe {
    height: 300px;
}
    .purchase-area {
        gap: 45px;
    }
        .size-options {
        gap: 10px;
    }
    .quantity-box {
        width: 127px;
    }
    .size-btn{
      min-width: 115px;
    }
    .about-choose{
      height: 500px;
    }
}
/* ====================================== */