@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@font-face {
  font-display: swap;
  font-family: "gradus-font";
  src: url("../font/gradus-font/Fontspring-DEMO-gradus-bold.woff");
}
html,
body {
  scroll-behavior: auto !important;
}

button:hover {
  transform: scale(0.98);
  transition: all 0.1s ease-in;
}

a:hover {
  transform: scale(0.98);
  transition: all 0.1s ease-in;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.page-width {
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}

.price-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.save-address-btn {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  margin: 20px 0 0 0;
  padding: 10px 15px;
  width: 100%;
}

.whitealert {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 50px 30px;
  width: 500px;
  margin: auto;
}
.whitealert img {
  max-width: 80px;
}
.whitealert h4 {
  color: #AE278B;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 30px 0 0 0;
}
.whitealert h3 {
  font-size: 14px;
  color: #505050;
  margin: 8px 0 40px 0;
}
.whitealert h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
}
.whitealert a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  border-radius: 20px;
  padding: 10px 25px;
  background-color: #AE278B;
  color: #FFFFFF;
}
.whitealert.error h4 {
  color: #ff4142;
}
.whitealert.error a {
  background-color: #ff4142;
  color: #FFFFFF;
}

.custom-error-message {
  border: 1px solid red;
  padding: 10px;
  margin: 20px 0;
  color: red;
  border-radius: 12px;
  display: none;
}

#search-results {
  backdrop-filter: blur(11px) saturate(143%);
  -webkit-backdrop-filter: blur(11px) saturate(143%);
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
  z-index: 111;
  border-radius: 16px;
  border: 1px solid #B9B9B9;
  top: 132%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 450px;
  overflow: auto;
}
#search-results .item {
  border-bottom: 1px solid #B9B9B9;
  padding: 0 0 10px 0;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 20px;
}
#search-results .item:hover {
  color: #AE278B;
  font-family: "Nunito Sans", sans-serif;
}
#search-results .item img {
  max-width: 60px;
  height: 70px;
}
#search-results .item h5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
#search-results .item p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.checkbox input:checked ~ .checkbox-custom {
  background-color: #000;
  border-color: #000;
}
.checkbox input:checked ~ .checkbox-custom .checkmark {
  opacity: 1;
  transform: scale(1);
}
.checkbox .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.checkbox .checkbox-custom .checkmark {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}
.checkbox .checkbox-custom .checkmark svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: white;
  stroke-width: 1;
  stroke-linecap: round;
}

.empty {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty img {
  max-width: 100px;
}
.empty p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
}
.empty a {
  background-color: #AE278B;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 10px;
  border: none;
  margin: 50px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: capitalize;
}

#country_code {
  border: none;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  background: #000;
  padding: 10px 0;
}
.marquee p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  color: #FFFFFF;
}

.marquee-inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-marquee 20s linear infinite;
}

.marquee-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-right: 50px;
  /* spacing between repetitions */
}

.round-bx {
  background: #AE278B;
  border-radius: 50%;
  padding: 4px;
}

.round-bx img {
  width: 24px;
  height: 24px;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
header .offcan-btn {
  background-color: #FFFFFF;
  border: none;
  box-shadow: none;
  outline: none;
}
header:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
header .topbar {
  background-color: #000;
  padding: 7px 0;
}
header .topbar .round-bx {
  background-color: #AE278B;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .topbar .round-bx img {
  width: 25px;
}
header .topbar .marq-text {
  padding: 0 17px;
  font-size: 15px;
}
header .offcanvas .navbar-nav {
  border: 1px solid #cfcece;
  padding: 15px;
  border-radius: 20px;
}
header .offcanvas .offcanvas-header {
  background-color: #AE278B;
  color: #FFFFFF;
}
header .offcanvas .offcanvas-header h5 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0 0 0 10px;
}
header .content-box {
  padding: 12px 0;
}
header .content-box .logo-box button {
  display: none;
}
header .content-box .search-box {
  border-radius: 16px;
  border: 1px solid #B9B9B9;
  background: #FFFFFF;
  position: relative;
  width: 100%;
}
header .content-box .search-box input {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 11px 23px;
}
header .content-box .search-box input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
header .content-box .search-box button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  box-shadow: none;
  background-color: transparent;
}
header .right-side {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 36px;
}
header .right-side a {
  color: #000000;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
}
header .right-side a .cart-notify {
  background-color: rgb(44, 143, 2);
  border-radius: 50%;
  position: absolute;
  right: -9px;
  top: -13px;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 5px;
}
header .navbar {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  height: 60px;
}
header .navbar .navbar-nav {
  display: flex;
  gap: 50px;
  justify-content: space-around;
}
header .navbar .nav-item .nav-link.active {
  color: #AE278B;
  font-weight: 600;
}
header .navbar .nav-item .nav-link {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16.2px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.648px;
  text-transform: capitalize;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header .navbar .nav-item .nav-link:hover {
  color: #AE278B;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}

.hero-section {
  border-radius: 30px;
}
.hero-section .swiper {
  border-radius: 30px;
}
.hero-section .swiper .swiper-pagination-bullet-active {
  background-color: #FFFFFF !important;
}
.hero-section .img-box {
  padding: 20px 0 0 0;
  border-radius: 30px;
}
.hero-section .img-box img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-section {
  padding: 50px 0 0 0;
}
.product-section .content-box {
  border-radius: 30px;
  background: #F2F2F2;
  position: relative;
}
.product-section .content-box .swiper {
  padding: 68px 0;
}
.product-section .content-box .swiper-button-lock {
  display: block;
}
.product-section .content-box .item .img-box {
  position: relative;
  text-align: center;
}
.product-section .content-box .item .img-box svg {
  transition: all 0.3s ease-in-out;
}
.product-section .content-box .item .img-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-section .content-box .item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  width: 70%;
  margin: auto;
  padding: 40px 0 0 0;
}
.product-section .content-box .item:hover .img-box svg {
  transform: scale(1.6);
  transition: all 0.3s ease-in-out;
}
.product-section .content-box .item:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.3s ease-in-out;
}

.offer-section {
  padding: 50px 0 0;
}
.offer-section .content-box {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.offer-section .content-box .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offer-section .content-box .left h3 {
  color: #3FC6EF;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
}
.offer-section .content-box .left h2 {
  color: #000;
  font-family: "gradus-font";
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
}
.offer-section .content-box .right {
  display: flex;
  gap: 20px;
}
.offer-section .content-box .right .box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}
.offer-section .content-box .right .box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  opacity: 0.1;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.offer-section .content-box .right .box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 89%;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: #000;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.offer-section .content-box .right .box svg {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.offer-section .content-box .right .box:hover img {
  transform: scale(1.2);
  opacity: 1;
}
.offer-section .content-box .right .box:hover p {
  opacity: 0;
}
.offer-section .content-box .right .box:hover svg {
  opacity: 0;
}
.offer-section .content-box .right .box:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(136, 187, 203, 0.1254901961);
}
.offer-section .content-box .right .box:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 152, 196, 0.1254901961);
}
.offer-section .content-box .right .box:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 241, 245, 0.1254901961);
}
.offer-section .content-box .right .box:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 234, 243, 0.1254901961);
}

.ribbon_one {
  padding: 50px 0 0 0;
}
.ribbon_one .content-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.ribbon_one .content-box img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.ribbon_one:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.ribbon_one:hover a {
  background-color: #AE278B;
  color: #000000;
}
.ribbon_one .text-box {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
  width: 32%;
}
.ribbon_one .text-box h3 {
  color: #FFF;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 6px 0;
}
.ribbon_one .text-box h2 {
  color: #FFF;
  font-family: "gradus-font";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  padding: 0 0 18px 0;
  margin: 0;
}
.ribbon_one .text-box a {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 428.571% */
  text-transform: capitalize;
  border-radius: 50px;
  background: rgba(10, 10, 10, 0.2);
  padding: 7px 17px;
}

.ribbon_two {
  padding: 20px 0 0 0;
}
.ribbon_two .content-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.ribbon_two .content-box img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.ribbon_two:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.ribbon_two:hover a {
  background-color: #AE278B;
  color: #000000;
}
.ribbon_two .text-box {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translate(0, -50%);
}
.ribbon_two .text-box h3 {
  color: #FFF;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 8px 0;
}
.ribbon_two .text-box h2 {
  color: #FFF;
  font-family: "gradus-font";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 20px 0;
}
.ribbon_two .text-box a {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 428.571% */
  text-transform: capitalize;
  border-radius: 50px;
  background: rgba(10, 10, 10, 0.2);
  padding: 7px 17px;
}

.ribbon_three {
  padding: 20px 0 0 0;
}
.ribbon_three .content-box {
  position: relative;
}
.ribbon_three .content-box .text-box {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  z-index: 1;
}
.ribbon_three .content-box .text-box h3 {
  color: #FFFFFF;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 18px 0;
}
.ribbon_three .content-box .text-box h2 {
  color: #FFFFFF;
  font-family: "gradus-font";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 26px 0;
}
.ribbon_three .content-box .text-box p {
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 25px 0;
}
.ribbon_three .content-box .text-box a {
  color: #000000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: capitalize;
  padding: 7px 25px;
  background-color: #FFFFFF;
  border-radius: 50px;
}
.ribbon_three .content-box .icon-box {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.ribbon_three .content-box .icon-box svg {
  transition: all 0.3s ease-in;
}
.ribbon_three .content-box .icon-box svg circle {
  transition: all 0.3s ease-in;
}
.ribbon_three .content-box .icon-box svg path {
  transition: all 0.3s ease-in;
}
.ribbon_three .content-box .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.ribbon_three .content-box .img-box img {
  transition: all 0.3s ease-in;
  width: 100%;
}
.ribbon_three:hover img {
  transform: scale(1.06);
  transition: all 0.3s ease-in;
}
.ribbon_three:hover .icon-box svg {
  fill: #FFFFFF;
  transition: all 0.3s ease-in;
}
.ribbon_three:hover .icon-box svg circle {
  opacity: 1;
  transition: all 0.3s ease-in;
}
.ribbon_three:hover .icon-box svg path {
  fill: #AE278B;
  transition: all 0.3s ease-in;
}

.about-section {
  padding: 50px 0 0 0;
}
.about-section .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 100px;
}
.about-section .content-box h2 {
  color: #AE278B;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 10px 0;
}
.about-section .content-box h3 {
  color: #000;
  font-family: "gradus-font";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  padding: 0 0 30px 0;
  letter-spacing: -0.96px;
  text-transform: capitalize;
}
.about-section .content-box p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 28px 0;
}
.about-section .content-box a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 428.571% */
  text-transform: capitalize;
  border-radius: 50px;
  background: rgba(174, 39, 139, 0.1);
  padding: 8px 20px;
}
.about-section .content-box .img-box {
  position: relative;
  border-radius: 30px;
}
.about-section .content-box .img-box svg {
  position: absolute;
  left: -50px;
  top: -25px;
  z-index: 1;
}

