@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--main-font-family);
}
.container-fluid {
  padding: 0 50px;
}
html,
body {
  overflow-x: hidden;
}
.nav-item .nav-link {
  font-size: 17px;
}
:root {
  --main-font-family: 'Poppins', sans-serif;
}

/* header start */

header .nav-link {
  color: #101010 !important;
  font-size: 0.8rem;
  font-weight: 300;
}
.sai-logo {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 25px !important;
}
.social-icons li {
  display: inline;
  position: relative;
  padding: 10px;
}

.bag_no {
  position: absolute;
  background: #000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5px;
  right: -5px;
}

.bag_no p {
  font-size: 10px;
  margin: 0;
}

.social-icons li:nth-child(2) {
  margin-right: 25px;
}

.social-icons li:hover .icon-header {
  transform: scale(1.2);
  transition: 0.2s;
}
.social-icons li i {
  color: #000;
  font-size: 18px;
  padding-right: 20px;
}

.navbar_desktop {
  padding: 25px 0;
}

.navbar-expand-lg.navbar_desktop .navbar-nav .nav-link {
  padding: 0 0.9rem;
}

/* header end */

/* img slide start */

.cotton ul {
  padding-left: 0;
  margin: 1rem 0;
}

.cotton ul li {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.3rem;
}

.brown {
  background: #000;
}
.light-pink {
  background: #eeeeee;
}
.ash-pink {
  background: #aeaeae;
}
.dark-pink {
  background: #b4b3b3;
}
.new-arrivals {
  float: right;
}
.best img {
  width: 100%;
  border-radius: 8px;
}
.best-1 img {
  width: 100%;
  height: 580px;
  border-radius: 8px;
}
.plusss {
  float: right;
  border: 1px solid #000;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  margin-top: 80px;
}
.plusss i {
  font-size: 15px;
}
.best-sell .nav-tabs .nav-link {
  border: none;
  color: #6b6b6b;
  font-weight: 400;
  padding: 10px 20px 0 0;
  font-size: 18px;
}

.best-sell .nav-tabs .nav-link.active {
  border: none;
  color: #101010;
  border-bottom: 1px solid #333;
}

.best-sell {
  margin-bottom: 24px;
}

.best-sell .nav-tabs .nav-link span {
  top: 5px;
  right: 0.2rem;
  font-size: 12px;
}

.hjgf img {
  width: 100%;
}

.img .owl-nav button {
  position: absolute;
  overflow: hidden;
  width: 30px;
  height: 70px;
}

.img .owl-nav button.owl-prev {
  top: 40%;
  transform: translateY(-50%);
  left: -4rem;
}

.img .owl-nav button span {
  font-size: 5rem;
  color: #aeaeae;
  line-height: 0;
}

.img .owl-nav button.owl-next {
  top: 40%;
  right: -3rem;
  transform: translateY(-50%);
}

/* img slide end */

/* stories section start */

.stor {
  float: left;
}
.stor h6 {
  font-size: 32px;
}
.striesss img {
  width: 100%;
  height: 515px;
  border-radius: 8px;
}
.pl_1 {
  padding-left: 5px;
}

.dressess-1 img {
  width: 100%;
  height: 920px;
  border-radius: 8px;
  object-position: bottom;
  object-fit: cover;
}
.dressess-2 img {
  width: 100%;
  height: 458px;
  border-radius: 8px;
}
.dress-btn {
  position: absolute;
  bottom: 20px;
  left: 37%;
}
.dress-btn button {
  background-color: #a4a4a4 !important;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 10px 30px;
}
.dress-btn-small {
  position: absolute;
  bottom: 20px;
  left: 30%;
}
.dress-btn-small button {
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 10px 30px;
  /* filter: blur(5px); */
  backdrop-filter: blur(12px);
  background: #a4a4a482;
  backdrop-filter: blur(3px);
}
.stories .owl-nav button {
  position: absolute;
  overflow: hidden;
  width: 30px;
  height: 70px;
}

.stories .owl-nav button.owl-prev {
  top: 53%;
  transform: translateY(-50%);
  left: -3rem;
}

