/* home-section-category */
.cat-item img {
  transition: .5s;
}

.cat-item:hover img {
  transform: scale(1.3);
}
.position-relative {
  position: relative !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.rounded {
  border-radius: 8px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.cat-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* home-section-category */

/* LOGIN FORM CSS */
.modelViewPort {
  perspective: 1000px;
  width: 20rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  overflow: hidden;
}
.eva {
  --EVA-ROTATION-DURATION: 4s;
  transform-style: preserve-3d;
  animation: rotateRight var(--EVA-ROTATION-DURATION) linear infinite alternate;
}
.head {
  position: relative;
  width: 6rem;
  height: 4rem;
  border-radius: 48% 53% 45% 55% / 79% 79% 20% 22%;
  background: linear-gradient(to right, white 45%, gray);
}
.eyeChamber {
  width: 4.5rem;
  height: 2.75rem;
  position: relative;
  left: 50%;
  top: 55%;
  border-radius: 45% 53% 45% 48% / 62% 59% 35% 34%;
  background-color: #0c203c;
  box-shadow: 0px 0px 2px 2px white, inset 0px 0px 0px 2px black;
  transform: translate(-50%, -50%);
  animation: moveRight var(--EVA-ROTATION-DURATION) linear infinite alternate;
}
.eye {
  width: 1.2rem;
  height: 1.5rem;
  position: absolute;
  border-radius: 50%;
}
.eye:first-child {
  left: 12px;
  top: 50%;
  background: repeating-linear-gradient(
    65deg,
    #9bdaeb 0px,
    #9bdaeb 1px,
    white 2px
  );
  box-shadow: inset 0px 0px 5px #04b8d5, 0px 0px 15px 1px #0bdaeb;
  transform: translate(0, -50%) rotate(-65deg);
}
.eye:nth-child(2) {
  right: 12px;
  top: 50%;
  background: repeating-linear-gradient(
    -65deg,
    #9bdaeb 0px,
    #9bdaeb 1px,
    white 2px
  );
  box-shadow: inset 0px 0px 5px #04b8d5, 0px 0px 15px 1px #0bdaeb;
  transform: translate(0, -50%) rotate(65deg);
}
.body {
  width: 6rem;
  height: 8rem;
  position: relative;
  margin-block-start: 0.25rem;
  border-radius: 47% 53% 45% 55% / 12% 9% 90% 88%;
  background: linear-gradient(to right, white 35%, gray);
}
.hand {
  position: absolute;
  left: -1.5rem;
  top: 0.75rem;
  width: 2rem;
  height: 5.5rem;
  border-radius: 40%;
  background: linear-gradient(to left, white 15%, gray);
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.25);
  transform: rotateY(55deg) rotateZ(10deg);
}
.hand:first-child {
  animation: compensateRotation var(--EVA-ROTATION-DURATION) linear infinite
    alternate;
}
.hand:nth-child(2) {
  left: 92%;
  background: linear-gradient(to right, white 15%, gray);
  transform: rotateY(55deg) rotateZ(-10deg);
  animation: compensateRotationRight var(--EVA-ROTATION-DURATION) linear
    infinite alternate;
}
.scannerThing {
  width: 0;
  height: 0;
  position: absolute;
  left: 60%;
  top: 10%;
  border-top: 180px solid #9bdaeb;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  transform-origin: top left;
  mask: linear-gradient(to right, white, transparent 35%);
  animation: glow 2s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.scannerOrigin {
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 60%;
  top: 10%;
  background: #9bdaeb;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  animation: moveRight var(--EVA-ROTATION-DURATION) linear infinite;
}
@keyframes rotateRight {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(25deg);
  }
}
@keyframes moveRight {
  from {
    transform: translate(-50%, -50%);
  }
  to {
    transform: translate(-40%, -50%);
  }
}
@keyframes compensateRotation {
  from {
    transform: rotateY(55deg) rotateZ(10deg);
  }
  to {
    transform: rotatey(30deg) rotateZ(10deg);
  }
}
@keyframes compensateRotationRight {
  from {
    transform: rotateY(55deg) rotateZ(-10deg);
  }
  to {
    transform: rotateY(70deg) rotateZ(-10deg);
  }
}
@keyframes glow {
  from {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  45% {
    transform: rotate(-25deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    opacity: 0;
  }
}
.logincard 
{
 padding:5rem 3rem;
 border-radius: 10px;
 background: #212121;
}
.t1
{
    width:17rem;
    outline:none;
    border:none;
    padding:8px 15px;
}
.t2
{
    width:17rem;
    outline:none;
    border:none;
    padding:8px 15px;
}
.login-card-part
{
  display: flex;
  align-items: center;
}
.line {
  height: 1px;
  flex: 1 1 0%;
  background-color: white;
}

.message 
{
  margin-top:11px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(156, 163, 175, 1);
}
@media screen and (max-width: 599px)
{
    #temp
    {
        display:none;
    }
    #temp-head
    {
        display:none;
    }
    #loginform
    {
        padding:4rem 2rem;
    }
}
.col-8
{
    z-index:1;
}

#sitename
{
    color: #000;
    letter-spacing: .2rem !important;
    font-weight:bold;
}
/* LOGIN FORM CSS */

/* GET STARTED BTN */
.start-btn {
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  text-decoration:none;
  border:1px solid #fff;
  border-radius: 15px;
  color: #fff;
  background-color: #111;
  padding: 0.5em 1.8em;
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  letter-spacing:1px;
  margin-right:2rem;
}

.start-btn .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.start-btn .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.start-btn .arrow:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid #fff;
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.start-btn:hover {
  background-color: #ced4da4a!important;
  color: #fff;
}

.start-btn:hover .arrow {
  background: #fff;
}

.start-btn:hover .arrow:before {
  right: 0;
}
/* GET STARTED BTN */

/* flip cards */
.flipcard {
  width: 300px;
  height: 200px;
  perspective: 1000px;
}

.flipcard-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.flipcard:hover .flipcard-inner {
  transform: rotateY(180deg);
}

.flipcard-front,
.flipcard-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flipcard-front {
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  font-size: 2rem;
  transform: rotateY(0deg);
  overflow:hidden;
}

.flipcard-back {
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  transform: rotateY(180deg);
}

/* flip cards */

/* sign-out btn */
.SOBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: rgb(5, 65, 65);
}

/* plus SOsign */
.SOsign {
  width: 100%;
  transition-duration: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

i{
    color: white;
    font-size: 1rem;;
}
/* SOtext */
.SOtext {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.2em;
  transition-duration: .3s;
}
/* hover effect on button width */
.SOBtn:hover {
  width: 125px;
  border-radius: 40px;
  transition-duration: .3s;
}

.SOBtn:hover .SOsign {
  width: 30%;
  transition-duration: .3s;
  padding-left: 20px;
}
/* hover effect button's SOtext */
.SOBtn:hover .SOtext {
  opacity: 1;
  width: 70%;
  transition-duration: .3s;
  padding-right: 5px;
}
/* sign-out btn */

/* FOOTER */
.rating-stars-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .star-label svg {
    fill: rgb(210, 210, 210);
    width: 20px;
    height: auto;
  }
  .rating-stars-container input {
    appearance: unset;
  }
  .rating-stars-container input:hover ~ .star-label svg {
    fill: rgb(255, 204, 185);
  }
  .rating-stars-container input:checked ~ .star-label svg {
    fill: rgb(255, 102, 47);
    animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  @keyframes slide-in-fwd-center {
    0% {
      transform: scale(1.6);
    }
    100% {
      transform: scale(1);
    }
  }