.highlight {
  padding: 50px 0 0 0;
}
.highlight .content-box {
  border-radius: 30px;
  border: 1px solid #3FC6EF;
  padding: 86px 67px;
  display: grid;
  grid-template-columns: 2fr 6fr;
}
.highlight .content-box .heading-box h2 {
  color: #AE278B;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: capitalize;
}
.highlight .content-box .heading-box h3 {
  color: #000;
  font-family: "gradus-font";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  /* 112.5% */
  text-transform: capitalize;
}
.highlight .content-box .item-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
.highlight .content-box .item-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.highlight .content-box .item-wrap .item .img-box {
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(174, 39, 139, 0.1);
}
.highlight .content-box .item-wrap .item p {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.highlight .content-box .item-wrap .item:nth-child(1) .img-box {
  padding: 30px 18px;
}
.highlight .content-box .item-wrap .item:nth-child(2) .img-box {
  padding: 25px 28px;
}
.highlight .content-box .item-wrap .item:nth-child(3) .img-box {
  padding: 24px 28px;
}
.highlight .content-box .item-wrap .item:nth-child(4) .img-box {
  padding: 27px 23px;
}

.brand-section {
  padding: 50px 0 0 0;
}
.brand-section .content-box {
  border-radius: 30px;
  background: #F7F7F7;
  padding: 90px 60px;
}
.brand-section .content-box .swiper-slide {
  background: #f7f7f7;
}
.brand-section .content-box .swiper-slide img {
  mix-blend-mode: multiply;
}

.cta {
  padding: 50px 0;
}
.cta .content-box {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-image: url("../img/bg/cta.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.cta .content-box h2 {
  color: #FFF;
  text-align: center;
  font-family: "gradus-font";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  /* 156.25% */
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
}
.cta .content-box h3 {
  color: #FFF;
  font-family: "Dancing Script", cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  /* 156.25% */
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0 0 10px 0;
}
.cta .content-box .input-wrap {
  border-radius: 66px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.6);
  width: -moz-fit-content;
  width: fit-content;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.cta .content-box .input-wrap input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 17px 20px;
  margin: 0;
}
.cta .content-box .input-wrap input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.cta .content-box .input-wrap button {
  border-radius: 50px;
  background: #AE278B;
  color: #FFF;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  padding: 9px 30px;
  border: none;
}

.testimonial-section {
  padding: 50px 0 0 0;
}
.testimonial-section .content-box {
  display: grid;
  grid-template-columns: 2fr 4fr;
  place-items: center;
}
.testimonial-section .content-box .heading-box h3 {
  color: #AE278B;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: capitalize;
}
.testimonial-section .content-box .heading-box h2 {
  color: #000;
  font-family: "gradus-font";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  padding: 0 0 27px 0;
  text-transform: capitalize;
}
.testimonial-section .content-box .heading-box a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 428.571% */
  text-transform: capitalize;
  border-radius: 50px;
  background: rgba(174, 39, 139, 0.1);
  padding: 6px 17px;
}
.testimonial-section .content-box .slider-test {
  display: flex;
  width: 100%;
}
.testimonial-section .content-box .panel {
  min-height: 50vh;
  height: auto;
  cursor: pointer;
  flex: 1;
  margin: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: center;
  transition: all 0.5s ease-in;
  background: #d291bc;
  border-radius: 30px;
}
.testimonial-section .content-box .panel .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-section .content-box .panel .top h6 {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  /* 25.52px */
  letter-spacing: -1.1px;
  transition: all 0.5s ease-in;
}
.testimonial-section .content-box .panel .top p {
  color: #626262;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  /* 21.76px */
  letter-spacing: -0.8px;
  transition: all 0.5s ease-in;
}
.testimonial-section .content-box .panel .top span {
  padding: 8px 14px;
  margin: 0 7px 0 0;
  border-radius: 50%;
  background-color: #000000;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  /* 20.88px */
  letter-spacing: -0.9px;
  background-color: #000;
  transition: all 1s ease-in 0.4s;
}
.testimonial-section .content-box .panel .main-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}
.testimonial-section .content-box .panel .main-text-box p {
  color: #626262;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
}
.testimonial-section .content-box .panel .bar {
  opacity: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.testimonial-section .content-box .panel .bar span {
  padding: 8px 14px;
  margin: 0 7px 0 0;
  border-radius: 50%;
  background-color: #000000;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.9px;
  background-color: #000;
}
.testimonial-section .content-box .panel-content {
  transform: scale(0);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  padding: 50px;
  text-align: center;
  height: 100%;
  transition: all 0.5s ease-in;
}
.testimonial-section .content-box .panel.active {
  flex: 4;
  background: #fff;
}
.testimonial-section .content-box .panel.active .bar {
  opacity: 0;
}
.testimonial-section .content-box .panel.active .panel-content {
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease-in;
}

footer {
  background-color: #000000;
  padding: 60px 0 0 0;
}
footer .content-box {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 84px;
}
footer .content-box .box .connect-box {
  display: grid;
  gap: 10px;
}
footer .content-box .box .connect-box svg {
  grid-column: 1/2;
  grid-row: 1/3;
}
footer .content-box .box .connect-box h4 {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  text-transform: capitalize;
  margin: 0;
}
footer .content-box .box .connect-box a {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #7B7B7B;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 200% */
  text-transform: capitalize;
}
footer .content-box .box .link-list {
  padding: 60px 0 38px 0;
  display: flex;
  flex-direction: column;
}
footer .content-box .box .link-list a {
  color: #969696;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  /* 212.5% */
  text-transform: capitalize;
}
footer .content-box .box .link-list iframe {
  border-radius: 20px;
  width: 267px;
}
footer .copy-right-box {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copy-right-box .mid a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "gradus-font";
  font-size: 15.2px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.152px;
}
footer .copy-right-box .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .copy-right-box .right p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "gradus-font";
  font-size: 15.2px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer .copy-right-box .right .social-links {
  display: flex;
  align-items: center;
  gap: 17px;
}

.product-list {
  padding: 30px 0 0 0;
}
.product-list .bread-crumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #000;
}
.product-list .bread-crumb a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #7B7B7B;
}
.product-list .bread-crumb span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #7B7B7B;
}
.product-list .bread-crumb p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #7B7B7B;
}
.product-list .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 69px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  padding: 32px 0 0 0;
}
.product-list .content-box .img-box {
  text-align: center;
}
.product-list .content-box .card {
  border: none;
}
.product-list .content-box .card .card-body {
  padding: 17px 0 0 0;
}
.product-list .content-box .card .img-box {
  border: none;
  height: 179px;
  width: 190px;
}
.product-list .content-box .card .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-list .content-box .card h5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  line-height: 20px;
  text-transform: capitalize;
}
.product-list .content-box .card p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-list .content-box .card a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  border: 1px solid #7B7B7B;
  text-align: center;
  border-radius: 15px;
  padding: 5px 0;
}

.category-pagination {
  margin: 70px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.category-pagination a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0;
  border-radius: 50%;
  padding: 7px 14px;
}
.category-pagination a.active {
  background-color: #D9D9D9;
}

.also-like {
  padding: 100px 0 80px 0;
}
.also-like .heading-box h2 {
  color: #000;
  font-family: "gradus-font";
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}
.also-like .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 45px;
}
.also-like .content-box .img-box {
  text-align: center;
  height: 179px;
  width: 190px;
  border: none !important;
}
.also-like .content-box .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.also-like .content-box .card {
  border: none;
}
.also-like .content-box .card h5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}
.also-like .content-box .card p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}
.also-like .content-box .card a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  border: 1px solid #7B7B7B;
  text-align: center;
  border-radius: 15px;
  padding: 5px 0;
}

.client-count .heading-box {
  padding: 50px 0 0 0;
}
.client-count .heading-box h2 {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  color: #AE278B;
}
.client-count .heading-box h2 span {
  font-size: 36px;
  margin: 0;
}
.client-count .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 0 0 0;
}
.client-count .content-box .item {
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  gap: 43px;
  padding: 50px 30px;
  height: 286px;
}
.client-count .content-box .item h3 {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #AE278B;
}
.client-count .content-box .item p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  color: #000000;
}
.client-count .content-box .item:nth-child(2) {
  background-image: url("../img/about/bg1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 90px 0 0;
}
.client-count .content-box .item:nth-child(3) {
  background-image: url("../img/about/bg2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 0 0 90px;
}

.about-hightlight {
  background-color: rgba(63, 198, 239, 0.062745098);
  border-radius: 30px;
  padding: 50px;
  margin: 45px 0 0 0;
}
.about-hightlight .heading-box h2 {
  font-family: "gradus-font";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  padding: 0 0 30px 0;
  letter-spacing: -0.96px;
  text-transform: capitalize;
}
.about-hightlight .content-box {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.about-hightlight .content-box .item {
  display: grid;
  grid-template-columns: 3fr 5fr;
  place-items: center;
  gap: 44px;
}
.about-hightlight .content-box .item:nth-of-type(even) {
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 44px;
}
.about-hightlight .content-box .left {
  position: relative;
}
.about-hightlight .content-box .left img:nth-child(1) {
  height: 100%;
  width: 100%;
}
.about-hightlight .content-box .left img:nth-child(2) {
  position: absolute;
  top: -20px;
  right: -20px;
}

.cart {
  padding: 30px 0 50px 0;
}
.cart .wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 100px;
}
.cart .wrap .left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart .wrap .left .top a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7B7B7B;
}
.cart .wrap .left .top a svg {
  margin: 0 10px 0 0;
}
.cart .wrap .left .top button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #FFFFFF;
}
.cart .wrap .left .top button p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.cart .wrap .right {
  background-color: #F2F2F2;
  padding: 45px;
  border-radius: 10px;
}
.cart .wrap .right .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cart .wrap .right .box hr {
  margin: 17px 0;
}
.cart .wrap .right .box h5 {
  padding: 0 0 33px 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  color: #000000;
}
.cart .wrap .right .box .bill {
  gap: 17px;
  display: flex;
  flex-direction: column;
}
.cart .wrap .right .box .bill .bill-list {
  display: flex;
  justify-content: space-between;
}
.cart .wrap .right .box .bill .bill-list p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart .wrap .right .box .grand-total {
  display: flex;
  justify-content: space-between;
}
.cart .wrap .right .box .grand-total p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart .wrap .right .box .grand-total p span {
  color: #898888;
  font-size: 16px;
  font-weight: 400;
}
.cart .wrap .right .box a {
  text-align: center;
  margin: 200px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  border-radius: 8px;
  border: 1px solid #000000;
  padding: 10px 0;
}
.cart .list {
  padding: 30px 30px 0 30px;
  display: flex;
  flex-direction: column;
}
.cart .list .list-item {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 20px 0 20px 0;
}
.cart .list .list-item .product {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 4fr;
}
.cart .list .list-item .product img {
  height: 90px;
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart .list .list-item .product .name {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.cart .list .list-item .product .name p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 90%;
}
.cart .list .list-item .product .name h3 {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart .list .list-item .quantity-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cart .list .list-item .quantity-box button {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.cart .list .list-item .quantity-box input {
  width: 32px;
  text-align: center;
  padding: 0;
  border: 0;
}
.cart .list .list-item .quantity-box input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.cart .list .list-item .quantity-box p {
  margin: 0;
}
.cart .list .list-item .close-btn {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #FFFFFF;
}
.cart .list .list-item:last-child {
  border: 0;
}

.checkout {
  padding: 30px 0 50px 0;
}
.checkout .wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 100px;
}
.checkout .wrap .left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px 0;
}
.checkout .wrap .left .top a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7B7B7B;
}
.checkout .wrap .left form {
  display: none;
  flex-direction: column;
  padding: 0 0 50px 0;
}
.checkout .wrap .left form .trn-area {
  margin: 50px 0 30px 0 !important;
}
.checkout .wrap .left form .form-group {
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
  gap: 14px;
}
.checkout .wrap .left form .form-group button {
  background-color: rgba(63, 198, 239, 0.1882352941);
  border: none;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
}
.checkout .wrap .left form .form-group button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.checkout .wrap .left form input {
  border: 1px solid #000000;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
}
.checkout .wrap .left form input::-moz-placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a0a0a0;
}
.checkout .wrap .left form input::placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a0a0a0;
}
.checkout .wrap .left form p {
  margin: 0;
  font-size: 17px;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 400;
}
.checkout .wrap .left form .continue-btn {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: underline;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  margin: 46px 0 0 0;
  margin: 46px 0 0 auto;
  width: 19%;
}
.checkout .wrap .left .address-list {
  padding: 0 0 50px 0;
}
.checkout .wrap .left .address-list .heading-box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px 0;
}
.checkout .wrap .left .address-list .heading-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
.checkout .wrap .left .address-list .heading-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.checkout .wrap .left .address-list .heading-box p a {
  color: #AE278B;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.checkout .wrap .left .address-list h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
.checkout .wrap .left .address-list .address-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checkout .wrap .left .address-list .address-wrap label {
  padding: 20px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.checkout .wrap .left .address-list .address-wrap label:has(input[type=radio]:checked) {
  border: 1px solid #AE278B;
  border-radius: 15px;
  padding: 20px;
}
.checkout .wrap .left .address-list .address-wrap label:has(input[type=radio]:checked) p {
  color: #000000;
  font-weight: 500;
}
.checkout .wrap .left .address-list .address-wrap .item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 15px;
  border: 2px solid #b9b9b9;
  border-radius: 20px;
}
.checkout .wrap .left .address-list .address-wrap .item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.checkout .wrap .left .address-list .address-wrap .item.active {
  border: 2px solid #AE278B;
}
.checkout .wrap .left .address-list .add-new-address {
  background-color: #AE278B;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  margin: 20px 0 0 0;
  padding: 10px 15px;
}
.checkout .wrap .left .address-list .continue-btn {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  margin: 20px 0 0 0;
  padding: 10px 15px;
}
.checkout .wrap .left .payment-method-div button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #AE278B;
  border: none;
  margin: 36px 0 0 0;
}
.checkout .wrap .left .payment-method-div button:disabled {
  background-color: rgba(174, 39, 139, 0.4196078431);
  color: rgba(255, 255, 255, 0.4196078431);
}
.checkout .wrap .left .payment-method-div h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
.checkout .wrap .left .payment-method-div h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  margin: 30px 0 0 0;
}
.checkout .wrap .left .payment-method-div label {
  display: flex;
  gap: 20px;
  border: 1px solid #D686C2;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  background-color: #F4EEF3;
  margin: 30px 0 0 0;
}
.checkout .wrap .left .payment-method-div label p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  margin: 0;
}
.checkout .wrap .left .payment-method-div .terms-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 70px 0 0 0;
}
.checkout .wrap .left .payment-method-div .terms-box p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.checkout .wrap .left .payment-method-div .terms-box p a {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}

