@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.form {
  --inputsize: 42px;
  --labelbefore: var(--black);
  --labelafter: var(--black);
  --borderbefore: var(--border);
  --borderafter: var(--gradient-a);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 500;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: normal;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.form .sbmt-grp {
  margin-top: 20px;
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.has-icon input {
  --iconsize: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - var(--paddingleftright, 0px)) 50%;
  padding-right: calc(var(--paddingleftright, 0px) + var(--iconsize, 0px) + var(--paddingleftright, 0px));
}
.form .form-group.has-icon.calender-icon input {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.5 2H14.5V0.5C14.5 0.367392 14.4473 0.240215 14.3536 0.146447C14.2598 0.0526785 14.1326 0 14 0C13.8674 0 13.7402 0.0526785 13.6464 0.146447C13.5527 0.240215 13.5 0.367392 13.5 0.5V2H6.5V0.5C6.5 0.367392 6.44732 0.240215 6.35355 0.146447C6.25979 0.0526785 6.13261 0 6 0C5.86739 0 5.74021 0.0526785 5.64645 0.146447C5.55268 0.240215 5.5 0.367392 5.5 0.5V2H2.5C1.8372 2.00079 1.20178 2.26444 0.73311 2.73311C0.264441 3.20178 0.000793929 3.8372 0 4.5V17.5C0.000793929 18.1628 0.264441 18.7982 0.73311 19.2669C1.20178 19.7356 1.8372 19.9992 2.5 20H17.5C18.163 20 18.7989 19.7366 19.2678 19.2678C19.7366 18.7989 20 18.163 20 17.5V4.5C20 3.83696 19.7366 3.20107 19.2678 2.73223C18.7989 2.26339 18.163 2 17.5 2ZM19 17.5C19 17.8978 18.842 18.2794 18.5607 18.5607C18.2794 18.842 17.8978 19 17.5 19H2.5C2.10218 19 1.72064 18.842 1.43934 18.5607C1.15804 18.2794 1 17.8978 1 17.5V9H19V17.5ZM19 8H1V4.5C1 3.672 1.67 3 2.5 3H5.5V4.5C5.5 4.63261 5.55268 4.75979 5.64645 4.85355C5.74021 4.94732 5.86739 5 6 5C6.13261 5 6.25979 4.94732 6.35355 4.85355C6.44732 4.75979 6.5 4.63261 6.5 4.5V3H13.5V4.5C13.5 4.63261 13.5527 4.75979 13.6464 4.85355C13.7402 4.94732 13.8674 5 14 5C14.1326 5 14.2598 4.94732 14.3536 4.85355C14.4473 4.75979 14.5 4.63261 14.5 4.5V3H17.5C17.8978 3 18.2794 3.15804 18.5607 3.43934C18.842 3.72064 19 4.10218 19 4.5V8Z" fill="%23666666" fill-opacity="0.7"/%3E%3C/svg%3E');
}
.form .form-group.has-icon.search-icon input {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.893 13.92L16.973 17M16 8.5C16 10.4891 15.2098 12.3968 13.8033 13.8033C12.3968 15.2098 10.4891 16 8.5 16C6.51088 16 4.60322 15.2098 3.1967 13.8033C1.79018 12.3968 1 10.4891 1 8.5C1 6.51088 1.79018 4.60322 3.1967 3.1967C4.60322 1.79018 6.51088 1 8.5 1C10.4891 1 12.3968 1.79018 13.8033 3.1967C15.2098 4.60322 16 6.51088 16 8.5Z' stroke='%23939393' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: var(--borderafter);
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: var(--labelbackground);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--black);
  font-size: inherit;
  font-family: inherit;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group textarea:focus {
  outline: none;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -1);
}
.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}
.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -1);
}
.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: transparent;
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--black);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
  height: 2px;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .form-group .error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  color: red;
  line-height: normal;
  font-size: 12px;
}
.form .form-group.file-input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize) - var(--borderwidth));
  position: relative;
  --filename: "Attach Resume*";
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url(../../icon/clip-gray.svg) no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: calc(var(--inputsize) - var(--borderwidth));
}
.form .form-group.file-input .file-name::before, .form .form-group.file-input .file-name::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.form .form-group.file-input .file-name::before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize) - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
}
.form .form-group.file-input .file-name::after {
  content: "";
  right: 0;
  background: var(--image);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  background-size: auto 50%;
}
.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--inputsize);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
  --iconpath: url(../../icon/location-primary.svg);
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: var(--iconpath);
  --iconspace: 8px;
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.custom-select.has-icon::after {
  left: var(--paddingleftright, 0px);
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright, 0);
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 4;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
  height: 4px;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
