@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belanosima&family=Rubik+Vinyl&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Gasoek+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
#backgroud-svg-fix {
    top: -5px;
    left: calc(50% - 90px);
    position: absolute;
    display: block;
    z-index: 9999;
    width: 210px;
    height: 220px;
    border: 1px dashed #0a929a;
    border-radius: 80px 80px 10px 10px;
    border-bottom: 0px;
    border: 1px dashed #096065;
    border-radius: 80px 80px 10px 10px;
    border-bottom: 0px;
}
#backgroud-svg-fix-b {
    top: -5px;
    left: calc(50% - 90px);
    position: absolute;
    display: block;
    z-index: -1;
    width: 210px;
    height: 220px;
    border: 1px dashed #0a929a;
    border-radius: 80px 80px 10px 10px;
    border-bottom: 0px;
    background: #020202d1;
    box-shadow: inset 0px -20px 20px 20px #22222a;
}
.widget {
  width: 288px;
  height: 200px;
  display: flex;
  justify-content: flex-end;
  border-radius: 10px;
  background-color: #FFF;
}
.noise {
  filter: url("#noise");
}
.widget.active .menu {
  width: 344px;
}
.widget.active .menu .toggle {
  right: 296px;
}
.widget.active .menu .toggle i {
  width: 8px;
  transition: width 400ms cubic-bezier(0.6, 0, 0.45, 0.99), transform 1000ms cubic-bezier(0.6, 0, 0.45, 0.99) 300ms, top 200ms cubic-bezier(0.6, 0, 0.45, 0.99) 200ms, bottom 200ms cubic-bezier(0.6, 0, 0.45, 0.99) 200ms;
}
.widget.active .menu .toggle i:first-of-type {
  top: 19px;
  transform: rotate(45deg) translate(-1px, -2px);
}
.widget.active .menu .toggle i:last-of-type {
  bottom: 19px;
  transform: rotate(-45deg) translate(-1px, 2px);
}
.widget.active .menu .list {
  visibility: visible;
  flex-direction: row-reverse;
}
.widget.active .menu .list li {
  transform: scale(1);
}
.widget .menu {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 100px;
  background-color: #4C5042;
  transform: translate(28px, -50%);
  box-shadow: 0px 10px 30px -15px rgba(0, 0, 0, 0.7);
  transition: 650ms cubic-bezier(0.79, 0, 0.22, 1);
}
.widget .menu .toggle {
  width: 40px;
  height: 40px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  border-radius: 100px;
  cursor: pointer;
  z-index: 100;
  background-color: #4C5042;
  transition: 600ms cubic-bezier(0.79, 0, 0.22, 1);
}
.widget .menu .toggle:hover {
  background-color: #3C4134;
}
.widget .menu .toggle i {
  width: 12px;
  height: 2px;
  position: absolute;
  display: flex;
  border-radius: 100px;
  background-color: #FFF;
  transition: width 400ms cubic-bezier(0.6, 0, 0.45, 0.99), transform 600ms cubic-bezier(0.6, 0, 0.45, 0.99), top 600ms cubic-bezier(0.6, 0, 0.45, 0.99) 600ms, bottom 600ms cubic-bezier(0.6, 0, 0.45, 0.99) 600ms;
}
.widget .menu .toggle i:first-of-type {
  top: 16px;
}
.widget .menu .toggle i:last-of-type {
  bottom: 16px;
}
.widget .menu .list {
  flex-direction: row;
  margin: 0;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  position: absolute;
}
.widget .menu .list li {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  list-style: none;
  border-radius: 100px;
  background-color: #73776C;
  transform: scale(0);
  transition: 300ms cubic-bezier(0.37, 0.01, 0.43, 1.3);
  transition-delay: 300ms;
}
.widget .menu .list li:nth-child(1) {
  transition-delay: 50ms;
}
.widget .menu .list li:nth-child(2) {
  transition-delay: 100ms;
}
.widget .menu .list li:nth-child(3) {
  transition-delay: 150ms;
}
.widget .menu .list li:nth-child(4) {
  transition-delay: 200ms;
}
.widget .menu .list li:nth-child(5) {
  transition-delay: 250ms;
}
.widget .menu .list li:nth-child(6) {
  transition-delay: 300ms;
}

