@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@font-face {
  font-family: IBMPlexSans;
  src: url("../fonts/IBMPlexSans-Regular.ttf");
}
body {
  background: var(--primary-dark);
  font-size: 14px;
  color: var(--primary-white);
  padding: 0;
  margin: 0;
  font-family: IBMPlexSans;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --primary-color: #e51747; /* Replace with your desired primary color */
  --secondary-color: #ff9600; /* Replace with your desired secondary color */
  --primary-white: #fff;
  --secondary-white:#e3e3e3;
  --primary-dark: #1a1a1a;
  --primary-light-dark:#1F1F1F;
  --secondary-dark: #727272;
  --footer-dark: #121212;
  --button-color: #797979;
  --button-border-color: #2a2a2a;
  --nav-color: #444;
  --pure-black: #000;
  --primary-purple: #5a2383;
  --color-success: #30E72A;
  --table-text-color:#D4D4D4;
  --table-light-dark:#2D2D30;
  --table-td-text-color:#C9C9D6;
  --border-input-color:#707070;
}
.bg-purple{
  background-color: var(--primary-purple);
  color:var(--primary-white);
}
.bg-purple-border{
  border: 2px solid var(--primary-purple) !important;
}
* {
  font-family: "Roboto Flex", sans-serif;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
p {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

li,
ul,
div,
form,
input {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: #6a2a41;
  text-decoration: underline;
}
a:hover {
  color: #815766;
}

a.disable {
  color: #6a2a41;
  text-decoration: underline;
}
a.disable:hover {
  color: #815766;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  outline: none;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

.displaynone {
  display: none !important;
}

.displayblock {
  display: block !important;
}

.displayflex {
  display: flex !important;
}
@media (max-width: 576px) {
  .displayflex.mobileview {
    display: block !important;
  }
}

.displayinlineblock {
  display: inline-block !important;
}

.clearboth {
  clear: both;
}

.pos-realtive {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

a {
  text-decoration: none;
  font-weight: 500;
  color: #c95f84;
}
a:hover {
  color: #6a2a41;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 30px 0 40px;
  font-family: IBMPlexSans;
  position: relative;
  line-height: 31px;
}
h2::after {
  content: "";
  width: 3%;
  height: 8px;
  border-radius: 15px;
  background: #5f5f5f;
  display: inline-block;
  position: absolute;
  /* text-align: center; */
  top: 40px;
  left: 48%;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.width100 {
  width: 100%;
}

.width70 {
  width: 70%;
}

.width50 {
  width: 50%;
}

.width48 {
  width: 48% !important;
}

.width45 {
  width: 45% !important;
}

.width35 {
  width: 35%;
}

.width25 {
  width: 25%;
}

.width55 {
  width: 55%;
}

.backgound-white {
  background: #ffffff !important;
}

.float-lg-start {
  float: left !important;
}

.float-lg-end {
  float: right !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-4-1 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}
.icon-red{
  color: var(--primary-color);
  font-size: 1rem;
  margin-left: 0.2rem;
}

@media (max-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
    margin: 20px 0;
  }
}
.breadcrumbs {
  margin: 1px auto 50px;
  font-size: 16px;
  color: #c95f84;
  padding: 30px 0 0;
  width: 95%;
}
.breadcrumbs .divider {
  padding: 0 5px;
}
.breadcrumbs a {
  color: #c95f84;
}
.breadcrumbs a:hover {
  color: #6a2a41;
}
.breadcrumbs.withfilter {
  padding: 30px 0 20px;
  background: #ffffff;
  display: flex;
}
@media (max-width: 576px) {
  .breadcrumbs {
    display: none;
  }
}

.filter-content {
  margin-left: auto;
  padding: 0 !important;
  min-height: 1000px;
}
@media (max-width: 576px) {
  .filter-content {
    display: none;
  }
  .filter-content.mobileview {
    display: block;
    min-height: auto;
    background: none !important;
    margin: 0 20px !important;
    text-align: center;
  }
  .filter-content.mobileview .sortdiv {
    background: #ffffff;
    padding: 10px 40px;
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 18px;
    border-radius: 35px;
  }
  .filter-content.mobileview .sortdiv:last-child {
    margin: 0;
  }
}
.filter-content h3 {
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
}
.filter-content .filter-category {
  padding: 0;
  border-bottom: 1px solid #d6d6d6;
}
.filter-content .filter-category .filter-heading {
  display: flex;
  padding: 15px 20px 10px;
}
.filter-content .filter-category .filter-heading h4 {
  font-size: 18px;
  font-weight: 600;
}
.filter-content .filter-category .filter-heading i {
  margin-left: auto;
}
.filter-content .filter-category .filter-sub-cotent {
  padding: 10px 20px 20px;
  display: none;
}
.filter-content .filter-category .filter-sub-cotent .price {
  background: #d6d6d6;
  height: 2px;
  position: relative;
  margin: 0 0 25px;
}
.filter-content .filter-category .filter-sub-cotent .price .filldiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 2px;
  background: #c95f84;
}
.filter-content .filter-category .filter-sub-cotent .price .range {
  background: #c95f84;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  top: -9px;
}
.filter-content .filter-category .filter-sub-cotent .price .range.start {
  left: 0;
}
.filter-content .filter-category .filter-sub-cotent .price .range.end {
  left: 40%;
}
.filter-content .filter-category .filter-sub-cotent .price .pricetxt {
  display: flex;
  padding: 15px 0 0;
  font-size: 12px;
}
.filter-content .filter-category .filter-sub-cotent .price .pricetxt .endtxt {
  margin-left: auto;
}
.filter-content .filter-category .filter-sub-cotent .color-div .checkbox-contain {
  display: block;
  margin: 0 0 15px;
}
.filter-content .filter-field {
  border: 1px solid #6a2a41;
  padding: 8px 15px;
  color: #121212;
  border-radius: 50px;
  font-size: 18px;
  display: flex;
  margin: 0 0 0 20px;
}
.filter-content .filter-field .text {
  font-size: 16px;
}
.filter-content .filter-field .text span {
  cursor: pointer;
  font-size: 16px;
}
.filter-content .filter-field .text span.box {
  font-size: 12px;
  border: 1.5px solid #dcdcdc;
  padding: 5px;
}
.filter-content .filter-field .icon {
  margin-left: auto;
  padding: 0 0 0 10px;
  color: #6a2a41;
  cursor: pointer;
  margin: -2px 0 0 0;
}
.filter-content .filter-field.sortby {
  position: relative;
}

.sortby-content {
  border: 1.5px solid #757a87;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
  width: 220px;
  left: -40px;
  top: 40px;
}
.sortby-content ul,
.sortby-content li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sortby-content ul {
  height: 195px;
  overflow-x: scroll;
}
.sortby-content li a {
  border-bottom: 1px solid #757a87;
  padding: 10px 15px;
  display: block;
  color: #000000;
  font-size: 14px;
}
.sortby-content li a:hover {
  color: #121212;
}
.sortby-content li a.selected {
  font-weight: 600;
}

.notification {
  width: 60% !important;
  margin: 0 auto 30px;
  border-radius: 4px;
  padding: 12px !important;
  position: absolute;
  left: 25%;
  top: 150px;
  filter: drop-shadow(0px 4px 4px rgba(89, 89, 89, 0.18));
}
.notification p {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.notification img,
.notification svg {
  padding-right: 10px;
  height: 32px;
  width: 32px;
}
.notification.success {
  background: #5bb85a;
}
.notification.info {
  background: #d9afbe;
}
.notification.error {
  background: #d9afbe;
}
.notification.warning {
  background: #f1c21b;
}

.popup-bg {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 22, 22, 0.5);
  content: "";
  transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms;
}

.popup {
  padding: 8px 4px;
  color: #000000;
}
.popup.width30 {
  width: 30%;
}
.popup.greybg {
  background: #f2eeef;
}
@media (max-width: 576px) {
  .popup.fdesign {
    width: 100%;
    padding: 8px 15px 2px 15px;
  }
  .popup.fdesign .btnsdiv .width48 {
    width: 45% !important;
  }
  .popup.fdesign .btnsdiv .width40 {
    width: 40% !important;
  }
}
.popup .notification {
  top: 10px;
  left: 5%;
  z-index: 99;
  width: 90% !important;
}
@media (max-width: 576px) {
  .popup .btn {
    margin: 0 0 20px;
  }
  .popup .btn:last-child {
    margin: 0;
  }
}
.popup h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px;
  font-weight: 500;
}
.popup p {
  color: #6a2a41;
}
.popup img {
  margin: 20px 0;
}
.popup .closebtndiv {
  position: absolute;
  top: 11px;
  right: 27px;
  width: 12px;
  height: 12px;
}
.popup .btnsdiv {
  margin: 45px 0 0;
  text-align: right;
}
.popup .btnsdiv .btn {
  margin-left: 15px;
  min-width: 190px;
}
@media (max-width: 576px) {
  .popup .btnsdiv .btn {
    min-width: 140px;
  }
}
.popup .btnsdiv .btn:first-child {
  margin-left: 0;
}
.popup .btnsdiv.text-center {
  text-align: center;
}
.popup .resend-text {
  color: #6a2a41;
}
.popup .resend-text .sec {
  color: #c95f84;
  font-weight: 600;
}
.popup .resend-text a {
  font-weight: 600;
}
.popup textarea {
  border-radius: 6px;
}
.popup .fielddiv {
  width: 100%;
}
.popup .fielddiv textarea {
  background: #f2eeef;
}
.popup .width100.btnsdiv {
  margin: 10px 0 0;
}
.popup .width100.btnsdiv .btn {
  margin: 0 0 10px 0;
}
.popup .reasondiv p {
  margin: 0;
  padding: 0 0 20px 0;
}
.popup .reasondiv p:first-child {
  padding: 0;
}
.popup .reasondiv p:last-child {
  color: #767676;
}
.popup .designcomment h1 {
  font-size: 18px;
  color: #885567;
  font-weight: 900;
  position: relative;
}
.popup .designcomment h1 span {
  position: absolute;
  right: 0;
  top: -5px;
  color: #000000;
  font-size: 18px;
}
.popup .designcomment div {
  display: flex;
  margin: 0 0 0 0;
}
.popup .designcomment div p {
  color: #676767;
  font-size: 15px;
}
.popup .designcomment img {
  margin: 0 20px 0 0;
  border-radius: 15px;
}
.popup .reasondecline h1 {
  font-size: 18px;
  color: #885567;
  font-weight: 900;
  position: relative;
}
.popup .reasondecline h1 span {
  position: absolute;
  right: 0;
  top: -5px;
  color: #000000;
  font-size: 18px;
}
.popup .reasondecline p {
  color: #676767;
  font-size: 15px;
}
.popup .reasondecline .reason {
  margin: 30px 0 0px;
}
.popup .reasondecline .reason h2 {
  font-size: 15px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.popup .reasondecline .reason h2::after {
  display: none;
}
.popup .reasondecline .reason p {
  display: flex;
}
.popup .reasondecline .reason p input {
  margin-left: auto;
}
.popup .reasondecline .btnsdiv {
  margin-top: 30px;
}
.popup .frontdesign h1 {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
  position: relative;
}
.popup .frontdesign h1 span {
  position: absolute;
  right: 0;
  top: -5px;
  color: #000000;
  font-size: 18px;
}
.popup .frontdesign div img {
  width: 100%;
}
.popup .frontdesign .btnsdiv {
  text-align: left;
}
@media (max-width: 576px) {
  .popup .frontdesign .btnsdiv {
    text-align: center;
  }
}
.popup .frontdesign .btnsdiv .btn {
  margin-right: 10px;
}
.popup .frontdesign .btnsdiv .btn:last-child {
  margin-right: 0;
}
.popup .login {
  height: 100%;
}
.popup .loginpopup {
  text-align: center;
}
.popup .loginpopup h1 {
  font-size: 18px;
  color: #885567;
  font-weight: 900;
  position: relative;
}
.popup .loginpopup h1 span {
  position: absolute;
  right: 0;
  top: -5px;
  color: #885567;
  font-size: 18px;
}

input[type=radio] {
  display: inline-block;
  position: relative;
}
input[type=radio]:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -2px;
  left: -1px;
  position: relative;
  background: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #6a2a41;
}
input[type=radio]:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #6a2a41;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #6a2a41;
}
input[type=radio]:checked:before {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  top: -1px;
  left: 0px;
  position: absolute;
  background-color: transparent;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ffffff;
  z-index: 9;
}

.tab {
  background: #6a2a41;
  padding: 3px;
  border-radius: 6px;
}
.tab li {
  list-style: none;
  display: inline-block;
}
.tab li a {
  padding: 8px 53px;
  display: inline-block;
  color: #ffffff;
  border-radius: 6px;
}
.tab li a.selected {
  background: #ffffff;
  color: #6a2a41;
}

.tab-content {
  padding: 25px 0;
}

.ordiv {
  width: 100%;
  border-top: 1px solid #a4a4a4;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
.ordiv .ortxt {
  position: absolute;
  text-align: center;
  color: #a4a4a4;
  top: -11px;
  left: 45%;
  background: #ffffff;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: 4px;
  left: -1px;
  position: relative;
  background-color: #6a2a41;
  content: "";
  display: inline-block;
  visibility: visible;
}
.circle.yellow {
  background-color: #f1c21b;
}
.circle.success, .circle.current {
  background-color: #5bb85a;
}
.circle.grey {
  background-color: #c4c4c4;
}

.profliemenu {
  position: relative;
}
.profliemenu .profileimage {
  position: relative;
}
.profliemenu .profileimage img {
  width: 45px;
  height: 45px;
  border-radius: 40px;
  border: 2px solid #6a2a41;
}
.profliemenu .profileimage i {
  position: absolute;
  bottom: -15px;
  right: -5px;
  color: #5bb85a;
}
.profliemenu .profileimage i::before {
  background: #ffffff;
  border-radius: 20px;
}
.profliemenu .profile-overflowmenu {
  border: 1.5px solid #757a87;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
  width: 220px;
  right: 0;
  top: 50px;
  text-align: left;
}
.profliemenu .profile-overflowmenu::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-right: 1.5px solid #757a87;
  border-bottom: 1.5px solid #757a87;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.profliemenu .profile-overflowmenu ul,
.profliemenu .profile-overflowmenu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profliemenu .profile-overflowmenu ul {
  overflow-x: scroll;
}
.profliemenu .profile-overflowmenu li a {
  border-bottom: 1px solid #757a87;
  padding: 10px 15px;
  display: block;
  color: #6a2a41;
  font-size: 14px;
}
.profliemenu .profile-overflowmenu li a:hover {
  color: #c95f84;
}
.profliemenu .profile-overflowmenu li a:hover svg,
.profliemenu .profile-overflowmenu li a:hover i {
  color: #c95f84;
}
.profliemenu .profile-overflowmenu li a.selected {
  font-weight: 600;
}
.profliemenu .profile-overflowmenu li a svg {
  width: 20px;
  height: 20px;
  color: #6a2a41;
}
.profliemenu .profile-overflowmenu li a i {
  font-size: 18px;
  color: #6a2a41;
}

.custom-tag-title {
  background-color: var(--primary-color);
  padding: 1.5rem 1rem;
  position: relative;
  height: 63px;
  font-size: 1.2rem;
  border-top-left-radius: 20px;
  margin: -1rem 0 0 0;
}

.custom-tag-title::after {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  right: -1px;
  top: 1px;
  bottom: 1px;
  height: 0;
  border-style: solid;
  border-width: 32px 60px 32px 0;
  border-color: transparent #1a1a1a transparent transparent;
}

.custom-tag-title2 {
  background-color: var(--primary-color);
  padding: 1rem 0.5rem;
  position: relative;
  width: 100%;
  max-width: 250px;
  text-transform: uppercase;
  height: 50px;
  font-size: 1.1rem;
  border-top-left-radius: 20px;
}
@media (max-width: 780px) {
  .custom-tag-title2 {
    max-width: 200px;
  }
}

.custom-tag-title2::after {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  right: -1px;
  top: 1px;
  bottom: 1px;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 25px 0;
  border-color: transparent #1a1a1a transparent transparent;
}

.bottom-custome-btton .main-btn2,
.bottom-custome-btton>.main-btn {
  color: var(--primary-white);
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 15px;
  border: 1px solid var(--secondary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  height: 45px;
  background-color: var(--secondary-color);
  position: relative;
}
.bottom-custome-btton>.main-btn {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.bottom-custome-btton .main-btn2 span,
.bottom-custome-btton>.main-btn>span{
  position: absolute;
  right: 10px;
}
.bottom-custome-btton .border-btn {
  height: 40px;
  position: relative;
}
.bottom-custome-btton .border-btn span {
  position: absolute;
  left: 10px;
}

.border-btn, .main-btn {
  color: var(--primary-white);
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 15px;
  border: 1px solid var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  max-width: 150px;
  height: 50px;
  background-color: transparent;
}

.main-btn {
  background-color: var(--primary-color);
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0.78rem 1.375rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 18px;
  background-color: var(--primary-color);
  color: var(--primary-white);
  transition: 0.45s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn-check + .btn:hover {
  color: #6a2a41;
  background-color: var(--primary-white);
  border: 1px solid #6a2a41;
}

.btn:focus-visible,
.btn:focus {
  color: #6a2a41;
  background-color: #ffffff;
  border: 1px solid #6a2a41;
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: #ffffff;
  pointer-events: none;
  background-color: #8b8b8b;
  border: 1px solid #8b8b8b;
  opacity: 1;
}

.btn-primary {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: var(--primary-color);
  border-radius: 8px 8px 8px 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
@media (max-width: 768px) {
  .btn-primary {
    font-size: 17px;
  }
}

.btn-primary:hover {
  background: var(--primary-color);
}

.btn-purple {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: var(--primary-purple);
  border-radius: 8px 8px 8px 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
@media (max-width: 768px) {
  .btn-purple {
    font-size: 17px;
  }
}

.btn-purple:hover {
  background: var(--primary-purple);
}

.btn-customPrimary {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: var(--primary-color);
  color: var(--primary-white);
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
@media (max-width: 768px) {
  .btn-customPrimary {
    font-size: 17px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .btn-customPrimary {
    font-size: 9px;
    padding: 5px;
    border-radius: 4px;
  }
}

.btn-primary:hover {
  background: var(--primary-color);
}

.btn-outline {
  font-size: 19px;
  font-weight: 800;
  padding: 0.58rem 1.375rem;
  cursor: pointer;
  border-radius: 25px;
  background: transparent;
  border: 1px solid var(--button-color);
  color: var(--button-color);
  transition: 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .btn-outline {
    font-weight: normal;
  }
}

.btn-outline:hover {
  border: 1px solid var(--primary-white);
  color: var(--primary-white);
  background: var(--button-color);
}

.btn-transparent {
  font-size: 16px;
  font-weight: 800;
  padding: 0.58rem 1.375rem;
  cursor: pointer;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--button-border-color);
  color: var(--button-color);
  transition: 0.45s ease-in-out;
}

.btn-transparent:hover {
  border: 1px solid var(--primary-white);
  background: var(--button-color);
  color: var(--primary-white);
}

.btn-secondary {
  border: 1px solid #6a2a41;
  background-color: #ffffff;
  color: #6a2a41;
}

.carBanner {
  width: 100%;
  background-color: var(--primary-purple);
  color: var(--color-white);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: flex-start;
  padding: 0 2%;
  justify-content: center;
  text-align: start;
}
.carBanner .first {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  justify-content: center;
  height: 100%;
  padding: 6% 0;
}
.carBanner .first h5 {
  font-weight: 800;
  line-height: 48px;
  font-size: 35px;
}
.carBanner .first .para1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.carBanner .first .para {
  font-size: 16px;
  font-weight: bolder;
  line-height: 22px;
  letter-spacing: 1px;
}
.carBanner .second {
  height: 100%;
}
.carBanner .second .image {
  width: 100%;
  height: 77%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end;
}
.carBanner .second .image img {
  width: auto;
  height: 90%;
}
.carBanner .second p {
  text-align: center;
}

@media (max-width: 768px) {
  .carBanner {
    grid-template-columns: 1fr;
    padding: 9% 5%;
    gap: 20px;
  }
  .carBanner .first {
    text-align: start;
    gap: 6px;
    padding: 0 0.1%;
  }
  .carBanner .first h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }
  .carBanner .first .para1 {
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }
  .carBanner .first .para {
    font-size: 16px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .carBanner .second .image {
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    background-size: cover;
  }
  .carBanner .second .image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cards-container {
  padding: 0 5%;
}
.cards-container .twoContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0;
}
.cards-container .twoContainer .cards {
  background-size: cover;
  background-position: center;
  height: 350px;
  width: 49%;
  flex-grow: 1;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
}
.cards-container .twoContainer .cards .bottom-textarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
}
.cards-container .twoContainer .cards .bottom-textarea .primary-btn {
  color: white;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 1px solid #e72a47;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}
@media (max-width: 480px) {
  .cards-container .twoContainer .cards .bottom-textarea .primary-btn {
    font-weight: 400;
    font-size: 9px;
  }
}
.cards-container .twoContainer .cards .bottom-textarea .primary-btn:hover {
  background: #e72a47;
}
@media (max-width: 1025px) {
  .cards-container .twoContainer .cards {
    height: 320px;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .cards-container .twoContainer .cards {
    height: 500px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .cards-container .twoContainer .cards {
    height: 300px;
    width: 100%;
  }
}
.cards-container .twoContainer .cards p {
  color: var(--primary-white);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .cards-container .twoContainer .cards p {
    font-weight: 400;
    bottom: 10px;
    font-size: 9px;
  }
}
.cards-container .twoContainer .cards img {
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 20px;
  right: 15px;
  cursor: pointer;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .cards-container .twoContainer .cards img {
    bottom: 20px;
    right: 10px;
    height: 20px;
    width: 20px;
  }
}
.cards-container .twoContainer .cards:nth-child(3),
.cards-container .twoContainer .cards:nth-child(4),
.cards-container .twoContainer .cards:nth-child(5) {
  width: 32%;
}
@media (max-width: 480px) {
  .cards-container .twoContainer .cards:nth-child(3),
  .cards-container .twoContainer .cards:nth-child(4),
  .cards-container .twoContainer .cards:nth-child(5) {
    height: 300px;
    width: 100%;
  }
}

.threeContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .threeContainer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.threeContainer .cards {
  background-size: cover;
  background-position: center;
  height: 350px;
  flex-grow: 1;
  width: 32%;
  padding: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.threeContainer .cards .bottom-textarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(360deg, #00000094, transparent);
}
.threeContainer .cards .bottom-textarea .primary-btn {
  color: white;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 1px solid #e72a47;
  transition: all 0.3s ease-in-out;
}
.threeContainer .cards .bottom-textarea .primary-btn:hover {
  background: #e72a47;
}
@media (max-width: 1025px) {
  .threeContainer .cards {
    height: 320px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .threeContainer .cards {
    height: 500px;
    width: 49%;
  }
}
@media (max-width: 480px) {
  .threeContainer .cards {
    height: 300px;
    width: 100%;
  }
}
.threeContainer .cards p {
  color: var(--primary-white);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .threeContainer .cards p {
    font-weight: 500;
    font-size: 13px;
  }
}
.threeContainer .cards img {
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 20px;
  right: 15px;
  cursor: pointer;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .threeContainer .cards img {
    height: 20px;
    width: 20px;
  }
}

.slider-container {
  position: relative;
}
.slider-container .carousalContainer {
  padding: 0 5px;
  border-radius: 18px;
  overflow: hidden;
}
.slider-container img {
  width: 100%;
  height: auto;
  max-height: 260px; /* Limit image height */
  -o-object-fit: cover;
     object-fit: cover; /* Cover container while maintaining aspect ratio */
}

/* Carousal.css */
.slick-prev,
.slick-next {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-prev {
  left: 8px; /* Adjust the left position as needed */
}

.slick-next {
  right: 8px; /* Adjust the right position as needed */
}

.slick-prev::before,
.slick-next::before {
  content: "";
}

.customize {
  display: flex;
  gap: 20px;
  margin: 5%;
}
.customize .customizeBanner {
  padding: 5% 0;
  flex: 0 0 65%;
  width: 100%;
  background-image: url("../img/customize.png");
  background-size: cover;
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  align-items: start;
  text-align: start;
  padding-left: 5%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .customize .customizeBanner {
    padding: 6% 9%;
  }
}
.customize .customizeBanner h3 {
  font-weight: 800;
  color: var(--primary-white);
  font-size: 40px;
}
@media (max-width: 768px) {
  .customize .customizeBanner h3 {
    font-weight: 600;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .customize .customizeBanner h3 {
    font-weight: 800;
    font-size: 20px;
  }
}
.customize .customizeBanner p {
  font-size: 20px;
  color: var(--primary-white);
}
@media (max-width: 768px) {
  .customize .customizeBanner p {
    font-size: 18px;
    font-weight: light;
    padding-top: 4%;
  }
}
@media (max-width: 480px) {
  .customize .customizeBanner p {
    font-size: 10px;
  }
}
.customize .image {
  flex: 0 0 30%;
  max-height: 350px;
}
@media (max-width: 786px) {
  .customize .image {
    width: 100%;
    height: auto;
    max-height: 600px;
  }
}
@media (max-width: 480px) {
  .customize .image {
    height: 350px;
  }
}

/* Media query for medium devices (tablets) */
@media (max-width: 768px) {
  .customize {
    flex-direction: column;
    align-items: center;
    margin: 9% 5%;
  }
}
/* Media query for small devices (phones) */
@media (max-width: 480px) {
  .customize {
    flex-direction: column;
    align-items: center;
    margin: 8%;
    gap: 25px;
  }
}
.hero {
  width: 100%;
  color: var(--primary-white);
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero .small {
  display: none;
}
.hero .large {
  display: flex;
  width: 100%;
}
.hero h4 {
  font-family: "Dancing Script";
  font-size: 30px;
}
.hero h3 {
  font-weight: 800;
  font-size: 40px;
}

@media (max-width: 768px) {
  .hero {
    height: 490px;
    width: 100%;
    padding: 0 20%;
    background-color: var(--primary-white);
  }
  .hero .small {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .hero .large {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .hero {
    height: 250px;
    width: 100%;
  }
  .hero .small {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .hero .large {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero h4 {
    font-size: 22px;
  }
  .hero h3 {
    font-size: 30px;
  }
}
/* Media query for small devices (phones) */
@media (max-width: 480px) {
  .hero {
    padding: 0;
    height: 450px;
  }
  .hero h4 {
    font-size: 20px;
  }
  .hero h3 {
    font-size: 22px;
  }
}
.homeBanner {
  width: 100%;
  background-color: var(--secondary-color);
  color: var(--primary-white);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: flex-start;
  padding: 2.5% 7%;
  justify-content: center;
  text-align: start;
}
.homeBanner .first {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  padding: 0 5%;
  justify-content: center;
  height: 100%;
}
.homeBanner .first h5 {
  font-weight: bold;
  font-size: 33px;
}
@media (max-width: 768px) {
  .homeBanner .first h5 {
    font-weight: bold;
    font-size: 27px;
  }
}
.homeBanner .first p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .homeBanner .first p {
    font-size: 18px;
  }
}
.homeBanner .image {
  width: 100%;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 480px) {
  .homeBanner .image {
    height: 200px;
  }
}

/* Media query for medium devices (tablets) */
@media (max-width: 768px) {
  .homeBanner {
    grid-template-columns: 1fr;
    padding: 5% 3%;
    text-align: start;
    gap: 85px;
  }
  .first {
    gap: 8px;
    justify-content: center;
    height: 100%;
  }
  .first h5 {
    font-weight: 600;
    font-size: 17px;
  }
  .first p {
    font-size: 12px;
  }
}
/* Media query for small devices (phones) */
@media (max-width: 480px) {
  .homeBanner {
    grid-template-columns: 1fr;
    padding: 5% 3%;
    text-align: start;
    gap: 85px;
  }
  .first {
    gap: 6px;
  }
  .first h5 {
    font-size: 13px;
  }
  .first p {
    font-size: 10px;
  }
  .first .btnStyle {
    margin: 0 auto;
  }
}
.home-talk {
  background-color: var(--primary-dark);
  position: relative;
  padding: 90px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-talk__heading {
  font-size: 30px;
  width: 70%;
  color: var(--primary-white);
  font-weight: 600;
  padding: 60px 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .home-talk .home-talk__heading {
    width: 85%;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-talk {
    /* Small devices (phones, 480px and below) */
  }
  .home-talk .home-talk__heading {
    width: 95%;
    font-size: 15px;
  }
}
.home-talk .chat {
  height: 80px;
  width: 80px;
  right: 50px;
  bottom: 0px;
  position: absolute;
  background-image: url("../../../public/chat.png");
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-talk .chat {
    height: 40px;
    width: 40px;
    right: 20px;
  }
}
.home-talk__button-container {
  display: flex;
  justify-content: center;
}
.home-talk .whatsapp-btn {
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  fill: #797979;
}

.recentWorks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 10px 0;
}
.recentWorks .textContainer {
  color: var(--primary-white);
  text-align: center;
  border-radius: 8px;
  height: auto;
  max-height: 280px;
  display: flex;
  align-items: center;
  text-align: start;
}
@media (max-width: 768px) {
  .recentWorks .textContainer {
    height: 400px; /* Limit image height */
  }
}
.recentWorks .textContainer h1 {
  padding: 0 20%;
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .recentWorks .textContainer h1 {
    font-size: 60px;
    font-weight: 900;
  }
}
.recentWorks .imagesContainer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.recentWorks img {
  width: 100%;
  height: auto;
  max-height: 280px; /* Limit image height */
  -o-object-fit: cover;
     object-fit: cover; /* Cover container while maintaining aspect ratio */
}
@media (max-width: 768px) {
  .recentWorks img {
    max-height: 400px; /* Limit image height */
  }
}

@media (max-width: 768px) {
  .recentWorks {
    grid-template-columns: repeat(1, 1fr); /* 3 columns for medium devices */
    padding: 3% 13%;
  }
}
@media (max-width: 480px) {
  .recentWorks {
    grid-template-columns: repeat(1, 1fr); /* 3 columns for medium devices */
    padding: 2% 3%;
  }
}
.desktop {
  background: #e72a47;
}
.desktop .container {
  display: flex;
  justify-content: space-between;
  padding: 0.7% 2%;
}
.desktop .container img {
  width: 55%;
}
.desktop .container .menu {
  height: 100%;
  margin: auto 0;
  font-size: 15px;
}
.desktop .container .menu ul {
  display: flex;
  align-items: center;
  margin: auto 0;
  height: 100%;
  color: var(--primary-white);
  position: relative;
}
.desktop .container .menu ul .nav-item {
  cursor: pointer;

  color: var(--primary-white);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
.desktop .container .menu ul .nav-item a {
  color: var(--primary-white);
  text-decoration: none;
  display: block;
  width: 100%;
}
.desktop .container .menu ul .dropdown {
  cursor: pointer;
 
  color: var(--primary-white);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}
.desktop .container .menu ul .dropdown .arrow {
  margin-left: 8px;
  font-size: 12px;
}
.desktop .container .menu ul .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
  height: 150px;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  min-width: 220px; /* Adjust as per your design */
}
.desktop .container .menu ul .dropdown-menu li {
  padding: 10px 20px;
  text-align: left;
}
.desktop .container .menu ul .dropdown-menu li a {
  color: var(--primary-white);
  text-decoration: none;
  display: block;
  width: 100%;
}
.desktop .container .menu ul .dropdown-menu li:hover {
  background-color: #333;
}
.desktop .container .menu ul .dropdown:hover .dropdown-menu {
  display: block;
}

.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: flex;
    justify-content: space-between;
    padding: 3% 7%;
    background: var(--primary-color);
    z-index: 10; /* Ensure the Navbar is above the sidebar */
    position: relative;
    align-items: center;
  }
  .mobile img {
    width: 70%;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .mobile img {
    width: 45%;
    padding: 3% 0;
  }
}
@media (max-width: 768px) {
  .mobile .navbtn {
    background-color: none;
    outline: none;
    border: none;
    color: none;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: var(--primary-color);
  color: var(--primary-white);
  transition: transform 0.5s;
  padding-top: 150px;
  z-index: 5;
  /* Open and closed states */
}
@media (max-width: 480px) {
  .sidebar {
    padding-top: 100px;
  }
}
.sidebar ul {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
.sidebar ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar ul li a {
  color: var(--primary-white);
  text-decoration: none;
  width: 100%;
  font-weight: 400;
  padding: 20px 0;
}
.sidebar ul li a:hover {
  background-color: var(--nav-color);
}
.sidebar ul .login-icon {
  display: none;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.sidebar.open {
  transform: translateY(0); /* Move in from the top */
}
.sidebar.closed {
  transform: translateY(-100%); /* Move out to the top */
}

@font-face {
  font-family: IBMPlexSans;
  src: url("../fonts/IBMPlexSans-Regular.ttf");
}
.contentdiv {
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 576px) {
  .contentdiv {
    width: 100%;
  }
}
.contentdiv .col-sm-12 > div {
  background: #ffffff;
  margin: 0 20px 0 0;
  padding: 20px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.mobileview {
  margin: 20px 0 0 0;
}
.mobileview h2::after {
  width: 15%;
  height: 6px;
  left: 42%;
}
.mobileview header,
.mobileview nav {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.mobileview nav {
  display: block !important;
}
.mobileview nav .searchdiv input {
  background: #ffffff;
}
.mobileview .contentdiv h1 {
  font-size: 22px;
  display: flex;
  color: #6a2a41;
  margin-left: 25px;
  /*img {
       width: 35px;
       height: 35px;
       border-radius: 40px;
       border: 2px solid #6A2A41;
       margin-left: auto;
       margin-right: 15px;
   }*/
}
.mobileview .contentdiv h1 i {
  padding: 0 20px 0 0;
}
.mobileview .contentdiv h1 .sb-avatar {
  margin-left: auto;
  margin-right: 15px;
}
.mobileview .contentdiv .category {
  background: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.mobileview .contentdiv .category .imgdiv {
  position: relative;
  background: none;
  margin: 0 12px 20px 0;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.mobileview .contentdiv .category .imgdiv img {
  width: 100%;
}
.mobileview .contentdiv .category .imgdiv:first-child h3, .mobileview .contentdiv .category .imgdiv:nth-child(2) h3, .mobileview .contentdiv .category .imgdiv:nth-child(3) h3 {
  left: 30%;
}
.mobileview .contentdiv .category .imgdiv h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45%;
}
.mobileview .contentdiv .category .imgdiv div {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 10px;
}
.mobileview .contentdiv .myaccount {
  padding: 0;
  margin: 20px 0 20px;
  background: none;
}
.mobileview .contentdiv .myaccount ul,
.mobileview .contentdiv .myaccount li {
  list-style: none;
}
.mobileview .contentdiv .myaccount li a {
  background: #ffffff;
  padding: 15px 15px;
  display: block;
  color: #6A2A41;
  font-size: 14px;
  margin: 0 0 7px 0;
}
.mobileview .contentdiv .myaccount li a span {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  padding: 0 0 0 10px;
}
.mobileview .contentdiv .myaccount li a span span {
  display: block;
  font-size: 11px;
  color: #858585;
  padding: 3px 0 0 0;
}
.mobileview .contentdiv .myaccount li a svg {
  width: 24px;
  height: 24px;
  color: #6A2A41;
  vertical-align: top;
}
.mobileview .contentdiv .myaccount li a i {
  font-size: 24px;
  color: #6A2A41;
  vertical-align: top;
}
.mobileview .contentdiv .wishlist {
  background: none;
  padding: 0;
  margin: 20px 25px;
}
.mobileview .contentdiv .wishlist h3 {
  font-size: 20px;
  color: #6a2a41;
}
.mobileview .contentdiv .wishlist h3 span {
  font-size: 14px;
}
.mobileview .contentdiv .wishlist .listitem {
  background: #eddee3;
  border-radius: 15px;
  padding: 6px;
  margin: 0 0 10px;
  display: flex;
}
.mobileview .contentdiv .wishlist .listitem .imgdiv {
  background: #dfb7c5;
  border-radius: 10px;
  width: 97px;
  height: 71px;
  margin: 0 20px 0 0;
  text-align: center;
}
.mobileview .contentdiv .wishlist .listitem .imgdiv svg {
  margin: 20px 0 0 0;
}
.mobileview .contentdiv .wishlist .listitem h4 {
  margin: 10px 0 5px 0;
  font-size: 18px;
}
.mobileview .contentdiv .wishlist .listitem h4,
.mobileview .contentdiv .wishlist .listitem span {
  color: #6a2a41;
}
.mobileview .contentdiv .cart {
  background: none;
  padding: 0;
  margin: 10px 0 20px;
}
.mobileview .contentdiv .cart .cart-list h3,
.mobileview .contentdiv .cart .cart-list .moredetails {
  display: flex;
}
.mobileview .contentdiv .cart .cart-list h3 i,
.mobileview .contentdiv .cart .cart-list h3 .rate,
.mobileview .contentdiv .cart .cart-list .moredetails i,
.mobileview .contentdiv .cart .cart-list .moredetails .rate {
  margin-left: auto;
}
.mobileview .contentdiv .cart .cart-list h3 .rate,
.mobileview .contentdiv .cart .cart-list .moredetails .rate {
  font-size: 16px;
  font-weight: 600;
}
.mobileview .contentdiv .howitworks {
  display: block;
  width: 100%;
}
.mobileview .contentdiv .howitworks .howitworks-content {
  width: 100%;
  padding: 40px;
}
.mobileview .contentdiv .recent-order-status {
  display: block;
  padding: 15px;
}
.mobileview .contentdiv .recent-order-status .order-photo {
  display: flex;
}
.mobileview .contentdiv .recent-order-status .order-photo img {
  width: 132px;
}
.mobileview .contentdiv .recent-order-status .o-status {
  margin: 0 0 0 20px;
}
.mobileview .contentdiv .recent-order-status .o-status h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}
.mobileview .contentdiv .recent-order-status .o-status p {
  font-size: 14px;
  padding: 0 0 5px;
}
.mobileview .contentdiv .recent-order-status .status-txt {
  width: 65px;
}
.mobileview .contentdiv .recent-order-status .status-txt span {
  margin-right: 0;
}
.mobileview .contentdiv .recent-order-status .status-txt span.text {
  font-size: 12px;
}
.mobileview .contentdiv .recent-order-status .status-txt .circle {
  width: 20px;
  height: 20px;
}
.mobileview .contentdiv .recent-order-status .status-txt .circle::after {
  left: 20px;
  top: -8px;
  width: 50px;
}
.mobileview .contentdiv .recent-order-status .status-txt:nth-child(4) .circle, .mobileview .contentdiv .recent-order-status .status-txt:last-child .circle {
  top: 12px;
}
.mobileview .contentdiv .toprate {
  padding: 0px;
  background: none;
  margin: 0 0 20px;
}
.mobileview .contentdiv .toprate .toprate-subdiv {
  display: block;
  text-align: left;
}
.mobileview .contentdiv .toprate .toprate-subdiv .items {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.mobileview .contentdiv .toprate .toprate-subdiv .items img {
  width: 145px;
}
.mobileview .contentdiv .featuredword {
  background: none;
}
.mobileview .contentdiv .featuredword div {
  margin: 0 10px 0 0;
}
.mobileview .contentdiv .featuredword div:last-child {
  margin: 0;
}
.mobileview .contentdiv .featuredword div img {
  width: 65px;
  height: 65px;
}
.mobileview .contentdiv .featuredword div h3 {
  font-size: 14px;
  font-weight: 600;
}
.mobileview .product-cotent {
  margin: 0 !important;
}

.mobile-menu {
  display: none;
  background: #6a2a41;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  margin: 0 0;
  position: fixed;
  bottom: 0px;
  min-height: 60px;
  z-index: 99;
  padding: 0px 10px;
  color: #ffffff;
}
.mobile-menu ul,
.mobile-menu li {
  list-style: none;
}
.mobile-menu ul {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.mobile-menu li {
  text-align: center;
  padding: 6px 0;
}
.mobile-menu li span {
  font-size: 12px;
  text-align: center;
}
.mobile-menu li i,
.mobile-menu li svg {
  display: block;
}
.mobile-menu li i {
  font-size: 24px;
  color: #d9c6ba;
}
.mobile-menu li svg {
  width: 28px;
  height: 28px;
  fill: #d9c6ba;
  color: #d9c6ba;
  margin: 4px auto 0;
}
.mobile-menu li.selected {
  border-top: 5px solid #d9c6ba;
}
.mobile-menu li.selected svg {
  margin: 3px auto 0;
}
@media (max-width: 576px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-logo {
  display: none;
}
@media (max-width: 576px) {
  .mobile-logo {
    display: block;
  }
}

.webview {
  display: block;
}
@media (max-width: 576px) {
  .webview {
    display: none;
  }
}

.mobileview {
  display: none;
}
@media (max-width: 576px) {
  .mobileview {
    display: block;
  }
  .mobileview h1 {
    font-size: 22px;
    display: flex;
    color: #6a2a41;
    margin-left: 25px;
  }
  .mobileview h1 i {
    padding: 0 20px 0 0;
  }
  .mobileview h1 img {
    width: 35px;
    height: 35px;
    border-radius: 40px;
    border: 2px solid #6A2A41;
    margin-left: auto;
  }
  .mobileview .product-info {
    background: none !important;
    padding: 0 !important;
    margin-right: 0 !important;
    min-height: 800px;
  }
  .mobileview .product-info .checkout-subdiv {
    background: #ffffff;
    margin-bottom: 10px !important;
    padding: 20px 20px 0;
  }
  .mobileview .product-info .checkout-subdiv h4 {
    font-size: 16px !important;
    display: flex;
  }
  .mobileview .product-info .checkout-subdiv h4 label,
  .mobileview .product-info .checkout-subdiv h4 span {
    margin-left: auto;
  }
  .mobileview .product-info .prefer-fabric-inner {
    width: 100% !important;
  }
  .mobileview .measurement-info {
    display: flex;
  }
  .mobileview .measurement-info div {
    margin: 0 0 15px;
  }
  .mobileview .measurement-info div span {
    color: #858585;
    font-size: 16px;
    padding: 0 0 0 0;
  }
  .mobileview .measurement-info div span span {
    color: #767676;
    padding: 0 0 0 15px;
  }
  .mobileview .measurement-info div:last-child {
    margin-left: auto;
  }
  .mobileview .preferred-delivery-content .fielddiv input[type=date] {
    background: #f1ecee;
    margin: 30px 0 0 !important;
  }
  .mobileview .category {
    background: none !important;
    padding: 0 !important;
    margin: 20px 0 0 25px !important;
    min-height: 552px;
  }
  .mobileview .category .cate-div1 {
    width: 45%;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .mobileview .category .cate-div1 .imgdiv {
    position: relative;
    background: none;
    margin: 0 0 20px 0;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .mobileview .category .cate-div1 .imgdiv img {
    width: 100%;
    border-radius: 10px;
  }
  .mobileview .category .cate-div1 .imgdiv:first-child h3, .mobileview .category .cate-div1 .imgdiv:nth-child(2) h3 {
    width: 100%;
  }
  .mobileview .category .cate-div1 .imgdiv h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45%;
  }
  .mobileview .category .cate-div1 .imgdiv div {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
  }
}

.footer {
  background: var(--primary-dark);
  color: var(--primary-white);
  padding: 60px 75px;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr 2fr;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .footer {
    grid-template-columns: repeat(2, 1fr);
    padding: 3em 2rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 2em 1rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .content {
    order: 1;
  }
  .footer .newsletter {
    order: 2;
  }
  .footer .information {
    order: 3;
  }
  .footer .contact-us {
    order: 4;
  }
  .footer .follow-us {
    order: 5;
  }
}
.footer .content {
  padding: 10px;
}
.footer .content img {
  width: 115px;
  height: auto;
  margin-bottom: 1rem;
}
.footer .content p {
  font-size: 16px;
  color: var(--secondary-dark);
  font-weight: 600;
  max-width: 242px;
  margin-bottom: 14px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .footer .content p {
    font-size: 14px;
    margin: 0 auto;
  }
}
.footer .content .follow-us h1 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer .content .follow-us .social-links {
  display: flex;
  gap: 20px;
}
.footer .content .follow-us .social-links .link {
  background: var(--secondary-dark);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: var(--pure-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .content .follow-us .social-links .link svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1024px) {
  .footer .content .follow-us .social-links {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .footer .content .follow-us .social-links {
    justify-content: center;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .footer .content .follow-us {
    margin-top: 1rem;
  }
}
.footer .information {
  padding: 10px;
}
.footer .information h1 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .footer .information h1 {
    font-size: 18px;
  }
}
.footer .information ul {
  list-style: none;
  padding: 0;
}
.footer .information ul li {
  padding: 5px 0;
}
.footer .information ul li a {
  text-decoration: none;
  letter-spacing: 1px;
  color: var(--secondary-dark);
  font-weight: 600;
}
.footer .information ul li a:hover {
  color: var(--primary-white);
}
@media (max-width: 768px) {
  .footer .information ul li a {
    font-size: 14px;
  }
}
.footer .contact-us {
  padding: 10px;
}
.footer .contact-us h1 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer .contact-us h1 {
    font-size: 18px;
  }
}
.footer .contact-us ul {
  list-style: none;
  padding: 0;
}
.footer .contact-us ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.footer .contact-us ul li svg {
  width: 40px;
  height: 40px;
  fill: var(--primary-white);
}
.footer .contact-us ul li a {
  color: var(--primary-white);
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer .contact-us ul li a {
    font-size: 14px;
  }
}
.footer .newsletter {
  padding: 10px;
}
.footer .newsletter h1 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer .newsletter h1 {
    font-size: 18px;
  }
}
.footer .newsletter .newsletter-input {
  display: flex;
  background: var(--footer-dark);
  height: 45px;
}
.footer .newsletter .newsletter-input input {
  flex: 1;
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  color: var(--primary-white);
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .footer .newsletter .newsletter-input input {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.footer .newsletter .newsletter-input input::-moz-placeholder {
  color: var(--secondary-dark);
}
.footer .newsletter .newsletter-input input::placeholder {
  color: var(--secondary-dark);
}
.footer .newsletter .newsletter-input button {
  background: var(--footer-dark);
  border: none;
  color: var(--primary-white);
  padding: 0 1rem;
  cursor: pointer;
}
.footer .newsletter .consent {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 2rem;
  /* Hide the actual checkbox */
  /* Custom checkbox style */
  /* Checked state */
  /* Show the checkmark when the checkbox is checked */
}
.footer .newsletter .consent input {
  margin-right: 0.5rem;
  height: 35px;
  width: 25px;
}
.footer .newsletter .consent input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.footer .newsletter .consent .custom-checkbox-label {
  display: inline-block;
  width: 15px; /* Adjust size as needed */
  height: 17px; /* Adjust size as needed */
  background-color: var(--primary-white);
  border: 1px solid var(--primary-white);
  cursor: pointer;
}
.footer .newsletter .consent .custom-checkbox-label::after {
  content: "";
  display: block;
  width: 6px; /* Size of the checkmark */
  height: 9px; /* Size of the checkmark */
  margin: 3px; /* Adjust position as needed */
  background-color: var(--primary-color); /* Custom fill color */
  visibility: hidden;
}
.footer .newsletter .consent input[type=checkbox]:checked + .custom-checkbox-label::after {
  visibility: visible;
}
.footer .newsletter .consent p {
  color: var(--secondary-dark);
  font-size: 14px;
  margin-left: 8px;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: radial-gradient(at center center, #f38647 46%, #e72a47 71%);
  height: 100%;
  gap: 20px;
  text-align: center;
  padding: 4% 4%;
}
@media (max-width: 768px) {
  .hero-container {
    padding: 5% 4%;
  }
}
.hero-container h4 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .hero-container h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .hero-container h4 {
    font-size: 16px;
  }
}
.hero-container h1 {
  margin: 0;
  text-align: center;
  font-size: 46px;
  line-height: 46px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media (max-width: 1024px) {
  .hero-container h1 {
    font-size: 34px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .hero-container h1 {
    font-size: 21px;
    line-height: 21px;
  }
}
.hero-container .img-container {
  max-width: 100%;
}
.hero-container .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-container .call-box {
  padding: 12px 24px;
  background-color: #000000;
  border-radius: 10px;
  margin-top: -10%;
}
@media (max-width: 1024px) {
  .hero-container .call-box {
    padding: 8px 10px;
  }
}
@media (max-width: 768px) {
  .hero-container .call-box {
    margin-top: -13%;
  }
}
.hero-container .call-box h6 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .hero-container .call-box h6 {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .hero-container .call-box h6 {
    font-size: 12px;
    line-height: 15px;
  }
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .services {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services .service img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
  gap: 20px;
  padding: 50px 25px 30px 25px;
}
@media (max-width: 768px) {
  .categories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories .category {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 10px;
  text-align: center;
}
.categories .category .category-img {
  border-radius: 10px !important;
  overflow: hidden;
}
.categories .category .category-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.categories .category h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.about-section {
  display: flex;
  gap: 20px;
  padding: 30px 10px 40px 10px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
  }
}
.about-section .img-box {
  padding: 10px 10px 0 10px !important;
  display: flex;
  width: 25%;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 768px) {
  .about-section .img-box {
    width: 100%;
    padding: 10px !important;
  }
}
.about-section .img-box img {
  max-width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  margin: 0 auto;
}
.about-section .about-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 75%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .about-section .about-texts {
    width: 100%;
  }
}
.about-section .about-texts h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .about-section .about-texts h3 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
.about-section .about-texts .paras p {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 1px;
  margin-bottom: 14.4px;
  line-height: 24px;
}

.why-choose-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 0;
  background-color: var(--primary-color);
}
@media (max-width: 1024px) {
  .why-choose-us {
    padding: 40px 0;
  }
}
.why-choose-us h3 {
  margin: 0;
  padding-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2.5px;
}
@media (max-width: 1440px) {
  .why-choose-us h3 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .why-choose-us h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .why-choose-us h3 {
    font-size: 35px;
  }
}
.why-choose-us .benifits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 100px;
  width: 100%;
}
@media (max-width: 1440px) {
  .why-choose-us .benifits {
    padding: 0 60px !important;
  }
}
@media (max-width: 1024px) {
  .why-choose-us .benifits {
    padding: 0 25px !important;
  }
}
@media (max-width: 768px) {
  .why-choose-us .benifits {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 25px !important;
  }
}
.why-choose-us .benifits .benefit {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.why-choose-us .benifits .benefit .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-choose-us .benifits .benefit h4 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .why-choose-us .benifits .benefit h4 {
    font-size: 27px;
  }
}
@media (max-width: 1200px) {
  .why-choose-us .benifits .benefit h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .why-choose-us .benifits .benefit h4 {
    font-size: 28px;
  }
}
.why-choose-us .benifits .benefit p {
  margin-bottom: 14.4px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .why-choose-us .benifits .benefit p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .why-choose-us .benifits .benefit p {
    font-size: 16px;
  }
}

.whychoosebenifits {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  margin: 3rem 0 0;
}
.whychoosebenifits .benefit {
  text-align: center;
  width: 100%;
  max-width: 450px;
}
.whychoosebenifits p {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 25px;
}
.whychoosebenifits img {
  width: 85px;
}
.whychoosebenifits .yellow {
  color: #F7A700;
  margin: 1rem 0;
}
.whychoosebenifits .pink {
  color: #B72C4C;
  margin: 1rem 0;
}

.step-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  padding: 8% 7%;
  justify-content: start;
  text-align: start;
  font-family: "Roboto", sans-serif !important;
  width: 100%;
}
.step-container .img-container.order {
  order: 2;
}
.step-container .step-texts.order {
  order: 1;
}
.step-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.step-container .step-texts {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  padding: 0 5%;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  flex: 1;
}
.step-container .step-texts .step-number {
  background-color: var(--primary-purple);
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .step-container .step-texts .step-number {
    font-size: 26px;
  }
}
.step-container .step-texts h4 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  font-family: "Roboto Flex", sans-serif !important;
}
@media (max-width: 1200px) {
  .step-container .step-texts h4 {
    font-size: 26px;
  }
}
.step-container .step-texts p {
  font-size: 20px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .step-container .step-texts p {
    font-size: 18px;
  }
}

.step-container.order {
  justify-content: space-between !important;
}

/* Media query for medium devices (tablets) */
@media (max-width: 1069px) {
  .step-container {
    padding: 8% 2%;
  }
}
@media (max-width: 768px) {
  .step-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .step-container .img-container {
    height: 609px;
  }
  .step-container .img-container.order {
    order: 1;
  }
  .step-container .step-texts.order {
    order: 2;
  }
  .step-texts {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    padding: 10px 0 !important;
  }
  .step-texts h4 {
    font-size: 26px;
  }
  .step-texts p {
    font-size: 18px;
  }
}
@media (max-width: 615px) {
  .step-container {
    padding: 60px 6%;
  }
  .step-container .img-container {
    height: auto;
    margin: 7% 0;
  }
}
.commonpage p {
  line-height: 25px;
}
.commonpage ul li {
  margin: 1rem 0;
}

.contact-form {
  background-color: #ffffff;
  padding: 1rem;
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
  margin: auto;
}
.contact-form h4 {
  color: #000;
}
.contact-form input {
  width: 100%;
  border-radius: 5px;
  padding: 1rem 0.8rem;
  /* margin: 1rem 0; */
}
.contact-form textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 12px;
  height: 120px;
  resize: none;
  padding: 1rem 0.8rem;
}
.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=email] {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 12px;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.contact-form input[type=text]::placeholder, .contact-form input[type=tel]::placeholder, .contact-form input[type=email]::placeholder, .contact-form textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.contact-form button,
.contact-form .contact-btn{
  max-width: 150px;
  width: 100%;
  padding: 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 20px 0;
  transition: background-color 0.4s ease-in-out;
}
.contact-form p:last-child{
position: relative;
}
.contact-form p .wpcf7-spinner{
  position: absolute;
  top: 10px;
  right: 10px;
}
.contact-form p .wpcf7-not-valid-tip{
  text-align: left;
}
.contact-form .wpcf7-response-output{
  color: var(--button-border-color);
}


.contact-form button:hover,
.contact-form .contact-btn:hover {
  background-color: #444;
}

.contet-texts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contet-texts .flex-part {
  display: flex;
  gap: 0.5rem;
}
.contet-texts .fs-3 {
  font-size: 1.5rem;
}
.contet-texts .paras {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.contet-texts .follow-us a {
  background-color: #f3f3f3;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* padding: 1rem; */
  margin: 0 0.8rem;
}
.contet-texts .follow-us .social-link {
  color: #f59947;
}
.contet-texts .contact-us li {
  margin-bottom: 1rem;
}
.contet-texts .contact-us a {
  color: white;
  margin-left: 0.5rem;
  font-size: 14px;
}
.contet-texts h3 {
  font-size: 1.7rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .contet-texts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.alert {
  color: #000;
  margin: 1rem 0;
}

.single-product-container .product-slide-Swiper2 {
  height: 100%;
  min-height: 450px;
}
.single-product-container .product-slide-Swiper2 .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 100%;
  max-height: 450px;
}
.single-product-container .product-slide-Swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  width: 100px !important;
  min-width: 100%;
  height: 120px;
  padding: 0 1rem;
}
.single-product-container .product-slide-Swiper .flex-colum {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
}
.single-product-container .border-radius10 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product-container .single-text-area .product-details {
  padding: 1rem;
}
.single-product-container .single-text-area .product-details h3, .single-product-container .single-text-area .product-details h4, .single-product-container .single-text-area .product-details span, .single-product-container .single-text-area .product-details p {
  color: black;
}
.single-product-container .single-text-area .product-details .card-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: flex-start;
}
.single-product-container .single-text-area .product-details .card-flex .span {
  display: block;
}
.single-product-container .single-text-area hr {
  color: #dcdcdc;
  height: 2px;
}

.category-product-degin {
  /* background-image: url("../img/back.png");
  background-position: center;
  background-attachment: fixed; */
  padding: 0 0 100px 0;
  position: relative;
}
.category-product-degin::after{
  background-image: url("../img/back.png");
  background-position: center;
  background-attachment: fixed;
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
}
.category-product-degin .product-future-box {
  background-color: var(--primary-dark);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-style: solid;
  border-color: var(--primary-color);
  padding: 1.5rem 1rem;
}
.category-product-degin .product-future-box ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.category-product-degin .product-future-box ul li{
  border: 1px solid var(--primary-color);
}
.category-product-degin .product-future-box ul li label {
  padding: 0.5rem 0.8rem;
  transition: all 0.4s ease-in;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-product-degin .product-future-box ul li label>input {
  display: none;
}
.category-product-degin .product-future-box ul li label .bi-plus {
  color: var(--primary-color);
  font-size: 1.1rem;
}
.category-product-degin .product-future-box ul li label .bi-check-circle {
  color: var(--color-success);
  font-size: 1.1rem;
}
.category-product-degin .product-future-box ul li:hover {
  background-color: var(--primary-color);
  color: white;
}
.category-product-degin .product-future-box ul li:hover .bi-plus {
  color: white;
}
.category-product-degin .product-future-box ul li.active {
  border: 1px solid var(--color-success);
}
.category-product-degin .product-future-box ul li.active:hover {
  background-color: transparent;
}
.category-product-degin .future-top-title {
  position: relative;
  padding: 0 0 1.5rem 0;
}
.category-product-degin .future-top-title .future-top-content {
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.category-product-degin .future-top-title .future-top-content .custome-upload-btn {
  background-color: var(--primary-white);
  color: var(--primary-color);
  border-radius: 20px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0.5rem 0.7rem;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 0.5rem;
  height: 45px;
}
.category-product-degin .future-top-title .future-top-content .custome-upload-btn span {
  display: block;
}

.category-product-degin .future-top-title .future-top-content .custome-upload-btn .bi-cloud-arrow-up {
  font-size: 1.6rem;
  color: var(--primary-color);
}
.product-list-view{
  padding-right: 1rem;
  display: inline-flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 880px) {
  .category-product-degin .future-top-title .future-top-content {
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .category-product-degin .future-top-title .future-top-content .custome-upload-btn span {
    display: none;
  }
  .category-product-degin .future-top-title .future-top-content .custome-upload-btn {
    border-radius: 10px;
  }
}
.category-product-degin .future-top-title .nav-card {
  position: absolute;
  right: 0;
  top: 30px;
  width: 100%;
  max-width: 115px;
}
.category-product-degin .future-top-title .nav-card .swiper-button-next,
.category-product-degin .future-top-title .nav-card .swiper-button-prev,
.category-product-degin .future-top-title .nav-card .swiper-button-next-newmaterial,
.category-product-degin .future-top-title .nav-card .swiper-button-prev-newmaterial {
  background-color: var(--primary-color); /* Set the background color to red */
  color: var(--primary-white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-white);
}
.category-product-degin .future-top-title .nav-card .swiper-button-next::after,
.category-product-degin .future-top-title .nav-card .swiper-button-prev::after  {
  font-size: 1rem !important;
}
.category-product-degin .future-top-title .nav-card .swiper-button-next-newmaterial::after,
.category-product-degin .future-top-title .nav-card .swiper-button-prev-newmaterial::after  {
  font-size: 1rem !important;
}
.category-product-degin .choose-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--primary-white);
  border-radius: 15px;
  gap: 0.5rem;
  padding: 1rem ;
  cursor: pointer;
}
.choose-box>p{
  margin: 0;
}

.category-product-degin .choose-box img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 150px;
}
.category-product-degin .choose-box p {
  color: var(--secondary-dark);
}
.category-product-degin .choose-box .selected-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--color-success);
  display: none; /* Hide by default */
}
.category-product-degin .choose-box .selected-icon i {
  font-size: 1rem;
  color: white;
}
.category-product-degin .selected .selected-icon {
  display: block; /* Show when selected */
}

/* .category-product-degin .selected .selected-icon span {
  width: 25px;
  height: 25px;
  background: black;
  border-radius: 50%;
  border: 3px solid var(--color-success);
  display: inline-flex;
  justify-content: center;
} */

  /* Hide the radio button but keep it functional */
  .design-checkbox {
    display: none;
    z-index: -1;
}

/* Style the label to act as a custom checkbox */
.design-checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: black;
    border-radius: 50%;
    border: 3px solid var(--color-success);
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Center the icon inside the label */
.design-checkbox-wrapper i {
    font-size: 20px; /* Icon size */
    color: transparent; /* Default icon color (hidden) */
    transition: color 0.3s;
    position: absolute;
    top: -1px;
}

/* Change background and icon color when checked */
.design-checkbox:checked + i {
    color: #fff; /* Icon visible color */
}

.design-checkbox:checked + .design-checkbox-wrapper {
    background-color: #007bff; /* Change to your desired color */
    border-color: #0056b3;
}
.category-product-degin .swiper-slide {
  border-radius: 10px;
}
.category-product-degin .custome-design-add-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.category-product-degin .custome-design-add-box .custome-img-upload,
.category-product-degin .newmaterial-img-upload {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  border: 1px solid var(--secondary-dark);
  padding: 0.5rem;
  border-radius: 15px;
  margin: 1rem 0;
}
.category-product-degin .custome-design-add-box .custome-img-upload .image,
.category-product-degin  .newmaterial-img-upload .image{
  width: 100%;
  height: 150px;
}
.category-product-degin .custome-design-add-box .custome-img-upload .image img,
.category-product-degin  .newmaterial-img-upload .image img  {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.category-product-degin .custome-design-add-box .custome-img-upload .text-area p,
.category-product-degin  .newmaterial-img-upload .text-area p{
  width: 100%;
  height: 150px;
  background: transparent;
  color: var(--secondary-white);
  background-color: var(--primary-dark);
  padding: 0.5rem 0;
  font-size: 15px;
  margin-bottom: 0;
  overflow-y: scroll;
}
.category-product-degin .custome-design-add-box .custome-img-upload .text-area p::-webkit-scrollbar,
.category-product-degin .newmaterial-img-upload .text-area p::-webkit-scrollbar  {
  width: 8px;
}
.category-product-degin .custome-design-add-box .custome-img-upload .text-area p::-webkit-scrollbar-track,
.category-product-degin  .newmaterial-img-upload .text-area p::-webkit-scrollbar-track {
  background: var(--primary-dark);
}
.category-product-degin .custome-design-add-box .custome-img-upload .text-area p::-webkit-scrollbar-thumb,
.category-product-degin  .newmaterial-img-upload .text-area p::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
  border: 2px solid var(--secondary-dark);
}
.category-product-degin .custome-design-add-box .custome-img-upload .text-area p::-webkit-scrollbar-thumb:hover,
.category-product-degin  .newmaterial-img-upload .text-area p::-webkit-scrollbar-thumb:hover{
  background-color: var(--primary-color);
}
.category-product-degin .popup-box {
  max-width: 650px;
}
.category-product-degin .popup-box .modal-content {
  background-color: var(--primary-dark);
}
.category-product-degin .popup-box .modal-header {
  border-bottom: 0;
}
.category-product-degin .popup-box .modal-header .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  color: var(--primary-color);
  background: var(--primary-white);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
}
.category-product-degin .popup-box .modal-header .btn-close i {
  font-size: 1.3rem;
}
.category-product-degin .popup-box .custome-img-upload,
.category-product-degin .popup-box .newmaterial-img-upload {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}

.category-product-degin .popup-box .custome-img-upload .image,
.category-product-degin .popup-box .newmaterial-img-upload .image {
  width: 100%;
  height: 200px;
}
.category-product-degin .addons-sidebar{
  position: sticky;
  top: 60px;
  bottom: 30px;
  height: 100%;
}
.category-product-degin .popup-box .custome-img-upload .image img,
.category-product-degin .popup-box .newmaterial-img-upload .image img  {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-product-degin .popup-box .custome-img-upload .text-area textarea,
.category-product-degin .popup-box .newmaterial-img-upload .text-area textarea{
  width: 100%;
  height: 200px;
  resize: none;
  background: transparent;
  color: var(--secondary-dark);
  padding: 1rem;
  font-size: 15px;
}
/* Styling the scrolling container */
.category-product-degin .custome-status-bar ul {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: hidden; /* Prevent vertical scrolling */
  white-space: nowrap; /* Prevent wrapping of items */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for touch devices */
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
.category-product-degin .custome-status-bar ul::-webkit-scrollbar {
  display: none; /* Hide the scrollbar */
}

/* Hide scrollbar for Firefox */
.category-product-degin .custome-status-bar ul {
  scrollbar-width: none; /* Disable scrollbar appearance */
}

/* Hide scrollbar for Internet Explorer/Edge */
.category-product-degin .custome-status-bar ul {
  -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
}
.category-product-degin .custome-status-bar ul li {
  background-color: var(--primary-white);
  padding:0 0 0 2.3rem;
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  justify-content: center;
  gap: 0.6rem;
  text-transform: uppercase;
  cursor: pointer;
}
.category-product-degin .custome-status-bar ul li .check-cricale {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.category-product-degin .custome-status-bar ul .active {
  background-color: var(--primary-color);
  color: var(--primary-white);
}
.category-product-degin .custome-status-bar ul .active .check-cricale {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-white);
}
.category-product-degin .custome-status-bar ul .active::after {
  border-color: transparent transparent transparent var(--primary-color);
}
.category-product-degin .custome-status-bar ul li::before {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent var(--primary-dark);
}
.category-product-degin .custome-status-bar ul li::after {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  right: -39px;
  top: 0px;
  bottom: 0px;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent var(--primary-white);
  z-index: 1;
}
.category-product-degin .custome-status-bar ul li:nth-child(1) {
  background-color: var(--primary-color);
  padding: 1rem 0.5rem;
  position: relative;
  width: 100%;
  max-width: 250px;
  color: var(--primary-white);
  height: 50px;
  font-size: 1.1rem;
  border-top-left-radius: 20px;
  display: block;
  text-align: center;
}
.category-product-degin .custome-status-bar ul li:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  right: -39px;
  top: 0px;
  bottom: 0px;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent var(--primary-color);
}
.category-product-degin .custome-status-bar ul li:nth-child(1)::before {
  content: "";
  display: none;
  width: 0;
  position: absolute;
  right: -1px;
  top: 0px;
  bottom: 1px;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 25px 0;
  border-color: transparent #1a1a1a transparent transparent;
}

@media (max-width:1024px){
  .category-product-degin .custome-status-bar ul li {
    min-width: 160px;
  }
  .category-product-degin .custome-status-bar ul {
    display: flex;
    gap: 0.5rem;
    overflow-x: scroll;
  }
  .category-product-degin .addons-sidebar{
    position: relative;
  }
  .addons-sidebar>.product-future-box{
    display: none;
  }
  .custom-tag-title {
    background-color: var(--primary-color);
    padding: 0.5rem;
    width: 150px;
    height: 40px;
    font-size: 1rem;
    border-top-left-radius: 20px;
    border-start-end-radius: 20px;
  }
  
  .custom-tag-title::after {
    content: "";
    display: inline-block;
    width: 0;
    position: absolute;
    right: -1px;
    top: 1px;
    bottom: 1px;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 20px 0;
    border-color: transparent #1a1a1a transparent transparent;
  }
}

/* OrderSummary page css  Start */

.category-product-degin .Order-design-add-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.category-product-degin .Order-design-add-box .custome-img-upload {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  border: 1px solid var(--secondary-dark);
  padding: 0.5rem;
  border-radius: 15px;
  margin: 1rem 0;
}
.category-product-degin .Order-design-add-box .custome-img-upload .image {
  width: 100%;
  height: 150px;
}
.category-product-degin .Order-design-add-box .custome-img-upload .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.category-product-degin .Order-design-add-box .custome-img-upload .text-area p {
  width: 100%;
  height: 150px;
  background: var(--primary-dark);
  color: var(--secondary-white);
  padding: 0.5rem 0;
  font-size: 15px;
  overflow-y: scroll;
  margin-bottom: 0;
}
.category-product-degin .Order-design-add-box .custome-img-upload .text-area p::-webkit-scrollbar {
  width: 8px;
}
.category-product-degin .Order-design-add-box .custome-img-upload .text-area p::-webkit-scrollbar-track {
  background: var(--primary-dark);
}
.category-product-degin .Order-design-add-box .custome-img-upload .text-area p::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
  border: 2px solid var(--secondary-dark);
}
.category-product-degin .Order-design-add-box .custome-img-upload .text-area p::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color);
}
.future-choose-box{
  position: relative;
}

/* OrderSummary page css  End */

@keyframes city {
  100% {
    transform: translateX(-1400px);
  }
}
@keyframes wheel {
  100% {
    transform: rotate(360deg);
  }
}
.custome-banner {
  position: relative;
}
.custome-banner .city {
  background-image: url("../../img/backcity2.png");
  animation: city 20s linear infinite;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 500%;
}
.custome-banner .custome-banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5rem 0 0 0;
}
.custome-banner .custome-banner-flex .custome-banner-titletext {
  padding: 1rem 0.5rem;
  background: linear-gradient(45deg, #e72a47, #754d92);
  width: 90%;
  color: var(--primary-white);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.custome-banner .custome-banner-flex .custome-banner-img {
  position: absolute;
  right: 0;
}
.custome-banner .custome-banner-flex .custome-banner-img .car {
  position: relative;
}
.custome-banner .custome-banner-flex .custome-banner-img .car .wheel {
  position: absolute;
  width: 40px;
  animation: wheel 1s linear infinite;
}
.custome-banner .custome-banner-flex .custome-banner-img .car .left-wheel {
  left: 50px;
  bottom: 50px;
}
.custome-banner .custome-banner-flex .custome-banner-img .car .right-wheel {
  right: 22px;
  bottom: 50px;
}




.chat {
  height: 80px;
  width: 80px;
  position: absolute;
  background-image: url("../../../public/chat.png");
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 768px) {
  .chat {
    height: 40px;
    width: 40px;
    right: 20px;
  }
}/*# sourceMappingURL=main.css.map */


/* input common dark css */
.input-dark>label{
 text-transform: uppercase;
 padding: 0.5rem 0;
}
.input-dark>input{
  background-color: transparent;
  color: var(--secondary-white);
  border: 1px solid var( --border-input-color);
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 0.45em 0.8em;
}

.input-dark>textarea{
  background-color: transparent;
  color: var(--secondary-white);
  border: 1px solid var( --border-input-color);
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 0.45em 0.8em;
  resize: none;
  height: 200px;
}
.input-dark>select{
  width: 100%;
  outline: none;
  border: 1px solid var( --border-input-color);
  font-size: 16px;
  padding: 0.45em 0.8em;
  border-radius: 4px;
  background-color: transparent;
  color: var(--secondary-dark);  
}
.admin-filter-table>select:focus,
.admin-filter-table>select:hover{
    outline: none;
    border: 1px solid var(--table-light-dark);
}

/* user comment box section */
.user-comments-main{
  background-color: var(--primary-white);
  border-radius: 20px;
  padding: 1.5rem;
  color: var(--button-border-color);
 }

.user-comments-main>.comment-area>textarea{
  width: 100%;
  height: 100px;
  border:1px solid var(--secondary-dark);
  resize: none;
  padding: 1rem;
 }
 .user-comment-img-box{
  background: var(--primary-white);
  height: 150px;
  border-radius: 5px;
  position: relative;
 }
 .user-comment-img-box>.choose-img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
 }

 .like-reply-box{
  display: flex;
    align-items: center;
    justify-content: end;
    padding: 1rem 0;
    gap: 0.5rem;
 }
 .like-reply-box>button{
  color: var(--table-td-text-color);
  background-color: #3B3B3B;
  border: 1px solid #3B3B3B;
  border-radius: 10px;
 }
 .comment-port-img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
 }

 /*header.php->cart->popup*/


 .container {
  margin: auto;
  /* width: 80%; */
}

.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.cart-delete>.delete{
  background-color: var(--primary-color);
  width: 25px;
  height: 25px;
  border-radius:3px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  border:1px solid var(--primary-color)
}
.cart-delete>.delete>i{
  font-size: 15px;
}
.shopping-cart {
  margin: 20px 0;
  float: right;
  background: var(--primary-white);
  width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 10px;
  right:10px;
  z-index: 99;
  
}
.shopping-cart-header {
    border-bottom: 1px solid var(--footer-dark);
    padding-bottom: 15px;
}    
.shopping-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .shopping-cart-total img{
      width: 100px;
    } 
  
  .shopping-cart-items {
    
    padding-top: 20px;

      li {
        margin-bottom: 18px;
      }

    img {
      float: left;
      margin-right: 12px;
    }
    
    .item-name {
      display: block;
      padding-top: 10px;
      font-size: 16px;
    }
    
    .item-price {
      color: #6394F8;
      margin-right: 8px;
    }
    
    .item-quantity {
      color: #ABB0BE;
    }
  }
  /* .cart-img-box>{
    width:100%;
    height:100%;
    object-fit:cover;
 } */
   .cart-img-box>img{
      width:100% !important;
      height:100%;
      object-fit:cover;
      border-radius: 10px;
   }


.shopping-cart:after {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}

.shopping-cart-header.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #6394F8;;
  color:white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
  
  &:hover {
    background: lighten(#6394F8 3%);
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bi-trash{
  color:red;
  font-size: 25px;;
}
.lighter-text{
  color:black;
}

.bi-bag-heart{
  font-size:25px;
}
.btn{
  color:white;
  border-radius: 0px;
background-color:#e72a47;
font-size:25px;
}
.btn.btn-success{
  margin-right:50px;
}

.btn.btn-primary{
  margin-top:40px;
}
.card{
  margin-top:20px;
  width:50%;
  height:50%;

}
.card-text-1{
  margin-bottom:15px;
}
.card-text-2{
  display: inline-block;
  margin-right:15px;

}


/* customer upload new material css */
 .newmaterial-upload-img-box{
  background:var(--primary-white);
  height: 200px;
  border-radius: 5px;
  padding: 0.5rem;
  position: relative;
}
.newmaterial-upload-img-box>.choose-img{
  height: 100px;
}
.newmaterial-upload-img-box>.choose-img>img{
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.newmaterial-upload-img-box input{
  width: 100%;
  font-size: 12px;
  padding: 0.3rem;
}
.newmaterial-upload-img-box textarea{
  width: 100%;
  height: 100%;
  resize: none;
}
.newmaterial-upload-img-box>p{
  margin-bottom: 0.2rem;
}



/* admin order by user css  */
.login-customer-box{
  padding: 2rem;
  background: #1d2327d4;
  margin:5rem 0 0 0;
  border-radius: 20px;
  position: relative;
}

.login-customer-box>h2{
  position: absolute;
    top: -30px;
    left: 20px;
    text-align: left;
    background: #e51747;
    padding: 0.6rem;
    border-radius: 10px;
    max-width: 350px;
}

.login-customer-box>h2:after{
position: unset;
content:unset;
}

#swal2-title:after{
  position: unset;
  content:unset;
}

.swal2-cancel{
  background-color: var(--primary-color);
  color: white;
}
.swal2-confirm{
  background-color: var(--color-success);
}
.swal2-popup{
  background: #1f1f1f;
    color: hsl(0deg 0% 100%);
    box-shadow: 3px 10px 20px 10px #000000;
}


/* cm and in css in switch  */
.switch-field {
  margin-bottom:12px;
  gap: 0;
}

.switch-field div input,
.switch-field2 div input  {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field div label,
.switch-field2 div label  {
  background-color:var(--secondary-dark);
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field div label:hover,
.switch-field2 div label:hover{
  cursor: pointer;
}

.switch-field div input:checked+label,
.switch-field2 div input:checked+label {
  background-color: var(--color-success);
  box-shadow: none;
}

.switch-field div:first-of-type label,
.switch-field2 div:first-of-type label {
  border-radius: 4px 0 0 4px;
}

.switch-field div:last-of-type label,
.switch-field2 div:last-of-type label {
  border-radius: 0 4px 4px 0;
}



/* scroll bar css */
.pop-scroll-model {
  height: 100%;
  max-height:400px;
  overflow-y: auto;
  padding-right: 10px;
}
.pop-scroll-model::-webkit-scrollbar {
  width:6px;
}
 
.pop-scroll-model::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 20px;
}

.pop-scroll-model::-webkit-scrollbar-track {
  background:var(--nav-color);
  border-radius: 20px;
}


div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select{
  background-color: var(--primary-light-dark);
  color: white;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter input:focus,
div.dataTables_wrapper div.dataTables_length select:focus{
  background-color: var(--primary-light-dark);
  color: white;
  border: 1px solid var(--primary-color);
}

/* .dataTables_paginate .pagination >li>a{
  background-color: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 0.5rem;
} */
.page-item.active .page-link {
  background-color: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
}
.paginate_button >a{
  
}
