/* banner-section code */
.banner-section {
  background: url("../assets/banner.png") no-repeat center/cover;
  min-height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content {
  max-width: 793px;
  border-radius: 21px;
  padding: 76px 60px;
  margin: 0 auto;
}
.banner-content .desc {
  margin-bottom: 35px;
}

.banner-content .primary-btn span {
  margin-right: 16px;
  letter-spacing: 3px;
}

/* products-section code */
.products-section .title2 {
  margin: 14px 0 25px;
}
.products-section .products-icon {
  margin-bottom: 30px;
}
.products-section .product-img {
  max-width: 347px;
}
.products-section .stars-row {
  margin: 22px 0 10px;
}
.products-section .stars-row .stars {
  margin-right: 5px;
}
.products-desc {
  font-family: "Amiri", serif;
  font-size: 20px;
}
.products-price {
  font-family: "Gothic A1", sans-serif;
  font-size: 15px;
  margin-top: 6px;
}
/* stories section code */
.stories-sec .row {
  column-gap: 60px;
}
.stories-sec .parent-box {
  position: relative;
}
.stories-sec .big-image {
  max-width: 641px;
}
.stories-sec .small-image {
  max-width: 333px;
  position: absolute;
  right: 0;
  bottom: -56px;
}

.stories-sec .image-box > div:hover {
  transform: scale(0.9, 0.9);
  transition: 3s linear;
}
.stories-sec .title2 {
  line-height: 1.1;
}
.stories-sec .desc {
  margin-bottom: 30px;
}
.stories-sec .primary-btn {
  padding: 16px 35px;
}
.stories-sec .primary-btn span {
  margin-right: 10px;
}
/* advantage section code */
.advntg-sec .title2 {
  margin: 20px 0;
}
.advntg-line-icon {
  margin-bottom: 52px;
}
.advntg-icon {
  max-width: 111px;
  margin: 0 auto;
}
.advntg-sec .title3 {
  margin: 30px 0 2px;
}
.advntg-sec .row > div {
  margin-bottom: 20px;
}
.advntg-icon:hover {
  transform: scale(1.5);
  transition: 3s ease-out;
}
/* arrivals section code */
.arrival-sec {
  background: url("../assets/arrival-bg-img.png") no-repeat center/cover;
}
.arrival-sec .title2 {
  margin: 14px 0 25px;
}
.arrival-sec .arrivals-icon {
  margin-bottom: 30px;
}
.arrival-sec .product-img {
  max-width: 347px;
}
.arrival-sec .stars-row {
  margin: 22px 0 10px;
}
.arrival-sec .stars-row .stars {
  margin-right: 5px;
}
.arrival-sec .products-desc {
  font-family: "Amiri", serif;
  font-size: 20px;
}
.arrival-sec .products-price {
  font-family: "Gothic A1", sans-serif;
  font-size: 15px;
  margin-top: 6px;
}
/* ======================
    media query section
========================= */

@media screen and (max-width: 1400px) {
  /* navbar code
  .menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    position: relative;
    z-index: 99;
  }
  .menu span {
    height: 2px;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s linear;
  }
  .menu::after,
  .menu::before {
    content: "";
    height: 2px;
    background-color: white;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.5s linear;
  }
  .menu::before {
    top: -5px;
  }
  .menu::after {
    bottom: -5px;
  }
  .menu.show span {
    transform: translateX(-30px);
    opacity: 0;
  }
  .menu.show::after {
    transform: rotate(45deg) translateX(-12px);
  }
  .menu.show::before {
    transform: rotate(-45deg) translateX(-13px);
  }
  .nav-collapse {
    flex-direction: column;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 60%;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 70px;
    transition: 0.5s linear;
    backdrop-filter: blur(20px);
  }
  .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;
  } */
  /* stories section code */
  .stories-sec .big-image {
    width: 500px;
  }
  .stories-sec .small-image {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  /* products section code */
  .products-section .cards .product-img {
    margin: auto;
  }
  .products-section .cards {
    text-align: center;
    margin-bottom: 30px;
  }
  .products-section .stars-row {
    justify-content: center;
  }
  /* arrivals section code */
  .arrival-sec .cards .product-img {
    margin: auto;
  }
  .arrival-sec .cards {
    text-align: center;
    margin-bottom: 30px;
  }
  .arrival-sec .stars-row {
    justify-content: center;
  }
  /* stories section code */
  .stories-sec .big-image {
    width: 400px;
  }
  .stories-sec .small-image {
    width: 200px;
  }
  /* 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;
  }
  /* stories section code */
  .stories-sec {
    text-align: center;
  }
  .stories-sec .stories-cntn {
    margin-bottom: 20px;
  }
  .stories-sec .image-box {
    display: flex;
    justify-content: center;
  }
  .stories-sec .small-image {
    right: -56px;
  }
}
@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.65 * 768px);
    padding: 30px;
  }
  .banner-section .primary-btn span {
    letter-spacing: 1.5px;
  }
  /* products section code */
  .products-section {
    text-align: center;
  }
  .products-desc {
    font-size: 16px;
  }
  /* arrivals section code */
  .arrival-sec {
    text-align: center;
  }
  .arrival-sec .products-desc {
    font-size: 16px;
  }
}
@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;
  }
  .nav-collapse {
    font-size: 13px;
  } */
  /* banner section code */
  .banner-content {
    width: calc(0.5 * 576px);
    padding: 15px;
  }
  .banner-content a svg {
    width: 26px;
  }
  .banner-content a span {
    margin-right: 5px !important;
  }
  /* stories section code */
  .stories-sec .big-image {
    width: 200px;
  }
  .stories-sec .small-image {
    width: 130px;
  }
  .stories-sec a svg {
    width: 26px;
  }
  .stories-sec a span {
    margin-right: 5px !important;
  }
  /* 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);
  }
  /* stories section code */
  .stories-sec .big-image {
    width: 150px;
  }
  .stories-sec .small-image {
    width: 100px;
    right: -20px;
    bottom: -30px;
  }
}