.order-box {
  background-color: #F2F2F2;
  padding: 45px;
  border-radius: 10px;
}
.order-box hr {
  color: #000000;
  opacity: 1;
}
.order-box h5 {
  padding: 0 0 33px 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  color: #000000;
}
.order-box .list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 15px 0;
}
.order-box .list .list-item:last-child {
  border-bottom: 2px solid rgb(0, 0, 0);
}
.order-box .list .list-item .product {
  display: flex;
  align-items: center;
  gap: 24px;
}
.order-box .list .list-item .product img {
  mix-blend-mode: darken;
}
.order-box .list .list-item .product .name p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 90%;
}
.order-box .list .list-item .product .name h3 {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.order-box .list .list-item .close-btn {
  border: none;
  background-color: transparent;
}
.order-box .bill {
  gap: 17px;
  display: flex;
  flex-direction: column;
  padding: 15px 0 0 0;
}
.order-box .bill .bill-list {
  display: flex;
  justify-content: space-between;
}
.order-box .bill .bill-list p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.order-box .grand-total {
  display: flex;
  justify-content: space-between;
}
.order-box .grand-total p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #000000;
}
.order-box .grand-total p span {
  color: #898888;
  font-size: 16px;
  font-weight: 400;
}

.payment {
  padding: 30px 0 50px 0;
}
.payment .wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 100px;
}
.payment .wrap .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.payment .wrap .left .top a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7B7B7B;
}
.payment .wrap .left .top a svg {
  margin: 0 10px 0 0;
}
.payment .wrap .left .heading-box {
  padding: 20px 0 0 0;
}
.payment .wrap .left .heading-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
.payment .wrap .left .cod-box {
  display: flex;
  gap: 20px;
  border: 1px solid #D686C2;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  background-color: #F4EEF3;
  margin: 30px 0 0 0;
}
.payment .wrap .left .cod-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  margin: 0;
}
.payment .wrap .left .text-box {
  padding: 30px 0 0 0;
}
.payment .wrap .left .text-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
.payment .wrap .left .terms-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment .wrap .left .terms-box p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.payment .wrap .left .terms-box a {
  color: #000000;
  text-decoration: underline;
}
.payment .wrap .left button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #AE278B;
  border: none;
  margin: 36px 0 0 0;
}

.orderPopUp {
  background-color: #AE278B;
  padding: 50px 100px;
  border-radius: 30px;
}
.orderPopUp h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  margin: 26px 0 0 0;
}
.orderPopUp p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #C9C9C9;
  margin: 20px auto 30px auto;
  width: 74%;
}
.orderPopUp p span {
  color: #FFFFFF;
  font-style: italic;
}
.orderPopUp .see-order {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  margin: 40px 0 0 0;
  cursor: pointer;
}
.orderPopUp .back-home {
  margin: 20px 0 0 0;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.new-product .bread-crumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #000;
  padding: 30px 0 0 0;
}
.new-product .bread-crumb a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #7B7B7B;
}
.new-product .bread-crumb span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #7B7B7B;
}
.new-product .bread-crumb p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #7B7B7B;
}
.new-product .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 30px 0 0 0;
  gap: 35px;
}
.new-product .content-box .card {
  height: 100%;
  border: none;
}
.new-product .content-box .card .img-box {
  text-align: center;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  height: 284px;
  width: auto;
  border: none;
}
.new-product .content-box .card .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-product .content-box .card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-product .content-box .card .card-body #productAvailable {
  font-weight: 400;
}
.new-product .content-box .card .card-body h5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 23px 0 0 0;
  margin: 0;
}
.new-product .content-box .card .card-body p span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  padding: 10px 0 0 0;
  margin: 0;
}
.new-product .content-box .card a {
  margin: 20px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  border: 1px solid #7B7B7B;
  text-align: center;
  border-radius: 15px;
  padding: 5px 0;
}

.authentication {
  padding: 30px 0 50px 0;
}
.authentication .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.authentication .content-box .left {
  border-radius: 30px;
}
.authentication .content-box .left .img-box {
  padding: 85px 60px 64px 60px;
  border-radius: 30px;
  height: 100%;
  width: 100%;
  background-image: url("../img/sign-up.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.authentication .content-box .left .heading-box {
  padding: 0 0 174px 0;
}
.authentication .content-box .left .heading-box h5 {
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
}
.authentication .content-box .left .heading-box h2 {
  font-family: "gradus-font";
  font-weight: 400;
  color: #FFFFFF;
  font-size: 48px;
}
.authentication .content-box .right .heading-box h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.authentication .content-box .right .heading-box p {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 6px 0 0 0;
}
.authentication .content-box .right .heading-box p a {
  color: #AE278B;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 0 5px;
}
.authentication .content-box .right form {
  padding: 22px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.authentication .content-box .right form .form-group {
  display: flex;
  gap: 10px;
}
.authentication .content-box .right form .form-group .input-wrap {
  border-radius: 8px;
  border: 1px solid #969696;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  gap: 6px;
}
.authentication .content-box .right form .form-group .input-wrap input {
  width: 100%;
  border: none;
  padding: 16px 0px;
}
.authentication .content-box .right form .form-group .input-wrap input::-moz-placeholder {
  font-family: "Nunito Sans", sans-serif;
  color: rgba(0, 0, 0, 0.2509803922);
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.authentication .content-box .right form .form-group .input-wrap input::placeholder {
  font-family: "Nunito Sans", sans-serif;
  color: rgba(0, 0, 0, 0.2509803922);
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.authentication .content-box .right form .form-group .input-wrap input:focus {
  border: none;
  outline: none;
}
.authentication .content-box .right form .terms-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 30px 0 0 0;
}
.authentication .content-box .right form .terms-wrap p {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  margin: 0;
  font-weight: 400;
}
.authentication .content-box .right form .terms-wrap p a {
  text-decoration: underline;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
}
.authentication .content-box .right form button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #AE278B;
  border: none;
  margin: 36px 0 0 0;
}
.authentication .content-box .right form .forgot-btn {
  text-align: end;
}
.authentication .content-box .right form .forgot-btn p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.authentication .content-box .right form p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.authentication .content-box .right form p a {
  color: #AE278B;
  font-weight: 700;
  margin: 0 0 0 5px;
}

.closeBtn,
.openBtn {
  display: none;
}

aside {
  background: linear-gradient(180deg, rgb(167, 27, 131) 0%, rgb(41, 181, 223) 100%);
  padding: 75px 0 70px 70px;
  border-radius: 30px;
  position: static;
}
aside .heading-box {
  padding: 0 0 37px 0;
}
aside .heading-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
}
aside .heading-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
}
aside ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
aside ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}
aside ul li a.active {
  font-weight: 700;
  padding: 0 0 0 25px;
}
aside button {
  margin: 85px 0 0 0;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 8px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  border: none;
  padding: 8px 40px;
}

.profile {
  padding: 30px 0 50px 0;
  position: relative;
}
.profile .content-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 54px;
}
.profile .content-box .right h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px 0;
}
.profile .content-box .right #editProfile .modal-body {
  padding: 50px;
}
.profile .content-box .right #editProfile h2 {
  font-size: 25px;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-align: center;
}
.profile .content-box .right #editProfile .form-group {
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
}
.profile .content-box .right #editProfile .form-group input {
  border: 1px solid #969696;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.profile .content-box .right #editProfile .form-group button {
  background-color: rgba(63, 198, 239, 0.1882352941);
  border: none;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
}
.profile .content-box .right #editProfile .form-group button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.profile .content-box .right #editProfile button {
  background-color: #AE278B;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  border: none;
  margin: 50px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.profile .content-box .right .box {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  padding: 50px;
}
.profile .content-box .right .box p {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.profile .content-box .right .box .mail-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 10px 0;
}
.profile .content-box .right .box .mail-box h6 {
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  margin: 0;
}
.profile .content-box .right .box .phone-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile .content-box .right .box .phone-box h6 {
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  margin: 0;
}
.profile .content-box .right .box .edit-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  background-color: #FFFFFF;
  border: none;
  width: 100%;
}
.profile .content-box .right .box .edit-box h5 {
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  margin: 0;
}