.custom-select .list li.selected {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerpadding: 30px;
  --headerheight: 100px;
  --headerfixed: 100px;
  --footerstrip: 38px;
  --filterstrip: 44px;
  --detailstrip: 40px;
  --primary:#0D74BE;
  --secondary:#DDEFFC;
  --tertiary: #262265;
  --primary-light: #EFF4FF;
  --secondary-dark:rgba(163, 103, 67, 1);
  --secondary-light: rgba(255, 233, 222, 1);
  --text: #666666;
  --primary-blue: #f4f8fb;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #cfcfcf;
  --green: #04A227;
  --border: #D3D3D3;
  --light-gray: rgba(235, 235, 235, 1);
  --container: 1280px;
  --containerfluid: 2rem;
  --gradient: linear-gradient(270deg, #1264AD 0%, #262265 100%);
  --secondary-gradient: linear-gradient(0deg, #00BDF2 0%, #0086FE 100%);
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 2rem;
    --headerpadding: 2px;
    --headerheight: 75px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --containerfluid: 1rem;
    --headerheight: 78px;
  }
}
@media only screen and (max-width: 540px) {
  :root {
    --headerfixed: 75px;
    --headerheight: 65px;
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --containerfluid: 10px;
  }
}

*::-webkit-scrollbar {
  width: 4px;
  background: var(--white);
}
*::-webkit-scrollbar-track {
  box-shadow: none;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
*.overflow-hidden {
  overflow: hidden;
  margin-right: 4px;
}
@media only screen and (max-width: 991px) {
  *.overflow-hidden {
    margin-right: 0;
  }
}
*.overflow-hidden header {
  width: calc(100% - 4px);
}
@media only screen and (max-width: 991px) {
  *.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

b {
  font-weight: 500;
}

small {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.border-line {
  position: relative;
}
.border-line::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px dashed rgb(202, 156, 129);
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

svg path {
  transition: 0.5s ease;
}

.position-relative {
  position: relative;
}

.c-primary {
  color: var(--primary);
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  display: block;
  margin: 0 auto;
}

.social-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h1, h2, h4, h5 {
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: var(--black);
}

h3, h6 {
  font-weight: normal;
  text-transform: capitalize;
}

p, span, ul li, button, a {
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1366px) {
  p, span, ul li, button, a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  p, span, ul li, button, a {
    font-size: 14px;
    line-height: 20px;
  }
}

img {
  max-width: 100%;
}

.gray-bg {
  background: #F3F3F3;
}

.primary-light-bg {
  background: var(--primary-light);
}

.gray-bg-2 {
  background: #FAFAFA;
}

h1 {
  font-size: 75px;
  line-height: 0.8;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 540px) {
  h1 {
    font-size: 48px;
  }
}

.sec-head {
  font-weight: 500;
  font-size: 36px;
  background: var(--gradient);
  color: transparent;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .sec-head {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-head {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.signature-font {
  font-size: 36px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 40px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 36px;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 520px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  h6 {
    font-size: 16px;
  }
}

.heading h2 {
  font-size: 70px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: var(--black);
}
@media only screen and (max-width: 1366px) {
  .heading h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1152px) {
  .heading h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 520px) {
  .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 360px) {
  .heading h2 {
    font-size: 30px;
  }
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.flex {
  display: flex !important;
  gap: 20px;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--gap);
}

img {
  max-width: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.item-md {
  position: relative;
  display: block;
  position: relative;
}
.item-md::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.item-md::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.item-md::before, .item-md::after {
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figure, .item-md .figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video, .item-md figure iframe, .item-md .figure img, .item-md .figure video, .item-md .figure iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.item-md.center-item figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay, .overlay-two, .overlay-three {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 50;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay, .overlay-two, .overlay-three {
    z-index: 20;
  }
}
.overlay.is-open, .overlay-two.is-open, .overlay-three.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-two {
  z-index: 100;
}

.overlay-three {
  z-index: 150;
}

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

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  padding: 12px 24px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .btn {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .btn {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
  }
}
.btn.w-100 {
  width: 100%;
}
.btn:hover {
  opacity: 0.85;
}
.btn.fill {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn.fill:hover {
  opacity: 0.9;
}
.btn.outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn.outline:hover {
  background: var(--primary);
  color: #fff;
}

.modal, .modal-two, .modal-three {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 80;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  transition: transform 0.5s ease;
  max-width: 435px;
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .modal, .modal-two, .modal-three {
    max-width: 100%;
  }
}
.modal .close:not(.btn, .close-video), .modal .close-two:not(.btn, .close-video), .modal .close-three:not(.btn, .close-video), .modal-two .close:not(.btn, .close-video), .modal-two .close-two:not(.btn, .close-video), .modal-two .close-three:not(.btn, .close-video), .modal-three .close:not(.btn, .close-video), .modal-three .close-two:not(.btn, .close-video), .modal-three .close-three:not(.btn, .close-video) {
  position: absolute;
  top: 0;
  right: 0;
  top: 15px;
  right: 15px;
  line-height: 0;
}
@media only screen and (max-width: 520px) {
  .modal .close:not(.btn, .close-video), .modal .close-two:not(.btn, .close-video), .modal .close-three:not(.btn, .close-video), .modal-two .close:not(.btn, .close-video), .modal-two .close-two:not(.btn, .close-video), .modal-two .close-three:not(.btn, .close-video), .modal-three .close:not(.btn, .close-video), .modal-three .close-two:not(.btn, .close-video), .modal-three .close-three:not(.btn, .close-video) {
    top: 10px;
    right: 10px;
  }
}
.modal .close:not(.btn, .close-video) path, .modal .close-two:not(.btn, .close-video) path, .modal .close-three:not(.btn, .close-video) path, .modal-two .close:not(.btn, .close-video) path, .modal-two .close-two:not(.btn, .close-video) path, .modal-two .close-three:not(.btn, .close-video) path, .modal-three .close:not(.btn, .close-video) path, .modal-three .close-two:not(.btn, .close-video) path, .modal-three .close-three:not(.btn, .close-video) path {
  stroke: var(--black);
}
.modal .modal-heading, .modal-two .modal-heading, .modal-three .modal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 16px 20px;
}
.modal .modal-heading h5, .modal-two .modal-heading h5, .modal-three .modal-heading h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.modal .modal-heading .close, .modal-two .modal-heading .close, .modal-three .modal-heading .close {
  position: static !important;
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
@media only screen and (max-width: 540px) {
  .form-grid {
    --gaptb: 16px;
  }
}
.form-grid .full {
  grid-column: span var(--item);
}
.form-grid .full .reg-btn {
  background: var(--primary);
  color: var(--white);
  border-radius: 0 50px 50px 50px;
  margin-top: 24px;
}

.btn-div-btm > *:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (max-width: 675px) {
  .btn-div-btm > *:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-btm .btn {
    --padding: 12px;
    font-size: 14px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

@media only screen and (max-width: 767px) {
  .swiper-btn {
    display: none !important;
  }
}

.swiper-prev, .swiper-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  transition: 0.5s ease;
}
.swiper-prev.swiper-btn-medium, .swiper-next.swiper-btn-medium {
  --size: 35px;
}
.swiper-prev path, .swiper-next path {
  fill: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled), .swiper-next:hover:not(.swiper-button-disabled) {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled) path, .swiper-next:hover:not(.swiper-button-disabled) path {
  fill: var(--primary);
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: block;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background path, .swiper-next.no-background path {
  fill: initial;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.has-shadow, .swiper-next.has-shadow {
  box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.2509803922);
}
.swiper-prev.white, .swiper-next.white {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev.white path, .swiper-next.white path {
  fill: var(--black);
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: var(--primary);
  border-color: var(--primary);
}
.swiper-prev.white:hover:not(.swiper-button-disabled) path, .swiper-next.white:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.primary-border, .swiper-next.primary-border {
  border-color: var(--primary);
  background: none;
}
.swiper-prev.primary-border path, .swiper-next.primary-border path {
  fill: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled), .swiper-next.primary-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled) path, .swiper-next.primary-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: var(--white);
  background: none;
}
.swiper-prev.white-border path, .swiper-next.white-border path {
  fill: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled) path, .swiper-next.white-border:hover:not(.swiper-button-disabled) path {
  fill: var(--primary);
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: #828282;
  background: none;
}
.swiper-prev.gray-border path, .swiper-next.gray-border path {
  fill: #828282;
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled) path, .swiper-next.gray-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.black-border, .swiper-next.black-border {
  border-color: var(--black);
  background: none;
}
.swiper-prev.black-border path, .swiper-next.black-border path {
  fill: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled), .swiper-next.black-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
  border-color: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled) path, .swiper-next.black-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
  --size: 59px;
}
@media only screen and (max-width: 991px) {
  .swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
    --size: 48px;
  }
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 51px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 35px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}
.play-btn p, .play-btn ul {
  margin-bottom: 30px;
}
.play-btn ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .play-btn ul {
    padding-left: 10px;
  }
}
.play-btn ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .play-btn ul li {
    padding-left: 20px;
  }
}
.play-btn ul li:not(:last-child) {
  margin-bottom: 6px;
}
.play-btn ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}
.play-btn.website-content-medium h2, .play-btn.website-content-medium h3, .play-btn.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}
.play-btn.website-content-medium h5, .play-btn.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}
.play-btn.website-content-medium p, .play-btn.website-content-medium ul {
  margin-bottom: 20px;
}

.kmr-animate {
  transition: 1.2s ease;
}

[data-video], [data-modal] {
  cursor: pointer;
}

.banner {
  position: relative;
}
.banner:not(.banner-banner) {
  position: relative;
}
.banner:not(.banner-banner)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner:not(.banner-banner)::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5607843137) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.banner:not(.banner-banner).center-banner .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner).center-banner .banner-wrapper {
    bottom: 20%;
    translate: none;
    top: auto;
  }
}
.banner:not(.banner-banner) .bg {
  height: 100vh;
  line-height: 0;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .bg {
    height: 417px;
  }
}
.banner:not(.banner-banner) .bg video, .banner:not(.banner-banner) .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner:not(.banner-banner) .home-bannerImg-slider {
  height: 100%;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper {
  height: 100%;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.banner:not(.banner-banner) .swiper-pagination {
  bottom: 14%;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .swiper-pagination {
    bottom: 18%;
  }
}
@media only screen and (max-width: 540px) {
  .banner:not(.banner-banner) .swiper-pagination {
    bottom: 8%;
  }
}
.banner:not(.banner-banner) .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  width: 12px;
  height: 12px;
}
.banner:not(.banner-banner) .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 4;
}
.banner:not(.banner-banner) .content.content-white h1, .banner:not(.banner-banner) .content.content-white p, .banner:not(.banner-banner) .content.content-white h5, .banner:not(.banner-banner) .content.content-white h6, .banner:not(.banner-banner) .content.content-white h4 {
  color: var(--white);
}
.banner:not(.banner-banner) .content.title-l h1 {
  font-size: 128px;
  line-height: normal;
}
@media only screen and (max-width: 1366px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 360px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 48px;
  }
}
.banner:not(.banner-banner) .content.title-l h1 span {
  font-size: 0.25em;
}
.banner:not(.banner-banner) .content.title-m h1 {
  font-size: 60px;
  line-height: 1.349;
}
@media only screen and (max-width: 1152px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 38px;
  }
}
.banner:not(.banner-banner) .content.title-m h1:has(+ *) {
  margin-bottom: 10px;
}
.banner:not(.banner-banner) .content h5:has(+ *) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content h5:has(+ *) {
    margin-bottom: 14px;
  }
}
.banner:not(.banner-banner) .content h1 {
  font-size: 48px;
  line-height: normal;
}
@media only screen and (max-width: 520px) {
  .banner:not(.banner-banner) .content h1 {
    font-size: 32px;
  }
}
.banner:not(.banner-banner) .content h1 span {
  font-weight: 400;
  display: block;
  line-height: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.banner:not(.banner-banner) .content h5 {
  font-size: 20px;
  line-height: 1.34;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content h5 {
    font-size: 16px;
  }
}
.banner:not(.banner-banner) .content h6 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}
.banner:not(.banner-banner) .content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.166;
}
@media only screen and (max-width: 1366px) {
  .banner:not(.banner-banner) .content h4 {
    font-size: 22px;
  }
}
.banner:not(.banner-banner) .content p {
  font-weight: 500;
}
.banner:not(.banner-banner) .scroll-btn {
  --btnsize: 45px;
  height: var(--btnsize);
  width: calc(var(--btnsize) * 0.667);
  border-radius: 20px;
  border: 1px solid var(--white);
  margin-top: 5rem;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .scroll-btn {
    --btnsize: 36px;
    margin-top: 2rem;
  }
}
.banner:not(.banner-banner) .scroll-btn.black-scroll-btn {
  border-color: var(--black);
}
.banner:not(.banner-banner) .scroll-btn.black-scroll-btn span {
  background: var(--black);
}
.banner:not(.banner-banner) .scroll-btn span {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: calc(var(--btnsize) * 0.23);
  border-radius: 25%;
  background: var(--white);
  animation: scroll 2.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .video-pop .close-video {
    right: 0;
  }
}
.video-pop .close-video:hover {
  background: var(--primary);
}
.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.video-pop .modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .video-pop .modal-body {
    max-width: 95%;
  }
}
.video-pop .modal-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
}

.sticky-action-bar {
  display: none;
}
@media only screen and (max-width: 675px) {
  .sticky-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: var(--primary);
    justify-content: space-between;
    align-items: center;
  }
  .sticky-action-bar > div {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
    border-top: 1px solid rgba(133, 133, 133, 0.5);
  }
  .sticky-action-bar > div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
  }
  .sticky-action-bar > div a svg {
    width: 20px;
    height: 20px;
  }
  .sticky-action-bar > div a svg path {
    fill: var(--white);
  }
  .sticky-action-bar > div a p {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
  }
  .sticky-action-bar > div:nth-child(2) {
    border-left: 1px solid rgba(133, 133, 133, 0.5);
    border-right: 1px solid rgba(133, 133, 133, 0.5);
  }
}

.formField {
  position: relative;
  margin: 30px auto;
  width: 100%;
}
.formField input {
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #D3D3D3;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}
.formField input:not(:-moz-placeholder) ~ .label {
  top: -20px;
  font-size: 14px;
  color: var(--text);
  font-weight: 400;
}
.formField input:focus ~ .label, .formField input:not(:placeholder-shown) ~ .label {
  top: -20px;
  font-size: 14px;
  color: var(--text);
  font-weight: 400;
}
.formField::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
input:focus ~ .formField::after, input:valid ~ .formField::after {
  transform: scaleX(1);
}
.formField .label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text);
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: 16px;
}

.formDate {
  width: -moz-fit-content;
  width: fit-content;
  gap: 0px !important;
}
.formDate .date-range {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 14px !important;
  font-weight: 400;
  border: none;
  outline: none;
}
.formDate input::-moz-placeholder {
  float: right;
}
.formDate input::placeholder {
  float: right;
}

.daterangepicker {
  font-weight: 500;
  caret-color: transparent;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 40% !important;
}
.daterangepicker .drp-buttons .btn {
  --height: 28px;
  font-weight: normal;
  background-color: white !important;
}
.daterangepicker th {
  font-weight: normal;
  font-weight: 600;
}
.daterangepicker td.active {
  background: var(--primary) !important;
}
.daterangepicker td.active:hover {
  background: var(--primary);
}