.dribbble {
  position: fixed;
  display: block;
  right: 24px;
  bottom: 24px;
}
.dribbble img {
  display: block;
  width: 76px;
}
/* ------------- */
:root {
	--hue: 53;
	--bg: hsl(var(--hue),10%,90%);
	--fg: hsl(var(--hue),10%,10%);
	--primary: hsl(var(--hue),90%,50%);
	--trans-dur: 0.3s;
	--trans-timing1: cubic-bezier(0.65,0,0.35,1);
	--trans-timing2: cubic-bezier(0.65,0,0.35,1.35);
	font-size: calc(14px + (30 - 14) * (100vw - 280px) / (3840 - 280));
}
.idea-form {
  background-color: black;
  color: white;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 16.5em;
  height: 4.5em;
  transition: background-color var(--trans-dur), color var(--trans-dur), height var(--trans-dur) var(--trans-timing2);
}
.idea-form, .idea-form__btn, .idea-form__content {
  border-radius: 1.5em;
}
.idea-form, .idea-form__btn {
  position: relative;
}
.idea-form__btn, .idea-form__textarea {
  outline: transparent;
  transition: background-color var(--trans-dur), box-shadow var(--trans-dur), opacity var(--trans-dur) var(--trans-timing1);
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.idea-form__btn:disabled, .idea-form__textarea:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.idea-form__btn {
  background-color: black;
  box-shadow: 0 0 0 0.25em hsla(var(--hue), 90%, 30%, 0);
  color: white;
  cursor: pointer;
  display: flex;
  margin-inline-start: auto;
  padding: 0.5em 1em;
  z-index: 2;
}
.idea-form__btn--start {
  background-color: transparent;
  box-shadow: none;
  color: currentColor;
  display: flex;
  align-items: center;
  letter-spacing: 0.0625em;
  padding-inline-start: 5.25em;
  width: 100%;
  height: 4.5em;
  text-transform: uppercase;
  transition: opacity var(--trans-dur) var(--trans-timing1), visibility var(--trans-dur) steps(1, start);
}
.idea-form__btn:focus-visible {
  box-shadow: 0 0 0 0.25em hsla(var(--hue), 90%, 30%, 1);
}
.idea-form__content {
  opacity: 0;
  padding: 1.5em 1em 0.75em;
  padding-inline-start: 5.25em;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: opacity var(--trans-dur) var(--trans-timing1), visibility var(--trans-dur) steps(1, end);
}
.idea-form__fill, .idea-form__icon, .idea-form__label {
  position: absolute;
}
.idea-form__fill {
  background-color: hsl(var(--hue), 90%, 50%);
  border-radius: 50%;
  top: 1.75em;
  left: 2em;
  width: 1em;
  height: 1em;
  transform: translateY(50%) scale(0);
  transition: transform var(--trans-dur) var(--trans-timing1);
}
[dir=rtl] .idea-form__fill {
  right: 2em;
  left: auto;
}
.idea-form__btn--start:focus-visible {
  box-shadow: none;
}
.idea-form__btn--start:focus-visible + .idea-form__fill, .idea-form__btn--start:hover + .idea-form__fill {
  transform: translateY(0) scale(1);
}
.idea-form__icon {
  color: currentColor;
  display: block;
  top: 0.75em;
  left: 1em;
  width: 3em;
  height: 3em;
  z-index: 1;
}
[dir=rtl] .idea-form__icon {
  right: 1em;
  left: auto;
}
.idea-form__label {
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.idea-form__textarea {
  background-color: transparent;
  color: black;
  display: block;
  margin-bottom: 0.75em;
  resize: none;
  width: 100%;
  height: 3em;
}
.idea-form__textarea::placeholder {
  color: hsl(var(--hue), 10%, 50%);
}
.idea-form[data-expanded=true] {
  background-color: transparent;
  height: 8.5em;
  transition-timing-function: steps(1, end), ease, var(--trans-timing2);
}
.idea-form[data-expanded=true] .idea-form__btn--start {
  opacity: 0;
  pointer-events: none;
  transition-timing-function: var(--trans-timing1), steps(1, end);
  visibility: hidden;
}
.idea-form[data-expanded=true] .idea-form__content {
  opacity: 1;
  transition-timing-function: var(--trans-timing1), steps(1, start);
  visibility: visible;
}
.idea-form[data-expanded=true] .idea-form__fill {
  transform: translateY(0) scale(32);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue),10%,10%);
    --fg: hsl(var(--hue),10%,90%);
  }

  .idea-form {
    background-color: white;
    color: black;
  }
}
:root {
    --main-background:#22222A;
    --card-background:#14151A;
}
canvas {
	display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 300px;
}
object {/*filter: invert(1);*/image-rendering: pixelated;}
.elem:hover {
	animation: aaa 1.8s infinite linear;
	-moz-animation: aaa 1.8s infinite linear;
	-webkit-animation:aaa 1.8s infinite linear;
}
@keyframes aaa {
    0% {top: -186px;transform: rotate(0deg);left: 154px;}
	25% {top: -185.5px;transform: rotate(0.5deg);left: 154.5px;}
    50% {top: -185px;transform: rotate(1deg);left: 155px;}
	75% {top: -185.5px;transform: rotate(0.5deg);left: 154.5px;}
    100% {top: -186px;transform: rotate(0deg);left: 154px;}
}
@-webkit-keyframes aaa {
    0% {top: -186px;transform: rotate(0deg);left: 154px;}
	25% {top: -186px;transform: rotate(0.5deg);left: 154.5px;}
    50% {top: -185px;transform: rotate(1deg);left: 155px;}
	75% {top: -185px;transform: rotate(0.5deg);left: 154.5px;}
    100% {top: -186px;transform: rotate(0deg);left: 154px;}
}
@-moz-keyframes aaa {
    0% {top: -186px;transform: rotate(0deg);left: 154px;}
	25% {top: -186px;transform: rotate(0.5deg);left: 154.5px;}
    50% {top: -185px;transform: rotate(1deg);left: 155px;}
	75% {top: -185px;transform: rotate(0.5deg);left: 154.5px;}
    100% {top:-186px;transform: rotate(0deg);left: 154px;}
}
@keyframes raaa {
    0% {top: 0px;transform: rotate(0deg);left: 0px;}
	25% {top: 0px;transform: rotate(0.5deg);left: 0px;}
    50% {top: 0px;transform: rotate(1deg);left: 0px;}
	75% {top: 0px;transform: rotate(0.5deg);left: 0px;}
    100% {top:0px;transform: rotate(0deg);left: 0px;}
}
.search-icon {
	z-index: 9;
    color: white;
    position: absolute;
    left: -10px;
    top: 20px;
    cursor: help;
}
.search-setting-icon {
    color: white;
    position: absolute;
    top: 18px;
    right: -50px;
    cursor: pointer;
}