.orders {
  padding: 30px 0 50px 0;
  position: relative;
}
.orders .content-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 54px;
}
.orders .content-box .right h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px 0;
}
.orders .content-box .right .box {
  border-radius: 30px;
  border: 1px solid #AE278B;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 40px;
  margin: 0 0 20px 0;
  place-items: center;
}
.orders .content-box .right .box .img-box {
  height: 120px;
  width: 120px;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.orders .content-box .right .box .detail-box {
  display: grid;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 23px;
}
.orders .content-box .right .box .detail-box .item p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  color: #969696;
  font-weight: 400;
  margin: 0;
}
.orders .content-box .right .box .detail-box .item h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  margin: 0;
  padding: 5px 0 0 0;
}
.orders .content-box .right .box .detail-box .item h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.orders .content-box .right .box .detail-box .item h4 {
  margin: 0;
  padding: 7px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  color: #000000;
  font-weight: 700;
}
.orders .content-box .right .box .detail-box .item:nth-child(1) {
  grid-row: 1/1;
  grid-column: 1/1;
}
.orders .content-box .right .box .detail-box .item:nth-child(2) {
  grid-row: 1/1;
  grid-column: 2/3;
}
.orders .content-box .right .box .detail-box .item:nth-child(3) {
  grid-row: 1/1;
  grid-column: 3/4;
}
.orders .content-box .right .box .detail-box .item:nth-child(4) {
  grid-row: 2/2;
  grid-column: 1/4;
  margin: 22px 0 0 0;
}
.orders .content-box .right .box .btn-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 37px;
}
.orders .content-box .right .box .btn-box .track-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background-color: #AE278B;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.orders .content-box .right .box .btn-box button {
  padding: 10px 20px;
}
.orders .content-box .right .box .btn-box button:nth-child(2) {
  border: 1px solid #000000;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.address {
  padding: 30px 0 50px 0;
  position: relative;
}
.address .content-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 54px;
}
.address .content-box .right h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px 0;
}
.address .content-box .right #editAddressModal .modal-body {
  padding: 50px;
}
.address .content-box .right #editAddressModal h2 {
  font-size: 25px;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-align: center;
}
.address .content-box .right #editAddressModal .form-group {
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
}
.address .content-box .right #editAddressModal .form-group button {
  background-color: rgba(63, 198, 239, 0.1882352941);
  border: none;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
}
.address .content-box .right #editAddressModal .form-group button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.address .content-box .right #editAddressModal button {
  background-color: #AE278B;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  border: none;
  margin: 50px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.address .content-box .right .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.address .content-box .right .box-wrap #addressModal .modal-body {
  padding: 50px;
}
.address .content-box .right .box-wrap #addressModal h2 {
  font-size: 25px;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-align: center;
}
.address .content-box .right .box-wrap #addressModal .form-group {
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
  gap: 14px;
}
.address .content-box .right .box-wrap #addressModal .form-group button {
  background-color: rgba(63, 198, 239, 0.1882352941);
  border: none;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
}
.address .content-box .right .box-wrap #addressModal .form-group button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.address .content-box .right .box-wrap #addressModal button {
  background-color: #AE278B;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  border: none;
  margin: 50px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.address .content-box .right .box-wrap .box {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2117647059);
  border-radius: 10px;
  padding: 40px 60px 80px 60px;
}
.address .content-box .right .box-wrap .box .toggle {
  position: relative;
}
.address .content-box .right .box-wrap .box .toggle .toggle__input {
  display: none;
}
.address .content-box .right .box-wrap .box .toggle .toggle__label {
  display: block;
  width: 33px;
  height: 20px;
  background-color: #c7c1c1;
  border-radius: 99px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.address .content-box .right .box-wrap .box .toggle .toggle__label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 0.3s ease;
}
.address .content-box .right .box-wrap .box .toggle .toggle__input:checked + .toggle__label {
  background-color: #3FC6EF;
}
.address .content-box .right .box-wrap .box .toggle .toggle__input:checked + .toggle__label::after {
  left: 13px;
}
.address .content-box .right .box-wrap .box .check-box-wrap {
  display: flex;
  gap: 6px;
}
.address .content-box .right .box-wrap .box .check-box-wrap p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
}
.address .content-box .right .box-wrap .box .text-box {
  padding-top: 37px;
}
.address .content-box .right .box-wrap .box .text-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  text-transform: capitalize;
}
.address .content-box .right .box-wrap .box .text-box p span {
  color: #AE278B;
  font-weight: 600;
}
.address .content-box .right .box-wrap .box .text-box h6 {
  margin: 0;
  padding-top: 35px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
}
.address .content-box .right .box-wrap .box .edit-btn {
  display: flex;
  position: absolute;
  right: 60px;
  bottom: 40px;
  gap: 6px;
  border: none;
  background-color: #FFFFFF;
}
.address .content-box .right .box-wrap .box .edit-btn p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.address .content-box .right .box-wrap .box .delete-btn {
  position: absolute;
  right: 126px;
  bottom: 36px;
}
.address .content-box .right .box-wrap .add_box {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2117647059);
  border-radius: 10px;
  padding: 40px 60px 80px 60px;
}
.address .content-box .right .box-wrap .add_box h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.help {
  padding: 30px 0 50px 0;
  position: relative;
}
.help .content-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 54px;
}
.help .content-box .right h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px 0;
  margin: 0;
}
.help .content-box .right p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
.help .content-box .right a {
  margin: 30px 0 0 0;
  display: flex;
  border: 1px solid #189D0E;
  padding: 15px 30px;
  gap: 8px;
  align-items: center;
  border-radius: 70px;
  width: -moz-fit-content;
  width: fit-content;
}
.help .content-box .right a p {
  margin: 0;
  color: #189D0E;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.track-order {
  padding: 30px 0 50px 0;
  position: relative;
}
.track-order .content-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 54px;
}
.track-order .content-box .right .track {
  margin: 50px 0 0 0;
  /* Optional: completed (normal progress color) */
}
.track-order .content-box .right .track .order-tracking.cancelled p {
  color: green !important;
  /* Red text */
  font-weight: 600;
}
.track-order .content-box .right .track .order-tracking.cancelled::after {
  background-color: green !important;
  /* Red line */
}
.track-order .content-box .right .track .order-tracking.completed p {
  color: #AE278B;
}
.track-order .content-box .right .track .order-tracking.completed::after {
  background-color: #AE278B;
}
.track-order .content-box .right .track .order-tracking {
  text-align: center;
  width: 25%;
  position: relative;
  display: block;
}
.track-order .content-box .right .track .order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0 solid #AFAFAF;
  margin: 0 auto;
  transition: background 0.25s linear;
  z-index: 2;
}
.track-order .content-box .right .track .order-tracking p {
  color: #F1D4EA;
  font-size: 12px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  margin: 15px 0 5px 0;
}
.track-order .content-box .right .track .order-tracking h6 {
  color: #969696;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.5;
  margin: 0;
}
.track-order .content-box .right .track .order-tracking::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 40px);
  background-color: #F1D4EA;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}
.track-order .content-box .right .track .order-tracking:first-child::before {
  display: none;
}
.track-order .content-box .right .track .order-tracking.completed .is-complete::after {
  border-color: #fff;
  border-width: 0 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}
.track-order .content-box .right .track .order-tracking.completed p {
  color: #AE278B;
}
.track-order .content-box .right .track .order-tracking.completed h6 {
  color: #969696;
  font-size: 10px;
  opacity: 1;
}
.track-order .content-box .right .track .order-tracking.completed::before {
  background-color: #AE278B;
  height: 2px;
}
.track-order .content-box .right h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px 0;
  margin: 0;
}
.track-order .content-box .right a {
  margin: 0 0 50px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.track-order .content-box .right a p {
  color: #7B7B7B;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.track-order .content-box .right .detail {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.track-order .content-box .right .detail h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.track-order .content-box .right .detail h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  margin: 0;
  padding: 0 0 8px 0;
}
.track-order .content-box .right .detail h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 20px 0 0 0;
}
.track-order .content-box .right .detail h5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.track-order .content-box .right .detail h5 span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #AE278B;
  margin: 0;
  padding: 20px 0 0 0;
}

.product-detail {
  padding: 0 0 30px 0;
}
.product-detail .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  position: relative;
}
.product-detail .content-box .left {
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 0;
  padding: 50px 0 0 0;
}
.product-detail .content-box .left .box {
  max-width: 375px;
  height: 375px;
  position: relative;
}
.product-detail .content-box .left .box a {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.product-detail .content-box .left .box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.product-detail .content-box .left .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 20px 0 0 0;
}
.product-detail .content-box .left .buttons img {
  opacity: 0.4;
  height: 117px;
  width: 117px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #000000;
  border-radius: 5px;
}
.product-detail .content-box .left .buttons img.active {
  opacity: 1;
  height: 117px;
  width: 117px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #000000;
  border-radius: 5px;
}
.product-detail .content-box .middle {
  padding: 50px 0 0 0;
}
.product-detail .content-box .middle .text-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-detail .content-box .middle h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
}
.product-detail .content-box .middle .rating {
  display: flex;
  padding: 12px 0 0 0;
}
.product-detail .content-box .middle .rating p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  padding: 0 5px 0 0;
  margin: 0;
}
.product-detail .content-box .middle hr {
  margin: 8px 0;
}
.product-detail .content-box .middle .price {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  margin: 0;
}
.product-detail .content-box .middle .size-box {
  margin: 30px 0 0 0;
}
.product-detail .content-box .middle .size-box p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  text-transform: capitalize;
}
.product-detail .content-box .middle .size-box .btn-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.product-detail .content-box .middle .size-box .btn-box .item {
  position: relative;
}
.product-detail .content-box .middle .size-box .btn-box .item input {
  height: 29px;
  width: 100%;
  position: absolute;
  opacity: 0;
}
.product-detail .content-box .middle .size-box .btn-box .item input.size:checked + div {
  background: #000;
  color: #fff;
  border-color: #000;
}
.product-detail .content-box .middle .size-box .btn-box .item input.size:disabled + div {
  opacity: 0.2;
}
.product-detail .content-box .middle .size-box .btn-box .item div {
  border: 1px solid #000000;
  height: 29px;
  width: 100%;
  border-radius: 7px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-detail .content-box .middle .qty-box {
  padding: 30px 0 0 0;
}
.product-detail .content-box .middle .qty-box p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  text-transform: capitalize;
}
.product-detail .content-box .middle .qty-box .btn-box {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}
.product-detail .content-box .middle .qty-box .btn-box input {
  border: none;
  background-color: #FFFFFF;
  font-size: 17px;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  max-width: 32px;
  padding: 0;
  text-align: center;
}
.product-detail .content-box .middle .qty-box .btn-box input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.product-detail .content-box .middle .qty-box .btn-box p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000000;
}
.product-detail .content-box .middle .qty-box .btn-box button {
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 0;
  height: 37px;
  width: 37px;
}
.product-detail .content-box .middle .delivary-box {
  padding: 26px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;
  text-align: center;
}
.product-detail .content-box .middle .delivary-box .item .img-box {
  padding: 10px;
  background-color: #EEEEEE;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  margin: auto;
}
.product-detail .content-box .middle .delivary-box .item p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin: 0;
}
.product-detail .content-box .middle .name-box {
  padding: 60px 0 0 0;
}
.product-detail .content-box .middle .name-box ul {
  padding: 0;
}
.product-detail .content-box .middle .name-box li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
}
.product-detail .content-box .middle .name-box li p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  line-height: 38px;
  letter-spacing: -4%;
  margin: 0;
}
.product-detail .content-box .middle .name-box li span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  letter-spacing: -4%;
  width: 20ch;
  /* Approx. 10 characters */
  overflow: hidden;
  /* Hide extra letters */
  white-space: nowrap;
  /* Keep in one line */
  text-overflow: ellipsis;
}
.product-detail .content-box .middle .product-box {
  padding: 80px 0 0 0;
}
.product-detail .content-box .middle .product-box h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000000;
}
.product-detail .content-box .middle .product-box p {
  padding: 16px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin: 0;
}
.product-detail .content-box .middle .review-box {
  padding: 80px 0 0 0;
}
.product-detail .content-box .middle .review-box h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  text-transform: capitalize;
}
.product-detail .content-box .middle .review-box .review-form button {
  background-color: #000000;
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  padding: 5px 15px;
}
.product-detail .content-box .middle .review-box .review-form .wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-detail .content-box .middle .review-box .review-form .wrap p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.product-detail .content-box .middle .review-box .review-form .wrap .stars {
  display: flex;
  gap: 5px;
  font-size: 2rem;
  cursor: pointer;
}
.product-detail .content-box .middle .review-box .review-form .wrap .star {
  color: #ccc;
  transition: color 0.2s;
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
}
.product-detail .content-box .middle .review-box .review-form .wrap .star.selected {
  color: #FFA600;
}
.product-detail .content-box .middle .review-box .review-form textarea {
  width: 100%;
  margin: 16px 0 0 0;
  border-radius: 10px;
  height: 136px;
  padding: 10px 15px;
}
.product-detail .content-box .middle .review-box .review-form textarea::-moz-placeholder {
  color: #8d8d8d;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-family: 500;
}
.product-detail .content-box .middle .review-box .review-form textarea::placeholder {
  color: #8d8d8d;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-family: 500;
}
.product-detail .content-box .middle .review-box .reviews.visible {
  display: block;
}
.product-detail .content-box .middle .review-box .reviews .help-ful {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 15px 0 0 0;
}
.product-detail .content-box .middle .review-box .reviews .help-ful button {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  font-size: 17px;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 10px;
  padding: 5px 25px;
}
.product-detail .content-box .middle .review-box .reviews .help-ful a {
  display: flex;
}
.product-detail .content-box .middle .review-box .reviews .help-ful a p {
  margin: 0;
  font-size: 17px;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
}
.product-detail .content-box .middle .review-box .reviews .name-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0 0 0;
}
.product-detail .content-box .middle .review-box .reviews .name-box p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 17px;
}
.product-detail .content-box .middle .review-box .reviews .rating-block .star {
  color: #ccc;
  transition: color 0.2s;
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
}
.product-detail .content-box .middle .review-box .reviews .rating-block .star.gold {
  color: #FFA600;
}
.product-detail .content-box .middle .review-box .reviews h5 {
  padding: 9px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin: 0;
}
.product-detail .content-box .middle .review-box #toggleBtn {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  color: #717171;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  text-align: end;
  margin: 40px 0 0 0;
}
.product-detail .content-box .right.mob {
  display: none;
}
.product-detail .content-box .right {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0 0 0;
  position: sticky;
  top: 0;
}
.product-detail .content-box .right .box {
  padding: 50px 40px;
  border: 1px solid #000000;
  border-radius: 10px;
}
.product-detail .content-box .right .text-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-detail .content-box .right h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  margin: 0;
}
.product-detail .content-box .right h5 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  padding: 13px 0 0 0;
  margin: 0;
}
.product-detail .content-box .right h5 span {
  color: #AE278B;
  padding: 0 6px 0 0;
  margin: 0;
}
.product-detail .content-box .right p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  text-transform: capitalize;
}
.product-detail .content-box .right p:last-child {
  margin: 10px 0 0 0;
}
.product-detail .content-box .right p span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  margin: 0;
}
.product-detail .content-box .right button {
  background-color: #AE278B;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  border: none;
  margin: 50px 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.product-detail .content-box .right button:last-child {
  background-color: #FFFFFF;
  color: #AE278B;
  border: 1px solid #AE278B;
  margin: 19px 0 0 0;
}

.whatsapp-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 111;
}

