#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #000000, #000000);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  margin: 30px auto 0;
  width: 70px;
  text-align: center;
}

#preloader #status .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #33ff00;
  border-radius: 5px;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 2s infinite ease-in-out both;
          animation: sk-bouncedelay 2s infinite ease-in-out both;
}

#preloader #status .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

#preloader #status .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*** Spinner ***/
.spinner {
  width: 40px;
  height: 40px;
  background: var(--primary);
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#progressbar {
  width: 30%;
  height: 10px;
  background-color: green;
  border-radius: 5px;
}

#content {
  display: none;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #ff9100;
    font-weight: 700;
    line-height: 1.5
}


body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    background-color: #2b2c30;
    font-weight: 400;
    line-height: 1.7;
    color: #ccc;
    position: relative;
    overflow-x: hidden
    
}


a {
    color: #fff
}

a:focus,
a:hover {
    color: #ffee5c !important
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

.img {
    max-width: 170%
}

a,
:after,
:before,
.transition {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

a:focus,
a:hover {
    text-decoration: none
}

ul,
ol {
    list-style: none
}

section {
    position: relative
}

.sec-padding {
    padding: 70px 0
}

.sec-title h2 {
    text-transform: capitalize;
    color: #ffee5c
}

.sec-title .devider {
    margin-top: 20px
}

.sec-title .devider:after,
.sec-title .devider:before {
    content: "______________";
    color: #ccc;
    position: relative;
    bottom: 6px
}

.sec-title .devider:before {
    right: 10px
}

.sec-title .devider:after {
    left: 10px
}

.mb50 {
    margin-bottom: 50px
}

.scale0,
.work-filter ul li a:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.our-team:hover .social {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.shadow {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.social-links {
    margin-top: 5%
}

.social-links li {
    display: inline-block
}

.social-links li a {
    display: block;
    margin: 0 6px
}

#navigation {
    background-color: rgba(43, 44, 48, 0.4);
    border: 0 none;
    margin: 0;
    padding: 0;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
    box-shadow: 0px 0px 4px #222
}

#navigation .navbar {
    padding: 0
}

#navigation .navbar-brand {
    padding: 0;
    height: 50px
}

#navigation .navbar-nav li a {
    border-top: 1px solid transparent;
    font-size: 13px
}

#navigation .navbar-nav li a.current,
#navigation .navbar-nav li a:focus,
#navigation .navbar-nav li a:hover {
    background-color: transparent;
    border-top: 1px solid #ffee5c;
    color: #fff
}

#navigation .navbar-nav li:hover ul.submenu {
    display: block;
    opacity: 1;
    top: 100%
}

#navigation .navbar-nav ul.submenu {
    position: absolute;
    width: 130px;
    background: #2b2c30;
    z-index: 9;
    left: 0;
    top: 80%;
    display: none;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0
}

#navigation .navbar-nav ul.submenu li {
    display: block;
    padding: 3px 0
}

#navigation .navbar-nav ul.submenu li a {
    display: block;
    padding: 6px 10px !important
}

#navigation .navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    color: #ffee5c;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.hero-area .carousel-inner .carousel-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

.hero-area .carousel-inner .carousel-caption {
    top: 40%
}

.hero-area .carousel-inner .carousel-caption h2 {
    font-size: 62px;
    margin-bottom: 10px
}

.hero-area .carousel-inner .carousel-caption h2 span {
    font-weight: 800
}

.hero-area .carousel-inner .carousel-caption h3 {
    font-size: 48px;
    margin: 6px 0 20px
}

.hero-area .carousel-inner .carousel-caption h3 span {
    color: #ffee5c
}

.hero-area .carousel-inner .carousel-caption h3+span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px
}

.hero-area .carousel-inner .carousel-caption h3+span:before,
.hero-area .carousel-inner .carousel-caption h3+span:after {
    color: #ffee5c;
    content: "___";
    position: relative;
    top: -8px
}

.hero-area .carousel-inner .carousel-caption h3+span:before {
    right: 20px
}

.hero-area .carousel-inner .carousel-caption h3+span:after {
    left: 30px
}

.hero-area .carousel-inner .carousel-caption h2,
.hero-area .carousel-inner .carousel-caption h3 {
    font-weight: 300;
    line-height: 1.1
}

.hero-area .carousel-indicators {
    bottom: 10px;
    width: 0;
    display: inline-block;
    margin: 0;
    right: 30px;
    left: auto;
    top: 49%
}

