/* banner section code */
.banner-section {
  background: url("../assets/collection-page-banner.png") no-repeat center/cover;
  min-height: 80vh;
}
.banner-content {
  border-radius: 20px;
  padding: 48px 86px;
  max-width: 470px;
}
.banner-content:hover {
  transform: scale(1.2, 1.2);
  transition: 2s linear;
  cursor: pointer;
}
/* collection secton code */
.collect-sec .cards > .card-img {
  max-width: 467px;
}
.collect-name {
  font-family: "Amiri", serif;
  font-size: 30px;
  margin-top: 28px;
}
.collect-sec .card-img:hover {
  transition: 0.7s linear;
  transform: translateY(-20px);
}
/* ====================================================
                media query code
==================================================== */

@media screen and (max-width: 1400px) {
  /* navbar code */
  .offcanvas {
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    backdrop-filter: blur(20px);
    padding-top: 70px;
  }
  .nav-item {
    margin: 0 0 20px !important;
  }
  .close-btn {
    position: absolute;
    right: 30px;
    top: 80px;
    border: none;
    background: none;
    padding: 0 15px;
  }
  .close-btn > span {
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: white;
    left: 0;
    top: 4px;
    right: 0;
    transform: rotate(45deg) translate(-5px);
  }
  .close-btn::after {
    content: "";
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    transform: rotate(-45deg) translate(-5px);
  }
  .nav-icons {
    padding: 0;
    margin: 0 auto 20px;
    border: 0 !important;
  }
  .cart-section {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  /* collection section code */
  .collect-sec .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* footer-section code */
  .footer-top .row > div:first-child .desc {
    margin: 0 auto;
  }
  .footer-top .row > div:last-child ul {
    justify-content: center;
  }
  .footer-top .row > div:last-child ul .social-links {
    margin-right: 15px;
  }
  .footer-hdr {
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  /* banner section code */
  .banner-content {
    width: calc(0.65 * 992px);
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title1 {
    font-size: 45px;
  }
  .primary-btn {
    padding: 20px 30px;
  }
  .title2 {
    font-size: 35px;
  }
  .title2-sub {
    font-size: 12px;
  }
  /* banner section code */
  .banner-content {
    width: calc(0.5 * 768px);
    padding: 30px;
  }
  /* collection section code */
  .collect-name {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .title1 {
    font-size: 25px;
  }
  .desc {
    font-size: 13px;
  }
  .title2 {
    font-size: 24px;
  }
  .title2-sub {
    font-size: 12px;
  }
  .title3 {
    font-size: 20px;
  }
  .primary-btn {
    font-size: 13px;
    padding: 10px !important;
  }
  .section-padding {
    padding: 50px 0;
  }
  /* navbar code */
  .nav-logo > a {
    width: 190px;
  }
  .offcanvas {
    font-size: 13px;
  }
  /* banner section code */
  .banner-content {
    width: calc(0.4 * 576px);
    padding: 15px;
  }
  /* collection section code */
  .collect-name {
    font-size: 20px;
    margin-top: 10px;
  }
  /* footer section code */
  .footer-sec form input[type="email"] {
    padding: 5px;
  }
  .footer-sec form input[type="submit"] {
    font-size: 13px;
    padding: 10px 40px !important;
  }
  .ftr-btm-cntn {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .primary-btn {
    font-size: 10px;
  }
  /* navbar code */
  .nav-logo > a {
    width: 140px;
  }
  /* banner section code */
  .banner-content {
    width: calc(0.35 * 576px);
  }
}