.contact-page {
  padding: 80px 0 0px 0;
}
.contact-page .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 93px;
  place-items: center start;
}
.contact-page .content-box .left {
  width: 100%;
}
.contact-page .content-box .heading-box h3 {
  color: #000000;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 10px 0;
}
.contact-page .content-box .heading-box h2 {
  color: #000000;
  font-family: "gradus-font";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  padding: 0 0 30px 0;
  letter-spacing: -0.96px;
  text-transform: capitalize;
}
.contact-page .content-box form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.contact-page .content-box form .form-group {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.contact-page .content-box form .form-group input,
.contact-page .content-box form .form-group textarea {
  width: 100%;
  border-radius: 10px;
  border: #000000 1px solid;
  padding: 10px 10px 10px 30px;
}
.contact-page .content-box form .form-group input::-moz-placeholder, .contact-page .content-box form .form-group textarea::-moz-placeholder {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.1882352941);
  font-family: "Nunito Sans", sans-serif;
}
.contact-page .content-box form .form-group input::placeholder,
.contact-page .content-box form .form-group textarea::placeholder {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.1882352941);
  font-family: "Nunito Sans", sans-serif;
}
.contact-page .content-box form .form-group p {
  margin: 0;
  text-transform: capitalize;
}
.contact-page .content-box form button {
  background-color: #AE278B;
  color: #FFFFFF;
  padding: 10px 0;
  border-radius: 8px;
  border: none;
}
.contact-page .content-box .box {
  display: flex;
  flex-direction: column;
}
.contact-page .content-box .box h5 {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 30px 0;
}
.contact-page .content-box .box .social-box a {
  font-size: 17px;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
}

.error-page {
  display: none;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgb(167, 27, 131) 0%, rgb(41, 181, 223) 100%);
  /* Animated background particles */
}
.error-page.active {
  display: flex;
}
.error-page .particles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.error-page .particles .particle {
  position: absolute;
  background: #AE278B;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 15s infinite;
}

/* Float animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-100px) translateX(50px);
  }
  50% {
    transform: translateY(-50px) translateX(-50px);
  }
  75% {
    transform: translateY(-150px) translateX(100px);
  }
}
/* 404 Page Styles */
.error-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.error-404 .content {
  text-align: center;
  z-index: 10;
  position: relative;
}
.error-404 .glitch-wrapper {
  position: relative;
  display: inline-block;
}
.error-404 .glitch-wrapper .glitch {
  font-size: 180px;
  font-weight: 800;
  color: #FFFFFF;
  position: relative;
  animation: glitch-skew 3s infinite;
  text-shadow: 2px 2px 0 #AE278B;
}
.error-404 h2 {
  font-size: 48px;
  margin: 20px 0;
  color: #FFFFFF;
}
.error-404 p {
  font-size: 18px;
  color: var(--text-gray);
  margin-bottom: 40px;
  max-width: 500px;
  color: #FFFFFF;
}

@keyframes glitch-skew {
  0% {
    transform: skew(0deg);
  }
  20% {
    transform: skew(-2deg);
  }
  40% {
    transform: skew(2deg);
  }
  60% {
    transform: skew(-1deg);
  }
  80% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(0deg);
  }
}
/* 500 Page Styles */
.error-500 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.error-500 .content {
  text-align: center;
  z-index: 10;
}
.error-500 .broken-robot {
  font-size: 200px;
  animation: shake 2s infinite;
  filter: drop-shadow(0 10px 30px rgba(174, 39, 139, 0.5));
}
.error-500 .code {
  font-size: 120px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 20px 0;
  animation: pulse 2s infinite;
}
.error-500 h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.error-500 p {
  font-size: 18px;
  color: var(--text-gray);
  margin-bottom: 40px;
  max-width: 600px;
}