.stories .owl-nav button span {
  font-size: 5rem;
  color: #aeaeae;
  line-height: 0;
}

.stories .owl-nav button.owl-next {
  top: 53%;
  right: -3rem;
  transform: translateY(-50%);
}

/* stories section end */

/* stories 2 */

.stori-22 img {
  width: 100%;
  height: 650px;
  border-radius: 8px;
}
.strr img {
  width: 100%;
  border-radius: 8px;
}

/* stories 2 */

/* coming soon  */

.stortbtn {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50px;
  color: #101010;
  font-size: 14px;
  padding: 10px 35px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all ease-in 0.5s;
}

.stortbtn:hover {
  background: #000;
  border-color: #000;
}

.stortbtn:hover img {
  filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg)
    brightness(110%) contrast(110%);
}

.coming-soon .owl-nav button {
  position: absolute;
  overflow: hidden;
  width: 30px;
  height: 70px;
}

.coming-soon .owl-nav button.owl-prev {
  top: 48%;
  transform: translateY(-50%);
  left: -3rem;
}

.coming-soon .owl-nav button span {
  font-size: 5rem;
  color: #aeaeae;
  line-height: 0;
}

.coming-soon .owl-nav button.owl-next {
  top: 48%;
  right: -3rem;
  transform: translateY(-50%);
}

/* coming soon  */

/* accessories */

.acc img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  border-radius: 8px;
}

.access_head {
  padding: 0 20px 15px;
}

.access_head .row {
  align-items: center;
}

/* accessories */

/* review start */

.review-section .owl-nav button {
  position: absolute;
  overflow: hidden;
  width: 30px;
  height: 70px;
}

.review-section .owl-nav button.owl-prev {
  top: 48%;
  transform: translateY(-50%);
  left: -3rem;
}

.review-section .owl-nav button span {
  font-size: 5rem;
  color: #aeaeae;
  line-height: 0;
}

.review-section .owl-nav button.owl-next {
  top: 48%;
  right: -3rem;
  transform: translateY(-50%);
}

.search-bar-custom {
  position: absolute;
  right: 0;
  width: 400px;
  max-width: 100%;
  padding: 10px;
}

.search-bar-custom form {
  position: relative;
}

.search-bar-custom form input[type='submit'] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  background: #222;
  width: 100px;
  border: 0px;
  color: #fff;
  text-transform: capitalize;
}

.search-bar-custom input[type='text'] {
  width: 100%;
  height: 40px;
  border: 1px solid #00000029;
  padding: 10px;
}

.search-bar-custom {
  display: none;
}
/* review end */

.footer-section {
  background-color: #101010;
  color: #fff;
}

.saa-logo h5 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 25px;
}
.customer h6 {
  font-weight: 300;
  font-size: 16px;
  color: #ccc;
}
.customer p {
  font-weight: 200;
  font-size: 11px;
  color: #ccc;
}
.customer p a {
  font-weight: 200;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.customer input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 0.5px solid #fff;
  background: transparent;
  width: 100%;
}
.customer i {
  position: absolute;
  margin-left: -13px;
}
.socisl-hal {
  display: flex;
  list-style: none;
  gap: 10px;
}
.socisl-hal a {
  color: transparent;
}
.bptm-right p {
  font-weight: 300;
  font-size: 12px;
}
.socisl-hal li {
  min-width: 50px;
}

.socisl-hal li i {
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.bptm-right {
  float: right;
}
.btm-left {
  float: left;
}
.customer .menu-company-container ul,
.customer .menu-customer-menu-container ul {
  list-style: none;
  padding: 0;
}
.customer .menu-company-container ul li a,
.customer .menu-customer-menu-container ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
}

.saa-logo h5 a {
  text-decoration: none;
  color: #fff;
}
.new-arrivals h6 a {
  color: #000;
  text-decoration: none;
}
.product a {
  text-decoration: none;
  color: #000;
}
.product {
  padding-right: 0;
}
.product a img {
  width: 100%;
}

.px_0 {
  padding: 0 0.75rem;
}
.px_1 {
  padding: 0 2px 0;
}
.accessories .px_0 {
  padding: 0 1rem;
}
