@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-100.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-200.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-300.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-500.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-600.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-800.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Inter/Font-Family-900.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



:root {
  --primary-color: #713C94;
  --secondary-color:#ffe04f;
   /*#FFE980*/ 
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: "Inter", sans-serif !important;
  font-family: 14px;
  letter-spacing: 0.2px;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.card-title,
input[type="radio"],
input[type="checkbox"] {
  font-family: "Inter", sans-serif !important;
}

label {
  font-weight: 500 !important;
}

input:-internal-autofill-selected {
  background-image: none !important;
  background-color: transparent !important;
}




input,
button,
select,
textarea {
  outline: 0;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #adadad;
}

input:-moz-placeholder {
  color: #adadad;
}

input::-moz-placeholder {
  color: #adadad;
}

input:-ms-input-placeholder {
  color: #adadad;
}

img {
  max-width: 100%;
  height: 100%;
}

figcaption {
  text-align: center;
  font-size: 1.15rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px white inset !important;
}



/************LODER START*********************/
.loderMainContet {
  background: #00000040;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}



.loderOuter {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.loderOuter>.icon {
  width: 50%;
  aspect-ratio: 1/1;
  background-color: hsl(58.1deg 100% 49.61%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-animation: flip-icon 1100ms infinite;
  animation: flip-icon 1100ms infinite;

}

.loderOuter p {
  color: #fff;
  margin-top: 5px;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 700;
}



@keyframes flip-icon {
  0% {
    transform: rotateY(360deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

/********************LODER END************************/



.login-container {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}

.introduction-section {
  height: 100%;
  background: var(--secondary-color);
  padding: 1rem;
  overflow: hidden;
  width: calc(100% / 3 * 2);
}


.introduction-presentation-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: calc(4em + .5vw);
}

.introduction-presentation-section>h6.presentingTp {
  font-size: calc(1.859em + .32vw);
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-shadow: 0.8px 1px 0px #FFF;
}

.introduction-presentation-section>h6.presentingTp div {
  opacity: 0;
  /* transform: translateY(10px); */
}


.introduction-presentation-section>h1 {
  font-size: calc(4em + .32vw);
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  background-color: var(--primary-color);
  padding: 1rem;
  transform: skewX(-15deg);
  margin: 2rem 0;
  position: relative;
  opacity: 0;
}

.introduction-presentation-section>h1>span {
  color: transparent;
  /* Hide the original text color */
  background: linear-gradient(to bottom, var(--secondary-color), white);
  -webkit-background-clip: text;
  background-clip: text;

}

.introduction-presentation-section>h1::before {
  content: "";
  height: 55px;
  width: 55px;
  position: absolute;
  top: -12PX;
  left: -12px;
  background-color: transparent;
  border-top: 6px solid #FFF;
  border-left: 6px solid #FFF;
}

.introduction-presentation-section>h1::after {
  content: "";
  height: 55px;
  width: 55px;
  position: absolute;
  bottom: -12PX;
  right: -12px;
  background-color: transparent;
  border-bottom: 6px solid #FFF;
  border-right: 6px solid #FFF;
}

.next-generation-text {
  font-size: calc(1.15em + .35vw);
  font-weight: 600;
  color: #242424;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 1rem 0;
  opacity: 0;
}

.char {
  opacity: 0;
}



.carousel,
.carousel>* {
  height: 100%;
}

.carousel-inner>.item {
  height: 100%;
}

.intro-view {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: calc(1em + .5vw);
}

.transpernt-bg,
.second-slide-transpernt-bg,
.Third-slide-transpernt-bg,
.Forth-slide-transpernt-bg,
.Fifth-slide-transpernt-bg {
  border-radius: 3vh;
  width: min(100% - 20vh);
  scale: 0;
  opacity: 0;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.3534663865546218) 0%,
      rgba(255, 255, 255, 0.7400210084033614) 100%);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px;
  margin-inline: auto;
}

.map-sideBar {
  max-width: 100%;
  height: 100%;
  border-radius: 13px;
  opacity: 0;
}

.map-screen {
  width: min(100% - 20vh);
  overflow: hidden;
  border-radius: 2vh;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin-inline-start: auto;
  position: relative;
}


.map-sideBar-screen {
  width: calc(100vw / 20);
  border-radius: 2vh;
  overflow: hidden;
  height: auto;
  display: none;
  position: absolute;
  top: 19px;
  z-index: 1;
}


.map-rightside-toolbar {
  position: absolute;
  top: 0;
  right: -2.9vh;
  top: 2vh;
  border-radius: 1vh;
  overflow: hidden;
  scale: 0;
  opacity: 0;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

.map-type {
  position: absolute;
  top: 10px;
  width: 150px;
  display: flex;
  opacity: 0;
  left: 50%;
  border-radius: 1vh;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

.users-view {
  display: flex;
  width: calc(100vw / 12);
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  transform: translate(8vh, 5vh);
}

.users-view>img {
  background: #fff;
  padding: 0.3rem;
  border-radius: 1vh;
  opacity: 0;
}

.map-view-screen {
  width: calc(100vw / 8);
  height: calc(100vw / 8);
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  left: 80px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.map-view-screen>img {
  object-fit: cover;
  scale: 1.1;
}

.details-section {
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
}

.details-section>div {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  /* margin-top: calc(1em + .5vw); */
  position: relative;
  padding: .5rem 1rem;
}


.left-side-border,
.right-side-border {
  position: absolute;
  width: 100%;
  inset: 0;
}



.left-side-border::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: -15PX;
  left: -15px;
  background-color: transparent;
  border-top: 4px solid #FFF;
  border-left: 4px solid #FFF;
  /* transform: skewX(-15deg); */
}

.left-side-border::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -15PX;
  right: -15px;
  background-color: transparent;
  border-bottom: 4px solid #FFF;
  border-right: 4px solid #FFF;
  /* transform: skewX(-15deg); */
}


.right-side-border::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -15PX;
  left: -15px;
  background-color: transparent;
  border-bottom: 4px solid #FFF;
  border-left: 4px solid #FFF;
  /* transform: skewX(-15deg); */
}

.right-side-border::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: -15PX;
  right: -15px;
  background-color: transparent;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  /* transform: skewX(-15deg); */
}

.details-section>div>span {
  background: var(--primary-color);
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  height: 30px;
  width: 30px;
}

.details-section>div>h4 {
  font-size: calc(1.5em + .5vw);
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
  text-transform: uppercase;
}

.details-section>p {
  font-size: calc(0.725em + .5vw);
  font-weight: 600;
  text-align: center;
  color: #242424;
  letter-spacing: 0;
}

.sales-screen {
  width: min(100% - 25vh);
  overflow: hidden;
  border-radius: 2vh;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin-inline-start: auto;
  position: relative;
  background: #FFF;
  display: grid;
  place-items: center;
}

.sales-screen>img {
  height: calc(100vh / 1.9);
}

.top-screen {
  position: absolute;
  top: -13px;
  width: 100%;
  background: #FFF;
  padding: 0.5rem;
  border-radius: 10vh;
  left: 4%;
  opacity: 0;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

.sales-list {
  position: absolute;
  top: 60px;
  width: calc(100vw / 6.8);
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.sales-list>* {
  padding: 1rem;
  background: #FFF;
  border-radius: 2vh;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  scale: 0;
}


.planner-screen {
  width: calc(100vh / 1.2);
  overflow: hidden;
  border-radius: 2vh;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  margin-inline-start: auto;
  position: relative;
  opacity: 0;
  background: #FFF;
  display: grid;
  place-items: center;
  padding: 1rem;
  position: relative;
}

.overlap {
  background: #00000026;
  height: 100%;
  width: 100%;
  position: absolute;
}

.zoom-img-1 {
  position: absolute;
  background: #FFF;
  height: 138px;
  border-radius: 100%;
  padding: 1rem;
  overflow: hidden;
  top: 0;
  right: 75px;
  scale: 0;
}

.zoom-img-2 {
  position: absolute;
  background: #FFF;
  height: 140px;
  border-radius: 100%;
  padding: 1rem;
  overflow: hidden;
  left: 75px;
  scale: 0;
  bottom: 26px;
  width: 140px;
}

.zoom-img-2>img {
  object-fit: cover;
}

.calander-header {
  position: absolute;
  top: -16px;
  width: 100%;
  background: #FFF;
  padding: 0.5rem;
  border-radius: 10vh;
  left: 4%;
  padding: 1rem;
  opacity: 0;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

.calander-screen {
  width: calc(100vw / 23);
  border-radius: 2vh;
  overflow: hidden;
  height: auto;
  display: none;
  position: absolute;
  top: 19px;
  z-index: 1;
}


.palnner-status-view {
  position: absolute;
  padding: 0.5rem;
  left: 4%;
  width: calc(100vw/ 5);
  display: flex;
  gap: 1rem;
  flex-direction: column;
  overflow: hidden;
  bottom: 0;
}

.palnner-status-view>* {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background: #FFF;
  border-radius: 2vh;
  scale: 0;
}

.table-screen {
  width: min(100% - 1vh);
  overflow: hidden;
  border-radius: 2vh;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin-inline-start: auto;
  position: relative;
  display: grid;
  place-items: center;
  height: calc(100vh/2.4);
  background: #FFF;
}

.table-screen>img {
  object-fit: scale-down;
  width: min(100% - 1rem);
}

.emplyee-header {
  position: absolute;
  top: -20px;
  width: 100%;
  background: #FFF;
  border-radius: 1vh;
  left: 4%;
  padding: 0.5rem;
  opacity: 0;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

.line-graph {
  position: absolute;
  width: calc(100vw - 178vh);
  background: #FFF;
  border-radius: 1vh;
  padding: 1rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  bottom: 49px;
  right: -54px;
  scale: 0;
}


.ppm-table {
  width: min(100% - 20vh);
  overflow: hidden;
  border-radius: 2vh;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin-inline-start: auto;
  position: relative;
  display: grid;
  place-items: center;
  background: #FFF;
  padding: 1rem;
}

.ppm-sideBar-screen {
  width: calc(100vw / 3);
  border-radius: 2vh;
  overflow: hidden;
  height: auto;
  display: none;
  position: absolute;
  bottom: 17px;
  z-index: 1;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  left: 46%;

}

/* #Sixth-slide .intro-view{
  justify-content: flex-start;
  gap: 0;
  margin-top: 1.35em;
}

.top-text-section{
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  opacity: 0;
}

.top-text-section > h5{
  text-align: center;
  width: 100%;
  font-size: calc(1.325em + .5vw);
  font-weight: 700;
  color: #242424;
  text-shadow: 0.8px 1px 0px #FFF;
}

.top-text-section > div{
  background-color: var(--primary-color);
  transform: skewX(-15deg);
  width: 32ch;
  display: grid;
  place-items: center;
  margin-top: .75em;
}


.top-text-section > div >h4{
  text-align: center;
  width: 100%;
  font-size: calc(2em + .5vw);
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(to top, var(--secondary-color), white);
  -webkit-background-clip: text;
  background-clip: text;
}

.list-section{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.service-section{
  margin-top: -5em;
}


.listing-industry-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  width: 300px;
  opacity: 0;
}



.listing-industry-section>h4 {
  font-size: calc(.859em + .5vw);
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #FFF;
  text-align: center;
}

.icon-section {
  width: 140px;
  height: 140px;
  padding: .55rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0,0,0,0.08),0 4px 9px rgba(0,0,0,0.07);
}

.icon-section::after{
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid var(--primary-color);
  border-radius: 999px;
  position: absolute;
  right: -8px;
  top: -8px;
}


.icon-section svg{
  fill: var(--primary-color);
  color: var(--primary-color);
  width: 5em;
  height: 5em;
}

.service-box svg{
  height: 6em;
  width: 6em;
}

.guard-section{
  justify-content: center;
} */

.product-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  place-items: center;
  padding-top: 2em;
  height: 100%;
}

.product-heading--section {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  opacity: 0;
}

.product-heading--section>h5 {
  text-align: center;
  width: 100%;
  font-size: calc(1.325em + .5vw);
  font-weight: 700;
  color: #242424;
  text-shadow: 0.8px 1px 0px #FFF;
}

.product-heading--section>div {
  background-color: var(--primary-color);
  transform: skewX(-15deg);
  width: 32ch;
  display: grid;
  place-items: center;
  margin-top: .75em;
}

.product-heading--section>div>h4 {
  text-align: center;
  width: 100%;
  font-size: calc(2em + .5vw);
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(to top, var(--secondary-color), white);
  -webkit-background-clip: text;
  background-clip: text;
}

.product-listing {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  gap: 3em;
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: center;
}

.product-listing li {
  list-style: none;
  margin: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 1.25rem;
  border-radius: 0 0 1.25em 1.25em;
  opacity: 0;
}

.product-listing li::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, .02) 0%, var(--primary-color) 80%, var(--primary-color) 100%);
  border-radius: 0 0 1.25em 1.25em;
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  z-index: -1;
  top: 105px;
  box-shadow: inset 0px -4px 4px 2px #2222;
  border-radius: 0% 0% 100% 100% / 0% 0% 30% 30%;
}

.product-listing li:nth-child(even) {
  align-self: flex-start;
}

.product-listing li h4 {
  color: #FFF;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 1rem;
}

.product-listing li:nth-child(1) div,
.product-listing li:nth-child(3) div {
  transform: translateY(-15px);
}

.outer-border {
  position: absolute;
  width: calc(100% + 11px);
  top: calc(100% - 48px);
  height: 60px;
  border-radius: 0 0 1.25em 1.25em;
  border-radius: 100%;
  background-color: #FFF;
  z-index: -1;
  box-shadow: 1px 1px 1px 1px #2222;
}

/***********************************************************************/

.login-div {
  background: #fff;
  width: min(100% - 3em, 57ch);
  height: 370px;
  padding: 2em;
  z-index: 100;
  position: absolute;
  border-radius: 2rem;
  display: grid;
  grid-template-rows: auto 1fr;
  place-items: center;
  overflow: hidden;
}

.login-bottom-section {
  display: flex;
  width: 100%;
}

.company-logo {
  width: 280px;
  margin-bottom: 1vh;
}

.login-section {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: var(--primary-color);
  width: calc(100% / 3);
  display: grid;
  place-items: center;
}

.login-steps-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* margin-block-end: 5rem; */
  align-items: center;
  width: 100%;
}

#password_show {
  cursor: pointer;
}

.forget-password {
  display: flex;
  align-items: center;
  color: var(--primary-color) !important;
  gap: 0.8rem;
  font-size: 1.74rem;
  font-weight: 500;
  justify-content: center;
  cursor: pointer;
}

.login-steps-section>div:not(.forget-password):not(.forget-btn-view) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}

