header {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  background: var(--header-top-bg);
}
nav {
  padding: 21px 0 !important;
}
.title-1 {
  font-size: 60px;
  margin: 0;
}
.title-2 {
  font-size: 45px;
}

/*================ Header-top  ===========*/
.header-top {
  /* margin-bottom: 21px; */
  display: flex;
  justify-content: center;
  background: var(--header-top-bg);
  padding: 4.5px 0;
}
.header-top .title {
  font-size: 14px;
  font-family: var(--font-popins);
  font-weight: 400;
  color: var(--primary-color);
}
/*================== Navbar ====================*/
.nav-container {
  max-width: 1743.97px !important;
  /* padding: 8px 0; */
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar {
  padding: 8px 0 !important;
}
nav {
  padding: 0 !important;
}
.nav-logo .navbar-brand {
  max-width: 312px;
}
.offcanvas {
  display: flex;
  flex-direction: row !important;
}
.nav-logo .navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-item:not(:last-child) {
  margin-right: 36px;
}
.navbar .nav-link {
  font-family: var(--font-popins);
  font-weight: 400;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: var(--primary-color) !important;
  position: relative;
  transition: 0.5s linear !important;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  height: 6px;
  width: 6px;
  bottom: 0;
  background: var(--primary-color);
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.5s linear !important;
}
.nav-link:hover::after,
.nav-link.active::after {
  opacity: 1;
}
.nav-btn .contact-btn {
  position: relative;
  margin-right: calc(2 * 2);
}
.nav-btn .contact-btn:after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  right: -2px;
  background: #bdbdbd;
}
.nav-btn .nav-last-btn .cart-btn {
  font-size: 16px;
  font-family: var(--font-popins);
  letter-spacing: 0.8px;
  color: var(--primary-color);
  display: flex !important;
  align-items: center;
}
.nav-last-btn .cart-btn span {
  font-weight: bold;
  display: block !important;
}
.cart-btn p {
  margin: 0 !important;
}
.nav-last-btn .cart-btn,
.search-btn,
.contact-btn {
  cursor: pointer !important;
  transition: 0.5s linear !important;
}
.nav-last-btn .cart-btn {
  text-transform: capitalize;
}
.cart-btn svg {
  margin-right: 4px !important;
}
.nav-last-btn .cart-btn > svg > path,
.nav-last-btn .cart-btn > svg,
.search-btn > svg > path,
.search-btn > svg,
.contact-btn > svg,
.contact-btn > svg > path {
  transition: 0.5s linear !important;
}
.search-btn:hover > svg {
  transform: scale(1.05);
}
.search-btn:hover > svg > path {
  stroke: var(--primary-btn-color) !important;
}

.contact-btn:hover > svg {
  fill: var(--primary-btn-color) !important;
  transform: scale(1.15) !important;
}
.contact-btn:hover svg path {
  stroke: none;
}
.nav-last-btn .cart-btn:hover > svg {
  fill: var(--primary-btn-color) !important;
  transform: scale(1.05);
}
.nav-last-btn .cart-btn:hover > svg > path {
  fill: var(--primary-btn-color) !important;
}
.nav-last-btn .cart-btn:hover {
  color: var(--primary-btn-color) !important;
}

.modal {
  width: 350px !important;
  position: fixed !important;
  top: 8px !important;
  left: 40% !important;
  right: 50% !important;
  /* transform: translate(-50% , -50%); */
}
.modal h1 {
  font-family: var(--font-amiri);
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.modal-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.modal-footer .btn-secondary,
.modal-footer .btn-primary {
  font-family: var(--font-popins);
  font-size: 14px;
  text-transform: capitalize;
}

/*==================== Cart ====================*/
.cart-sec {
  padding: 60px 0;
}
.cart-row {
  --bs-gutter-x: 70px !important;
}
.cart-imges .big-img {
  max-width: 790px;
  max-height: 670px;
  margin-bottom: 32px;
  border-radius: 10px;
}
.cart-imges .big-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.cart-imges .img-list .prev-btn {
  position: relative;
  margin-right: 20px;
  transition: 0.5s linear;
}
.prev-btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--header-top-bg);
  border-radius: 50%;
  transform: translateX(-17px);
  transition: 0.5s linear;
  box-shadow: var(--common-shadow);
}
.prev-btn:hover {
  transform: scale(1.05);
}
.cart-imges .img-list .next-btn {
  position: relative;
  margin-left: 19px;
  z-index: 1;
  transition: 0.5s linear;
}
.next-btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #435c56;
  border-radius: 50%;
  transform: translateX(-17px);
  z-index: -1;
  transition: 0.5s linear !important;
  box-shadow: var(--common-shadow);
}
.next-btn:hover {
  transform: scale(1.05);
}
.small-img {
  max-width: 135px;
  max-width: 148px;
  border-radius: 10px;
  box-shadow: var(--common-shadow);
  transition: 0.5s linear;
}
.small-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.imge {
  margin-right: 20px;
}
.img-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* flex-wrap: wrap; */
}
.small-img:hover {
  transform: scale(1.03);
}
.fst-img {
  position: relative;
}