.hero-area .carousel-indicators .active {
    background-color: #ffee5c;
    border-color: #ffee5c
}

.hero-area .carousel-indicators li {
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 8px;
    border-radius: 50%;
    width: 8px
}


.primary-btn {
    color: #2b2c30;
    padding: 0 52px;
    background: #ffee5c;
    overflow: hidden;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #ffee5c;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.primary-btn:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    color: #2b2c30
}

.primary-btn:hover {
    background: transparent;
    border: 1px solid #ffee5c
}

.primary-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.primary-btn:hover span {
    opacity: 1;
    color: #ffee5c;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.primary-btn:hover span:nth-child(1) {
    -webkit-transition-delay: 0.01s;
    -moz-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
    transition-delay: 0.01s
}

.primary-btn:hover span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.primary-btn:hover span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.primary-btn:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.primary-btn:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.primary-btn:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.primary-btn:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.primary-btn:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.primary-btn:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.primary-btn:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.primary-btn:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.primary-btn:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.primary-btn:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.primary-btn:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.primary-btn:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.primary-btn:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.primary-btn:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.primary-btn:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.primary-btn:hover span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s
}

.primary-btn:hover span:nth-child(20) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.primary-btn span {
    display: inline-block;
    padding: 12px 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.progress {
    box-shadow: none
}

input:focus,
button:focus {
    outline: none
}

.navbar-collapse.show {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-top: 1px solid transparent
}

.nav-tabs {
    border: 0
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a,
.nav>li {
    position: relative;
    display: block;
    font-size: 1.1rem;
}

.flexslider {
    border: none;
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #2b2c30
}

.owl-theme .owl-controls {
    margin-top: 0
}

.owl-theme .owl-controls .owl-page span {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #ffee5c
}

.navbar-brand h1 {
    font-size: 1.5rem;
}

@media screen and (max-width: 991px) {

    .tab-content,
    .nav.nav-pills>li>a {
        width: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-area .carousel-inner .carousel-caption h2 {
        font-size: 55px
    }

    .hero-area .carousel-inner .carousel-caption h3 {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .carousel-inner .carousel-caption h2 {
        font-size: 48px
    }

    .hero-area .carousel-inner .carousel-caption h3 {
        font-size: 35px
    }

    .hero-area .carousel-inner .carousel-caption p {
        font-size: 14px
    }
}

@media only screen and (max-width: 500px) {
    .hero-area .carousel-inner .carousel-caption {
        top: 35%
    }
}
body .twitter {
    position: fixed;
    display: block;
    right: 12px;
    bottom: 12px;
  }

  body .twitter svg {
    width: 32px;
    height: 32px;
    fill: #1da1f2;
  }

  .feedback {
    --normal: #414052;
    --normal-shadow: #313140;
    --normal-shadow-top: #4c4b60;
    --normal-mouth: #2e2e3d;
    --normal-eye: #282734;
    --active: #f8da69;
    --active-shadow: #f4b555;
    --active-shadow-top: #fff6d3;
    --active-mouth: #f05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    --hover: #454456;
    --hover-shadow-top: #59586b;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .feedback label {
    position: relative;
    transition: transform 0.3s;
    cursor: pointer;
  }

  .feedback label:not(:last-child) {
    margin-right: 20px;
  }

  .feedback label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: var(--sb, var(--normal));
    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow)), inset -1px 1px 2px var(--sht, var(--normal-shadow-top));
    transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
    -webkit-tap-highlight-color: transparent;
  }

  .feedback label div {
    width: 40px;
    height: 40px;
    position: relative;
    transform: perspective(240px) translateZ(4px);
  }

  .feedback label div svg,
  .feedback label div:before,
  .feedback label div:after {
    display: block;
    position: absolute;
    left: var(--l, 9px);
    top: var(--t, 13px);
    width: var(--w, 8px);
    height: var(--h, 1px);
    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
  }

  .feedback label div svg {
    fill: none;
    stroke: var(--s);
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s;
  }

  .feedback label div svg.eye {
    --s: var(--e, var(--normal-eye));
    --t: 17px;
    --w: 7px;
    --h: 4px;
  }

  .feedback label div svg.eye.right {
    --l: 23px;
  }

  .feedback label div svg.mouth {
    --s: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 7px;
  }

  .feedback label div:before,
  .feedback label div:after {
    content: "";
    z-index: var(--zi, 1);
    border-radius: var(--br, 1px);
    background: var(--b, var(--e, var(--normal-eye)));
    transition: background 0.4s;
  }

  .feedback label.angry {
    --step-1-rx: -24deg;
    --step-1-ry: 20deg;
    --step-2-rx: -24deg;
    --step-2-ry: -20deg;
  }

  .feedback label.angry div:before {
    --r: 20deg;
  }

  .feedback label.angry div:after {
    --l: 23px;
    --r: -20deg;
  }

  .feedback label.angry div svg.eye {
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
  }

  .feedback label.angry input:checked {
    -webkit-animation: angry 1s linear;
    animation: angry 1s linear;
  }

  .feedback label.angry input:checked+div:before {
    --middle-y: -2px;
    --middle-r: 22deg;
    -webkit-animation: toggle 0.8s linear forwards;
    animation: toggle 0.8s linear forwards;
  }

  .feedback label.angry input:checked+div:after {
    --middle-y: 1px;
    --middle-r: -18deg;
    -webkit-animation: toggle 0.8s linear forwards;
    animation: toggle 0.8s linear forwards;
  }

  .feedback label.sad {
    --step-1-rx: 20deg;
    --step-1-ry: -12deg;
    --step-2-rx: -18deg;
    --step-2-ry: 14deg;
  }

  .feedback label.sad div:before,
  .feedback label.sad div:after {
    --b: var(--active-tear);
    --sc: 0;
    --w: 5px;
    --h: 5px;
    --t: 15px;
    --br: 50%;
  }

  .feedback label.sad div:after {
    --l: 25px;
  }

  .feedback label.sad div svg.eye {
    --t: 16px;
  }

  .feedback label.sad div svg.mouth {
    --t: 24px;
    stroke-dasharray: 9.5;
    stroke-dashoffset: 33.25;
  }

  .feedback label.sad input:checked+div:before,
  .feedback label.sad input:checked+div:after {
    -webkit-animation: tear 0.6s linear forwards;
    animation: tear 0.6s linear forwards;
  }

  .feedback label.ok {
    --step-1-rx: 4deg;
    --step-1-ry: -22deg;
    --step-1-rz: 6deg;
    --step-2-rx: 4deg;
    --step-2-ry: 22deg;
    --step-2-rz: -6deg;
  }

  .feedback label.ok div:before {
    --l: 12px;
    --t: 17px;
    --h: 4px;
    --w: 4px;
    --br: 50%;
    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
  }

  .feedback label.ok div:after {
    --l: 13px;
    --t: 26px;
    --w: 14px;
    --h: 2px;
    --br: 1px;
    --b: var(--m, var(--normal-mouth));
  }

  .feedback label.ok input:checked+div:before {
    --middle-s-y: 0.35;
    -webkit-animation: toggle 0.2s linear forwards;
    animation: toggle 0.2s linear forwards;
  }

  .feedback label.ok input:checked+div:after {
    --middle-s-x: 0.5;
    -webkit-animation: toggle 0.7s linear forwards;
    animation: toggle 0.7s linear forwards;
  }

  .feedback label.good {
    --step-1-rx: -14deg;
    --step-1-rz: 10deg;
    --step-2-rx: 10deg;
    --step-2-rz: -8deg;
  }

  .feedback label.good div:before {
    --b: var(--m, var(--normal-mouth));
    --w: 5px;
    --h: 5px;
    --br: 50%;
    --t: 22px;
    --zi: 0;
    opacity: 0.5;
    box-shadow: 16px 0 0 var(--b);
    filter: blur(2px);
  }

  .feedback label.good div:after {
    --sc: 0;
  }

  .feedback label.good div svg.eye {
    --t: 15px;
    --sc: -1;
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
  }

  .feedback label.good div svg.mouth {
    --t: 22px;
    --sc: -1;
    stroke-dasharray: 13.3;
    stroke-dashoffset: 23.75;
  }

  .feedback label.good input:checked+div svg.mouth {
    --middle-y: 1px;
    --middle-s: -1;
    -webkit-animation: toggle 0.8s linear forwards;
    animation: toggle 0.8s linear forwards;
  }

  .feedback label.happy div {
    --step-1-rx: 18deg;
    --step-1-ry: 24deg;
    --step-2-rx: 18deg;
    --step-2-ry: -24deg;
  }

  .feedback label.happy div:before {
    --sc: 0;
  }

  .feedback label.happy div:after {
    --b: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 8px;
    --br: 0 0 8px 8px;
  }

  .feedback label.happy div svg.eye {
    --t: 14px;
    --sc: -1;
  }

  .feedback label.happy input:checked+div:after {
    --middle-s-x: 0.95;
    --middle-s-y: 0.75;
    -webkit-animation: toggle 0.8s linear forwards;
    animation: toggle 0.8s linear forwards;
  }

  .feedback label input:checked {
    --sb: var(--active);
    --sh: var(--active-shadow);
    --sht: var(--active-shadow-top);
  }

  .feedback label input:checked+div {
    --m: var(--active-mouth);
    --e: var(--active-eye);
    -webkit-animation: shake 0.8s linear forwards;
    animation: shake 0.8s linear forwards;
  }

  .feedback label input:not(:checked):hover {
    --sb: var(--hover);
    --sht: var(--hover-shadow-top);
  }

  .feedback label input:not(:checked):active {
    transform: scale(0.925);
  }

  .feedback label input:not(:checked):active+div {
    transform: scale(0.925);
  }

  .feedback label:hover {
    transform: scale(1.08);
  }

  @-webkit-keyframes shake {
    30% {
      transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }

    60% {
      transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }

    100% {
      transform: perspective(240px) translateZ(4px);
    }
  }

  @keyframes shake {
    30% {
      transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }

    60% {
      transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }

    100% {
      transform: perspective(240px) translateZ(4px);
    }
  }

  @-webkit-keyframes tear {
    0% {
      opacity: 0;
      transform: translateY(-2px) scale(0) translateZ(0);
    }

    50% {
      transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
    }

    20%,
    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
      transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
    }
  }

  @keyframes tear {
    0% {
      opacity: 0;
      transform: translateY(-2px) scale(0) translateZ(0);
    }

    50% {
      transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
    }

    20%,
    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
      transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
    }
  }

  @-webkit-keyframes toggle {
    50% {
      transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
  }

  @keyframes toggle {
    50% {
      transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
  }

  @-webkit-keyframes angry {
    40% {
      background: var(--active);
    }

    45% {
      box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
  }

  @keyframes angry {
    40% {
      background: var(--active);
    }

    45% {
      box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
  }

  html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }

  * {
    box-sizing: inherit;
  }

  *:before,
  *:after {
    box-sizing: inherit;
  }


  /* -- External Social Link CSS Styles -- */

  #source-link {
    top: 120px;
  }

  #source-link>i {
    color: rgb(94, 106, 210);
  }

  #yt-link {
    top: 65px;
  }

  #yt-link>i {
    color: rgb(219, 31, 106);

  }

  #Fund-link {
    top: 10px;
  }

  #Fund-link>i {
    color: rgb(255, 251, 0);

  }

  .meta-link {
    align-items: center;
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-flex;
    gap: 4px;
    left: 10px;
    padding: 10px 20px;
    position: fixed;
    text-decoration: none;
    transition: background-color 600ms, border-color 600ms;
    z-index: 10000;
  }

  .meta-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .meta-link>i,
  .meta-link>span {
    height: 20px;
    line-height: 20px;
  }

  .meta-link>span {
    color: white;
    font-family: "Rubik", sans-serif;
    transition: color 600ms;
  }
  .floating-icon {
    position: fixed;
    top: 30%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 9999;
  }
  
  .icon {
    background-color: #4CAF50;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: white;
    font-weight: italic;
    font-size: 10px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .floating-icon {
    /* Add the animation properties */
    animation: pulse 2s infinite ease-in-out;
  }
  .floating-icon:hover {
    /* Add the animation properties */
    animation: pulse 2s infinite ease-in-out;
  }
  .icon {
    background-color: #4CAF50;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: white;
    font-weight: italic;
    font-size: 10px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .🎅 {
    position: fixed;
    bottom: 50PX;
    left: 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    animation: bouncing-words 1s infinite alternate ease-in-out;
  }
  
  @keyframes bouncing-words {
    0% {
      transform: translateY(0);
    }
    70% {
      transform: translateY(70%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .☃️🎉  {
    position: fixed;
    right: 20px;
    bottom: 50px;
    font-size: 20px;
    opacity: 0;
    animation: fade-in-out 3s linear infinite;
  }
  
  @keyframes fade-in-out {
    0%, 100% {
      opacity: 0;
      transform: translateX(100px);
    }
    25%, 75% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .🎉 {
    animation-delay: 4s;
  }
  .canvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .snowfall-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; /* Adjust the z-index as needed to position the animation on top of other elements */
    pointer-events: none; /* This will prevent the snowfall container from interfering with clickable elements underneath */
  }
  
  .snowfall {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .snowfall span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: black; /* Change the text color as needed */
    animation: falling-words 2s linear infinite;
  }
  .word {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: black;
    /* Remove animation */
  }
  
  /* Individual word animations */
  .word1 {
    animation: falling-words-1 1s linear infinite;
    left: 10%;
  }
  
  .word2 {
    animation: falling-words-2 2s linear infinite;
    left: -10%;
  }  @keyframes falling-words {
    0% {
      top: 0;
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      top: 100%;
      opacity: 0;
    }
  }
  .list {
    list-style: none;
    display: flex;
    align-items: right;
    gap: 40px;
    position: right;
}

.link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.link::before,
.link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00fffc;
    transform: scaleX(0);
    transition: transform 0.25s;
}

.link::before {
    top: -3px;
    transform-origin: left;
}

.link::after {
    bottom: -3px;
    transform-origin: right;
}

.link:hover::before,
.link:hover::after,
.active::before,
.active::after {
    transform: scaleX(1);
}


.name {
    position: absolute;
    top: 70%;
    font-size: 11px;
    color: #00fffc;
    font-weight: 800;
}


/* -- External Social Link CSS Styles -- */

#source-link {
    top: 120px;
}

#source-link>i {
    color: rgb(94, 106, 210);
}

#yt-link {
    top: 65px;
}

#yt-link>i {
    color: rgb(219, 31, 106);

}

