@import url(./color.css);

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */

.n_count{
  color: var(--purple);
  position: absolute;
  top: -10px;
  font-size: 15px;
  right: 0;
}

.bg-fade-orange-col {
  background: var(----fade_orange) !important;
  color: var(--major_orange) !important;
}

.bg-orange-white-col {
  background: var(--major_orange) !important;
  color: var(--white);
}

.color-fade-orange {
  color: var(----fade_orange) !important;
}

.color-orange {
  color: var(--major_orange) !important;
}

.color-dark {
  color: var(--dark) !important;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
  display: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.hide {
  display: none !important;
}

.owl-carousel {
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 1;
  display: block;
}

/* .owl-carousel.owl-hidden {
    opacity: 0;
  } */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}


@media only screen and (max-width: 992px) {
  .content {
    height: 420px;
  }

  .p-width {
    width: 100%;
    font-size: 15px;
  }

  .steps-form {
    width: 100%;
  }

  .label {
    width: auto;
  }
}

/* MEDIUM DEVICES E.G LANDSCAPE TABLETS ETC */

@media only screen and (max-width: 768px) {
  .content {
    height: 550px !important;
  }

  .p-width {
    width: 100% !important;
    font-size: 15px !important;
  }

  .steps-form {
    width: 100%;
  }

  .label {
    width: auto;
  }
}

/* PART ONE */

/* SMALL DEVICES E.G PHONES */