.thanks-banner {
  clip-path: none;
}
.thanks-banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.32) 100%) !important;
}
.thanks-banner.home-banner .bg {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .thanks-banner.home-banner .bg {
    height: 70vh !important;
  }
}
.thanks-banner.home-banner .bg .banner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks-banner.home-banner .bg .banner-wrapper .banner-content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1580px) {
  .thanks-banner.home-banner .bg .banner-wrapper .banner-content {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .thanks-banner.home-banner .bg .banner-wrapper .banner-content {
    width: 84%;
  }
}
.thanks-banner.home-banner .bg .banner-wrapper .banner-content h1 {
  line-height: 1.1;
}
@media only screen and (max-width: 540px) {
  .thanks-banner.home-banner .bg .banner-wrapper .banner-content h1 {
    font-size: 32px;
  }
}
.thanks-banner.home-banner .bg .banner-wrapper .banner-content p {
  color: var(--white);
  margin: 12px 0 30px;
}

.wishlist {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .wishlist {
    top: 4px;
    right: 4px;
  }
}
.wishlist.shadow {
  background-color: var(--white);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.wishlist.active svg path {
  fill: var(--primary);
  stroke: none;
}

.blogCard {
  border-radius: 5px;
  overflow: hidden;
}
.blogCard .figure {
  display: block;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.blogCard .figure:hover > img {
  transform: scale(1.2);
}
.blogCard .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.blogCard figcaption {
  background-color: #deeffb;
  padding: 20px;
}
.blogCard figcaption .date {
  font-size: 13px;
  margin-bottom: 4px;
}
.blogCard figcaption .ttl {
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
}

.dashboardLayout {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .dashboardLayout {
    flex-direction: column;
  }
}
.dashboardLayout .profileCard {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: var(--white);
  position: sticky;
  top: 16%;
  width: 300px;
}
@media only screen and (max-width: 991px) {
  .dashboardLayout .profileCard {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .dashboardLayout .profileCard {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dashboardLayout .profileCard .profile {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.168627451);
}
@media only screen and (max-width: 991px) {
  .dashboardLayout .profileCard .profile {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .dashboardLayout .profileCard .profile {
    border-bottom: 1px solid rgba(0, 0, 0, 0.168627451);
  }
}
.dashboardLayout .profileCard .profile img {
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
}
.dashboardLayout .profileCard .profile p:nth-of-type(1) {
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
}
.dashboardLayout .profileCard .profile p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.dashboardLayout .profileCard .profile .btn {
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
}
.dashboardLayout .profileCard .info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .dashboardLayout .profileCard .info {
    padding: 20px 10px;
  }
}
.dashboardLayout .profileCard .info .stat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.dashboardLayout .profileCard .info .stat p {
  font-size: 14px;
}
.dashboardLayout .profileCard .info .stat div p:nth-of-type(2) {
  font-weight: 600;
  color: var(--black);
}
.dashboardLayout .profileCard .info .stat div:not(div:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.368627451);
}
.dashboardLayout .profileCard .info .stat div:nth-of-type(2) p {
  text-align: right;
}
.dashboardLayout .profileCard .info .pointsStat .statCard {
  padding: 10px;
}
.dashboardLayout .profileCard .info .pointsStat .statCard p:nth-of-type(1) {
  line-height: 110%;
}
.dashboardLayout .profileCard .info .pointsStat .statCard .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.dashboardLayout .profileCard .info .pointsStat .statCard .content p {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}
.dashboardLayout .profileCard .info .pointsStat .statCard .content img {
  margin: 0 !important;
  width: 28px;
  height: 28px;
}
.dashboardLayout .profileCard .info button:nth-of-type(1) {
  font-size: 13px;
  background-color: #EAEFFB;
  padding: 10px;
  border-radius: 5px;
}
.dashboardLayout .profileCard .info button:nth-of-type(1) span {
  color: #4275F5;
  font-size: 13px;
}
.dashboardLayout .profileCard .info button:nth-of-type(2) {
  background: var(--gradient);
  width: 100%;
  text-transform: uppercase;
  padding: 10px;
}
.dashboardLayout .profileCard .info .referral {
  background-color: #04A227;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboardLayout .profileCard .info .referral p:nth-of-type(1) {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.dashboardLayout .profileCard .info .referral p:nth-of-type(2) {
  font-size: 18px;
  color: #fff;
}
.dashboardLayout .profileCard .info .referral button {
  background-color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  text-wrap: nowrap;
}
.dashboardLayout .profileCard .info .pointsStat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.dashboardLayout .profileCard .info .pointsStat .statCard {
  padding: 10px 16px !important;
}
.dashboardLayout .profileCard .info .pointsStat .statCard p {
  line-height: 150%;
}

.modal-menu {
  max-width: 340px;
  transform: translateX(-100%);
}
@media only screen and (max-width: 767px) {
  .modal-menu {
    max-width: 280px;
  }
}
.modal-menu .modal-body {
  overflow-y: auto;
}
.modal-menu .modal-body .nav {
  padding: 6px 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}
.modal-menu .modal-body .nav h4 {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--black);
}
@media only screen and (max-width: 767px) {
  .modal-menu .modal-body .nav h4 {
    font-size: 16px;
  }
}
.modal-menu .modal-body .nav h4 a {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--black);
}
@media only screen and (max-width: 767px) {
  .modal-menu .modal-body .nav h4 a {
    font-size: 16px;
  }
}
.modal-menu .modal-body .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-menu .modal-body .nav ul li {
  position: relative;
  padding: 6px 10px 6px 0px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .modal-menu .modal-body .nav ul li {
    font-size: 13px;
  }
}
.modal-menu .modal-body .nav ul li:hover {
  background: #f6f6f6;
}
.modal-menu .modal-body .nav ul li.isOpen > button > svg {
  transform: rotate(90deg);
}
.modal-menu .modal-body .nav ul li a {
  font-size: 15px;
}
.modal-menu .modal-body .nav ul li button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 10px;
}
.modal-menu .modal-body .nav ul li button svg {
  transition: all 0.3s ease-in-out;
}
.modal-menu .modal-body .nav ul li ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 16px;
  transition: all 0.3s ease;
}
.modal-menu .modal-body .nav ul li ul.isOpen {
  max-height: 500px;
  overflow-y: auto;
  opacity: 100;
}
.modal-menu .modal-body .nav ul li ul li {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
}
.modal-menu .modal-body .nav ul li ul svg {
  padding-top: 4px;
}
.modal-menu.is-open {
  transform: translateX(0);
}

#UpdPnlLogin {
  width: 100%;
}
#UpdPnlLogin #PnlSIGNUP {
  width: 100%;
}

#PnlVeriftOTP {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #PnlVeriftOTP {
    width: 90%;
  }
}

.modal-cart {
  max-width: 350px;
  right: 0;
  z-index: 160;
  transform: translateX(100%);
  background: linear-gradient(360deg, #FFFFFF 36.54%, #E1F1FD 100%);
}
.modal-cart .modal-body {
  padding: 40px 20px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal-cart .modal-body {
    padding: 30px 10px;
  }
}
.modal-cart .modal-body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.modal-cart .modal-body .btm-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0d98f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
}
.modal-cart .modal-body .btm-strip .price {
  color: var(--black);
  font-weight: 500;
}
.modal-cart.is-open {
  transform: translateX(0);
}

.modal-register, .modal-login {
  max-width: 636px;
  right: 0;
  transform: translateX(100%);
  background: linear-gradient(360deg, #FFFFFF 36.54%, #E1F1FD 100%);
}
.modal-register .modal-body, .modal-register .loginField, .modal-login .modal-body, .modal-login .loginField {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
}
@media only screen and (max-width: 767px) {
  .modal-register .modal-body, .modal-register .loginField, .modal-login .modal-body, .modal-login .loginField {
    padding: 30px 0px;
  }
}
.modal-register .modal-body img, .modal-register .loginField img, .modal-login .modal-body img, .modal-login .loginField img {
  width: 66px;
  height: 62px;
  margin-bottom: 20px;
}
.modal-register .modal-body h2, .modal-register .loginField h2, .modal-login .modal-body h2, .modal-login .loginField h2 {
  color: var(--black);
  font-weight: 600;
  font-size: 32px;
}
.modal-register .modal-body p, .modal-register .loginField p, .modal-login .modal-body p, .modal-login .loginField p {
  text-transform: uppercase;
  text-align: center;
}
.modal-register .modal-body .form, .modal-register .loginField .form, .modal-login .modal-body .form, .modal-login .loginField .form {
  width: 75%;
}
.modal-register .modal-body .form .formField:nth-child(4) a, .modal-register .loginField .form .formField:nth-child(4) a, .modal-login .modal-body .form .formField:nth-child(4) a, .modal-login .loginField .form .formField:nth-child(4) a {
  position: absolute;
  color: var(--primary);
  right: 0;
  font-size: 14px;
  font-weight: 500;
}
.modal-register .modal-body .form .btn, .modal-register .loginField .form .btn, .modal-login .modal-body .form .btn, .modal-login .loginField .form .btn {
  width: 100%;
  margin: 8px 0;
  text-transform: uppercase;
}
.modal-register .modal-body p:nth-of-type(2), .modal-register .loginField p:nth-of-type(2), .modal-login .modal-body p:nth-of-type(2), .modal-login .loginField p:nth-of-type(2) {
  font-size: 14px;
  text-transform: capitalize;
  margin: 10px 0;
}
.modal-register .modal-body p:nth-of-type(2) a, .modal-register .loginField p:nth-of-type(2) a, .modal-login .modal-body p:nth-of-type(2) a, .modal-login .loginField p:nth-of-type(2) a {
  color: var(--primary);
  font-size: 14px;
}
.modal-register .modal-body .swiper-container, .modal-register .loginField .swiper-container, .modal-login .modal-body .swiper-container, .modal-login .loginField .swiper-container {
  width: 85%;
  margin-top: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-register .modal-body .swiper-container, .modal-register .loginField .swiper-container, .modal-login .modal-body .swiper-container, .modal-login .loginField .swiper-container {
    margin-top: 16px;
  }
}
.modal-register .modal-body .swiper-container .swiperE, .modal-register .loginField .swiper-container .swiperE, .modal-login .modal-body .swiper-container .swiperE, .modal-login .loginField .swiper-container .swiperE {
  overflow: hidden;
}
.modal-register .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide, .modal-register .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide, .modal-login .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide, .modal-login .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide {
  text-wrap: nowrap;
  text-align: center;
}
.modal-register .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide img, .modal-register .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide img, .modal-login .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide img, .modal-login .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide img {
  width: 88px;
  height: 88px;
  margin-bottom: 4px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .modal-register .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide img, .modal-register .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide img, .modal-login .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide img, .modal-login .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide img {
    width: 66px;
    height: 66px;
  }
}
.modal-register .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide p, .modal-register .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide p, .modal-login .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide p, .modal-login .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide p {
  margin: 0;
  color: var(--text);
  font-weight: 400;
}
.modal-register .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide p:nth-of-type(2), .modal-register .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide p:nth-of-type(2), .modal-login .modal-body .swiper-container .swiperE .swiper-wrapper .swiper-slide p:nth-of-type(2), .modal-login .loginField .swiper-container .swiperE .swiper-wrapper .swiper-slide p:nth-of-type(2) {
  color: #115CCB;
  font-size: 15px;
  font-weight: 600;
}
.modal-register .modal-body .swiper-container .swiperE-button-next, .modal-register .modal-body .swiper-container .swiperE-button-prev, .modal-register .loginField .swiper-container .swiperE-button-next, .modal-register .loginField .swiper-container .swiperE-button-prev, .modal-login .modal-body .swiper-container .swiperE-button-next, .modal-login .modal-body .swiper-container .swiperE-button-prev, .modal-login .loginField .swiper-container .swiperE-button-next, .modal-login .loginField .swiper-container .swiperE-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.modal-register .modal-body .swiper-container .swiperE-button-next svg, .modal-register .modal-body .swiper-container .swiperE-button-prev svg, .modal-register .loginField .swiper-container .swiperE-button-next svg, .modal-register .loginField .swiper-container .swiperE-button-prev svg, .modal-login .modal-body .swiper-container .swiperE-button-next svg, .modal-login .modal-body .swiper-container .swiperE-button-prev svg, .modal-login .loginField .swiper-container .swiperE-button-next svg, .modal-login .loginField .swiper-container .swiperE-button-prev svg {
  fill: var(--primary);
}
.modal-register .modal-body .swiper-container .swiperE-button-next, .modal-register .loginField .swiper-container .swiperE-button-next, .modal-login .modal-body .swiper-container .swiperE-button-next, .modal-login .loginField .swiper-container .swiperE-button-next {
  right: -5%;
}
.modal-register .modal-body .swiper-container .swiperE-button-prev, .modal-register .loginField .swiper-container .swiperE-button-prev, .modal-login .modal-body .swiper-container .swiperE-button-prev, .modal-login .loginField .swiper-container .swiperE-button-prev {
  transform: rotate(180deg);
  left: -5%;
}
.modal-register .modal-body .swiper-container .swiper-button-disabled, .modal-register .loginField .swiper-container .swiper-button-disabled, .modal-login .modal-body .swiper-container .swiper-button-disabled, .modal-login .loginField .swiper-container .swiper-button-disabled {
  display: none;
}
.modal-register.is-open, .modal-login.is-open {
  transform: translateX(0);
}

.modal-login {
  max-width: 450px;
}
.modal-login .modal-body .loginField {
  padding: 40px 0px !important;
}
.modal-login .modal-body .loginField .userType {
  margin-top: 20px;
}
.modal-login .modal-body .loginField .userType span {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}
.modal-login .modal-body .loginField .userType .checkBoxContainer {
  display: flex;
}
.modal-login .modal-body .loginField .userType .checkBoxContainer label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--white);
  border-radius: 5px;
  color: var(--text);
  padding: 8px 16px;
  margin-right: 10px;
  font-size: 14px;
  border: 1px solid #f0eeee;
}
.modal-login .modal-body .loginField .form {
  margin-top: 20px;
  width: 80% !important;
}
.modal-login .vector {
  width: 300px;
  filter: grayscale(100);
  opacity: 0.05;
  position: absolute;
  right: -80px;
  bottom: 100px;
}