.fst-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url("../assets/+.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.cart-cnt .title-1 {
  font-family: var(--font-amiri);
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 33px;
}
.cart-cnt .cart-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
}
.cart-rating .cart-rate {
  font-size: 16px;
  line-height: calc(18 / 16);
  font-family: var(--font-popins);
  font-weight: 300;
}
.cart-cnt p {
  font-size: 16px;
  font-family: var(--font-popins);
  font-weight: 300;
  line-height: calc(24 / 16);
}
.cart-price {
  margin: 33px 0 20px;
  display: flex;
  gap: 16px;
}
.cart-price .current-price {
  font-size: 22px;
  font-family: var(--font-amiri);
  font-weight: bold;
  line-height: calc(27 / 22);
}
.cart-price .actual-price {
  font-size: 16px;
  font-family: var(--font-amiri);
  font-weight: bold;
  line-height: calc(27 / 16);
  text-decoration: line-through;
  color: var(--foot-text-color);
}
.cart-add-btn .btn-title {
  font-size: 18px;
  font-family: var(--font-amiri);
  line-height: calc(28 / 18);
  margin: 40px 0 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.add-btn {
  max-width: 160px;
  padding: 6px;
  border: 1px solid #cfcdcd;
  border-radius: 50px;
  gap: 20px;
}
.add-btn .minus-btn {
  position: relative;
  z-index: 1;
}
.minus-btn::after {
  content: "";
  position: absolute;
  height: 39px;
  width: 39px;
  background: var(--primary-btn-color);
  /* top: -50%; */
  /* left: 50%; */
  transform: translate(-62%, -19%);
  border-radius: 50%;
  z-index: -1;
  box-shadow: var(--common-shadow);
}
.add-btn .plus-btn {
  position: relative;
  z-index: 1;
}
.plus-btn::after {
  content: "";
  position: absolute;
  height: 39px;
  width: 39px;
  background: var(--primary-btn-color);
  /* top: -50%; */
  /* left: 50%; */
  transform: translate(-62%, -17%);
  border-radius: 50%;
  z-index: -1;
  box-shadow: var(--common-shadow);
}
/* .minus-btn:focus,
.plus-btn:focus,
.add-number:focus,
.minus-btn.active,
.plus-btn.active,
.add-number.active {
  outline: none !important;
  box-shadow: none !important;
} */
.main-cart-btn {
  margin: 40px 0;
}
.add-to-cart-btn {
  padding: 22px 0 !important;
  background: var(--primary-btn-color) !important;
  width: 100%;
  font-size: 18px;
  font-family: var(--font-popins);
  line-height: calc(92 / 18);
  text-transform: uppercase;
  border-radius: 50px !important;
}

.botom-part .btm-cnt-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .botom-part p {
  margin: 30px 0 48px;
} */
/* .btm-third-cnt,
.btm-fifth-cnt {
  margin: 23px 0;
} */
.btm-cnt-title div {
  font-size: 18px;
  font-family: var(--font-amiri);
  font-weight: 400;
  line-height: calc(28 / 18);
  text-transform: uppercase;
}
.btm-cnt-title {
  position: relative;
}
.btm-cnt-title:not(:first-child),
.botom-part p {
  border-bottom: 1px solid #e2e2e2;
  padding: 25px 0 23px;
  /* margin: 23px 0 25px !important; */
}

/*=================== Product & Arrival =================*/
.prodct-sec {
  padding: 100px 0 !important;
}
.prodct-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px !important;
  text-align: center;
}
.prodct-title .title-2 {
  text-transform: uppercase;
  font-family: var(--font-amiri);
  font-weight: 400;
  margin-bottom: 25px;
}
.prodct-row {
  --bs-gutter-x: 24px !important;
}
.prodct-cards .prodct-img {
  max-width: 347px !important;
  height: 382px !important;
}
.prodct-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.prodct-cards .card-img-1,
.card-img-1 img,
.prodct-cards .card-img-3,
.card-img-3 img {
  border-top-right-radius: 30px;
}
.prodct-cards .card-img-2,
.card-img-2 img,
.prodct-cards .card-img-4,
.card-img-4 img {
  border-top-left-radius: 30px;
}
.prodct-cards .prodct-card-cnt {
  margin-top: 22px;
}
.prodct-card-cnt .prodct-star {
  margin-bottom: 10px;
}
.prodct-card-cnt p {
  max-width: 325px;
  font-size: 18px;
  font-family: var(--font-amiri);
  line-height: calc(24 / 20);
  margin-bottom: 6px;
}
.prodct-card-cnt .prodct-price {
  font-size: var(--font-Gothic-A1);
  font-size: 15px;
  line-height: calc(32 / 15);
}