@media only screen and (max-width: 600px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-collapse {
    margin-top: 30px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 var(--bs-navbar-toggler-focus-width);
  }

  .part-1 {
    /* padding-top: 20px !important; */
    padding-bottom: 130px !important;
  }

  .part-one-details {
    padding-top: 50px;
  }

  .head-text-1 {
    font-size: 34px !important;
    line-height: 2.5rem;
  }

  .p-text-1 {
    font-size: 18px;
    line-height: 1.6rem;
  }

  .part-one-details .kreater-btn {
    margin-top: 40px !important;
  }

  .button-container {
    margin-top: 0px !important;
  }

  .kreater-btn-3 {
    margin-top: 20px;
  }

  .trustee {
    margin-top: 40px !important;
  }

  .trustee-img {
    width: 30px;
  }

  /* PART TWO */
  .part-2,
  .part-3,
  .part-4,
  .part-5>.container,
  .part-6>.container,
  .part-7>.row {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .part-2 .row {
    margin: 0px !important;
  }

  .part-4-header>h2,
  .faq-header {
    font-size: 27px;
    line-height: 2rem;
    margin-bottom: 20px;
  }

  .part-4-header>p {
    font-size: 18px !important;
    line-height: 1.6rem;
    margin-bottom: 40px;
  }

  .d-sm-show {
    display: block;
  }

  .d-sm-hide {
    display: none;
  }

  .testimonial-block .inner-box {
    padding: 40px 30px;
  }

  .shipment .col-lg-3 {
    margin-bottom: 30px;
  }

  .shipment-header {
    font-size: 34px;
    margin-bottom: 0px;
  }

  .testimonial-section {
    padding-top: 0px;
  }

  .part-5-header>h2 {
    font-size: 24px;
  }

  .part-5>.container {
    padding: 70px 1.6rem !important;
  }

  .amplified,
  .shipment-details {
    padding: 0px 3rem;
  }

  .amp-img {
    width: 300px;
  }

  .shipment-details>h1 {
    font-size: 34px;
    line-height: 2.5rem;
  }

  .shipment-details h3 {
    font-size: 19px !important;
    line-height: 2rem;
  }

  .shipment-details p {
    margin: 0px;
  }

  .ship-btn {
    padding: 15px 70px;
  }

  .faq-header {
    margin: 30px 0px !important;
  }

  .footer-logo {
    width: 8rem;
  }

  .footer-logo-margin {
    margin-bottom: 50px;
  }

  .footer-list {
    font-size: 15px !important;
    margin-bottom: 3px;
  }

  .footer-active {
    font-size: 18px;
    font-weight: 600;
  }

  .p-text-foot {
    font-size: 15px;
  }

  .footer-img {
    margin-right: 15px;
  }

  .foot-icon {
    display: block;
    margin-top: 15px;
  }

  .facebook {
    width: 12px;
  }

  .instagram,
  .twitter {
    width: 15px;
  }

  .foot-d-none {
    display: none;
  }

  .k-video>img {
    width: 100%;
  }

  /* PROGRESS BAR / SIGN IN  STYLES */

  .my-100 {
    margin: 50px 0px 40px 0px;
  }

  .container-progress-bar {
    margin-top: 30px;
  }

  .content {
    height: 450px;
    padding: 1em 1em;
  }

  .p-width {
    width: 100%;
    font-size: 15px;
  }

  .steps-form {
    width: 100%;
  }

  .label {
    width: auto;
  }
}

/* FONTS */

@font-face {
  font-family: "ClashDisplay-Extralight";
  /* src: url("../fonts/ClashDisplay-Extralight.otf") format("opentype"); */
  src: url("../fonts/ClashDisplay-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Light";
  src: url("../fonts/ClashDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("../fonts/ClashDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("../fonts/ClashDisplay-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("../fonts/ClashDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NeueMachina-Light";
  src: url("../fonts/NeueMachina-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NeueMachina-Regular";
  src: url("../fonts/NeueMachina-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NeueMachina-Ultrabold";
  src: url("../fonts/NeueMachina-Ultrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.scrollbar-lady-lips::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #dbd9d9;
  border-radius: 10px;
}

.scrollbar-lady-lips::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-lady-lips::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#ff9a9e),
      color-stop(99%, #fecfef),
      to(#fecfef));
  background-image: -webkit-linear-gradient(bottom,
      #ff8177 0%,
      #ff8177 99%,
      #ff8177 100%);
  background-image: linear-gradient(to top,
      #ff8177 0%,
      #ff8177 99%,
      #ff8177 100%);
}

.scrollbar-lady-lips {
  scrollbar-color: #ff9a9e #f5f5f5;
  overflow-x: hidden !important;
}

/* SECTION PART ONE */
.navbar-toggler {
  border: none;
  padding: none;
}

.bg-navbar {
  background-color: #fae7ff;
  border-bottom: 1px solid #e7d3ec;
}

.part-1 {
  background-color: #fbedff;
}

.kreater-btn.major {
  background-color: var(--major_orange);
  color: var(--white);
}

.kreater-btn {
  background-color: #8f00b2;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 8px 26px 8px 26px;
  color: #ffffff;
}

.kreater-btn-2 {
  border: 1px solid #8f00b2;
  background-color: transparent;
  border-radius: 8px;
  padding: 8px 26px 8px 26px;
}

.kreater-btn-3 {
  color: #8f00b2;
  border: 1px solid #8f00b2;
  background-color: transparent;
  border-radius: 8px;
  padding: 8px 56px 8px 56px;
}

.kreater-btn:hover {
  background-color: #8f00b2;
  color: #ffffff;
}

.kreater-btn-3:hover {
  background-color: #ffffff;
  color: #8f00b2;
  border: 1px solid #8f00b2;
}

.kreater-btn:active {
  color: #ffffff !important;
  background-color: #8f00b2 !important;
  border-color: transparent !important;
}

.icon-color {
  color: #a08fa4;
}

.start-ship-icon {
  color: #8f00b2 !important;
}

.nav-item .active {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #8f00b2 !important;
}

.my-7 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.head-text-1 {
  font-family: "NeueMachina-Ultrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 70px;
  color: #303030;
}

.text-orange {
  color: #ff7d00;
}

.bg-orange {
  background-color: #ff7d00;
}

.bg-orange:hover,
.bg-orange:active {
  background-color: #ff7d00 !important;
}

.text-purple {
  color: #8f00b2;
}

.bg-purple {
  background-color: #8f00b2;
}

.text-black {
  color: #212a2e;
}

.bg-black {
  background-color: #212a2e;
}

.bg-black:active {
  background-color: #212a2e !important;
}

.p-text-1 {
  font-size: 25px;
  line-height: 30px;
}

.trustee {
  font-weight: 700;
}

.ship-calc {
  margin-bottom: 50px;
}

.start-shipping {
  cursor: pointer;
}

.ship-calculator {
  cursor: pointer;
}

.start-ship-text {
  font-weight: 600;
  line-height: 24px;
  color: #8f00b2;
  padding-bottom: 5px;
  border-bottom: 2px solid #8f00b2;
}

.hidden {
  display: none;
}

/* SECTION PART TWO */
.lh-57 {
  line-height: 57px;
}

/* SECTION PART THREE */
.part-3 {
  background-color: #fef8ff;
}

.k-border {
  border: 1px solid #8f00b2;
  background-color: transparent;
  border-radius: 4px;
  padding: 40px 50px 30px 20px;
  cursor: pointer;
}

/* .k-border:hover{
  background-color: #fbedff;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 40px 50px 30px 20px;
  cursor: pointer;
} */
.k-border-2 {
  background-color: #fbedff;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 40px 50px 30px 20px;
  cursor: pointer;
}

/* .k-border-2:hover{
  border: 1px solid #8f00b2;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
} */
.k-border-header {
  font-family: "NeueMachina-Ultrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #8f00b2;
}

/* SECTION PART 4 */
.part-4-header>h2 {
  font-family: "NeueMachina-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: #8f00b2;
}

.part-4-header>p {
  font-size: 19px;
  line-height: 24px;
  color: #212a2e;
}

.shipment-header {
  font-family: "NeueMachina-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #212a2e;
}

.shipment-text {
  font-size: 18px;
  line-height: 30px;
}

.shipment-border {
  background: #f4f4f4;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 15px 16px 0px 16px;
}

.ship-btn {
  background-color: #8f00b2;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 15px 60px 15px 60px;
  color: #ffffff;
}

.ship-btn:hover {
  background-color: #8f00b2;
  color: #ffffff;
}

.ship-btn:active {
  color: #ffffff !important;
  background-color: #8f00b2 !important;
  border-color: transparent !important;
}

.btn:disabled {
  color: #ffffff !important;
  pointer-events: none !important;
  background-color: #8f00b2 !important;
  border-color: transparent !important;
  opacity: 1 !important;
}

/* SECTIOM PART 5 */
.part-5 {
  background-color: #eeeeee;
  /* margin-bottom: 200px; */
}

.part-5-header>h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #212a2e;
}

.bg-f4 {
  background-color: #f4f4f4;
  padding: 30px 40px 30px 40px;
}

.caro>p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  font-family: Montserat;
}

.caro>h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ff7d00;
  margin-bottom: 0px;
}

/* .caro-testimonial {
  position: absolute;
  width: 71px;
  height: 71px;
  left: 310px;
  top: 2281px;
  z-index: 99;
} */
.d-sm-show {
  display: none;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding-top: 50px;
}

.testimonial-section.style-two {
  padding-top: 0px;
}

.testimonial-section.style-two .inner-container {
  padding-top: 100px;
  border-top: 1px solid #d9d9d9;
}

.testimonial-section .sec-title {
  margin-bottom: 70px;
}

.testimonial-section .owl-nav {
  position: absolute;
  right: -10px;
  top: -120px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
  position: relative;
  color: #999999;
  font-size: 48px;
  margin-left: 0px;
  font-weight: 300;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
  color: #000000;
}

.testimonial-block {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-block .inner-box {
  position: relative;
  padding: 45px 45px;
  border: 1px solid #e1e1e1;
  font-family: "Montserrat", sans-serif !important;
}

.testimonial-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 5px;
  opacity: 0;
  transform: scale(0.3, 1);
  background-color: #8f00b2;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.testimonial-block .inner-box:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.testimonial-block .inner-box .quote {
  position: relative;
  font-size: 56px;
  color: #8f00b2;
  line-height: 1em;
  text-align: right;
}

.testimonial-block .inner-box .author {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;

  font-family: "Montserrat";
  /* font-size: 16px; */
  line-height: 24px;
  color: #ff7d00;
}

.testimonial-block .inner-box .author span {
  position: relative;
  font-weight: 400;
  color: #999999;
  font-size: 14px;
}

.testimonial-block .inner-box .text {
  position: relative;
  margin-top: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212a2e;
}

/* SECTION PART 6 */
.part-6 {
  background-color: #1e1e1e;
}

.shipment-details>h1 {
  font-family: "NeueMachina-Ultrabold";
  font-weight: 800;
  font-size: 50px;
  line-height: 58px;
  color: #ffffff;
}

.shipment-details h3 {
  font-family: "NeueMachina-Ultrabold";
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.shipment-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
}

/* SECTION PART 7 */
.part-7 {
  margin-bottom: 100px;
}

.faq-header {
  font-family: "NeueMachina-Regular";
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #212a2e;
}

.accordion-item {
  border: 0;
}

.accordion-button {
  border-top: 1px solid #d9d9d9 !important;
  border-left: 1px solid #d9d9d9 !important;
  border-right: 1px solid #d9d9d9 !important;
  /* border-radius: 8px !important; */
  /* padding-bottom: 15px; */
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #212a2e;
}

.accordion-bottom {
  border-bottom: 1px solid #d9d9d9 !important;
}

.accordion-body {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 0;
  border-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* color: #212a2e; */
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #f4f4f4;
}

/* FOOTER */
.footer {
  background-color: #212a2e;
}

.kreater-btn-white {
  padding: 8px 26px 8px 26px;
  color: #9000b3;
  font-weight: 600;
  line-height: 26px;
  background-color: #ffffff;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.kreater-btn-white:hover {
  color: #9000b3;
  background-color: #ffffff;
}

.kreater-btn-white:focus {
  color: #9000b3;
  background-color: #ffffff;
}

.kreater-btn-white:active {
  color: #9000b3 !important;
  background-color: #ffffff !important;
  border: 1px solid transparent !important;
}

.footer-list {
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-list a {
  color: #ffffff;
  text-decoration: none;
}

.dashboard-visit {
  margin-bottom: 80px;
}

/* SECTION PART 8 */
.part-8 {
  background-color: #8f00b2;
}

.p-text-foot {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.footer-img {
  margin-right: 30px;
  /* width: 15px; */
}

.footer-logo-margin {
  display: none;
}

/* 
======================================================================================================================================

------------------------------------------------  GET STARTED STYLES  ---------------------------------------------------------

======================================================================================================================================
*/

.get-started-span {
  font-weight: 600;
}

.mini-importers {
  background-color: rgba(255, 125, 0, 0.07);
  padding: 60px 30px;
}

/* .mini-importers:hover{
  background-color: #8f00b2;
  color: #fff !important;
} */

.major-importers {
  background-color: #8f00b2;
  color: white;
  padding: 60px 30px;
}

.mini-details>i {
  -webkit-text-stroke: 0.4px;
  color: purple;
}

.major-details>i {
  -webkit-text-stroke: 0.4px;
  color: white;
}

.major-details>.btn {
  color: #8f00b2;
  background-color: #fff;
}

.special-i {
  color: #212a2e !important;
}

/* PROGRESS BAR CSS STYLES */
.my-100 {
  margin: 90px 0px 50px 0px;
}

.p-width {
  width: 50%;
}

.container-progress-bar {
  max-width: 800px;
  width: 80%;
  max-height: 400px;
  height: 80%;
  position: relative;
  /* filter: drop-shadow(16px 16px 20px rgba(132, 98, 115, 0.4)); */
}
/* CHANGE  */
.container-progress-bar:before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 150%;
  width: 150%;
  z-index: -10;
  /* HELLO HELLO */
}

.content {
  border-radius: 32px;
  top: 70px;
  /* Leave space for the progress bar */
  position: absolute;
  /* Place each text container on top of each other. */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 0.5em; */
  width: 100%;
  height: 450px;
  left: 0;
  padding: 1em 3em;
  display: none;
  /* Hide all text containers */
  background: #fff;
  /* Add background so when next text containers are shown, the previous one are not being seen anymore. */
}

.steps-header {
  color: var(--gunmetal, #212a2e);
  /* font-size: 37px; */
  text-align: center;
  font-family: "NeueMachina-Regular";
}

.steps-text {
  color: var(--gunmetal, #212a2e);
  font-size: 20px;
  text-align: center;
  font-family: Montserrat;
  margin: 10px 0px 25px 0px;
}

.steps-form {
  width: 50%;
  border: 1px solid rgba(190, 190, 190, 0.5);
  /* color: #bebebe80; */
  color: inherit ;
  padding: 12px 20px;
  margin-bottom: 15px;
}

.small-text {
  margin-top: 15px;
  font-size: 14px;
  color: #212a2e;
}

.small-text span,
.unique {
  color: #ff7d00;
  font-weight: 600;
}
/* CHANGE  */
.step {
  position: relative;
  border-radius: 50%;
}
/* CHANGE  */
/* Circles referencing each step */
.step:after {
  content: "";
  width: 35px;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 1.2em;
  height: 35px;
  border-radius: 50%;
  z-index: 99;
  background: #e9eaea;
  transition: 0.5s ease-in-out;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step.first:after {
  content: "1";
  
}

.step.second:after {
  content: "2";
  
}

.step.third:after {
  content: "3";
}

.step.fourth:after {
  content: "4";
}

/* Progress bar, before each step circle */
/* CHANGE  */
.step:before {
  content: "";
  position: absolute;
  width: 800%;
  z-index: -2;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  height: 4px;
  background: #212a2e0b;
  transition: 0.1s ease-in-out;
}
/* CHANGE  */
@media only screen and (max-width: 768px){
  .step::before{
    width: 300%;
  }
}


/* Hide the progress bar before the first step circle */
.step.first:before {
  display: none;
}

/* Each "button" */
.label {
  background-color: #8f00b2;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 8px 26px 8px 26px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
  width: 40%;
  /* position: absolute; */
  right: 4em;
  bottom: 2em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  user-select: none;
  /* Just so the text can't be seleted. Not needed. */
  -webkit-user-select: none;
  /* Just so the text can't be seleted. Not needed. */
}

.label:hover {
  background-color: #8f00b2;
  color: #ffffff;
}

/* Hide all checkboxes. They are not needed since they can be checked with the labels. */
input[name="toggler"] {
  display: none;
}

/* Show the (.content) placed immediately after a checked checkbox. */
input[name="toggler"]:checked+.content {
  display: flex;
}

/* Change the background and color of the step circle located right after a checked checkbox and (.content). */

input[name="toggler"]:checked+.content+.step:after {
  background: #8f00b2;
  color: #fff;
}

/* Change the background and color of the progress bar located right after a checked checkbox and (.content). */
input[name="toggler"]:checked+.content+.step:before {
  background: #212a2e;
}

/* Change color of each step circles after a NOT selected checkbox. */
input:not(:checked)+.step {
  color: white;
}

/* Change the background and color of the step circle located right after a NOT checked checkbox. */
input:not(:checked)+.step:after {
  border-color: white;
  color: white;
}

@media (max-width: 780px) {
  .container-progress-bar {
    max-height: 500px;
  }
}

@media (max-width: 600px) {
  .container-progress-bar {
    max-height: 550px;
  }
}

@media (max-width: 500px) {
  .container-progress-bar {
    max-height: 600px;
  }
}

@media (max-width: 550px) {
  .container-progress-bar {
    max-height: 800px;
  }
}

@media (max-width: 400px) {
  .container-progress-bar {
    max-height: 900px;
  }
}

/* CREATE ACCOUNT STYLES */
.user-name {
  color: #8f00b2;
}

.f-column {
  flex-direction: column;
}

.form-control:focus,
.btn:focus,
.btn-close:focus {
  outline: none;
  border-color: #121212 !important;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
}

.forgot-pass {
  color: #ff7d00;
  font-size: 14px;
}

/* MINI IMPORTERS DASHBOARD STYLES */
@media (max-width: 576px) {}

.input-group .input-group-text {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 8px 23px !important;
}

.form-check-input {
  width: 44px !important;
  height: 25px;
}

.kreater-search {
  border-radius: 10px !important;
  border: 1px solid #efefef !important;
  padding: 8px 23px !important;
  gap: 16px;
}

.theme-switch {
  position: relative;
  width: 50px;
  height: 24px;
}

.theme-switch input[type="checkbox"] {
  display: none;
}

.theme-switch .toggle-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 24px;
  background-color: #ccc;
  border-radius: 12px;
  transition: background-color 0.3s;
}

.theme-switch .toggle-btn::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

.theme-switch input[type="checkbox"]:checked+.toggle-btn {
  background-color: #212a2e;
}

.theme-switch input[type="checkbox"]:checked+.toggle-btn::after {
  transform: translateX(26px);
}

/* MODAL MAJOR IMPORTER */
.modal {
  z-index: 9999;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}

.modal-header {
  padding: 30px 40px 0px 40px;
  border: none;
}

.modal-title {
  color: #212a2e;
  font-size: 20px;
  font-weight: 400;
}

.modal-body {
  padding: 0px 50px;
}

.normal-text {
  color: #000;
  font-size: 23px;
  font-weight: 500;
}

.lower-text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.nav-item .active-2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: normal;
  border-bottom: 3px solid #333 !important;
}

.nav-tabs {
  border-bottom: 1px solid rgba(190, 190, 190, 0.4) !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-link {
  border: none;
}

.kreater-navs .nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}

.kreater-navs .nav-link:hover {
  color: rgb(0, 0, 0) !important;
}

/* CAROUSEL SECTION */

.carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-slide {
  display: flex;
  width: 300%;
  transition: transform 0.4s ease-in-out;
}

.carousel-slide img {
  width: 100%;
  height: 276px;
  object-fit: cover;
  border-radius: 8px;
  background: rgba(143, 0, 178, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}

.carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.carousel-control {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .carousel-control.prev::before,
.carousel-control.next::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-45deg);
} */

/* .carousel-control.prev::before {
  margin-right: 3px;
}

.carousel-control.next::after {
  margin-left: 3px;
} */

@media (max-width: 600px) {
  .carousel-slide img {
    height: 200px;
  }
}

/* ACCOUNT DETAILS */
.profits {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-top: 30px;
}

.profits-header {
  border-radius: 5px;
  padding: 10px 20px;
  background: rgba(249, 225, 255, 0.92);
}

.profits-header.major {
  background-color: var(--fade_orange) !important;

}

.profits-header p {
  color: #8f00b2;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}

.profits-header.major p {
  color: var(--major_orange);
}

.left h3 {
  color: #303030;
  font-size: 22px;
  font-weight: 500;
}

.left p {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
}

.right p {
  color: #8f00b2;
  font-size: 22px;
  font-weight: 400;
}

.bi-arrow-up {
  color: #ff7d00;
}

.shipping-id p {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
}

.shipping-no {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip.show .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.hidden-image {
  display: none;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.3s;
}

.image-container {
  position: relative;
  padding: 0px 30px 20px 0px;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
}

.ship-report {
  color: #303030;
  font-size: 20px;
  font-weight: 600;
}

.ship-report-container {
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}

.ship-report-details {
  display: inline-flex;
  align-items: center;
  gap: 58px;
}

.ship-bb {
  display: flex;
  padding: 5px 25px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 7px;
  background: rgba(255, 125, 0, 0.31);
}

.line-stroke {
  border: 0.5px solid #e1e1e1;
}

.chat {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #8f00b2;
}

/* SHIPPING FEE PAGE */
.price-quote-head {
  color: #303030;
  font-size: 23px;
  font-weight: 500;
}

.price-quote-text {
  color: #212a2e;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.king-input {
  position: relative !important;
  border-left: 1px solid #dee2e6 !important;
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.input-demo {
  border-left: none !important;
}

.input-demo:focus {
  border-left: 1px solid #121212 !important;
}

.p-input {
  padding: 15px;
}

.normal-shipping {
  border-radius: 5px;
  border: 1px solid rgba(190, 190, 190, 0.4);
}

.normal-shipping-head {
  color: #212a2e;
  font-size: 16px;
  font-weight: 600;
}

.normal-shipping-text {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.shipping-span {
  color: #8f00b2;
  text-decoration: underline;
}

/* MY PARCELS */
.air-ship.major {
  background: var(--fade_orange);
  color: var(--major_orange);
}

.air-ship {
  background-color: #eed9f3;
  color: #8f00b2;
  padding: 13px 0;
}

.sea-ship-inactive {
  color: rgba(33, 42, 46, 0.5);
  padding: 13px 0;
}

.goodsinthewarehouse {
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}

.tagline {
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding: 7px 20px;
}

.goods-details>.number {
  color: #303030;
  font-size: 22px;
  font-weight: 500;
}

.buttn>a {
  padding: 8px 30px !important;
}

.goodsinthewarehouse>p {
  color: rgba(33, 42, 46, 0.5);
  font-size: 17px;
  font-weight: 400;
}

.tag-line-warehouse.major {
  background: var(--fade_orange);
  color: var(--major_orange);
}

.tag-line-warehouse {
  background-color: rgba(249, 225, 255, 0.92);
  color: #8f00b2;
}

.tag-line-shipment {
  color: #ff7d00;
  background: rgba(255, 125, 0, 0.25);
}

.tag-line-shipped {
  color: #212a2e;
  background-color: rgba(33, 42, 46, 0.25);
}

.history-header {
  color: #303030;
  font-size: 23px;
}

.history-details {
  border-radius: 5px;
  border: 1px solid rgba(190, 190, 190, 0.4);
  padding: 10px 25px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
}

.table> :not(caption)>*>* {
  padding: 30px 0.75rem;
  /* text-transform: uppercase; */
  color: #212a2e;
  font-size: 15px;
  font-weight: 500;
}

.table-border {
  border-bottom: 1px solid #e1e1e1;
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.thead-head {
  color: #212a2e;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.td-style {
  color: rgba(33, 42, 46, 0.5);
  font-size: 15px;
  font-weight: 500;
}

.caption-top {
  caption-side: top;
}

.table-sm> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
}

.table-bordered> :not(caption)>* {
  border-width: 0.0625rem 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 0.0625rem;
}

.table-borderless> :not(:first-child) {
  border-top-width: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* GOODS IN THE WAREHOUSE PAGE */
.parcels {
  color: rgba(0, 0, 0, 0.8);
  font-size: 25px;
  font-weight: 700;
}

.available-goods-text {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
}

.parcel-btn {
  padding: 8px 15px 8px 15px;
  text-align: center;
  cursor: not-allowed;
}

.parcel-orange {
  border-radius: 8px;
  background-color: #ffdfbf;
  color: #ff7d00;
  font-size: 13px;
  font-weight: 400;
}

.parcel-purple {
  border-radius: 8px;
  background-color: #fbedff;
  color: #8f00b2;
  font-size: 13px;
  font-weight: 400;
}

.invoice-span {
  color: #8f00b2;
  font-weight: 600;
  border-bottom: 2px solid #8f00b2;
  text-decoration: none;
}

.invoice-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  margin: 0px auto;
}

.invoice-details>h2 {
  color: #303030;
  font-family: "NeueMachina-Regular";
  font-size: 40px;
}

.invoice-details>p {
  color: #303030;
  font-size: 20px;
}

.pos-absolute {
  position: absolute;
  bottom: 0;
  right: 10%;
}

.cursor-pointer {
  cursor: pointer;
}

.view-shipment-btn {
  padding: 8px 25.78px 8px 26px;
  border-radius: 8px;
  background: #8f00b2;
  color: white;
  text-decoration: none;
}

.king-input-2 {
  position: relative !important;
  border-right: 1px solid #dee2e6 !important;
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.disabled {
  background-color: #e9ecef !important;
  opacity: 1;
  cursor: not-allowed !important;
}

.profile-btn {
  display: flex;
  padding: 8px 26px 8px 26px;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: #8f00b2;
  width: 100%;
  cursor: pointer;
}

.profile-btn>p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.logout {
  color: #8f00b2;
  font-size: 25px;
  font-weight: 400;
}

.profile-header {
  color: rgba(0, 0, 0, 0.80);
  font-size: 20px;
  font-weight: 700;
}

.profile-form {
  width: 70%;
  border: 1px solid rgba(190, 190, 190, 0.9);
  color: #11111180;
  padding: 12px 20px;
  margin-bottom: 15px;
}

.reset-password-details {
  border: 1px solid rgba(190, 190, 190, 0.50);
  color: #8F00B2;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 15px;
  margin-top: 40px;
}

/* ---------UPDATED CSS START--------------  */
/* ---------UPDATED CSS START--------------  */
/* ---------UPDATED CSS START--------------  */
/* ---------UPDATED CSS START--------------  */
.ww-25 {
  width: 25%;

}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

/* NOTIFICATION STYLES */

.notification-text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  border-bottom: 2px solid #E1E1E1;
  padding-bottom: 10px;
  margin-top: 10px;
}

.not-purple {
  color: #8f00b2;
  font-weight: 500;
}

.modal-title {
  color: #212a2e;
  font-size: 20px;
  font-weight: 400;
}

.k-logo {
  width: 90%;
}

/* navbar  */


/* STYLE.CSS UPDATE STARTS HERE */
/* STYLE.CSS UPDATE STARTS HERE */
/* STYLE.CSS UPDATE STARTS HERE */

.trustee {
  font-weight: 700;
}

.ship-calc {
  margin-bottom: 30px;
}

.start-shipping {
  cursor: pointer;
}

.ship-calculator {
  cursor: pointer;
}

.start-ship-text {
  font-weight: 600;
  line-height: 24px;
  color: #8f00b2;
  padding-bottom: 5px;
  border-bottom: 2px solid #8f00b2;
}

.hidden {
  display: none;
}

.pricing-container {
  background-color: #fae7ff;
}

.pricing-header>p {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.w-30 {
  width: 30%;
}

.bod-calc {
  border: 1px solid rgba(143, 0, 178, 0.4);
}

.calc-input {
  border: 1px solid rgba(143, 0, 178, 0.4);
  background-color: #fef8ff;
  border-radius: 0px;
  padding: 10px 20px;
}

.bod-dashed {
  border-bottom: 1px dashed #8f00b2;
}

.flex-wrap {
  flex-wrap: wrap !important;

}

.rounded-circle img {
  height: 2rem;
  width: 2rem;
}

.pmt-5 {
  margin-top: 5rem;
}

.major-orange-bg-2 {
  background-color: #ff7d00;
}

.major:hover,
.major:active,
.kreater-btn.major:active,
.kreater-btn.major:hover {
  background: var(--major_orange) !important;
  color: var(--white) !important;
}

/* STYLE.CSS UPDATE ENDS HERE */
/* STYLE.CSS UPDATE ENDS HERE */
/* STYLE.CSS UPDATE ENDS HERE */
/* STYLE.CSS UPDATE ENDS HERE */



/* RESPONSIVE.CSS UPDATE STARTS HERE */
/* RESPONSIVE.CSS UPDATE STARTS HERE */
/* RESPONSIVE.CSS UPDATE STARTS HERE */
/* RESPONSIVE.CSS UPDATE STARTS HERE */

@media only screen and (max-width: 768px) {
  .d-sm-btn {
    display: block !important;
  }

  .profits {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  }

  .profits-header p {
    font-weight: 600 !important;
    font-size: 11px;
  }

  .left>h3 {
    margin-bottom: 0px !important;
  }

  .left h3,
  .right p {
    font-size: 14px;
  }

  .profits-details {
    margin-top: 20px !important;
  }

  .left h3,
  .right p {
    font-size: 14px;
  }

  .right>p {
    margin-bottom: 0px !important;
  }

  .profits-p {
    font-size: 10px;
  }

  .d-sm-btn {
    display: block !important;
  }

  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .left>img {
    width: 35%;
  }

  .shipping-id p {
    font-size: 12px;
    margin-bottom: 10px !important;
  }

  .shipping-no {
    font-size: 16px;
    font-weight: 400;
  }

  .ship-report {
    color: var(--purple);
    font-size: 16px;
  }

  .ship-report-container {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  }

  .air-ship-width {
    width: 100% !important;
  }

  .tagline {
    margin-bottom: 20px !important;
    font-size: 12px;
    font-weight: 600;
  }

  .ms-sm {
    margin-left: 1.2rem !important;
  }

  .air-ship-font {
    font-size: 18px !important;
  }

  .ms-sm .input-group {
    margin-bottom: 35px !important;
  }

  .w-50p {
    width: 50% !important;
  }

  .parcel-cards .col-lg-4 {
    margin-bottom: 20px;
  }

  .goodsinthewarehouse {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  }

  .goods-details>.number {
    font-size: 18px;
  }

  .buttn>a {
    padding: 8px 25px !important;
    font-size: 12px;
  }

  .goodsinthewarehouse>p {
    font-size: 14px;
  }

  .history-header>h3 {
    font-size: 18px;
  }

  #input-history-button {
    padding: 7px 15px 7px 0px !important;
  }

  .table> :not(caption)>*>* {
    font-size: 12px;
    padding: 13px 7px;
  }

  .table> :not(caption)>*>* {
    font-size: 12px;
    padding: 13px 7px;
  }

  .table {
    width: 30rem;
  }

  .price-quote-text {
    font-size: 14px;
  }

  .n-pad {
    padding: 0px;
  }

  .w-80p {
    width: 80% !important;
  }

  .pr-sm-0 {
    padding-right: 0px;
  }

  .sm-input2 {
    padding: 10px 8px 10px 0px;
    font-size: 12px;
  }

  .n-pad>#ship-prices-btn {
    font-size: 14px;
    border-radius: 5px;
  }

  .invoice-details {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
  }

  .profile-btn {
    gap: 20px;
  }

  .profile-btn>img {
    width: 20px;
  }

  .profile-btn>p,
  #ship-prices-btn {
    font-size: 14px;
  }

  .invoice-details>p,
  .invoice-details>a {
    font-size: 12px;
    margin-bottom: 30px !important;
  }

  .logout {
    font-size: 20px !important;
    font-weight: 500;
    margin-left: 0px !important;
    align-self: start;
  }

  .parcels {
    font-size: 16px;
    color: var(--purple);
  }

  .close-x {
    margin-top: 0px !important;
  }

  .pmt-5 {
    margin-top: 5rem;
  }

  .profile-header {
    font-size: 14px;
    font-weight: 500;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
  }

  .form-sm {
    justify-content: start !important;
    align-items: initial !important;
  }

  .profile-form {
    font-size: 12px;
    padding: 7px 20px;
    width: 100%;
  }

  .modal-title {
    font-size: 16px;
    color: var(--purple);
    font-weight: 600;
  }

  .modal-header .btn-close {
    font-size: 10px;
    color: #121212;
  }

  .normal-text {
    font-size: 14px;
  }

  .lower-text {
    font-size: 12px;
    font-weight: 400;
  }

  .modal-fs {
    font-size: 12px;
  }

  .modal-input {
    padding: 5px 10px;
    font-size: 12px;
  }

  .nav-item .m-active-2 {
    font-weight: 600;
    color: var(--major_orange) !important;
    border-bottom: 3px solid var(--major_orange) !important;
  }

  .major:active {
    background: var(--major_orange) !important;
  }

  .invoice-details {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
  }

  .invoice-details>h2 {
    font-size: 24px;
  }

  .invoice-details>p,
  .invoice-details>a {
    font-size: 12px;
    margin-bottom: 30px !important;
  }


  .switch-div {
    float: right;
    padding-top: 10px;
    margin-top: 0px !important;
    display: inline-flex !important;
  }

  .theme-switch input[type="checkbox"]:checked+.toggle-btn::after {
    transform: translateX(17px);
  }

  .navbar .navbar-text {
    padding-top: 2px !important;
    font-size: 11px;
    margin: 0px !important;
  }

  .theme-switch .toggle-btn {
    margin-top: 3px;
    width: 35px;
    height: 20px;
  }

  .theme-switch .toggle-btn::after {
    width: 15px;
    height: 15px;
  }

  .d-flex {
    display: flex;
    align-items: center;

  }

  :is(.notification, .rounded-circle) img {
    width: 15px;
    height: 15px;
  }



  .navbar-brand {
    margin-right: 0 !important;
    width: 6rem;

  }

  .flex-between {
    gap: 4px;
  }

  .nav-tabs {
    justify-content: space-between;
    gap: 4px;
  }

  .mli span {
    font-size: 10px !important;
  }

  .k-logo {
    width: 90%;
  }

  .mli li a {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 !important;

  }

  .nav-item {
    text-align: center;
  }

  .nav-item .active-2 {
    color: #8f00b2 !important;
    border-bottom: 3px solid #8f00b2 !important;
  }

  .kreater-navs .nav-link>img {
    margin-bottom: 5px;
  }


  .ww-25 {
    width: 50%;
  }

  .modal-title {
    font-size: 16px;
    color: var(--purple);
    font-weight: 600;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .navbar {
    z-index: 9999;
  }

  .navbar-collapse {
    /* margin-top: 30px; */
    position: absolute;
    top: 75px;
    /* Adjust this value to control the overlay position */
    left: 0;
    right: 0;
    background-color: #fff;
    /* Set background color for the overlay */
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    z-index: 9999 !important;
    /* Ensure it appears on top of other content */
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .navbar-toggler {
    margin-top: 10px;
  }

  .navbar-toggler-icon {
    background-image: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    content: "";
    background-image: url("../images/navbar-icon-x.png");
    background-size: cover;
    width: 13px;
    /* Set the width and height to match your icon size */
    height: 13px;
    display: inline-block;
  }

  .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon::before {
    content: "";
    background-image: url("../images/navbar-icon.png");
    background-size: cover;
    width: 24px;
    /* Set the width and height to match your icon size */
    height: 14px;
    display: inline-block;
  }

  .d-sm-btn {
    display: block !important;
  }

  .button-section {
    display: none !important;
  }

  .navbar-nav {
    margin: 20px 0px 40px 0px !important;
    gap: 15px;
  }

  .nav-item {
    text-align: center;
  }

  .nav-link {
    color: #303030;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
  }

  .kreater-btn-navbar {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    border: 2px solid #303030;
    padding: 8px 26px 8px 26px;
    color: #303030;
  }

}

/* RESPONSIVE.CSS UPDATE ENDS HERE */
/* RESPONSIVE.CSS UPDATE ENDS HERE */
/* RESPONSIVE.CSS UPDATE ENDS HERE */
/* RESPONSIVE.CSS UPDATE ENDS HERE */

.admin-bg {
  background-color: #909497 !important;
}

.admin-warehouse {
  border-radius: 30px;
  background-color: #909497;
  padding: 15px 20px;
  text-align: center;
}

.ads-container {
  border-radius: 44px;
  border: 2px solid #efefef;
  padding: 15px 20px;
}

.form-control-file {
  font-size: 14px;
}

.img-upload {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-preview {
  color: rgba(33, 42, 46, 0.5);
  font-size: 16px;
  font-weight: 300;
}

.decline-btn {
  border-radius: 8px;
  border: 1px solid #212a2e;
  color: #212a2e;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.decline-btn:hover,
.decline-btn:active {
  border: 1px solid #212a2e;
  color: #212a2e !important;
}

.accept-btn {
  border-radius: 8px;
  border: 1px solid #8f00b2;
  color: #fff;
  background-color: #8f00b2;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.accept-btn:hover,
.accept-btn:active {
  border: 1px solid #8f00b2;
  background-color: #8f00b2 !important;
  color: #fff !important;
}

.read-btn {
  border-radius: 8px;
  border: 1px solid #212a2e;
  background-color: #212a2e;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.read-btn:hover,
.read-btn:active {
  border: 1px solid #212a2e;
  background-color: #212a2e !important;
  color: #fff !important;
}

.invoice-header {
  color: #303030;
  font-family: "NeueMachina-Regular";
  font-size: 40px;
}

.invoice-sub-text {
  color: #303030;
  font-size: 20px;
}

.upload-now {
  border-radius: 44px;
  border: 2px solid #efefef;
  display: flex;
  flex-direction: column;
  padding: 50px 80px;
}

.upload-now>input {
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 13px 26px;
  margin-bottom: 20px;
}

.white-bod {
  border-radius: 5px;
  padding: 8px 26px;
  border: 1px solid #212a2e !important;
  box-shadow: none;
}

.white-bod :hover {
  border: 1px solid #212a2e !important;
  box-shadow: none;
}

.user-deleted {
  border-radius: 8px;
  border: 1px solid #909497;
  background-color: #909497;
  color: #fff;
  text-align: center;
  font-size: 13px;
  /* font-weight: 400; */
}

.user-deleted:hover,
.user-deleted:active {
  border: 1px solid #909497 !important;
  background-color: #909497 !important;
  color: #fff !important;
}

.comment-text {
  padding: 30px 35px 25px 35px !important;
}

.text-area {
  resize: none;
  border-radius: 24px !important;
  border: 2px solid #efefef !important;
  padding: 45px 35px 25px 35px !important;
}

.upload-input_2 {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #dedede;
  padding: 13px 26px;
}

.shipment_header {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0px;
}

.shipment_container {
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 28px 34px;
}

.rad-btn {
  width: 1em !important;
  height: 1em !important;
}

.f-check_:checked {
  background-color: #212a2e;
  border-color: #212a2e;
}

.f-check_ {
  border-color: #212a2e;
}

.f-check_:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 31, 61, 0.25);
}

.f-check2 {
  display: flex;
  justify-content: space-between;
}

.ship_btn {
  text-decoration: none;
  border-radius: 8px;
  background-color: #909497;
  color: #fff;
  font-size: 13px;
  padding: 6px 20px;
}

.product-manual {
  border: 1px solid #909497;
  border-radius: 5px;
}

.product-input {
  border-radius: 10px;
  border: 0.5px solid #909497;
  width: 100%;
  color: #909497;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 8px 20px;
  margin-top: 10px;
}

textarea {
  resize: none;
}

.checkbox {
  width: 25px;
  height: 25px;
  accent-color: #121212;
}

#checkAll {
  font-size: 12px;
}

.notification {
  color: #8F00B2;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}