.modal-login .modal-body .otpField .form {
  width: 100%;
}
.modal-login .modal-body .otpField .form .btn {
  width: 100%;
  margin: 8px 0;
  text-transform: uppercase;
}
.modal-login .modal-body .otpField p {
  font-size: 14px;
  text-transform: capitalize;
  margin: 10px 0;
}
.modal-login .modal-body .otpField p a {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--primary);
  font-size: 14px;
  text-transform: none;
}
.modal-login .modal-body .otpField .backBtn {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--primary);
}
.modal-login .modal-body .otpField .info {
  text-align: center;
  margin-top: 50px;
}
.modal-login .modal-body .otpField .info p:first-child {
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.modal-login .modal-body .otpField .info p:nth-of-type(2) {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  text-transform: lowercase;
}
.modal-login .modal-body .otpField .otpInput {
  padding: 30px 0 20px;
  max-width: 230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 21px;
  color: #666666;
}
.modal-login .modal-body .otpField .otpInput input {
  flex: 1;
  height: 40px;
  width: 100%;
  border: none;
  font-weight: 500;
  border: 1px solid #CCCCCC;
  color: #666666;
  outline: none;
  border-radius: 5px;
  text-align: center;
}

.modal-product {
  max-width: 100%;
  background-color: transparent;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal-product .close path {
  stroke-width: 2;
}
.modal-product .modal-body {
  pointer-events: auto;
  position: relative;
  background-color: var(--primary-blue);
  border-radius: 5px;
  padding: 30px 0;
  max-width: 80%;
  max-height: 90vh;
  overflow: hidden;
}
.modal-product .modal-body .rowA {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.modal-product .modal-body .rowA .colA .productImage {
  display: flex;
  height: 400px;
  gap: 10px;
  margin-bottom: 30px;
}
.modal-product .modal-body .rowA .colA .productImage .swiperF {
  width: 15%;
  overflow: hidden;
}
.modal-product .modal-body .rowA .colA .productImage .swiperF .swiper-wrapper .swiper-slide {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  background-color: var(--white);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-product .modal-body .rowA .colA .productImage .swiperF .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-product .modal-body .rowA .colA .productImage .thumbnail {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  background-color: var(--white);
  width: 85%;
  padding: 50px;
  position: relative;
}
.modal-product .modal-body .rowA .colA .productImage .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-product .modal-body .rowA .colA .btnContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.modal-product .modal-body .rowA .colA .btnContainer button {
  width: 100%;
  font-size: 14px;
  text-wrap: nowrap;
  padding: 10px 24px;
}
.modal-product .modal-body .rowA .colB {
  overflow-y: auto;
  min-height: 0;
}
.modal-product .modal-body .rowA .colB h1 {
  max-width: 90%;
  line-height: 120%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
.modal-product .modal-body .rowA .colB > p:first-of-type {
  display: flex;
  gap: 30px;
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.168627451);
  padding-bottom: 20px;
}
.modal-product .modal-body .rowA .colB > p:first-of-type span:first-child {
  font-weight: 400;
  letter-spacing: 5%;
  text-decoration: line-through;
}
.modal-product .modal-body .rowA .colB > p:first-of-type span:last-child {
  color: #058B5C;
  font-weight: 500;
}
.modal-product .modal-body .rowA .colB .rowA {
  padding-top: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.modal-product .modal-body .rowA .colB .rowA p {
  font-weight: 500;
  font-size: 14px;
}
.modal-product .modal-body .rowA .colB .rowA div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.modal-product .modal-body .rowA .colB .rowA div:first-of-type figure {
  height: 68px;
  width: 59px;
  border-radius: 5px;
  padding: 8px;
  background-color: var(--white);
  border: 1px solid #D0D0D0;
  cursor: pointer;
  transition: border 0.5s ease-in;
}
.modal-product .modal-body .rowA .colB .rowA div:first-of-type figure:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
}
.modal-product .modal-body .rowA .colB .rowB {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-product .modal-body .rowA .colB .rowB .storage p {
  font-weight: 500;
  padding-bottom: 14px;
  font-size: 14px;
}
.modal-product .modal-body .rowA .colB .rowB .storage div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.modal-product .modal-body .rowA .colB .rowB .storage div:first-of-type p {
  display: block;
  height: 44px;
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid #D0D0D0;
  padding: 10px;
  font-size: 14px;
}
.modal-product .modal-body .rowA .colB .rowB .storage div:first-of-type p:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}
.modal-product .modal-body .rowA .colB .rowD {
  padding-top: 20px;
}
.modal-product .modal-body .rowA .colB .rowD p {
  font-weight: 500;
  padding-bottom: 16px;
  font-size: 14px;
}
.modal-product .modal-body .rowA .colB .rowD .incDecBtn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-product .modal-body .rowA .colB .rowD .incDecBtn p {
  font-weight: 600;
  font-size: 14px;
}
.modal-product .modal-body .rowA .colB .rowD .incDecBtn button {
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid #D0D0D0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-product .modal-body .rowA .colB .rowD .incDecBtn .incBtn, .modal-product .modal-body .rowA .colB .rowD .incDecBtn .decBtn {
  flex-shrink: none;
  border-radius: 50%;
}
.modal-product .modal-body .rowA .colB .rowC {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-product .modal-body .rowA .colB .rowC .accordion {
  border-bottom: none;
}
.modal-product .modal-body .rowA .colB .rowC .accordion.open .accordion-header span {
  color: var(--primary);
}
.modal-product .modal-body .rowA .colB .rowC .accordion.open .accordion-content {
  padding: 10px 0px;
}
.modal-product .modal-body .rowA .colB .rowC .accordion .accordion-header {
  padding: 8px 0;
  border-bottom: 1px solid #D1D1D1;
  background: transparent;
  text-transform: uppercase;
}
.modal-product .modal-body .rowA .colB .rowC .accordion .accordion-header span {
  font-size: 14px;
}
.modal-product .modal-body .rowA .colB .rowC .accordion .accordion-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  padding-left: 20px;
}
.modal-product .modal-body .rowA .colB .rowC .accordion .accordion-content ul li {
  text-wrap: nowrap;
  list-style-type: disc;
  font-size: 14px;
  font-weight: 400;
}
.modal-product .modal-body .rowA .colB .rowC .accordion .accordion-content ul li::marker {
  width: 10px;
  height: 10px;
  color: #D9D9D9;
}
.modal-product.is-open {
  transform: translateY(0);
}

.modal-deposit, .modal-withdraw {
  max-width: 100%;
  background-color: transparent;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal-deposit .modal-body, .modal-withdraw .modal-body {
  pointer-events: auto;
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  width: 45%;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal-deposit .modal-body, .modal-withdraw .modal-body {
    width: 90%;
  }
}
.modal-deposit .modal-body .content, .modal-withdraw .modal-body .content {
  padding: 16px 20px 42px;
}
.modal-deposit.is-open, .modal-withdraw.is-open {
  transform: translateY(0);
}
.modal-deposit.is-open .content, .modal-withdraw.is-open .content {
  margin: 40px auto;
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .modal-deposit.is-open .content, .modal-withdraw.is-open .content {
    width: 100%;
  }
}
.modal-deposit.is-open .content .wallet, .modal-withdraw.is-open .content .wallet {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.modal-deposit.is-open .content .wallet img, .modal-withdraw.is-open .content .wallet img {
  padding-right: 16px;
}
.modal-deposit.is-open .content .wallet div, .modal-withdraw.is-open .content .wallet div {
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.2117647059);
}
.modal-deposit.is-open .content .wallet div p:first-child, .modal-withdraw.is-open .content .wallet div p:first-child {
  font-size: 12px;
}
.modal-deposit.is-open .content .wallet div p:nth-of-type(2), .modal-withdraw.is-open .content .wallet div p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}
.modal-deposit.is-open .content label, .modal-withdraw.is-open .content label {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2117647059);
  border-radius: 5px;
  overflow: hidden;
}
.modal-deposit.is-open .content label span, .modal-withdraw.is-open .content label span {
  font-size: 22px;
  font-weight: 600;
  padding: 8px 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.2117647059);
}
.modal-deposit.is-open .content label input, .modal-withdraw.is-open .content label input {
  outline: 0;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  flex: 1;
}
.modal-deposit.is-open .content .bankAccounts, .modal-withdraw.is-open .content .bankAccounts {
  margin-top: 12px;
}
.modal-deposit.is-open .content .bankAccounts .card, .modal-withdraw.is-open .content .bankAccounts .card {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 5px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2196078431);
}
.modal-deposit.is-open .content .bankAccounts .card p, .modal-withdraw.is-open .content .bankAccounts .card p {
  font-size: 14px;
  font-weight: 500;
}
.modal-deposit.is-open .content .bankAccounts .card p:nth-of-type(1), .modal-withdraw.is-open .content .bankAccounts .card p:nth-of-type(1) {
  font-size: 14px;
  color: var(--black);
}
.modal-deposit.is-open .content .bankAccounts .card input, .modal-withdraw.is-open .content .bankAccounts .card input {
  flex-grow: 0;
}
.modal-deposit.is-open .content .bankBtn, .modal-withdraw.is-open .content .bankBtn {
  font-size: 12px;
  margin-top: 6px;
  font-weight: 500;
  color: var(--primary);
}
.modal-deposit.is-open .content .btn, .modal-withdraw.is-open .content .btn {
  width: 100%;
  margin-top: 16px;
  padding: 8px auto;
}

.modal-refer {
  max-width: 100% !important;
  background-color: transparent !important;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal-refer .modal-body {
  pointer-events: auto;
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  width: 65%;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .modal-refer .modal-body {
    width: 95%;
  }
}
.modal-refer .modal-body .content {
  padding: 50px;
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .modal-refer .modal-body .content {
    padding: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-refer .modal-body .content .instruction {
  padding: 0px 50px 0px 0px;
  border-right: 1px solid var(--primary);
}
@media only screen and (max-width: 767px) {
  .modal-refer .modal-body .content .instruction {
    padding: 0px 0px 40px 0px;
    border-bottom: 1px solid var(--primary);
    border-right: 0px;
  }
}
.modal-refer .modal-body .content .instruction h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal-refer .modal-body .content .instruction ul {
  margin-left: 40px;
  margin-bottom: 30px;
}
.modal-refer .modal-body .content .instruction ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}
.modal-refer .modal-body .content .instruction ul li::marker {
  color: var(--primary);
  font-size: 28px;
}
.modal-refer .modal-body .content .instruction .form {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-refer .modal-body .content .instruction .form {
    width: 100%;
  }
}
.modal-refer .modal-body .content .instruction .form input[type=text] {
  border: 1px solid rgba(0, 0, 0, 0.2196078431);
  outline: none;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}
.modal-refer .modal-body .content .colB {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .modal-refer .modal-body .content .colB {
    padding: 40px 0px 0px 0px;
    align-items: center;
    gap: 16px;
  }
}
.modal-refer .modal-body .content .colB .referLink {
  border: 1px solid rgba(0, 0, 0, 0.2196078431);
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .modal-refer .modal-body .content .colB .referLink {
    width: 100%;
  }
}
.modal-refer .modal-body .content .colB .referLink input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.modal-refer .modal-body .content .colB .referLink span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}
.modal-refer .modal-body .content .colB h5 {
  font-size: 14px;
  font-weight: 500;
}
.modal-refer .modal-body .content .colB .social a {
  margin-right: 10px;
}
.modal-refer .modal-body .content .colB .btn {
  background: #8CF093;
  border: 1px solid #8CF093;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-refer .modal-body .content .colB .btn svg {
  width: 20px;
  height: 20px;
}
.modal-refer .modal-body .content .or {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .modal-refer .modal-body .content .or {
    top: 63%;
  }
}
.modal-refer.is-open {
  transform: translateY(0);
}

.modal-checkout {
  max-width: 100%;
  background-color: transparent;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 110;
  pointer-events: none;
}
.modal-checkout .modal-body {
  pointer-events: auto;
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.modal-checkout .modal-body .content {
  padding: 20px;
}
.modal-checkout .modal-body .content .dvhws .txsmx {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.modal-checkout .modal-body .content .dvhws .nggtj-wrap {
  width: 460px;
  display: flex;
  gap: 26px;
}
@media only screen and (max-width: 767px) {
  .modal-checkout .modal-body .content .dvhws .nggtj-wrap {
    flex-direction: column;
    gap: 12px;
    width: 300px;
  }
}
.modal-checkout .modal-body .content .dvhws .nggtj-wrap .chckbx-nggtj {
  flex: 1;
  align-items: start;
  background: #F3F3F3;
  padding: 15px 20px;
  border-radius: 5px;
  text-wrap: nowrap;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.modal-checkout .modal-body .content .dvhws .nggtj-wrap .chckbx-nggtj:has(input:checked) {
  border-color: var(--primary);
  background: #f4f8fb;
}
.modal-checkout .modal-body .content .dvhws .nggtj-wrap .chckbx-nggtj .check-span {
  margin-top: 6px;
}
.modal-checkout .modal-body .content .dvhws .nggtj-wrap .chckbx-nggtj p {
  display: flex;
  flex-direction: column;
}
.modal-checkout .modal-body .content .dvhws .nggtj-wrap .chckbx-nggtj span {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
.modal-checkout.is-open {
  transform: translateY(0);
}

.modal-booking {
  max-width: 100%;
  background-color: transparent;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal-booking .modal-body {
  pointer-events: auto;
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.modal-booking .modal-body .content {
  padding: 16px 20px 42px;
}
.modal-booking .modal-body .content .form {
  font-size: 14px;
  font-weight: 500;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .modal-booking .modal-body .content .form {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .modal-booking .modal-body .content .form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-booking .modal-body .content .form label {
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.modal-booking .modal-body .content .form label input {
  border: 1px solid rgba(102, 102, 102, 0.3607843137);
  border-radius: 4px;
  padding: 5px 8px;
  color: #000;
  outline: 0;
}
.modal-booking .modal-body .content .form label input::-moz-placeholder {
  color: #000;
}
.modal-booking .modal-body .content .form label input::placeholder {
  color: #000;
}
.modal-booking .modal-body .content .productDesc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-radius: 5px;
}
@media only screen and (max-width: 776px) {
  .modal-booking .modal-body .content .productDesc {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-booking .modal-body .content .productDesc .description {
  border: 1px solid rgba(102, 102, 102, 0.3607843137);
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .modal-booking .modal-body .content .productDesc .description {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 767px) {
  .modal-booking .modal-body .content .productDesc .description {
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
}
.modal-booking .modal-body .content .productDesc .description .prodImage {
  overflow: hidden;
  padding: 20px;
  margin: auto 0px;
}
.modal-booking .modal-body .content .productDesc .description .prodImage img {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-booking .modal-body .content .productDesc .description .prodImage .swiper-slide {
  display: flex;
  justify-content: center;
}
.modal-booking .modal-body .content .productDesc .description .prodImage .swiperC-pagination {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.modal-booking .modal-body .content .productDesc .description .prodImage .swiperC-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #939191;
}
.modal-booking .modal-body .content .productDesc .description .prodImage .swiperC-pagination .swiper-pagination-bullet-active {
  background: #0D74BE;
}
.modal-booking .modal-body .content .productDesc .description .info {
  border-left: 1px solid rgba(102, 102, 102, 0.3607843137);
}
.modal-booking .modal-body .content .productDesc .description .info h5 {
  padding: 10px;
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
}
.modal-booking .modal-body .content .productDesc .description .info ul li {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.modal-booking .modal-body .content .productDesc .description .info ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-booking .modal-body .content .productDesc .description .info ul li span {
  font-size: 16px;
  font-weight: 600;
}
.modal-booking .modal-body .content .productDesc .description .info ul li .rating svg path {
  fill: var(--primary);
}
.modal-booking .modal-body .content .productDesc .cart {
  border: 1px solid rgba(102, 102, 102, 0.3607843137);
  grid-column: span 1;
  border-radius: 5px;
  background: linear-gradient(360deg, #DCECFB 0%, #FFFFFF 100%);
}
@media only screen and (max-width: 991px) {
  .modal-booking .modal-body .content .productDesc .cart {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 767px) {
  .modal-booking .modal-body .content .productDesc .cart {
    grid-column: span 1;
  }
}
.modal-booking .modal-body .content .productDesc .cart .desc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 20px;
}
.modal-booking .modal-body .content .productDesc .cart .desc p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-bottom: 4px;
}
.modal-booking .modal-body .content .productDesc .cart .desc p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.modal-booking .modal-body .content .productDesc .cart .book {
  padding: 24px;
}
.modal-booking .modal-body .content .productDesc .cart .book ul {
  margin-bottom: 10px;
}
.modal-booking .modal-body .content .productDesc .cart .book ul li {
  padding: 6px 0px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-booking .modal-body .content .productDesc .cart .book ul li:last-child {
  font-weight: 600;
  color: #000;
}
.modal-booking .modal-body .content .productDesc .cart .book ul li:last-child span {
  font-weight: 600;
  color: #000;
}
.modal-booking .modal-body .content .productDesc .cart .book ul li span {
  font-weight: 600;
}
.modal-booking .modal-body .content .productDesc .cart .book ul li .incDec {
  display: flex;
  align-items: center;
}
.modal-booking .modal-body .content .productDesc .cart .book ul li .incDec button {
  width: 25px;
  height: 25px;
}
.modal-booking .modal-body .content .productDesc .cart .book ul li .incDec button:not(:nth-of-type(2)) {
  background-color: var(--white);
  border: 1px solid #BFBFBF;
  border-radius: 50%;
}
.modal-booking .modal-body .content .productDesc .cart .book .btn {
  width: 100%;
  margin-bottom: 10px;
}
.modal-booking .modal-body .content .productDesc .cart .book .note {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
}
.modal-booking .modal-body .content .productDesc .cart .book .note span {
  color: #EC2526;
  font-size: 12px;
  font-weight: 600;
}
.modal-booking.is-open {
  transform: translateY(0);
}

.modal-offer {
  max-width: 100%;
  background-color: transparent;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal-offer .modal-heading .action {
  display: flex;
  gap: 20px;
}
.modal-offer .modal-heading .action .search {
  display: flex;
}
.modal-offer .prodCode {
  background-color: #EFEFEF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .modal-offer .prodCode {
    flex-direction: column;
    gap: 4px;
  }
}
.modal-offer .prodCode p:nth-of-type(1) {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .modal-offer .prodCode p:nth-of-type(1) {
    text-align: center;
  }
}
.modal-offer .prodCode p:nth-of-type(2) {
  font-weight: 500;
  font-size: 14px;
}
.modal-offer .modal-body {
  pointer-events: auto;
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.modal-offer .modal-body .content {
  padding: 16px 20px 42px;
}
.modal-offer .modal-body .content .form {
  font-size: 14px;
  font-weight: 500;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.modal-offer .modal-body .content .form label {
  overflow: hidden;
  color: var(--text);
  display: flex;
  align-items: center;
  border: 1px solid rgba(102, 102, 102, 0.3607843137);
  padding: 5px 10px;
  color: #000;
  gap: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.modal-offer .modal-body .content .form label input {
  border-radius: 4px;
  color: #666;
  font-size: 14px;
  border: none;
  outline: 0;
}
.modal-offer .modal-body .content .form label input::-moz-placeholder {
  color: #666;
}
.modal-offer .modal-body .content .form label input::placeholder {
  color: #666;
}
.modal-offer .modal-body .content .prodDesc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .modal-offer .modal-body .content .prodDesc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .modal-offer .modal-body .content .prodDesc {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-offer .modal-body .content .prodDesc .info {
  border: 1px solid rgba(102, 102, 102, 0.3607843137);
  border-radius: 5px;
}
.modal-offer .modal-body .content .prodDesc .info h5 {
  padding: 10px;
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
}
.modal-offer .modal-body .content .prodDesc .info ul li {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.modal-offer .modal-body .content .prodDesc .info ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-offer .modal-body .content .prodDesc .info ul li span {
  font-size: 16px;
  font-weight: 600;
}
.modal-offer .modal-body .content .prodDesc .info ul li .rating svg path {
  fill: var(--primary);
}
.modal-offer .modal-body .content .save {
  border: 1px solid rgba(102, 102, 102, 0.3607843137);
  grid-column: span 1;
  border-radius: 5px;
  background: linear-gradient(360deg, #DCECFB 0%, #FFFFFF 100%);
}
@media only screen and (max-width: 991px) {
  .modal-offer .modal-body .content .save {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .modal-offer .modal-body .content .save {
    grid-column: span 1;
  }
}
.modal-offer .modal-body .content .save .desc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 12px 20px;
}
.modal-offer .modal-body .content .save .desc p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 600;
  color: var(--green);
}
.modal-offer .modal-body .content .save .book {
  padding: 16px 24px;
}
.modal-offer .modal-body .content .save .book ul {
  margin-bottom: 10px;
}
.modal-offer .modal-body .content .save .book ul li {
  padding: 6px 0px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-offer .modal-body .content .save .book ul .field {
  font-weight: 600;
  color: #000;
}
.modal-offer .modal-body .content .save .book ul .field span {
  font-weight: 600;
  color: #000;
}
.modal-offer .modal-body .content .save .book ul .field label {
  width: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--white);
  border-radius: 4px;
  padding: 4px 8px;
}
.modal-offer .modal-body .content .save .book ul .field label input {
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 500;
}
.modal-offer .modal-body .content .save .book .btn {
  width: 100%;
  margin-bottom: 10px;
}
.modal-offer.is-open {
  transform: translateY(0);
}

.modal-join {
  max-width: 100%;
  max-height: 100vh;
  overflow: auto;
  right: 0;
  transform: translateX(100%);
  background-color: var(--primary-blue);
}
.modal-join .modal-body {
  padding: 40px 0;
}
.modal-join .modal-body .filterContainer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 991px) {
  .modal-join .modal-body .filterContainer {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
}
.modal-join .modal-body .filterContainer form {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.modal-join .modal-body .filterContainer h2 {
  text-align: left;
  color: #313131;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .modal-join .modal-body .filterContainer h2 {
    text-align: center;
  }
}
.modal-join .modal-body .filterContainer p {
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .modal-join .modal-body .filterContainer p {
    text-align: center;
  }
}
.modal-join .modal-body .products {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .modal-join .modal-body .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .modal-join .modal-body .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .modal-join .modal-body .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-join .checkoutContainer {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  height: 66px;
  width: 100%;
  background-color: #F3D789;
}
.modal-join .checkoutContainer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.modal-join .checkoutContainer .container p {
  font-weight: 600;
  font-size: 24px;
  color: var(--black);
}
@media only screen and (max-width: 767px) {
  .modal-join .checkoutContainer .container p {
    font-size: 18px;
  }
}
.modal-join .checkoutContainer .container .btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.modal-join .checkoutContainer .container .btns .icon {
  position: relative;
}
.modal-join .checkoutContainer .container .btns .icon span {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  top: -4px;
  right: -10px;
}
.modal-join.is-open {
  transform: translateX(0);
}

.productCard {
  background: var(--white);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  overflow: visible;
}
.productCard .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 0px;
  height: 280px;
}
.productCard .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.productCard .img .product-tag {
  position: absolute;
  left: 0;
  padding: 10px;
  top: 17px;
  angle: 0 deg;
  padding: 4px 7px;
  border-radius: 0px 4px 4px 0px;
  font-size: 12px;
  font-weight: 500;
}
.productCard .img .product-tag.trending {
  background-color: #8DE59B;
}
.productCard .img .product-tag.bestseller {
  background-color: #F3D789;
}
.productCard .desc {
  padding: 20px;
}
.productCard .desc p:nth-of-type(1) {
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productCard .desc p:nth-of-type(2) {
  font-size: 10px;
  font-weight: 500;
}
.productCard .desc p:nth-of-type(2) span {
  font-size: 10px;
  font-weight: 500;
}
.productCard .desc p:nth-of-type(2) span:first-child {
  text-decoration: line-through;
}
.productCard .desc p:nth-of-type(2) span:last-child {
  color: var(--black);
}
.productCard .desc .priceQuantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.productCard .desc .priceQuantity p {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0px;
}
.productCard .desc .priceQuantity .incDecBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0px;
}
.productCard .desc .priceQuantity .incDecBtn p {
  font-weight: 600;
}
.productCard .desc .priceQuantity .incDecBtn a {
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productCard .desc .priceQuantity .incDecBtn span {
  font-size: 14px;
  display: block;
  max-width: 8px;
  width: 8px;
  text-align: center;
}
.productCard .desc .priceQuantity .incDecBtn .incBtn, .productCard .desc .priceQuantity .incDecBtn .decBtn {
  flex-shrink: none;
  border-radius: 50%;
}
.productCard .desc .colorOption {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.productCard .desc .colorOption li {
  border-radius: 50%;
  padding: 2px;
  border: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}
.productCard .desc .colorOption li span {
  cursor: pointer;
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.productCard .desc .colorOption li.active {
  border: 1px solid black;
}
.productCard .desc .form {
  margin-bottom: 20px;
}
.productCard .desc .form .custom-select {
  min-width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
.productCard .desc .form .custom-select .select {
  padding: 6px 6px;
}
.productCard .desc .form .custom-select .select span {
  font-size: 14px;
  font-weight: 500;
}
.productCard .desc .form .custom-select .dropdown-menu {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
  top: auto !important;
  bottom: 100% !important;
  margin-bottom: 1px;
  border-radius: 5px !important;
}
.productCard .desc .form .custom-select .dropdown-menu li {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 4px 10px;
}
.productCard .desc .form .custom-select .dropdown-menu li span {
  color: var(--green);
  font-size: 12px;
}
.productCard .desc .btns {
  display: flex;
  align-items: center;
  gap: 13px;
}
.productCard .desc .btns .btn {
  text-wrap: nowrap;
  padding: 10px 16px;
  width: 100%;
}

.profAct {
  position: relative;
}
.profAct:hover .actContainer {
  opacity: 1;
  pointer-events: auto;
}
.profAct .actContainer {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.profAct .actContainer::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--white);
  box-shadow: rgba(149, 157, 165, 0.4) -1px -1px 2px;
}
.profAct .actContainer::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  height: 34px;
  background: transparent;
}
.profAct .actContainer li {
  padding: 3px 10px;
  font-size: 12px;
}
.profAct .actContainer li:not(:last-child) {
  border-bottom: 1px solid rgba(149, 157, 165, 0.4);
}

.accordion {
  border-bottom: 1px solid #F1F1F1;
  overflow: hidden;
}
.accordion.open .accordion-content {
  max-height: 600px;
  padding: 10px 15px 15px;
}
.accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #333;
}
.accordion .accordion-header:hover {
  background: #f9f9f9;
}
.accordion .accordion-header span:first-child {
  font-weight: 500;
}
.accordion .accordion-header .toggle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.accordion .accordion-content {
  max-height: 0;
  padding: 0px 15px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.statCard {
  border: 1px solid rgba(49, 138, 205, 0.4117647059);
  background: linear-gradient(270deg, #DCECFB 0%, #FFFFFF 100%);
  border-radius: 5px;
  padding: 16px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.statCard p:nth-of-type(1) {
  font-size: 12px;
  font-weight: 500;
}
.statCard p:nth-of-type(2) {
  font-size: 18px;
  color: var(--green);
  font-weight: 600;
}
.statCard .low {
  color: #BE2D2D !important;
}
.statCard img {
  margin-left: auto;
  margin-top: auto;
  display: block;
}

.search {
  border: 1px solid #CED6E0;
  border-radius: 5px;
  padding: 4px 10px;
}
.search input {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  border: none;
  outline: none;
}
.search img {
  pointer-events: none;
}

.custom-select {
  min-width: 180px;
  text-wrap: nowrap;
  display: inline-block;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  color: var(--text);
  height: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.custom-select.active > .dropdown-menu {
  max-height: 400px;
}
.custom-select.active .select > svg {
  transform: rotate(-90deg);
}
.custom-select .select {
  cursor: pointer;
  display: block;
  padding: 10px 0;
}
.custom-select .select span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .custom-select .select span {
    font-size: 12px;
  }
}
.custom-select .select svg {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  transform: rotate(-270deg);
}
.custom-select .dropdown-menu {
  position: absolute;
  max-height: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 0px 5px 5px;
  overflow: hidden;
  overflow-y: auto;
  transition: max-height 0.3s ease-in;
  z-index: 9;
  padding: 0;
  list-style: none;
}
.custom-select .dropdown-menu li {
  padding: 10px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.custom-select .dropdown-menu li:hover {
  background-color: #f2f2f2;
}
.custom-select .dropdown-menu li.name {
  font-size: 13px;
  background-color: var(--tertiary);
  color: var(--white);
  padding: 4px 10px !important;
  font-weight: 500;
}
.custom-select .dropdown-menu li.name:hover {
  background-color: var(--tertiary);
}

.table-wrap {
  overflow-x: auto;
  width: 100%;
}
.table-wrap table {
  border-bottom: 1px solid #E6E9F4;
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table-wrap table {
    min-width: 200%;
  }
}
.table-wrap table thead tr {
  border-bottom: 2px solid #E6E9F4;
}
.table-wrap table thead tr th {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #5A607F;
  line-height: 20px;
  padding: 10px 0px;
}
.table-wrap table tbody tr {
  border-bottom: 1px solid #E6E9F4;
}
.table-wrap table tbody tr td:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #131523;
}
.table-wrap table tbody tr td {
  font-size: 12px;
  color: #666666;
  font-weight: 500;
  padding: 10px 10px 10px 0px;
}
.table-wrap table tbody tr td.done {
  color: var(--green);
}
.table-wrap table tbody tr td.pending {
  color: #F58220;
}
.table-wrap table tbody tr td.cancel {
  color: #EC2526;
}
.table-wrap table tbody tr td:last-child {
  padding-right: 0;
}
.table-wrap table tbody tr td:last-child .product {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table-wrap table tbody tr td:last-child .product img {
  width: 26px;
  height: 26px;
}

.swiperD {
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px;
}
.pagination .pageCount {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination .pageCount button {
  font-size: 15px;
  font-weight: 400;
  width: 36px;
  height: 36px;
  border-radius: 6px;
}
.pagination .pageCount button.active {
  background-color: #ECF2FF;
}
.pagination p {
  font-size: 14px;
  font-weight: 400;
}

.frqm {
  margin-top: 20px;
}

.c-green, .green-color {
  color: #13bb75 !important;
}

.checkbox {
  --primary-color: var(--primary);
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  /* checkbox */
  --checkbox-diameter: 16px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  /* checkmark */
  --checkmark-size: 1.2;
}

.checkbox,
.checkbox *,
.checkbox *::before,
.checkbox *::after {
  box-sizing: border-box;
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  /* actions */
}
.checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
.checkbox:hover {
  border-color: var(--primary-color);
}
.checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}
.checkbox:checked::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

/* Center logo - scales up twice and stays - NO ROTATION */
@keyframes double-scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  5%, 22.5% {
    transform: translate(-50%, -50%) scale(1.4);
  }
  25%, 40% {
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
  }
}
/* Profile images appear one by one and STAY visible */
@keyframes member-fade {
  0%, 20% {
    opacity: 0;
    transform: scale(0.5);
  }
  30%, 100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Labels with initial appearance and blink */
@keyframes label-fade-initial {
  0%, 3% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  16%, 100% {
    opacity: 1;
  }
}
/* Continuous blink animation for labels */
@keyframes continuous-blink {
  0%, 45% {
    opacity: 1;
  }
  50%, 55% {
    opacity: 0;
  }
  60%, 100% {
    opacity: 1;
  }
}
/* Circle container CONTINUOUS rotation */
@keyframes circle-rotate-continuous {
  0%, 40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Apply animations */
.animate-double-scale {
  animation: double-scale 10s ease-in-out forwards;
}

.circle-container {
  animation: circle-rotate-continuous 10s linear infinite;
}

.member-img {
  animation: member-fade 10s ease-in-out forwards;
  opacity: 0;
}

.member-label {
  /* Both initial fade-in with blink AND continuous blink */
  animation: label-fade-initial 10s ease-in-out forwards, continuous-blink 2s ease-in-out 2s infinite;
  opacity: 0;
}

/* Sequential delays for members */
.member-1 {
  animation-delay: 0s;
}

.member-2 {
  animation-delay: 0.5s;
}

.member-3 {
  animation-delay: 1s;
}

.member-4 {
  animation-delay: 1.5s;
}

.member-5 {
  animation-delay: 2s;
}

/* Labels appear DURING logo scales */
.label-1 {
  animation-delay: 0s;
}

.label-2 {
  animation-delay: 1.2s;
}

.toast-wrap {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .toast-wrap {
    inset: 0.75rem 0.75rem auto 0.75rem;
    align-items: center;
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    right: 0.75rem;
  }
  .toast-wrap .toast {
    width: 100%;
  }
}

.toast {
  min-width: 260px;
  max-width: 420px;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-left: 5px solid rgba(0, 0, 0, 0.06);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
  pointer-events: auto;
  transform-origin: right top;
  transform: translateY(-6px) scale(0.98);
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}
.toast.show {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.toast .icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  flex-shrink: 0;
  font-weight: 700;
  color: #fff;
}
.toast .content {
  flex: 1;
}
.toast .content .title {
  font-weight: 600;
  font-size: 0.95rem;
}
.toast .content .message {
  font-size: 0.875rem;
  margin-top: 0.15rem;
  color: #555;
}
.toast .close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  margin-left: 0.25rem;
  opacity: 0.7;
}

.toast--success {
  border-left-color: #1abc9c;
}
.toast--success .icon {
  background: #1abc9c;
}

.toast--error {
  border-left-color: #e74c3c;
}
.toast--error .icon {
  background: #e74c3c;
}

.toast--info {
  border-left-color: #3498db;
}
.toast--info .icon {
  background: #3498db;
}

.toast--warning {
  border-left-color: #f39c12;
}
.toast--warning .icon {
  background: #f39c12;
}

.hide-scrollbar {
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.cartItems .cartCard {
  display: flex;
  padding: 10px 0px;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid rgba(149, 157, 165, 0.3);
  justify-content: space-between;
  gap: 20px;
}
.cartItems .cartCard div:first-child {
  display: flex;
  gap: 10px;
}
.cartItems .cartCard div:first-child .nameBtn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cartItems .cartCard div:first-child img {
  height: 60px;
  width: 60px;
}
.cartItems .cartCard div:first-child p {
  font-size: 14px;
}
.cartItems .cartCard div:first-child .incDecBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0px;
}
.cartItems .cartCard div:first-child .incDecBtn p {
  font-weight: 600;
}
.cartItems .cartCard div:first-child .incDecBtn button {
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cartItems .cartCard div:first-child .incDecBtn span {
  font-size: 14px;
}
.cartItems .cartCard div:first-child .incDecBtn .incBtn, .cartItems .cartCard div:first-child .incDecBtn .decBtn {
  flex-shrink: none;
  border-radius: 50%;
}
.cartItems .cartCard .priceDel {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.cartItems .cartCard .price {
  text-wrap: nowrap;
  color: var(--black);
  font-size: 14px;
}

.secA {
  position: relative;
}
.secA .swiperD .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  display: block;
}
.secA .btn {
  border-radius: 50px;
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  z-index: 10;
  left: 65%;
  cursor: pointer;
}
.secA .swiper-btns {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10;
  background: var(--white);
  border-radius: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .secA .swiper-btns {
    right: 4%;
    bottom: 4%;
    padding: 4px;
    gap: 4px;
  }
}
.secA .swiper-btns .swiperD-button-prev, .secA .swiper-btns .swiperD-button-next, .secA .swiper-btns .pause-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secA .swiper-btns .swiperD-button-prev svg, .secA .swiper-btns .swiperD-button-next svg, .secA .swiper-btns .pause-btn svg {
  width: 14px;
  height: 14px;
}
.secA .swiper-btns .swiperD-button-prev svg path, .secA .swiper-btns .swiperD-button-next svg path, .secA .swiper-btns .pause-btn svg path {
  fill: var(--primary);
}
.secA .swiper-btns .swiperD-button-prev {
  transform: rotate(180deg);
}
.secA .swiper-btns .pause-btn svg {
  width: 18px;
  height: 18px;
}

.secB {
  padding: 60px 0px;
  background: #f4f8fb;
}
@media only screen and (max-width: 991px) {
  .secB {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .secB {
    padding: 30px 0px;
  }
}
.secB .container .rowA {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .secB .container .rowA {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 8px;
  }
}
.secB .container .rowA .sec-head {
  text-align: left;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .secB .container .rowA .sec-head {
    text-align: center;
  }
}
.secB .container .rowA .tabs {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media only screen and (max-width: 1024px) {
  .secB .container .rowA .tabs {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .secB .container .rowA .tabs {
    justify-content: left;
  }
}
.secB .container .rowA .tabs ul {
  display: flex;
  align-items: center;
  gap: 36px;
  overflow-x: auto;
}
.secB .container .rowA .tabs ul li {
  text-wrap: nowrap;
  font-weight: 500;
  padding-bottom: 6px;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #f4f8fb;
  cursor: pointer;
  position: relative;
}
.secB .container .rowA .tabs ul li::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.secB .container .rowA .tabs ul li.active::before, .secB .container .rowA .tabs ul li:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  color: var(--primary);
}
.secB .container .rowA .tabs ul li.active, .secB .container .rowA .tabs ul li:hover {
  color: var(--primary);
}
.secB .container .rowA .tabs .swiperB-button {
  display: flex;
  gap: 11px;
}
@media only screen and (max-width: 1024px) {
  .secB .container .rowA .tabs .swiperB-button {
    display: none;
  }
}
.secB .container .rowA .tabs .swiperB-button .swiperB-button-prev, .secB .container .rowA .tabs .swiperB-button .swiperB-button-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.secB .container .rowA .tabs .swiperB-button .swiperB-button-prev:hover, .secB .container .rowA .tabs .swiperB-button .swiperB-button-next:hover {
  background: var(--primary);
}
.secB .container .rowA .tabs .swiperB-button .swiperB-button-prev:hover svg path, .secB .container .rowA .tabs .swiperB-button .swiperB-button-next:hover svg path {
  fill: var(--white);
}
.secB .container .rowA .tabs .swiperB-button .swiperB-button-prev svg, .secB .container .rowA .tabs .swiperB-button .swiperB-button-next svg {
  width: 18px;
}
.secB .container .rowA .tabs .swiperB-button .swiperB-button-prev svg path, .secB .container .rowA .tabs .swiperB-button .swiperB-button-next svg path {
  stroke-width: 1;
  fill: var(--primary);
}
.secB .container .rowA .tabs .swiperB-button .swiperB-button-prev {
  transform: rotate(180deg);
}
.secB .container .rowA .tabs .swiperB-button .swiper-button-disabled {
  opacity: 50%;
}
.secB .container .rowB .swiperB {
  overflow: hidden;
  display: none;
}
.secB .container .rowB .swiperB.active {
  display: block;
}
.secB .container .rowB .swiperB .swiper-wrapper .swiper-slide {
  border-radius: 15px;
  display: flex;
}

.secC {
  padding: 60px 0px;
  background: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .secC {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .secC {
    padding: 30px 0px;
  }
}
.secC .container .rowA {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media only screen and (max-width: 991px) {
  .secC .container .rowA {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}
.secC .container .rowA .colA {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  grid-row: span 2;
  padding: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  .secC .container .rowA .colA {
    grid-column: span 2;
    grid-row: span 1;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA .colA {
    grid-column: span 2;
    grid-row: span 2;
    padding: 25px;
  }
}
.secC .container .rowA .colA .swiperC {
  padding: 20px;
  overflow: hidden;
}
.secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 12px;
  }
}
.secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide figure {
  width: 90%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide figure {
    width: 100%;
  }
}
.secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide .info p {
  color: var(--black);
  text-align: center;
}
.secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide .info p:nth-of-type(1) {
  font-size: 500;
  max-width: 70%;
}
@media only screen and (max-width: 991px) {
  .secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide .info p:nth-of-type(1) {
    max-width: 100%;
  }
}
.secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide .info p:last-child {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide .info p:last-child {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA .colA .swiperC .swiper-wrapper .swiper-slide .info p:last-child {
    font-size: 16px;
    text-align: center;
  }
}
.secC .container .rowA .colA .swiperC-pagination {
  display: flex;
  justify-content: center;
}
.secC .container .rowA .colA .swiperC-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #8EC6EE;
}
.secC .container .rowA .card {
  border-radius: 10px;
  background: var(--white);
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .secC .container .rowA .card {
    height: 312px;
  }
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA .card {
    height: 291px;
  }
}
.secC .container .rowA .card .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}
.secC .container .rowA .card .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .secC .container .rowA .card .img img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA .card .img img {
    width: 100%;
  }
}
.secC .container .rowA .card .desc {
  padding: 0px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA .card .desc {
    padding: 0px 10px 10px;
  }
}
.secC .container .rowA .card .desc p:nth-of-type(1) {
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA .card .desc p:nth-of-type(1) {
    font-size: 14px;
  }
}
.secC .container .rowA .card .desc p:nth-of-type(2) {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 100%;
}
.secC .container .rowA .card .desc p:nth-of-type(2) span {
  font-size: 10px;
  font-weight: 500;
}
.secC .container .rowA .card .desc p:nth-of-type(2) span:first-child {
  text-decoration: line-through;
}
.secC .container .rowA .card .desc p:nth-of-type(2) span:last-child {
  color: var(--black);
}
.secC .container .rowA .card .desc p:nth-of-type(3) {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}
@media only screen and (max-width: 767px) {
  .secC .container .rowA .card .desc p:nth-of-type(3) {
    font-size: 14px;
  }
}

.secD {
  background: var(--primary);
  padding: 60px 0px;
}
@media only screen and (max-width: 991px) {
  .secD {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .secD {
    padding: 30px 0;
  }
}
.secD .container h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: var(--white);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .secD .container h2 {
    font-size: 24px;
  }
}
.secD .container p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--white);
  max-width: 80%;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .secD .container p {
    max-width: 100%;
    font-size: 14px;
  }
}
.secD .container .rowA {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 40px auto;
  max-width: 90%;
}
@media only screen and (max-width: 1024px) {
  .secD .container .rowA {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .secD .container .rowA {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.secD .container .rowA .card {
  border-radius: 5px;
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.secD .container .rowA .card p:nth-of-type(1) {
  font-weight: 600;
  text-align: center;
}
.secD .container .rowA .card p:nth-of-type(2) {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.secD .container .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
@media only screen and (max-width: 767px) {
  .secD .container .btns {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .secD .container .btn {
    width: 100%;
  }
}
.secD .container .btn.fill {
  background: var(--white);
  color: var(--primary);
}
.secD .container .btn.outline {
  border: 1px solid var(--white);
  color: var(--white);
}

.secE {
  padding: 60px 0px;
}
@media only screen and (max-width: 991px) {
  .secE {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .secE {
    padding: 30px 0;
  }
}
.secE .container .swiper-container {
  position: relative;
}
.secE .container .swiper-container .swiperB-button-prev, .secE .container .swiper-container .swiperB-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.secE .container .swiper-container .swiperB-button-prev svg, .secE .container .swiper-container .swiperB-button-next svg {
  width: 31px;
  height: 31px;
}
.secE .container .swiper-container .swiperB-button-prev svg path, .secE .container .swiper-container .swiperB-button-next svg path {
  fill: var(--primary);
}
.secE .container .swiper-container .swiperB-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: -25px;
}
@media only screen and (max-width: 767px) {
  .secE .container .swiper-container .swiperB-button-prev {
    left: -6px;
    z-index: 10;
  }
}
.secE .container .swiper-container .swiperB-Bbutton-next {
  right: -25px;
}
@media only screen and (max-width: 767px) {
  .secE .container .swiper-container .swiperB-Bbutton-next {
    right: -6px;
    z-index: 10;
  }
}
.secE .container .swiper-container .swiper-button-disabled {
  display: none;
}
.secE .container .swiper-container .swiperB {
  overflow: hidden;
}
.secE .container .swiper-container .swiperB .swiper-wrapper .swiper-slide {
  height: 262px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.secE .container .swiper-container .swiperB .swiper-wrapper .swiper-slide .product {
  background: var(--white);
  border-radius: 50%;
  width: 212px;
  height: 212px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.secE .container .swiper-container .swiperB .swiper-wrapper .swiper-slide .product img {
  width: 60%;
}
.secE .container .swiper-container .swiperB .swiper-wrapper .swiper-slide p {
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
}
@media only screen and (max-width: 767px) {
  .secE .container .swiper-container .swiperB .swiper-wrapper .swiper-slide p {
    font-size: 16px;
  }
}

.secF {
  padding: 60px 0px;
  background: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .secF {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .secF {
    padding: 30px 0;
  }
}
.secF .container {
  position: relative;
}
.secF .container .swiper-btn {
  position: absolute;
  right: 4%;
  top: 40px;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media only screen and (max-width: 991px) {
  .secF .container .swiper-btn {
    right: 9%;
  }
}
.secF .container .swiper-btn .swiper-button-prev, .secF .container .swiper-btn .swiper-button-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--primary);
}
.secF .container .swiper-btn .swiper-button-prev svg, .secF .container .swiper-btn .swiper-button-next svg {
  width: 18px;
}
.secF .container .swiper-btn .swiper-button-prev svg path, .secF .container .swiper-btn .swiper-button-next svg path {
  stroke-width: 1;
  fill: var(--primary);
}
.secF .container .swiper-btn .swiper-button-next {
  transform: rotate(180deg);
}
.secF .container .swiper .swiper-wrapper .swiper-slide {
  height: 238px;
  border-radius: 10px;
  overflow: hidden;
}
.secF .container .swiper .swiper-wrapper .swiper-slide figure {
  height: 185px;
  overflow: hidden;
}
.secF .container .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secF .container .swiper .swiper-wrapper .swiper-slide figcaption {
  font-weight: 600;
  font-size: 20px;
  background: var(--primary);
  color: var(--white);
  height: 100%;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .secF .container .swiper .swiper-wrapper .swiper-slide figcaption {
    font-size: 18px;
  }
}

.secG {
  padding: 60px 0px;
}
@media only screen and (max-width: 991px) {
  .secG {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .secG {
    padding: 30px 0;
  }
}
.secG .container .rowA {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .secG .container .rowA {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.secG .container .rowA .colA h2 {
  text-align: left;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .secG .container .rowA .colA h2 {
    text-align: center;
  }
}
.secG .container .rowA .colA p {
  color: var(--text);
  font-weight: 500;
  font-size: 16px;
  max-width: 90%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .secG .container .rowA .colA p {
    max-width: 100%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 14px;
  }
}
.secG .container .rowA .colA .btns {
  display: flex;
  gap: 13px;
}
@media only screen and (max-width: 767px) {
  .secG .container .rowA .colA .btns .btn {
    width: 100%;
  }
}
.secG .container .rowA .colB {
  position: relative;
  overflow: hidden;
  background: url("/assets/icon/outline-logo.svg");
  background-repeat: no-repeat;
  background-position: left;
}
.secG .container .rowA .colB img {
  width: 60%;
  margin: 0px 70px 0px auto;
  display: block;
}
@media only screen and (max-width: 991px) {
  .secG .container .rowA .colB img {
    width: 80%;
    margin: 0px 0px 0px auto;
  }
}
.secG .container .rowB {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .secG .container .rowB {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .secG .container .rowB {
    grid-template-columns: repeat(1, 1fr);
  }
}
.secG .container .rowB .card {
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 15px;
  padding: 30px 30px 60px 30px;
  transition: all 0.5s ease-out;
  background: white;
}
@media only screen and (max-width: 767px) {
  .secG .container .rowB .card {
    padding: 22px 22px 30px 22px;
  }
}
.secG .container .rowB .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(270deg, #1264AD 0%, #262265 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.secG .container .rowB .card:hover {
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  border-color: transparent;
}
.secG .container .rowB .card:hover::before {
  opacity: 1;
}
.secG .container .rowB .card h3 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .secG .container .rowB .card h3 {
    font-size: 22px;
  }
}
.secG .container .rowB .card img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .secG .container .rowB .card img {
    width: 40px;
    height: 40px;
  }
}
.secG .container .rowB .card p {
  font-weight: 400;
  max-width: 80%;
  margin-top: 20px;
}/*# sourceMappingURL=home.css.map */