/*================= Media query ===================*/
@media screen and (max-width: 1400px) {
  .nav-item:not(:last-child) {
    margin-right: 13px !important;
  }
  .nav-btn {
    margin-left: 23px !important;
  }
}

@media screen and (max-width: 1200px) {
  .title-1 {
    font-size: 50px;
  }
  .title-2 {
    font-size: 30px;
  }
  /*====== Navbar ======*/
  .offcanvas {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.131) !important;
    backdrop-filter: blur(10px);
    padding-top: 92.19px;
    text-align: center;
    /* position: relative; */
  }
  .nav-logo .navbar-brand {
    width: 180px !important;
    margin: 0 !important;
  }
  .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .navbar-brand img .nav-item {
    margin: 0 0 15px 0 !important;
  }
  .nav-btn {
    flex-direction: column !important;
  }
  .nav-btn {
    margin: 0 0 20px 0 !important;
  }
  .nav-btn .contact-btn:after {
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    right: -2px;
    background: #bdbdbd;
    opacity: 0;
  }
  .navbar-nav {
    width: 100% !important;
  }
  .nav-last-btn .cart-btn p,
  .nav-last-btn .cart-btn span {
    display: none !important;
  }
  .close-btn {
    position: absolute;
    top: 20px !important;
    left: 20px !important;
    align-items: center;
    padding: 0 20px;
    border: none;
    background: none;
    cursor: pointer;
  }
  .close-btn > span {
    display: inline-block;
    height: 2px;
    /* width: 100%; */
    position: absolute;
    background: var(--primary-color);
    left: 0;
    top: 4px;
    right: 0;
    transform: rotate(45deg) translateX(2px) !important;
  }
  .close-btn > span::after {
    content: "";
    height: 2px;
    position: absolute;
    background: var(--primary-color);
    left: 0;
    right: 0;
    top: -4px;
    transform: rotate(89deg) translateX(3px) !important;
  }
}

@media screen and (max-width: 992px) {
  .title-1 {
    font-size: 40px;
  }
  .title-2 {
    font-size: 28px;
  }
  /* =================== Cart =================== */
  /* .small-img {
    width: 50%;
  } */
  .fst-img::after {
    width: 15px;
    height: 15px;
  }
  /*============= Product & Arrival ============*/
  .prodct-sec {
    padding: 40px 0 !important;
  }
  .product-row > div {
    display: flex;
    justify-content: center;
  }
  .prodct-cards {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .title-1 {
    font-size: 36px !important;
  }
  .title-2 {
    font-size: 22px !important;
  }
  .title-3 {
    font-size: 18px !important;
  }
  p {
    font-size: 16px !important;
  }
  /* =================== Cart =================== */
  .cart-imges {
    margin-bottom: 50px;
  }
  /*================== product & Arrival ===================*/
  .prodct-sec {
    padding: 40px 0 !important;
  }
  .prodct-cnt {
    flex-direction: column;
    text-align: center;
    margin: 0 auto 20px !important;
  }
}

@media screen and (max-width: 576px) {
}