#root-contents {
    background: var(--main-background);
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(10rem, 1fr) );/*14rem*/
    grid-template-rows: repeat(auto, 3rem);
    grid-gap: 2rem;
    padding:2rem;
    .card {
        background: var(--card-background);
        grid-area: span calc(var(--card-height, 4) + 1) / span var(--card-width, 1); //+1 for gap
        border-radius: .25rem;
                border: 1px solid;
        border-radius: 20px 20px 20px 20px;
    }
}

body {
    margin: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    background-color: #1E1F20;
}
.spectacledcoder-search-bar {
	position: relative;
    width: 100%;
    height: 61px;
    display: block;
    top: -45px;
    left: -20px;
}
.spectacledcoder-search-bar .spectacledcoder-search-bar-input {
    position: absolute;
    top: 40px;
    margin: auto;
    width: 100%;
    height: 46px;
    border-radius: 23px;
    outline: none;
    border: none;
    padding: 0px 45px 0px 45px;
    font-size: 14px;
    background-color: #27292a;
    color: #ffffff;
    font-weight: 500;
    margin-top: -33px;
    margin-left: -25px;
}
        .spectacledcoder-search-bar .spectacledcoder-search-bar-input::placeholder
        {
            opacity: 70%;
            font-family: "Poppins", sans-serif;
            font-size: 14px; 
            font-weight: 400;
            color: #ffffff;
        }