.login-steps-section>div>div:not(.login-span) {
  display: flex;
  align-items: center;
}

.login-input {
  font-size: 1.36rem;
  color: #333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 40px;
  background: 0 0;
  /*   padding: 0 7px 0 43px; */
  padding: 1rem;
  border: 0;
  letter-spacing: 1px;
}

.login-span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.login-span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login-input:focus+.login-span::before {
  width: 100%;
}

.login-btn-view {
  padding: 1rem 2rem;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
  background: var(--primary-color);
  color: #fff;
  font-weight: 800;
  display: flex;
  margin-block-start: 0.5rem;
  align-items: center;
  justify-content: space-between;
  width: calc(20em + .5vw);
  transition: box-shadow 250ms ease;
  box-shadow: 2px 3px 0 black;
  /* transform: skewX(-15deg); */
  margin-block-end: 3vh;
  border-radius: 10vh;
}

.login-btn-view:hover,
.login-btn-view:focus {
  color: #fbc638;
  text-decoration: none;
  box-shadow: 5px 4px 0 #fbc638;
}

.login-btn-view:active,
.login-btn-view.active {
  text-decoration: none;
  box-shadow: 5px 4px 0 #fbc638;
}

#forgot_Section {
  transform: translateX(50px);
  opacity: 0;
  display: none;
}