@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: rotate(-5deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(5deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* 400 Page Styles */
.error-400 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.error-400 .content {
  text-align: center;
  z-index: 10;
}
.error-400 .warning-icon {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
  position: relative;
  animation: bounce 2s infinite;
}
.error-400 .warning-icon .warning-triangle {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 173px solid #FFFFFF;
  position: relative;
  filter: drop-shadow(0 10px 30px rgba(174, 39, 139, 0.5));
}
.error-400 .warning-icon .warning-triangle::after {
  content: "!";
  position: absolute;
  top: 40px;
  left: -20px;
  font-size: 80px;
  font-weight: 800;
  color: #AE278B;
}
.error-400 .code {
  font-size: 100px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 20px 0;
  letter-spacing: 10px;
}
.error-400 h2 {
  font-size: 38px;
  margin-bottom: 15px;
}
.error-400 p {
  font-size: 18px;
  color: var(--text-gray);
  margin-bottom: 40px;
  max-width: 600px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* Shared Button Styles */
.btn-home {
  display: inline-block;
  padding: 10px 40px;
  background: #AE278B;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid #AE278B;
  position: relative;
  overflow: hidden;
}
.btn-home::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn-home:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(174, 39, 139, 0.5);
}
.btn-home:hover::before {
  width: 300px;
  height: 300px;
}
.btn-home span {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .glitch {
    font-size: 100px;
  }
  .error-404 h2,
  .error-500 h2,
  .error-400 h2 {
    font-size: 32px;
  }
  .error-500 .code,
  .error-400 .code {
    font-size: 80px;
  }
  .broken-robot {
    font-size: 120px;
  }
  .warning-icon {
    width: 150px;
    height: 150px;
  }
  .warning-icon .warning-triangle {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 130px solid #AE278B;
  }
  .warning-icon .warning-triangle::after {
    font-size: 60px;
    top: 30px;
    left: -15px;
  }
}
@media only screen and (max-width: 999px) {
  .whitealert {
    width: 100%;
  }
  .help {
    padding: 30px 0 50px 0;
    position: relative;
  }
  .help .content-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .help .content-box .right {
    padding: 20px 0 0 0;
  }
  .help .content-box .right h3 {
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 10px 0;
  }
  .help .content-box .right p {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
  }
  .help .content-box .right a {
    margin: 20px 0 0 0;
    display: flex;
    border: 1px solid #189D0E;
    padding: 5px 13px;
    gap: 8px;
    align-items: center;
    border-radius: 70px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .help .content-box .right a p {
    margin: 0;
    color: #189D0E;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
  }
  .address {
    padding: 30px 0 50px 0;
    position: relative;
  }
  .address .content-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .address .content-box .right {
    padding: 20px 0 0 0;
  }
  .address .content-box .right h3 {
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 10px 0;
  }
  .address .content-box .right .box-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .address .content-box .right .box-wrap .box {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2117647059);
    padding: 30px 40px 40px 40px;
    position: relative;
  }
  .address .content-box .right .box-wrap .box .check-box-wrap {
    display: flex;
    gap: 6px;
  }
  .address .content-box .right .box-wrap .box .check-box-wrap p {
    margin: 0;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
  }
  .address .content-box .right .box-wrap .box .text-box {
    padding: 20px 0 0 0;
  }
  .address .content-box .right .box-wrap .box .text-box p {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
  }
  .address .content-box .right .box-wrap .box .text-box h6 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    padding: 35px 0 0 0;
    padding: 20px 0 0 0;
  }
  .address .content-box .right .box-wrap .box .edit-btn {
    display: flex;
    position: absolute;
    right: 60px;
    bottom: 40px;
    gap: 6px;
    border: none;
    background-color: #FFFFFF;
    right: 40px;
    bottom: 20px;
  }
  .address .content-box .right .box-wrap .box .edit-btn p {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
  }
  .address .content-box .right .box-wrap .box:nth-child(2) {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .address .content-box .right .box-wrap .box:nth-child(2) h4 {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  .contact-page {
    padding: 5px 0 0px 0;
  }
  .contact-page .content-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    place-items: center start;
  }
  .contact-page .content-box .left {
    width: 100%;
  }
  .contact-page .content-box .heading-box h3 {
    color: #000000;
    font-family: "Dancing Script", cursive;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .contact-page .content-box .heading-box h2 {
    color: #000000;
    font-family: "gradus-font";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0 0 30px 0;
    letter-spacing: -0.96px;
    text-transform: capitalize;
  }
  .contact-page .content-box form {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .contact-page .content-box form .form-group {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }
  .contact-page .content-box form .form-group input,
  .contact-page .content-box form .form-group textarea {
    width: 100%;
    border-radius: 10px;
    border: #000000 1px solid;
    padding: 5px 10px;
  }
  .contact-page .content-box form .form-group input::-moz-placeholder, .contact-page .content-box form .form-group textarea::-moz-placeholder {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.1882352941);
    font-family: "Nunito Sans", sans-serif;
  }
  .contact-page .content-box form .form-group input::placeholder,
  .contact-page .content-box form .form-group textarea::placeholder {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.1882352941);
    font-family: "Nunito Sans", sans-serif;
  }
  .contact-page .content-box form .form-group p {
    margin: 0;
    text-transform: capitalize;
  }
  .contact-page .content-box form button {
    background-color: #AE278B;
    color: #FFFFFF;
    padding: 10px 0;
    border-radius: 8px;
    border: none;
  }
  .contact-page .content-box .box {
    display: flex;
    flex-direction: column;
  }
  .contact-page .content-box .box h5 {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 15px 0;
  }
  .contact-page .content-box .box .social-box a {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
  }
  .orders .content-box {
    grid-template-columns: 1fr;
  }
  .orders .content-box .right {
    padding: 20px 0 0 0;
  }
  .orders .content-box .right .box {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .orders .content-box .right .box .btn-box {
    gap: 10px;
  }
  .orders .content-box .right h3 {
    padding: 0 0 10px 0;
    margin: 0;
  }
  .profile .content-box {
    grid-template-columns: 1fr;
  }
  .profile .content-box .right {
    padding: 20px 0 0 0;
  }
  .profile .content-box .right h3 {
    padding: 0 0 10px 0;
    margin: 0;
  }
  .openBtn {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    padding: 5px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
  }
  .openBtn img {
    max-width: 30px;
  }
  aside {
    position: fixed;
    top: 0;
    left: -250px;
    box-sizing: border-box;
    transition: left 0.4s ease;
  }
  aside button {
    margin: 20px 0 0 0;
  }
  aside .closeBtn {
    display: block;
    background-color: transparent;
    border: none;
    padding: 10px;
  }
  aside .closeBtn img {
    max-width: 20px;
  }
  aside .heading-box {
    padding: 50px 0 25px 0;
  }
  aside .heading-box p {
    font-size: 12px;
    font-size: 22px;
  }
  aside ul {
    gap: 15px;
  }
  aside ul li {
    border: none;
  }
  aside ul li a {
    font-size: 16px;
  }
  aside ul li a.active {
    margin: 0 0 0 20px;
  }
  aside.show {
    left: 0;
    height: 100%;
    width: 100%;
    padding: 35px 52px;
  }
  aside.show .closeBtn {
    margin: 0 0 0 auto;
  }
  .authentication {
    padding: 0 0 30px 0;
  }
  .authentication .content-box {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .authentication .content-box .left .img-box {
    padding: 40px;
  }
  .authentication .content-box .left svg {
    max-width: 100%;
  }
  .authentication .content-box .left .heading-box {
    padding: 0 0 10px 0;
  }
  .authentication .content-box .left .heading-box h2 {
    font-size: 30px;
  }
  .authentication .content-box .left .heading-box h5 {
    font-size: 20px;
  }
  .authentication .content-box .right .heading-box h3 {
    font-size: 22px;
  }
  .authentication .content-box .right .heading-box p {
    font-size: 12px;
  }
  .authentication .content-box .right form .form-group .input-wrap input {
    padding: 8px 10px;
  }
  .authentication .content-box .right form button {
    margin: 0px 0 0 0;
  }
  .new-product .content-box {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .new-product .content-box .card .card-body h5 {
    font-size: 14px;
  }
  .new-product .content-box .card .card-body p {
    font-size: 16px;
  }
  .new-product .content-box .card .card-body a {
    font-size: 14px;
  }
  .orderPopUp {
    padding: 40px 40px;
    border-radius: 20px;
  }
  .orderPopUp h2 {
    font-size: 18px;
  }
  .payment {
    padding: 0 0 30px 0;
  }
  .payment .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .payment .wrap .left .heading-box {
    padding: 15px 0 0 0;
  }
  .payment .wrap .left .heading-box h3 {
    font-size: 20px;
  }
  .payment .wrap .left .cod-box {
    gap: 10px;
  }
  .payment .wrap .left .cod-box p {
    font-size: 16px;
  }
  .payment .wrap .left .text-box p {
    font-size: 14px;
  }
  .payment .wrap .left .terms-box p {
    font-size: 14px;
  }
  .checkout {
    padding: 0 0 30px 0;
  }
  .checkout .wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .checkout .wrap .left .heading-box {
    padding: 0;
  }
  .checkout .wrap .left form {
    gap: 5px;
  }
  .checkout .wrap .left form .form-group {
    margin: 0 0 10px 0;
    gap: 10px;
  }
  .checkout .wrap .left form input {
    padding: 5px 10px;
  }
  .checkout .wrap .left form input::-moz-placeholder {
    font-size: 14px;
  }
  .checkout .wrap .left form input::placeholder {
    font-size: 14px;
  }
  .checkout .wrap .left form .trn {
    padding: 0;
  }
  .checkout .wrap .left form .continue-btn {
    margin: 15px 0 0 0;
  }
  .checkout .wrap .order-box {
    padding: 26px;
  }
  .checkout .wrap .order-box .grand-total p {
    font-size: 18px;
  }
  .checkout .wrap .order-box .bill .bill-list p {
    font-size: 14px;
  }
  .checkout .wrap .order-box h5 {
    padding: 0 0 20px 0;
  }
  .checkout .wrap .order-box .list .list-item .product {
    gap: 0;
  }
  .cart {
    padding: 30px 0 30px 0;
  }
  .cart .wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .cart .wrap .list .list-item {
    padding: 5px 0 5px 0;
  }
  .cart .wrap .list .list-item .product .name p {
    font-size: 10px;
  }
  .cart .wrap .list .list-item .product .name h3 {
    font-size: 18px;
  }
  .cart .wrap .right .box .grand-total p {
    font-size: 18px;
  }
  .cart .wrap .right .box hr {
    margin: 10px 0;
  }
  .cart .wrap .right .box button {
    margin: 27px 0 0 0;
  }
  .cart .wrap .right .box h5 {
    font-size: 18px;
  }
  .cart .wrap .right .box .bill .bill-list p {
    font-size: 14px;
  }
  .also-like .heading-box {
    text-align: center;
  }
  .also-like .heading-box h2 {
    font-size: 28px;
  }
  .also-like .content-box {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 25px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .also-like .content-box .card h5 {
    font-size: 16px;
  }
  .also-like .content-box .card p {
    font-size: 18px;
  }
  .also-like .content-box .card a {
    font-size: 16px;
  }
  .product-detail {
    padding: 0 0 30px 0;
  }
  .product-detail .content-box {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product-detail .content-box .left {
    position: static;
  }
  .product-detail .content-box .left .box {
    max-width: 300px;
    height: 274px;
    position: relative;
    margin: auto;
  }
  .product-detail .content-box .left .box a {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .product-detail .content-box .left .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    gap: 0;
    margin: 20px 0 0 0;
  }
  .product-detail .content-box .left .buttons img {
    width: 100px;
    height: 100px;
  }
  .product-detail .content-box .left .buttons img.active {
    width: 100px;
    height: 100px;
  }
  .product-detail .content-box .middle h2 {
    font-size: 20px;
  }
  .product-detail .content-box .middle .rating {
    padding: 12px 0 12px 0;
  }
  .product-detail .content-box .middle .price {
    font-size: 34px;
  }
  .product-detail .content-box .middle .size-box p {
    font-size: 18px;
    text-align: center;
  }
  .product-detail .content-box .middle .size-box .btn-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
  }
  .product-detail .content-box .middle .qty-box {
    padding: 35px 0 0 0;
  }
  .product-detail .content-box .middle .qty-box .btn-box {
    justify-content: center;
  }
  .product-detail .content-box .middle .qty-box p {
    font-size: 18px;
    text-align: center;
  }
  .product-detail .content-box .middle .delivary-box {
    gap: 30px;
    padding: 35px 0 0 0;
  }
  .product-detail .content-box .middle .product-box {
    padding: 30px 0 0 0;
  }
  .product-detail .content-box .middle .product-box h4 {
    font-size: 18px;
  }
  .product-detail .content-box .middle .product-box p {
    padding: 0;
    font-size: 14px;
    margin: 0;
  }
  .product-detail .content-box .middle .name-box {
    padding: 30px 0 0 0;
  }
  .product-detail .content-box .right {
    position: static;
    margin: auto;
    padding: 30px 48px;
  }
  .product-detail .content-box .right button {
    margin: 23px 0 0 0;
  }
  .product-detail .content-box .right h3 {
    font-size: 34px;
  }
  .product-detail .content-box .right p {
    font-size: 16px;
  }
  .product-detail .content-box .right p span {
    font-size: 16px;
  }
  .product-detail .content-box .right h5 {
    font-size: 16px;
  }
  li {
    list-style: none;
    border-bottom: 1px solid #cfcece;
  }
  header .content-box {
    position: relative;
  }
  header .content-box .logo-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  header .content-box .logo-box button {
    display: block;
  }
  header .content-box .logo-box button img {
    max-width: 30px;
  }
  header .content-box .logo-box .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  header .content-box .logo-box .navbar-brand img {
    max-width: 100px;
  }
  header .content-box .search-box input::-moz-placeholder {
    font-size: 14px;
  }
  header .content-box .search-box input::placeholder {
    font-size: 14px;
  }
  header .right-side {
    gap: 10px;
    margin: 0;
  }
  header .navbar {
    border: none;
    border-top: 1px solid #B9B9B9;
  }
  header .navbar .navbar-nav {
    gap: 10px;
  }
  header .navbar .nav-item .nav-link {
    text-align: start;
    padding: 2px 10px;
  }
  .page-width {
    padding: 0 1rem;
  }
  .highlight .content-box {
    grid-template-columns: 1fr;
  }
  .highlight .content-box .item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .highlight .content-box .item-wrap .item p {
    font-size: 16px;
    line-height: normal;
  }
  footer .content-box {
    grid-template-columns: 1fr;
  }
  footer .copy-right-box {
    flex-direction: column;
  }
  .product-section {
    padding: 30px 0 0 0;
  }
  .product-section .content-box .item p {
    font-size: 16px;
    padding: 35px 0 0 0;
  }
  .product-section .content-box .swiper {
    padding: 35px 0;
  }
  .offer-section {
    padding: 60px 0 0 0;
  }
  .offer-section .content-box {
    grid-template-columns: 1fr;
  }
  .offer-section .content-box .left h3,
  .offer-section .content-box .left h2 {
    font-size: 38px;
    line-height: normal;
    margin: 0;
  }
  .offer-section .content-box .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0 0 0;
    gap: 10px;
  }
  .offer-section .content-box .right .box p {
    font-size: 25px;
  }
  .ribbon_one {
    padding: 30px 0 0 0;
  }
  .ribbon_one .content-box img {
    width: 100%;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ribbon_one .content-box .text-box {
    left: 28px;
    width: 100%;
  }
  .ribbon_one .content-box .text-box h2,
  .ribbon_one .content-box .text-box h3 {
    font-size: 28px;
    line-height: normal;
  }
  .ribbon_two {
    padding: 10px 0 0 0;
  }
  .ribbon_two .content-box img {
    width: 100%;
    height: 30lvh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ribbon_two .content-box .text-box {
    left: -40px;
    width: 100%;
    text-align: end;
  }
  .ribbon_two .content-box .text-box h2,
  .ribbon_two .content-box .text-box h3 {
    font-size: 38px;
    line-height: normal;
  }
  .ribbon_three {
    padding: 30px 0 0 0;
  }
  .ribbon_three .content-box .icon-box {
    position: static;
    transform: none;
    display: none;
  }
  .ribbon_three .content-box .text-box {
    left: 28px;
    width: 100%;
    position: static;
    transform: none;
  }
  .ribbon_three .content-box .text-box h2,
  .ribbon_three .content-box .text-box h3 {
    font-size: 38px;
    line-height: normal;
  }
  .ribbon_three .content-box .text-box h2 {
    color: #000000;
    padding: 10px 0 0 0;
  }
  .ribbon_three .content-box .text-box h3 {
    color: #AE278B;
    padding: 0;
  }
  .ribbon_three .content-box .text-box p {
    font-size: 18px;
    line-height: normal;
    color: #000000;
    padding: 10px 0 0 0;
  }
  .ribbon_three .content-box .text-box a {
    background-color: rgba(174, 39, 139, 0.1);
  }
  .ribbon_three .content-box .img-box {
    display: none;
  }
  .ribbon_three .content-box .img-box img {
    width: 100%;
    height: 30lvh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-section {
    padding: 30px 0 0 0;
  }
  .about-section .content-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-section .content-box .img-box svg {
    position: absolute;
    left: auto;
    right: 11px;
    top: -57px;
    z-index: 1;
    height: 100px;
    width: auto;
  }
  .about-section .content-box h2,
  .about-section .content-box h3 {
    font-size: 38px;
    line-height: normal;
    padding: 0;
  }
  .about-section .content-box p {
    padding: 10px 0 0 0;
    font-size: 14px;
  }
  .about-section .content-box a {
    font-size: 12px;
  }
  .highlight {
    padding: 30px 0 0 0;
  }
  .highlight .content-box {
    padding: 34px 16px;
  }
  .highlight .content-box .item-wrap {
    padding: 30px 0 0 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .highlight .content-box .heading-box {
    text-align: center;
  }
  .highlight .content-box .heading-box h2,
  .highlight .content-box .heading-box h3 {
    font-size: 38px;
    line-height: normal;
    margin: 0;
    padding: 0;
  }
  .highlight .content-box .item p {
    font-size: 16px;
    line-height: normal;
  }
  .brand-section {
    padding: 30px 0 0 0;
  }
  .brand-section .content-box {
    padding: 30px;
  }
  .testimonial-section {
    padding: 30px 0 0 0;
  }
  .testimonial-section .content-box {
    grid-template-columns: 1fr;
    place-items: flex-start;
  }
  .testimonial-section .content-box .heading-box h2,
  .testimonial-section .content-box .heading-box h3 {
    padding: 0;
  }
  .testimonial-section .content-box .heading-box a {
    font-size: 12px;
  }
  .testimonial-section .content-box .heading-box h3,
  .testimonial-section .content-box .heading-box h2 {
    font-size: 38px;
    line-height: normal;
  }
  .testimonial-section .slider-box {
    flex-direction: column;
  }
  .testimonial-section .panel-content {
    padding: 20px;
    transition: all 0.5s ease-in;
  }
  .testimonial-section .panel {
    min-height: 10vh;
    transition: all 0.5s ease-in;
  }
  .testimonial-section .panel .bar {
    flex-direction: row;
    padding: 13px 20px;
  }
  .testimonial-section .panel .main-text-box p {
    font-size: 14px;
  }
  .testimonial-section .panel.active {
    min-height: 50vh;
  }
  .testimonial-section .panel.active .panel-content {
    transition: all 0.5s ease-in;
  }
  .cta {
    padding: 30px 0;
  }
  .cta .content-box {
    padding: 20px;
  }
  .cta .content-box h3,
  .cta .content-box h2 {
    font-size: 38px;
  }
  .cta .content-box .input-wrap {
    width: 100%;
  }
  .cta .content-box .input-wrap input {
    font-size: 14px;
    padding: 14px 10px;
  }
  .cta .content-box .input-wrap::-moz-placeholder {
    font-size: 14px;
  }
  .cta .content-box .input-wrap::placeholder {
    font-size: 14px;
  }
  .cta .content-box .input-wrap button {
    font-size: 13px;
  }
  footer {
    padding: 60px 0px 0 0;
  }
  footer .content-box {
    gap: 14px;
  }
  footer .content-box .box .top-box {
    padding: 0 0 31px 0;
    text-align: center;
  }
  footer .content-box .box .link-list {
    padding: 0;
    text-align: center;
  }
  footer .content-box .box .link-list iframe {
    border-radius: 20px;
    width: 267px;
    margin: 0 auto 37px;
  }
  footer .content-box .box .connect-box {
    display: none;
  }
  footer .copy-right-box {
    gap: 12px;
    padding: 20px 0;
  }
  footer .copy-right-box .mid a {
    font-family: "DM Sans", sans-serif;
  }
  footer .copy-right-box .right p {
    font-family: "DM Sans", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  .whitealert {
    width: 100%;
  }
  .track-order .content-box {
    grid-template-columns: 1fr;
  }
  .track-order .content-box .right {
    padding: 20px 0 0 0;
  }
  .also-like {
    padding: 0px 0 80px 0;
  }
  .contact-page {
    padding: 5px 0 0px 0;
  }
  .contact-page .content-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    place-items: center start;
  }
  .contact-page .content-box .left {
    width: 100%;
  }
  .contact-page .content-box .heading-box h3 {
    color: #000000;
    font-family: "Dancing Script", cursive;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .contact-page .content-box .heading-box h2 {
    color: #000000;
    font-family: "gradus-font";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0 0 30px 0;
    letter-spacing: -0.96px;
    text-transform: capitalize;
  }
  .contact-page .content-box form {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .contact-page .content-box form .form-group {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }
  .contact-page .content-box form .form-group input,
  .contact-page .content-box form .form-group textarea {
    width: 100%;
    border-radius: 10px;
    border: #000000 1px solid;
    padding: 5px 10px;
  }
  .contact-page .content-box form .form-group input::-moz-placeholder, .contact-page .content-box form .form-group textarea::-moz-placeholder {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.1882352941);
    font-family: "Nunito Sans", sans-serif;
  }
  .contact-page .content-box form .form-group input::placeholder,
  .contact-page .content-box form .form-group textarea::placeholder {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.1882352941);
    font-family: "Nunito Sans", sans-serif;
  }
  .contact-page .content-box form .form-group p {
    margin: 0;
    text-transform: capitalize;
  }
  .contact-page .content-box form button {
    background-color: #AE278B;
    color: #FFFFFF;
    padding: 10px 0;
    border-radius: 8px;
    border: none;
  }
  .contact-page .content-box .box {
    display: flex;
    flex-direction: column;
  }
  .contact-page .content-box .box h5 {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 15px 0;
  }
  .contact-page .content-box .box .social-box a {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
  }
  .help {
    padding: 30px 0 50px 0;
    position: relative;
  }
  .help .content-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .help .content-box .right {
    padding: 20px 0 0 0;
  }
  .help .content-box .right h3 {
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 10px 0;
  }
  .help .content-box .right p {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
  }
  .help .content-box .right a {
    margin: 20px 0 0 0;
    display: flex;
    border: 1px solid #189D0E;
    padding: 5px 13px;
    gap: 8px;
    align-items: center;
    border-radius: 70px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .help .content-box .right a p {
    margin: 0;
    color: #189D0E;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
  }
  .address {
    padding: 30px 0 50px 0;
    position: relative;
  }
  .address .content-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .address .content-box .right {
    padding: 20px 0 0 0;
  }
  .address .content-box .right h3 {
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 10px 0;
  }
  .address .content-box .right .box-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .address .content-box .right .box-wrap .box {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2117647059);
    padding: 30px 40px 40px 40px;
    position: relative;
  }
  .address .content-box .right .box-wrap .box .check-box-wrap {
    display: flex;
    gap: 6px;
  }
  .address .content-box .right .box-wrap .box .check-box-wrap p {
    margin: 0;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
  }
  .address .content-box .right .box-wrap .box .text-box {
    padding: 20px 0 0 0;
  }
  .address .content-box .right .box-wrap .box .text-box p {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
  }
  .address .content-box .right .box-wrap .box .text-box h6 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    padding: 35px 0 0 0;
    padding: 20px 0 0 0;
  }
  .address .content-box .right .box-wrap .box .edit-btn {
    display: flex;
    position: absolute;
    right: 60px;
    bottom: 40px;
    gap: 6px;
    border: none;
    background-color: #FFFFFF;
    right: 40px;
    bottom: 20px;
  }
  .address .content-box .right .box-wrap .box .edit-btn p {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
  }
  .address .content-box .right .box-wrap .box .delete-btn {
    position: absolute;
    right: 103px;
    bottom: 14px;
  }
  .address .content-box .right .box-wrap .box:nth-child(2) {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .address .content-box .right .box-wrap .box:nth-child(2) h4 {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  .orders .content-box {
    grid-template-columns: 1fr;
  }
  .orders .content-box .right {
    padding: 20px 0 0 0;
  }
  .orders .content-box .right .box {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .orders .content-box .right .box .detail-box {
    display: grid;
    -moz-column-gap: 70px;
    column-gap: 24px;
    row-gap: 0;
    grid-template-columns: 1fr;
  }
  .orders .content-box .right .box .btn-box {
    gap: 10px;
  }
  .orders .content-box .right .box .btn-box .track-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .orders .content-box .right .box .btn-box button:nth-child(2) {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .orders .content-box .right h3 {
    padding: 0 0 10px 0;
    margin: 0;
  }
  .profile .content-box {
    grid-template-columns: 1fr;
  }
  .profile .content-box .right {
    padding: 20px 0 0 0;
  }
  .profile .content-box .right h3 {
    padding: 0 0 10px 0;
    margin: 0;
  }
  .openBtn {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    padding: 5px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
  }
  .openBtn img {
    max-width: 30px;
  }
  aside {
    position: fixed;
    top: 0;
    left: -250px;
    box-sizing: border-box;
    transition: left 0.4s ease;
  }
  aside button {
    margin: 20px 0 0 0;
  }
  aside .closeBtn {
    display: block;
    background-color: transparent;
    border: none;
    padding: 10px;
  }
  aside .closeBtn img {
    max-width: 20px;
  }
  aside .heading-box {
    padding: 50px 0 25px 0;
  }
  aside .heading-box p {
    font-size: 12px;
    font-size: 22px;
  }
  aside ul {
    gap: 15px;
  }
  aside ul li {
    border: none;
  }
  aside ul li a {
    font-size: 16px;
  }
  aside ul li a.active {
    margin: 0 0 0 20px;
  }
  aside.show {
    z-index: 3;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 35px 52px;
    border-radius: 0;
  }
  aside.show .closeBtn {
    margin: 0 0 0 auto;
  }
  .authentication {
    padding: 0 0 30px 0;
  }
  .authentication .content-box {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .authentication .content-box .right form .form-group {
    flex-direction: column;
  }
  .authentication .content-box .left .img-box {
    padding: 40px;
  }
  .authentication .content-box .left svg {
    max-width: 100%;
  }
  .authentication .content-box .left .heading-box {
    padding: 0 0 10px 0;
  }
  .authentication .content-box .left .heading-box h2 {
    font-size: 30px;
  }
  .authentication .content-box .left .heading-box h5 {
    font-size: 20px;
  }
  .authentication .content-box .right .heading-box h3 {
    font-size: 22px;
  }
  .authentication .content-box .right .heading-box p {
    font-size: 12px;
  }
  .authentication .content-box .right form .form-group .input-wrap input {
    padding: 8px 10px;
  }
  .authentication .content-box .right form button {
    margin: 0px 0 0 0;
  }
  .new-product .content-box {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .new-product .content-box .card .img-box {
    height: 200px;
    width: auto;
  }
  .new-product .content-box .card .card-body h3 {
    font-size: 14px;
  }
  .new-product .content-box .card .card-body p {
    font-size: 16px;
  }
  .new-product .content-box .card .card-body a {
    font-size: 14px;
  }
  .orderPopUp {
    padding: 40px 40px;
    border-radius: 20px;
  }
  .orderPopUp h2 {
    font-size: 18px;
  }
  .payment {
    padding: 0 0 30px 0;
  }
  .payment .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .payment .wrap .left .heading-box {
    padding: 15px 0 0 0;
  }
  .payment .wrap .left .heading-box h3 {
    font-size: 20px;
  }
  .payment .wrap .left .cod-box {
    gap: 10px;
  }
  .payment .wrap .left .cod-box p {
    font-size: 16px;
  }
  .payment .wrap .left .text-box p {
    font-size: 14px;
  }
  .payment .wrap .left .terms-box p {
    font-size: 14px;
  }
  .checkout {
    padding: 0 0 30px 0;
  }
  .checkout .wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .checkout .wrap .left .heading-box {
    padding: 0;
  }
  .checkout .wrap .left form .form-group {
    margin: 0 0 5px 0;
    gap: 5px;
  }
  .checkout .wrap .left form input {
    padding: 5px 10px;
  }
  .checkout .wrap .left form input::-moz-placeholder {
    font-size: 14px;
  }
  .checkout .wrap .left form input::placeholder {
    font-size: 14px;
  }
  .checkout .wrap .left form .trn {
    padding: 0;
  }
  .checkout .wrap .left form .continue-btn {
    margin: 15px 0 0 0;
  }
  .checkout .wrap .order-box {
    padding: 26px;
  }
  .checkout .wrap .order-box .grand-total p {
    font-size: 18px;
  }
  .checkout .wrap .order-box .bill .bill-list p {
    font-size: 14px;
  }
  .checkout .wrap .order-box h5 {
    padding: 0 0 20px 0;
  }
  .checkout .wrap .order-box .list .list-item .product {
    gap: 0;
  }
  .cart {
    padding: 30px 0 30px 0;
  }
  .cart .wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .cart .wrap .list .list-item {
    padding: 5px 0 5px 0;
  }
  .cart .wrap .list .list-item .product .name p {
    font-size: 10px;
  }
  .cart .wrap .list .list-item .product .name h3 {
    font-size: 18px;
  }
  .cart .wrap .right .box a {
    margin: 30px 0 0 0;
  }
  .cart .wrap .right .box .grand-total p {
    font-size: 18px;
  }
  .cart .wrap .right .box hr {
    margin: 10px 0;
  }
  .cart .wrap .right .box button {
    margin: 27px 0 0 0;
  }
  .cart .wrap .right .box h5 {
    font-size: 18px;
  }
  .cart .wrap .right .box .bill .bill-list p {
    font-size: 14px;
  }
  .category-page {
    padding: 0 !important;
  }
  .product-list .bread-crumb a,
  .product-list .bread-crumb p,
  .product-list .bread-crumb span {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .product-list .content-box {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .product-list .content-box .card h5 {
    font-size: 14px;
  }
  .product-list .content-box .card p {
    font-size: 16px;
  }
  .product-list .content-box .card a {
    font-size: 14px;
  }
  .also-like .heading-box {
    text-align: center;
  }
  .also-like .heading-box h2 {
    font-size: 28px;
  }
  .also-like .content-box {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .also-like .content-box .card h5 {
    font-size: 14px;
  }
  .also-like .content-box .card p {
    font-size: 16px;
  }
  .also-like .content-box .card a {
    font-size: 14px;
  }
  .product-detail {
    padding: 0 0 30px 0;
  }
  .product-detail .content-box {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 10px;
  }
  .product-detail .content-box .left {
    position: static;
  }
  .product-detail .content-box .left .box {
    max-width: 300px;
    height: 274px;
    position: relative;
    margin: auto;
  }
  .product-detail .content-box .left .box a {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .product-detail .content-box .left .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    gap: 0;
    margin: 20px 0 0 0;
  }
  .product-detail .content-box .left .buttons img {
    width: 100px;
    height: 100px;
  }
  .product-detail .content-box .left .buttons img.active {
    width: 100px;
    height: 100px;
  }
  .product-detail .content-box .middle .review-box {
    padding: 40px 0 0 0;
  }
  .product-detail .content-box .middle h2 {
    font-size: 18px;
  }
  .product-detail .content-box .middle .rating {
    padding: 12px 0 12px 0;
  }
  .product-detail .content-box .middle .price {
    font-size: 32px;
  }
  .product-detail .content-box .middle .size-box p {
    font-size: 16px;
    text-align: start;
  }
  .product-detail .content-box .middle .size-box .btn-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
  }
  .product-detail .content-box .middle .qty-box {
    padding: 35px 0 0 0;
  }
  .product-detail .content-box .middle .qty-box .btn-box {
    justify-content: start;
  }
  .product-detail .content-box .middle .qty-box p {
    font-size: 16px;
    text-align: start;
  }
  .product-detail .content-box .middle .delivary-box {
    gap: 30px;
    padding: 35px 0 0 0;
  }
  .product-detail .content-box .middle .product-box {
    padding: 30px 0 0 0;
  }
  .product-detail .content-box .middle .product-box h4 {
    font-size: 16px;
  }
  .product-detail .content-box .middle .product-box p {
    padding: 0;
    font-size: 12px;
    margin: 0;
  }
  .product-detail .content-box .middle .name-box {
    padding: 30px 0 0 0;
  }
  .product-detail .content-box .right.mob {
    display: block;
    margin: 40px 0 0 0;
    width: 100%;
    position: static;
  }
  .product-detail .content-box .right {
    display: none;
    margin: auto;
    padding: 30px 48px;
  }
  .product-detail .content-box .right button {
    margin: 23px 0 0 0;
  }
  .product-detail .content-box .right h3 {
    font-size: 32px;
  }
  .product-detail .content-box .right p {
    font-size: 14px;
  }
  .product-detail .content-box .right p span {
    font-size: 14px;
  }
  .product-detail .content-box .right h5 {
    font-size: 14px;
  }
  li {
    list-style: none;
    border-bottom: 1px solid #cfcece;
  }
  header .content-box {
    position: relative;
  }
  header .content-box .logo-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  header .content-box .logo-box button {
    display: block;
  }
  header .content-box .logo-box button img {
    max-width: 30px;
  }
  header .content-box .logo-box .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  header .content-box .logo-box .navbar-brand img {
    max-width: 100px;
  }
  header .content-box .search-box input::-moz-placeholder {
    font-size: 14px;
  }
  header .content-box .search-box input::placeholder {
    font-size: 14px;
  }
  header .right-side {
    gap: 10px;
    margin: 0;
  }
  header .navbar {
    border: none;
    border-top: 1px solid #B9B9B9;
    display: none;
  }
  .page-width {
    padding: 0 1rem;
  }
  .highlight .content-box {
    grid-template-columns: 1fr;
  }
  .highlight .content-box .item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .highlight .content-box .item-wrap .item p {
    font-size: 16px;
    line-height: normal;
  }
  footer .content-box {
    grid-template-columns: 1fr;
  }
  footer .copy-right-box {
    flex-direction: column;
  }
  .product-section {
    padding: 30px 0 0 0;
  }
  .product-section .content-box .item p {
    font-size: 12px;
    padding: 13px 0 0 0;
  }
  .product-section .content-box .swiper {
    padding: 35px 0;
  }
  .offer-section {
    padding: 30px 0 0 0;
  }
  .offer-section .content-box {
    grid-template-columns: 1fr;
  }
  .offer-section .content-box .left h3,
  .offer-section .content-box .left h2 {
    font-size: 28px;
    line-height: normal;
    margin: 0;
  }
  .offer-section .content-box .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px 0 0 0;
    gap: 10px;
  }
  .offer-section .content-box .right .box p {
    font-size: 16px;
  }
  .ribbon_one {
    padding: 30px 0 0 0;
  }
  .ribbon_one .content-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ribbon_one .content-box .text-box {
    left: 28px;
    width: 100%;
  }
  .ribbon_one .content-box .text-box h2,
  .ribbon_one .content-box .text-box h3 {
    font-size: 28px;
    line-height: normal;
  }
  .ribbon_two {
    padding: 10px 0 0 0;
  }
  .ribbon_two .content-box img {
    width: 100%;
    height: 30lvh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ribbon_two .content-box .text-box {
    left: -28px;
    width: 100%;
  }
  .ribbon_two .content-box .text-box h2,
  .ribbon_two .content-box .text-box h3 {
    font-size: 28px;
    line-height: normal;
  }
  .ribbon_three {
    padding: 30px 0 0 0;
  }
  .ribbon_three .content-box .icon-box {
    position: static;
    transform: none;
    display: none;
  }
  .ribbon_three .content-box .text-box {
    left: 28px;
    width: 100%;
    position: static;
    transform: none;
  }
  .ribbon_three .content-box .text-box h2,
  .ribbon_three .content-box .text-box h3 {
    font-size: 28px;
    line-height: normal;
  }
  .ribbon_three .content-box .text-box h2 {
    color: #000000;
    padding: 10px 0 0 0;
  }
  .ribbon_three .content-box .text-box h3 {
    color: #AE278B;
    padding: 0;
  }
  .ribbon_three .content-box .text-box p {
    font-size: 16px;
    line-height: normal;
    color: #000000;
    padding: 10px 0 0 0;
  }
  .ribbon_three .content-box .text-box a {
    background-color: rgba(174, 39, 139, 0.1);
  }
  .ribbon_three .content-box .img-box {
    display: none;
  }
  .ribbon_three .content-box .img-box img {
    width: 100%;
    height: 30lvh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-section {
    padding: 30px 0 0 0;
  }
  .about-section .content-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-section .content-box .img-box svg {
    position: absolute;
    left: auto;
    right: 11px;
    top: -57px;
    z-index: 1;
    height: 100px;
    width: auto;
  }
  .about-section .content-box h2,
  .about-section .content-box h3 {
    font-size: 28px;
    line-height: normal;
    padding: 0;
  }
  .about-section .content-box p {
    padding: 10px 0 0 0;
    font-size: 14px;
  }
  .about-section .content-box a {
    font-size: 12px;
  }
  .highlight {
    padding: 30px 0 0 0;
  }
  .highlight .content-box {
    padding: 34px 16px;
  }
  .highlight .content-box .item-wrap {
    padding: 30px 0 0 0;
  }
  .highlight .content-box .heading-box {
    text-align: center;
  }
  .highlight .content-box .heading-box h2,
  .highlight .content-box .heading-box h3 {
    font-size: 28px;
    line-height: normal;
    margin: 0;
    padding: 0;
  }
  .highlight .content-box .item p {
    font-size: 16px;
    line-height: normal;
  }
  .brand-section {
    padding: 30px 0 0 0;
  }
  .brand-section .content-box {
    padding: 30px;
  }
  .testimonial-section {
    padding: 30px 0 0 0;
  }
  .testimonial-section .content-box {
    grid-template-columns: 1fr;
    place-items: flex-start;
  }
  .testimonial-section .content-box .slider-test {
    flex-direction: column;
  }
  .testimonial-section .content-box .heading-box h2,
  .testimonial-section .content-box .heading-box h3 {
    padding: 0;
  }
  .testimonial-section .content-box .heading-box a {
    font-size: 12px;
  }
  .testimonial-section .content-box .heading-box h3,
  .testimonial-section .content-box .heading-box h2 {
    font-size: 28px;
    line-height: normal;
  }
  .testimonial-section .content-box .panel-content {
    padding: 20px;
    transition: all 0.5s ease-in;
  }
  .testimonial-section .content-box .panel {
    min-height: 10vh;
    transition: all 0.5s ease-in;
  }
  .testimonial-section .content-box .panel .bar {
    flex-direction: row;
    padding: 13px 20px;
  }
  .testimonial-section .content-box .panel .main-text-box p {
    font-size: 14px;
  }
  .testimonial-section .content-box .panel.active {
    min-height: 50vh;
  }
  .testimonial-section .content-box .panel.active .panel-content {
    transition: all 0.5s ease-in;
  }
  .testimonial-section .slider-box {
    flex-direction: column;
  }
  .cta {
    padding: 30px 0;
  }
  .cta .content-box {
    padding: 20px;
  }
  .cta .content-box h3,
  .cta .content-box h2 {
    font-size: 28px;
  }
  .cta .content-box .input-wrap {
    width: 100%;
  }
  .cta .content-box .input-wrap input {
    font-size: 14px;
    padding: 14px 10px;
  }
  .cta .content-box .input-wrap::-moz-placeholder {
    font-size: 14px;
  }
  .cta .content-box .input-wrap::placeholder {
    font-size: 14px;
  }
  .cta .content-box .input-wrap button {
    font-size: 13px;
  }
  footer {
    padding: 60px 0px 0 0;
  }
  footer .content-box {
    gap: 14px;
  }
  footer .content-box .box .top-box {
    padding: 0 0 31px 0;
    text-align: center;
  }
  footer .content-box .box .link-list {
    padding: 0;
    text-align: center;
  }
  footer .content-box .box .link-list iframe {
    border-radius: 20px;
    width: 267px;
    margin: 0 auto 37px;
  }
  footer .content-box .box .connect-box {
    display: none;
  }
  footer .copy-right-box {
    gap: 12px;
    padding: 20px 0;
  }
  footer .copy-right-box .mid a {
    font-family: "DM Sans", sans-serif;
  }
  footer .copy-right-box .right p {
    font-family: "DM Sans", sans-serif;
  }
}/*# sourceMappingURL=style.css.map */