.spectacledcoder-search-bar .spectacledcoder-dropdown {
	position: absolute;
    top: 52px;
    left: -25px;
    width: calc(100% + 90px);
    max-height: 0px;
    display: flex;
    flex-direction: column;
    background-color: #27292a;
    border-radius: 0px 0px 5px 5px;
    z-index: 100;
    transition: all 1s;	
}
        .spectacledcoder-search-bar .spectacledcoder-dropdown::-webkit-scrollbar
        {
            display: none;
            scroll-behavior: smooth;
        }
        .spectacledcoder-search-bar .spectacledcoder-dropdown ul
        {
            margin: auto;
            list-style-type: none;
            width: 100%;
            height: 100%;
            display: none;
            flex-direction: column;
            margin: 0;
            padding: 0;
            
        }
        .spectacledcoder-search-bar .spectacledcoder-dropdown ul a
        {
            text-decoration: none;
            color: white;
            font-size: 12px;
        }
        .spectacledcoder-search-bar .spectacledcoder-dropdown ul a li
        {
            width: 100%;
            height: 45px;
            margin: auto;
            padding: 0px 0px 0px 0px;
            cursor: pointer;
            display: flex;
           
           
        }
        .spectacledcoder-search-bar .spectacledcoder-dropdown ul a li p
        {
            margin: auto;
            margin-left: 15px;
        }
       
        .spectacledcoder-search-bar .spectacledcoder-dropdown ul a li:hover
        {
            background-color: #363738;
        }
        .spectacledcoder-search-bar .spectacledcoder-dropdown ul a li:hover p
        {
            transform: scale(1.02);
            transition: transform 0.3s;
        }
      
        @keyframes height 
        {
            0%
            {
                height: fit-content;
                max-height: 0px;
            } 
            100%
            {
                height: fit-content;
                max-height: 200px;
            }  
        }
        @keyframes revheight 
        {
            0%
            {
                height: fit-content;
                max-height: 200px;
            } 
            100%
            {
                height: fit-content;
                max-height: 0px;
            }  
        }

        .disclaimer
        {
            font-family: 'Belanosima', sans-serif;
            position: absolute;
            bottom: 0px; 
            left: 0; 
            margin-left: auto; 
            right: 0; 
            margin-right: auto; 
            width: fit-content;
            color: rgb(255, 255, 255);
            text-align: center;
        }
        .disclaimer a
        {
            text-decoration: none;
            color: #ffffff;
            font-family: "Kaushan Script", cursive;
            font-weight: 900;
        }
        .disclaimer a:hover
        {
            text-decoration: overline;
        }
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
#root-search-bar {
    position: relative;
    margin: 0 auto;
    top: 20px;
    height: 300px;
    width: 70%;
}
#root-search-mascot img {
  position:relative;
  width: 20vh;
  margin: 0 auto;
  
}
#root-search-mascot{
	height: 250px;
    width: 380px;
    margin: 0 auto;
}
#breast-svg {
	display: block;
    position: relative;
    z-index: 3;
    top: -185px;
    left: 153px;
	animation:aaa 2s infinite ease-out;
	-moz-animation:aaa 2s infinite ease-out; 
	-webkit-animation:aaa 2s infinite ease-out;
}
#backgroud-svg {
    filter: drop-shadow(0px -2px 2px #f9d9c9);
	display: block;
    z-index: 0;
    position: relative;
    left: 0px;
    top: 0px;
	animation: raaa 2s infinite ease-out;
	-moz-animation: raaa 2s infinite ease-out; 
	-webkit-animation: raaa 2s infinite ease-out;
}

.eye {
    z-index: -99;
    position: absolute;
    overflow: hidden;
    top: 95px;
    left: calc(50vw - 10px);
    width: 20px;
    height: 11px;
    background: #fff;
    border: 3px solid #252525;
    border-radius: 40%;
    transition: 0.3;
    /* animation: blinking infinite 2s 
linear alternate; */
}
@keyframes blinking {
    95% {
        height: 100px;
    }
    100% {
        height: 0px;
    }
}

.eye1 {
    transform: translateX(-40%);
}
.eye2 {
    transform: translateX(60%);
}
.pupil {
    position: absolute;
    top: calc(50% - 2.5px);
    left: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    background: #121212;
    border-radius: 50%;
}
.pupil::after{
  content:'';
  position:absolute;
  top:10px;
  left:10px;
  width: 20px;
  height:20px;
  border-radius:50%;
  background:#fff;
}
.cursor {
    z-index: -999;
    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(255, 163, 163);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.card img {
       position: relative;
    width: calc(100% - 60px);
    border: 1px solid;
    border-radius: 20px 20px 20px 20px;
    right: 30px;
    left: 30px;
    top: 0px;
}
.card-root-bottom {
    display: block;
    /* background: red; */
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
    margin-top: -40px;
}
.card-root-bottom-left {
  display: inline-block;
  /* background: gray; */
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #3d11b5;
  border-left: 1px solid #3d11b5;
  border-radius: 50px 50px 50px 0px;
  margin-left: 10px;
  margin-top: 10px;
}
.card-root-bottom-center {
    display: inline-block;
    /* background: #020101; */
    width: calc(100% - 82px);
    height: 50px;
}
.card-root-bottom-right {
    display: inline-block;
    /* background: gray; */
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #3d11b5;
    border-right: 1px solid #3d11b5;
    border-radius: 50px 50px 0px 50px;
    margin-right: 10px;
    margin-top: 10px;
}
.card-root-top {
	display: block;
    /* background: red; */
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: -20px;
}
.card-root-top-left {
	display: inline-block;
	/* background: gray; */
	width: 30px;height: 30px;
	border-top: 1px solid #3d11b5;
	border-left: 1px solid #3d11b5;
	border-radius: 0px 40px 40px 40px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.card-root-top-center {
	display: inline-block;
    /* background: #020101; */
    width: calc(100% - 82px);
    height: 50px;
}
.card-root-top-right {
    display: inline-block;
    /* background: gray; */
    width: 30px;
    height: 30px;
    border-top: 1px solid #3d11b5;
    border-right: 1px solid #3d11b5;
    border-radius: 40px 0px 40px 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}
