/* MAX WIDTH 1440PX */
@media screen and (max-width: 1440px) {
  .trendy-collections,
  .home_banner_collection {
    width: 368px;
    height: 385px;
  }
  .left_top_section {
    width: 750px;
    height: 630px;
  }
  .right_side_section {
    width: 575px;
    height: 1025px;
  }
  .shop_now-btn a,
  .contact_us_btn a {
    width: 230px;
  }
  .shop_now-btn a {
    right: 268px;
  }
  .contact_us_btn a {
    right: 25px;
  }
  .marquee-tag-container {
    padding: 30px 0px;
  }
  .marquee-tags-section {
    width: 700%;
    padding: 30px 0px;
  }
  .t-shirt-collection-subcategory {
    width: 160px;
  }
  .t-shirt-collection-subcategory img {
    width: 100%;
    /* height: 100%; */
  }
  .left_top_section h1 {
    font-size: 92px;
    line-height: 100px;
  }
  h5.heading {
    font-size: 125px;
    line-height: 180px;
    padding: 50px 0px;
  }
  .just-dropped-products .product img,
  .best-sellers-products .product img {
    width: 327px;
    height: 500px;
    border-radius: 15px;
  }
  .just-dropped-products .product .primary-category,
  .best-sellers-products .product .primary-category {
    font-size: 24px;
    padding-top: 20px;
  }
  .gender_collections {
    gap: 10px;
  }
  .gender-collection-subcategory {
    width: 440px;
    height: 650px;
    background-size: cover;
  }
  .footer-menu-container {
    padding: 100px 60px 50px;
  }
  .kumari-statue {
    width: 80%;
    height: 610px;
  }
  .back-to-top {
    width: 120px;
    height: 120px;
  }
  footer .brand-name {
    font-size: 270px;
    line-height: 280px;
  }
  .footer-bottom-menu {
    padding: 30px 50px 20px;
  }
  .featured-collection-subcategory {
    width: 423px;
    background-size: contain;
  }
}

/* MAX WIDTH 1200PX */

@media screen and (max-width: 1200px) {
  .kumari-statue {
    width: 65%;
    height: 353px;
  }
  .footer-menu-container {
    padding: 65px 60px 20px;
  }
  .footer-menu-container ul li {
    font-size: 25px;
    line-height: 31px;
    padding-bottom: 20px;
  }
  .footer-menu-container ul li:first-child {
    font-size: 25px;
    line-height: 35px;
  }
  .footer-bottom-menu .footer-menus ul li a {
    font-size: 18px;
  }
  .footer-bottom-menu .footer-menus ul {
    gap: 20px;
  }
  .footer-bottom-menu {
    padding: 30px 15px 20px;
    font-size: 18px;
  }

  .back-to-top {
    width: 80px;
    height: 80px;
    background-size: 60%;
  }
  h5.heading {
    font-size: 85px;
    line-height: 110px;
    padding: 30px 0px;
  }
  .gender-collection-subcategory {
    width: 310px;
    height: 450px;
  }
  .marquee-tags-section {
    width: 1000%;
    padding: 25px 0px;
  }
  .marquee-tag {
    font-size: 40px;
  }
  .t-shirt-collection-subcategory h5 {
    font-size: 15px;
  }
  .left_top_section {
    width: 520px;
    height: 475px;
  }
  .trendy-collections,
  .home_banner_collection {
    width: 253px;
    height: 280px;
    background-size: cover;
  }
  .left_top_section h1 {
    font-size: 55px;
    line-height: 65px;
    padding-left: 25px;
    padding-top: 25px;
  }
  .left_top_section h2 {
    font-size: 21px;
    line-height: 31px;
    padding: 50px 20px 10px;
  }
  .trendy-collections a,
  .home_banner_collection a {
    font-size: 35px;
  }
  .hero_section {
    padding: 0px 20px;
  }
  .right_side_section {
    width: 450px;
    height: 764px;
  }
  .jsut_dropped_collections,
  .best_seller_collections {
    padding: 0px 20px;
  }
  footer .brand-name {
    font-size: 190px;
    line-height: 210px;
  }
  footer .brand-name span {
    font-size: 65px;
  }
  .footer-menu-container ul li a {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .just-dropped-products .product img, .best-sellers-products .product img {
    width: 240px;
    height: 400px;
}
.grid-item,.item {
  width: 45%;
}
header{
  padding: 0px 20px;
  margin: 10px 0px;
}
}

/* MAX WIDTH 768px */
@media screen and (max-width: 800px) {
  footer .brand-name {
    font-size: 140px;
    line-height: 160px;
}
.gender-collection-subcategory {
  width: 239px;
  height: 350px;
}
.gender_collection_btn h5 {
  font-size: 45px;
  line-height: 55px;
}
.gender_collection_btn button{
  width: 140px;
  height: 40px;
  font-size: 20px;
}
.marquee-tags-section {
  width: 1200%;
  padding: 20px 0px;
}
.search-icon, .wishlist-icon, .carticon__icon {
  width: 30px;
  height: 30px; 
  background-size: contain;
}
.brand-logo {
  width: 300px;
}
.brand-logo img {
  width: 100%;
  height: 100%;
}
.hero_section {
  padding: 0px 15px;
  flex-direction: column;
}
.left_top_section::after{
  display: none;
}
.left_top_section{
  width: 100% ;
  height: 330px;

}
.trendy-collections, .home_banner_collection{
  width: 50%;
}
.right_side_section{
  width: 100%;
  height: 350px;
}
.just-dropped-products .product img, .best-sellers-products .product img {
  width: 100%;
}
.kumari-statue {
  width: 58%;
  height: 230px;
}
.footer-bottom-menu .footer-menus ul li a {
  font-size: 14px;
}
.footer-bottom-menu {
  font-size: 14px;
}
.footer-menu-container ul li {
  padding-bottom: 15px;
}
.footer-menu-container ul li a {
  padding-bottom: 15px;
  font-size: 20px;
}
.footer-menu-container ul li:first-child {
  font-size: 20px;
  line-height: 30px;
}
.back-to-top {
  width: 55px;
  height: 55px;
  background-size: 60%;
}
h5.heading {
  font-size: 70px;
  line-height: 90px;
  padding: 15px 0px;
}
.featured_collections .sub_title {
  font-size: 20px;
  line-height: 20px;
}
.left_top_section h1 span{
  display: none;
}
.just-dropped-products, .best-sellers-products {
  grid-template-columns: repeat(2, 1fr);
}
 }