body {
  background: url("../imgs/bg-main.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.product_section {
  margin-bottom: 40px;
  margin-top: 40px;
}
.section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 50px;
}

.section_header .section_title {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  line-height: 1.5;
}
.section_header .section_subtitle {
  font-size: clamp(14px, 2vw, 20px);
  font-style: italic;
}

.left_section_header {
  flex-grow: 1;
  flex-shrink: 0;
}

.right_section_header {
  align-self: flex-end;
}
.right_section_header .description {
  font-size: 18px;
  font-weight: 500;
  word-spacing: 1.2;
  max-width: 400px;
}

/* product styling */
.product_group {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 100px;
}

.product {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.product .product_images {
  display: flex;
  justify-content: start;
  gap: 15px;
  flex-shrink: 0;
  width: 62%;
}
.product .product_images .card-wrap {
  width: calc(100% / 3);
  border-radius: 10px;
}

.product .product_images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .product_images .image {
  height: 310px;
  aspect-ratio: 0.77/1;
  object-fit: cover;
}
/* product info */
.product_content {
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.badge_group {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.badge_group .badge {
  border: 1.5px solid #b7b5b5;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  color: white;
  /* background: #785353; */
  box-shadow: 0px 0px 5px 2px #464646;
}
.product_name {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Inter";
}
.price {
  width: min-content;
  background: #523cc5;
  color: white;
  border-radius: 50px;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  gap: 3px;
  padding: 4px 14px;
}

.buy_buttons {
  display: flex;
  gap: 5px;
}
.quick_view {
  --main-color: #d0ff71;

  background-color: var(--main-color);
  padding: 12px 20px;
  border-radius: 8px;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.quick_view:hover {
  --main-color: #0047ff;

  background-color: var(--main-color);
  color: white;
}

.product_description {
  margin-bottom: 20px;
}
.product_description ul {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.product_description ul li {
  margin-bottom: 5px;
  font-size: 15px;
}
.product_description .highlight {
  color: #828282;
}

.product_section p {
  color: #d9d9d9;
}

.sec-head h2 span {
  color: var(--main-color);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

/* marquee section */
.marq-mp{
  transform: scale(1.1);
}

.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0;
}

.marq-mp .color-bg {
  background: var(--main-color);
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  position: relative;
  z-index: 4;
}

.marq-mp .gray-bg {
  background: var(--bg-color);
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin-top: -30px;
}

.marq-mp .item {
  padding: 0 60px !important;
  position: relative;
}
.marq-mp .item:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.marq-mp .item h5 {
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

/* --------------- Testimonials --------------- */

.testimonials-sa {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.testimonials-sa .sub-head {
  font-size: 50px;
  margin-left: 10px;
  position: relative;
}

.testimonials-sa:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('../img/testim/mesh-gradient.png'); */
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.5;
  z-index: 2;
}

.testimonials-sa .gl-rate {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  padding: 20px 20px 20px 20px;
}

.testimonials-sa .gl-rate .icon {
  width: 35px;
}

.testimonials-sa .gl-rate .cont h6 {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}

.testimonials-sa .gl-rate .cont .stars {
  font-size: 13px;
  color: #ef2b10;
  margin-left: 10px;
}

.testimonials-sa .gl-rate .cont p {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 2px;
}

.testimonials-sa .swiper-slide {
  height: auto;
}

.testimonials-sa .item {
  background: rgba(0, 0, 0, 0.3);
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.testimonials-sa .item h6 {
  line-height: 1.5;
}

.testimonials-sa .item .rate h5 {
  font-size: 16px;
}

.testimonials-sa .item .rate .stars {
  font-size: 13px;
  color: #ef2b10;
  margin-left: 10px;
}

.testimonials-sa .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-sa .item .info .info-text {
  padding-left: 15px;
}

.testimonials-sa .item .info .info-text p {
  font-size: 14px;
  opacity: 0.7;
}
.sec-head .sub-head:after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translate(-50%, -50%);
}
