/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1920px) {
  .banner-container {
    height: 800px;
  }

  .banner-container .banner-img {
    height: 800px;
  }

  .banner-floating-img {
    width: 1000px;
    top: 6em;
  }

  .banner-detail {
    top: 17em;
    left: 12em;
  }

  .banner-detail .bull-img {
    width: 500px;
  }

  .slogan-bull-img {
    width: 300px;
  }

  .banner-detail-btn {
    font-size: 20px;
  }

  .home-quotes {
    font-size: 24px;
  }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  .with-margin-left {
    margin-left: auto;
  }
  
  .banner-floating-img {
    width: 600px;
    top: 9em;
    right: 1em;
  }
  
  .banner-detail {
    left: 5em;
  }
  
  .banner-detail .bull-img {
    width: 300px;
  }

  .content-header .content-title {
    padding-top: 4em;
    padding-left: 2em;
  }

  .collection-detail-container {
    padding: 1em 1em 1em 2em;
  }

  .content-header h2, .content-header h4 {
    font-size: 52px;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }
}
/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
  /* Header */

  .header > .row {
    height: 70px;
  }

  .header img {
    width: 75px;
    left: 25px;
    right: unset;
  }

  .mobile-menu {
    display: block;
    float: right;
    margin-top: 13px;
  }

  .padding-div {
    padding-top: 70px;
  }

  /* End Header */

  /* Footer */

  .row {
    margin: 0;
  }

  .contact-container {
    margin-top: 20px;
    padding: 0;
  }

  .contact-container p {
    font-size: 11px;
  }

  .information-container ul {
    font-size: 11px;
  }  

  /* End Footer */

  /* Home */

  .with-margin-left {
    margin-left: auto;
  }

  .banner-container {
    height: 500px;
    clip-path: polygon(
      50% 0%,
      100% 0,
      100% 19%,
      100% 68%,
      100% 31%,
      100% 85%,
      40% 100%,
      0 90%,
      0 0,
      19% 0
    );
    -webkit-clip-path: polygon(
      50% 0%,
      100% 0,
      100% 19%,
      100% 68%,
      100% 31%,
      100% 85%,
      40% 100%,
      0 90%,
      0 0,
      19% 0
    );
  }

  .banner-container .banner-img {
    height: 500px;
    bottom: 0em;
    clip-path: polygon(
      50% 0%,
      100% 0,
      100% 19%,
      100% 68%,
      100% 31%,
      100% 84%,
      40% 99%,
      0 89%,
      0 0,
      19% 0
    );
    -webkit-clip-path: polygon(
      50% 0%,
      100% 0,
      100% 19%,
      100% 68%,
      100% 31%,
      100% 84%,
      40% 99%,
      0 89%,
      0 0,
      19% 0
    );
    object-position: unset;
  }

  .banner-detail {
    right: 0;
    left: unset;
    width: 100%;
    top: 12em;
  }

  .video-company-home {
    height: unset;
  }

  .banner-floating-img {
    display: none;
  }

  .banner-detail .bull-img {
    width: 200px;
  }

  .banner-detail-title {
    font-size: 10px;
    margin-bottom: 10px !important;
  }

  .banner-detail-wording {
    font-size: 7px;
    margin-right: 0;
    margin-bottom: 10px !important;
  }

  .banner-detail-btn {
    font-size: 8px;
    padding: 5px 10px;
  }

  .featured-product .featured-product-slogan {
    font-size: 20px;
  }

  .category-home-container .col-lg-4,
  .category-home-container .col-6 {
    padding: 0;
  }

  .category-card {
    padding: 0;
    height: 150px;
    margin: 10px;
  }

  .category-card .category-detail {
    width: 100%;
    height: 50px;
    bottom: 0;
  }

  .category-card .category-detail .category-detail-title {
    text-decoration: unset;
  }

  .category-card .category-detail .category-detail-description {
    display: none;
  }

  .category-detail-link {
    display: none;
  }

  .see-more-card {
    height: 170px;
  }

  .featured-product-title {
    margin-bottom: 1em !important;
  }

  .section {
    padding: 10px;
  }

  .section-title {
    font-size: 20px;
  }

  .section-title-hr {
    margin-right: 85%;
  }

  .new-coming-container {
    margin-top: 0 !important;
    text-align: center;
  }

  .new-coming-container img {
    margin: 0px auto;
    display: flex;
    height: 170px;
  }

  section.slider {
    padding: 10px 0px;
  }

  .collection-slider {
    overflow: hidden;
  }

  .collection-item img {
    height: 125px;
  }

  section.slider .more {
    display: none;
  }

  section.about-us {
    padding: 10px;
  }

  section.about-us .about-container .about-detail .row {
    padding: 0px 15px;
  }

  section.about-us .about-container .about-detail .col-md-9,
  section.about-us .about-container .about-detail .col-md-3 {
    padding: 0;
  }

  .about-container .about-detail img {
    width: 100px;
    height: 50px;
  }

  section.about-us .about-container .about-detail p {
    font-size: 10px;
  }

  #product-container .col-6 {
    padding: 0;
  }

  .collection-img {
    margin: 0px 5px;
  }

  .new-coming-container .new-coming-title {
    margin: 5px 0px !important;
  }

  .product-container {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .product-container img {
    width: 100px;
    height: 50px;
  }

  .product-container p {
    font-size: 10px;
  }

  section.information {
    padding: 10px;
  }

  /* End Home */

  /* Content Header */

  .header-container {
    display: none;
  }

  .content-header .content-title {
    height: 100%;
    padding: 15px;
  }

  .content-header {
    background-position: bottom !important;
    max-height: 100px;
  }

  .content-title h4 {
    font-size: 30px;
  }

  .content-title h2 {
    font-size: 20px;
  }

  /* End Content Header */

  /* About Us */

  .about-container {
    padding: 70px 10px 10px 10px;
  }

  .service-card {
    max-width: 100%;
    margin: 50px 10px;
  }

  .service-card .service-title {
    font-size: 14px;
  }

  .service-card .service-detail {
    font-size: 10px;
  }

  .service-card .service-icon {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .about-detail .row {
    padding: 0px 15px;
  }

  .about-detail .col-md-9,
  .about-detail .col-md-3 {
    padding: 0;
  }

  /* End About Us */

  /* Collection */

  .collection-container {
    padding: 10px;
  }

  .collection-category .col-md-2 {
    margin: 5px 0px;
  }

  .collection-detail-container {
    padding: 10px 15px;
  }

  .collection-detail-container img {
    width: 100px;
    max-height: 250px;
    object-fit: contain;
    margin: 15px 0px;
  }

  .marketplace-icon {
    width: 60px !important;
  }

  .collection-detail-container .row .col-md-6 {
    padding: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  .carousel-control-prev {
    left: 0;
  }

  .video-detail-product {
    height: 250px;
  }

  #carousel-banner-detail .carousel-indicators {
    bottom: 0;
  }

  .collection-detail-container .collection-title {
    font-size: 26px;
    margin-top: 0.5em;
  }

  /* End Collection */

  /* Investor Relation */

  .investor .investor-container {
    padding: 20px;
  }

  .investor .investor-title .baret {
    width: 30px;
    margin-right: 10px;
  }

  .investor .investor-title .title {
    font-size: 20px;
  }

  .investor .investor-card {
    padding-bottom: 20px;
    width: unset;
  }

  .investor .investor-card img {
    width: 100px;
  }

  .investor .investor-card .investor-card-title {
    margin-top: 12px !important;
    font-size: 15px;
  }

  .investor .investor-card .investor-card-detail {
    font-size: 13px;
  }

  .investor .investor-card .investor-card-date {
    font-size: 11px;
  }

  .investor .investor-card .download-btn {
    left: 11em;
  }

  /* End Investor Relation */

  /* Gallery */

  .gallery .gallery-container {
    padding: 15px;
  }

  .gallery .gallery-title .baret {
    width: 30px;
    margin-right: 10px;
  }

  .gallery .gallery-title .title {
    font-size: 20px;
  }

  /* End Gallery */

  /* Contact Us */

  .contact-us-container {
    padding: 15px 10px;
  }

  #map {
    height: 200px !important;
  }

  .contact-us-container .contact-detail p {
    font-size: 10px;
  }

  .contact-us-container .contact-detail {
    padding-left: 15px;
  }

  .contact-us-container .contact-detail .mt-5 {
    margin-top: 0px !important;
  }

  .contact-us-container .contact-detail div {
    position: relative;
  }

  /* End Contact Us */
}