.forget-btn-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.submit-btn {
  display: grid;
  place-items: center;
  padding: 1vh 7vh;
  border-radius: 11.5vh;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  background: var(--primary-color);
}

.submit-btn:hover,
.submit-btn:focus {
  color: #FFF;
  text-decoration: none;
}

.submit-btn:active,
.submit-btn.active {
  color: #FFF;
  text-decoration: none;
}

.square {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.square li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.square li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.square li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.square li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.square li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.square li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.square li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.square li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.square li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.square li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.square li:nth-child(10) {
  left: 65%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}


.lc-DialogBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.52);
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  backdrop-filter: blur(.082em);
  display: grid;
  place-items: center;
}

.lc-content{
  width: min(100% - 1rem, 50ch);
  background-color: rgb(255, 255, 255);
  border-radius: 1.35rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

.lc-content header{
  background-image: linear-gradient(rgba(255, 255, 255, .15), var(--primary-color));
  background-color: var(--primary-color);
  box-shadow: inset 0 -11px 15px -11px #545454a1;
  overflow: hidden;
  display: grid;
  place-items: center;
  height: 140px;
}

.device-img{
  width: 20em;
  height: 20em;
  margin-top: -4em;
}

.lc-content h3 {
  margin: 0;
  font-size: 1.692rem;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
  width: 100%;
  letter-spacing: 1px;
}

.lc-content p{
  margin: 0;
  padding: 0 1rem;
  font-size: 1.35rem;
  font-weight: 500;
  opacity: .65;
  text-align: center;

}

.lc-content p:last-child{margin-bottom: 1.35rem;}


.button-section{
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}


.button-section button{
  flex: 1 1 0;
  border-radius: 99px;
}

.ok-btn{
  background-image: linear-gradient(rgba(255, 255, 255, .15), var(--primary-color));
  background-color: var(--primary-color);
  color: #FFF;
}

.ok-btn:hover, .ok-btn:focus{
  color: #FFF;
}


@media (max-width: 1024px) {
  .introduction-section {
    display: none;
  }

  .login-section {
    width: 100%;
  }



  .company-logo {
    height: calc(100vh / 12);
    width: 100%;
  }

  .login-btn-view {
    width: min(100% - 5rem);
  }

}

@media (max-width: 1396px) {
  .icon-section {
    width: 120px;
    height: 120px;
  }

  .service-section {
    margin-top: -7em;
  }
}