#Fund-link {
    top: 10px;
}

#Fund-link>i {
    color: rgb(255, 251, 0);

}


.meta-link {
    align-items: center;
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-flex;
    gap: 5px;
    left: 10px;
    padding: 10px 20px;
    position: fixed;
    text-decoration: none;
    transition: background-color 600ms, border-color 600ms;
    z-index: 10000;
}

.meta-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.meta-link>i,
.meta-link>span {
    height: 20px;
    line-height: 20px;
}

.meta-link>span {
    color: white;
    font-family: "Rubik", sans-serif;
    transition: color 600ms;
}


.others-linka {
  align-items: center; /* Align items vertically in the center */
  backdrop-filter: blur(3px);
  background-color: rgba(252, 193, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  padding: 5px 10px;
  position: fixed;
  top: 40px;
  right: 10px; /* Position it at the top right */
  text-decoration: none;
  transition: background-color 600ms, border-color 600ms;
  z-index: 10000;
}

.others-linka:hover {
  background-color: rgba(12, 219, 74, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.others-linka > i,
.others-linka > span {
  height: 20px;
  line-height: 20px;
}

.others-linka > span {
  color: white;
  font-family: "Rubik", sans-serif;
  transition: color 600ms;
}

#others-linka > i {
  color: rgb(226, 76, 7);
  align-items: center;
}
.bubbly-button {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 1em;
  padding: 1em 2em;
  margin-top: 50px;
  margin-bottom: 60px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #00fffc;
  color: #000000;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px #00fffc;
}

.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, transparent 20%, #00fffc 20%, transparent 30%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00fffc 15%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00fffc 15%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%), radial-gradient(circle, #00fffc 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  transform: scale(0.9);
  background-color: #00fffc;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position:
      5% 90%, 10% 90%, 10% 90%,
      15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position:
      0% 80%, 0% 20%, 10% 40%,
      20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position:
      0% 70%, 0% 10%, 10% 30%,
      20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,
      0% 0%, 0% 0%, 0% 0%,
      0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

// Vanilla JavaScript (No need for jQuery)
document.getElementById("toggle-button").addEventListener("click", function() {
  var linksContainer = document.getElementById("links-container");
  var toggleSymbol = document.getElementById("toggle-symbol");
  
  // Toggle display between none and flex
  if (linksContainer.style.display === "none" || linksContainer.style.display === "") {
    linksContainer.style.display = "flex";
    toggleSymbol.textContent = "X"; // Change symbol to "X" when links are visible
  } else {
    linksContainer.style.display = "none";
    toggleSymbol.textContent = "="; // Revert to "=" when links are hidden
  }
});
