@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "consolas", sans-serif;
  scroll-behavior: smooth;
}

:root {

  --Red: #A5A9A0;
  --Background: black;
  --text-color: #66655d;
  --maker: #FFDAB9;
  /*primary dark color*/
  --charcoalgrey: #2E2E2E;
  --onyxblack: #1C1C1C;
  /*accent dark color*/
  --deepnavy: #003366;
  --midnightblue: #002B36;
  /*light color*/
  --lwhite: #ffffff;
  --softgrey: #B0B0B0;
  --pastelblue: #A7C4D6;
  /*accent light color*/
  --electricblue: #00BFFF;
  --mintgreen: #98FF98;
  --exposegreen: #00ffb3;
  --test: #c24903;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--charcoalgrey);
  user-select: true;
  width: device-width;
  overflow-x: hidden;
  font-family: VT32, Pixelify Sans, 'consolas';
}
header {
  left: 0;
  width: 100%;
  position: relative;
}

.Logo {
  color: var(--exposegreen);
  font-weight: 700;
  text-decoration: none;
  font-size: 125%;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.0s;
  text-shadow: 0 0 2px var(--mintgreen);
  margin-left: 10px;
  position: relative;
}

.logoimg {
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-left: 27px;
}

.logoimg:hover {
  transform: scale(1.1);
  text-shadow: 0 0 25px var(--Dark-Blue);
  rotate: -10deg;
}

.header ul {
  display: flex;
  margin-right: 10px;
  justify-content: right;
  align-items: right;
  margin-top: 10px;
}

.header ul li {
  list-style: none;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 120%;
  padding-left: 18px;
  padding-right: 18px;
}

.header ul li a {
  text-decoration: none;
  color: var(--text-color);
}

.header ul li a:hover,
.header ul li a.active {
  background-color: var(--charcoalgrey);
  color: var(--exposegreen);
  transition: 0.9s ease;
  text-shadow: 0 0 2px var(--mintgreen);
}

.window {
  width: auto;
  max-width: auto;
  background-color: #111;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: auto;
  max-height: 65vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  color: #DBA337;
  padding-top: 1.9%;
  padding-bottom: 1.9%;
  padding-left: 2.8%;
  padding-right: 2.8%;
  display: block;
  margin-right: 20%;
  margin-left: 20%;
  margin-top: 7%;
  font-size: 100%;
}

::selection {
  color: #211830;
  background-color: #519975;
}

::-moz-selection {
  color: #211830;
  background-color: #519975;
}

textarea {
  left: -1000px;
  position: absolute;
}

b {
  font-weight: bold;
  text-decoration: underline;
}

/* Cursor Start */
.cursor {
  font-size: 12px;
  color: #73ABAD;
  background-color: #73ABAD;
  position: relative;
  opacity: 1;
  height: 1.5em;
  width: 10px;
  max-width: 10px;
  transform: translateY(4px);
  overflow: hidden;
  text-indent: -5px;
  display: inline-block;
  text-decoration: blink;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#command {
  cursor: text;
  height: 50px;
  color: #73ABAD;
}

#liner {
  line-height: 1.3em;
  margin-top: -2px;
  animation: show 0.5s ease forwards;
  animation-delay: 1.2s;
  opacity: 0;
}

#liner::before {
  color: #519975;
  content: "user: ~$";
}

#liner.password::before {
  content: "Password:";
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Cursor End */
p {
  display: flex;
  line-height: 1.3em;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  letter-spacing: 0.05em;
  animation: typing 0.5s steps(30, end);
}

.no-animation {
  animation: typing 0 steps(30, end);
}

.margin {
  margin-left: 20px;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.index {
  color: #DCDCCC;
}

.color2 {
  color: #B89076;
}

.command {
  color: #73ABAD;
  text-shadow: 0 0 5px #73ABAD;
}

.error {
  color: #B89076;
}

.white {
  color: #fff;
}

.inherit,
a {
  color: #9C8394;
}

a {
  text-decoration: inherit;
}

a:hover {
  background: #73ABAD;
  color: #211830;
}

a:focus {
  outline: 0;
}

.Intro {
  margin-left: 12%;
  border-left: 0.2px solid #ffffff;
  padding-left: 30px;
}

.smallhigh {
  color: var(--exposegreen);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 100%;
  font-family: 'cascadia code', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 2px;
}

.Bold1 {
  color: var(--lwhite);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 280%;
  font-family: Arial Black;
  font-weight: 700;
  letter-spacing: 2px;
}

.Bold2 {
  color: var(--softgrey);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 275%;
  font-family: Arial Black;
  font-weight: 700;
  letter-spacing: 2px;
}

.smallhigh2 {
  color: var(--exposegreen);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 100%;
  letter-spacing: 2px;
}

.btn1 {
  padding: 10px 25px;
  color: white;
  background: red;
  cursor: pointer;
  font-size: 140%;
  transition: 0.3s ease;
  font: bold;
  font-weight: 900;
  transition: 0.3s;
  margin-top: 38px;
}

.btn1:hover {
  background-color: white;
  border-radius: 35px;
  transition: 0.5s;
  color: black;
}

.smallhigh3 {
  color: var(--softgrey);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 100%;
  letter-spacing: 1px;
}
/*primary btn1*/
.primary-button {
  /*font-family: 'Ropa Sans', sans-serif;*/
  font-family: 'Valorant', sans-serif;
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border: 1px solid #0E1822;
  padding: 0.8rem 2.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23FF4655 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #0E1822;
  background-size: 200%;
  background-position: 200%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transition-property: background-position, border, color;
  position: relative;
  z-index: 1;
}

.primary-button:hover {
  border: 1px solid #FF4655;
  color: white;
  background-position: 40%;
}

.primary-button:before {
  content: "";
  position: absolute;
  background-color: #0E1822;
  width: 0.2rem;
  height: 0.2rem;
  top: -1px;
  left: -1px;
  transition: background-color 0.15s ease-in-out;
}

.primary-button:hover:before {
  background-color: white;
}

.primary-button:hover:after {
  background-color: white;
}

.primary-button:after {
  content: "";
  position: absolute;
  background-color: #FF4655;
  width: 0.3rem;
  height: 0.3rem;
  bottom: -1px;
  right: -1px;
  transition: background-color 0.15s ease-in-out;
}

.button-borders {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.button-borders:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  top: -0.3em;
  border: 1px solid #0E1822;
  border-bottom: 0px;
  /* opacity: 0.3; */
}

.button-borders:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  bottom: -0.3em;
  border: 1px solid #0E1822;
  border-top: 0px;
  /* opacity: 0.3; */
  z-index: 0;
}

.shape {
  fill: #0E1822;
}


.hireme{
  position: relative;
}

/*primary btn2*/
.primary-button2 {
  /*font-family: 'Ropa Sans', sans-serif;*/
  font-family: 'Valorant', sans-serif;
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border: 1px solid #0E1822;
  padding: 0.8rem 2.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23FF4655 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #0E1822;
  background-size: 200%;
  background-position: 200%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transition-property: background-position, border, color;
  position: relative;
  z-index: 1;
}

.primary-button2:hover {
  border: 1px solid #FF4655;
  color: white;
  background-position: 40%;
}

.primary-button2:before {
  content: "";
  position: absolute;
  background-color: #0E1822;
  width: 0.2rem;
  height: 0.2rem;
  top: -1px;
  left: -1px;
  transition: background-color 0.15s ease-in-out;
}

.primary-button2:hover:before {
  background-color: white;
}

.primary-button2:hover:after {
  background-color: white;
}

.primary-button2:after {
  content: "";
  position: absolute;
  background-color: #FF4655;
  width: 0.3rem;
  height: 0.3rem;
  bottom: -1px;
  right: -1px;
  transition: background-color 0.15s ease-in-out;
}

.button-borders {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.button-borders:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  top: -0.3em;
  border: 1px solid #0E1822;
  border-bottom: 0px;
  /* opacity: 0.3; */
}

.button-borders:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  bottom: -0.3em;
  border: 1px solid #0E1822;
  border-top: 0px;
  /* opacity: 0.3; */
  z-index: 0;
}

.shape {
  fill: #0E1822;
}
.personallife{
  display: flexbox;
  position: relative;
  margin-left: 10rem; 
}
.primary-button3 {
  /*font-family: 'Ropa Sans', sans-serif;*/
  font-family: 'Valorant', sans-serif;
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border: 1px solid #0E1822;
  padding: 0.8rem 2.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23FF4655 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: var(--charcoalgrey);
  background-size: 200%;
  background-position: 200%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transition-property: background-position, border, color;
  position: relative;
  z-index: 1;
}

.primary-button3:hover {
  border: 1px solid #FF4655;
  color: white;
  background-position: 40%;
}

.primary-button3:before {
  content: "";
  position: absolute;
  background-color: var(--charcoalgrey);
  width: 0.2rem;
  height: 0.2rem;
  top: -1px;
  left: -1px;
  transition: background-color 0.15s ease-in-out;
}

.primary-button3:hover:before {
  background-color: white;
}

.primary-button2:hover:after {
  background-color: white;
}

.primary-button3:after {
  content: "";
  position: absolute;
  background-color: #FF4655;
  width: 0.3rem;
  height: 0.3rem;
  bottom: -1px;
  right: -1px;
  transition: background-color 0.15s ease-in-out;
}

.button-borders {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.button-borders:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  top: -0.3em;
  border: 1px solid #0E1822;
  border-bottom: 0px;
  /* opacity: 0.3; */
}

.button-borders:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  bottom: -0.3em;
  border: 1px solid #0E1822;
  border-top: 0px;
  /* opacity: 0.3; */
  z-index: 0;
}

.shape {
  fill: var(--charcoalgrey);
}
.personallife{
  display: flex;
  position: relative;
  margin-left: 10rem; 
}
.about{
  margin-left: 12%;
  padding-top: 10rem;
  padding-left: 60px;
  position: relative;
}
.sectionheading{
  font-size: 110%;
  color: var(--exposegreen);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 100%;
  font-family: 'cascadia code', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 2px;
}
.Bold22{
  color: var(--pastelblue);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 180%;
  font-family: Arial Black;
  font-weight: 700;
  letter-spacing: 2px;
}
.Bold22:after{
  content: "";
  width: 1px;
  height: 10rem;
  color: var(--deepnavy);
  rotate: 90deg;
}
.aboutme{
  width: 85%;
  border-right: 1px solid white;
  padding-right: 10px;
}
.smallhigh4{
  color: var(--maker);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 100%;
  letter-spacing: 1px;
} 
.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s ease;
}
.star-1:hover {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.star-:hover2 {
  position: absolute;
  top: -25%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

 .star-3:hover {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

 .star-4:hover {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.star-5:hover  {
  position: absolute;
  top: 25%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.star-6:hover  {
  position: absolute;
  top: 5%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.fil0 {
  fill: #fffdef;
}
.work{
  margin-left: 12%;
  padding-top: 10rem;
  padding-left: 60px;
  position: relative;
}
.myworks{
  width: 85%;
  padding-right: 10px;
}
/*.bullets1{
  rotate: 90deg;
}*/
.POP{
  gap: 15px;
  list-style: none;
  display: flex;
  margin-left: 3%;
  position: relative;
}
.POP li{
  color: white;
  font-size: 70%;
  font-family: 'cascadia code', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 2px;
  transition: 0.9s ease;
  cursor: pointer;
  padding-right: 35px;
}
.POP li:hover{
  color: var(--exposegreen);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
}
.contact{
  padding-top: 10rem;
  position: relative;
}
ul {
  list-style: none;
}

.example-1 {
  display: flex;
  justify-content: left;
  align-items: left;
  font-weight: bolder; /* Made bolder */
  border-radius: 30px; /* Added border-radius to make the container rounded */
  padding: 0px; /* Added padding for better appearance */
  height: 70px;
  width: auto;
}

.example-1 .icon-content {
  margin: 0 10px;
  position: relative;
  font-weight: bolder; /* Made bolder */
  cursor: pointer;
}

.example-1 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff; /* White background */
  color: #000; /* Black text */
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: bolder; /* Made bolder */
}

.example-1 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.example-1 .icon-content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff; /* White icons */
  background-color: #000; /* Black background */
  transition: all 0.3s ease-in-out;
  font-weight: bolder; /* Made bolder */
}

.example-1 .icon-content .link:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-1 .icon-content .link svg {
  width: 30px;
  height: 30px;
  fill: #fff; /* White icons */
}

.example-1 .icon-content .link[data-social="spotify"]:hover {
  color: #1db954;
}

.example-1 .icon-content .link[data-social="pinterest"]:hover {
  color: #bd081c;
}

.example-1 .icon-content .link[data-social="dribbble"]:hover {
  color: #ea4c89;
}

.example-1 .icon-content .link[data-social="telegram"]:hover {
  color: #0088cc;
}


body
{
  margin:0;
  padding:0;
  font-family: 'Montserrat Alternates', sans-serif;
}
*
{
  padding:0;
  margin:0;
}
section {
    padding: 100px 0;
}

.shadow3 {
    background-image: url("http://www.commixturesoft.com/img/shadow3.png");
    background-repeat: no-repeat;
}

.height450{height:450px;}

.badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.section-title .badge {
    margin: 0 0 8px;
}
.badge {
    border-radius: 100px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    padding: 4px 14px;
    text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #3f345f;
}

h2 {
    font-size: 36px;
}

.social-overlap {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.social-bar {
    display: flex;
    border-radius: 10px;
    background: var(--charcoalgrey);
}
.iconpad {
    padding: 12px 0;
    width: 100%;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
}

.social-icons a {
    border-radius: 50px;
    color: #3f345f;
    display: inline-block;
    line-height: 52px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 15px 15px;
    font-size: 22px;
}

a {
    text-decoration: none !important;
    color: #3f345f;
    transition: all 0.3s ease 0s;
}

.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}



/*socil*/
.slider-nav{
        display: flex;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;

}
.slider-nav-item:before
{
        position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

    .process-scetion .slider-nav-item:nth-child(2) {
      color: #98ff98; }
    .process-scetion .slider-nav-item:nth-child(3) {
      color: #ff0080; }
    .process-scetion .slider-nav-item:nth-child(4) {
      color: #40beff; }
    .process-scetion .slider-nav-item:nth-child(5) {
      color: #38385f; }
    .process-scetion .slider-nav-item:after {
      position: absolute;
      top: 50%;
      left: 100%;
      height: 2px;
      content: '';
      width: 100%;
      background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
      z-index: 0;
      animation: slide 1s linear infinite; }
    .process-scetion .slider-nav-item:last-child:after {
      display: none; }
    .process-scetion .slider-nav-item .ikon {
      font-size: 50px;
      line-height: 80px; }


   
      .process-scetion .slider-nav-item.active:before {
        position: absolute;
        content: "";
        height: calc(100% + 16px);
        width: calc(100% + 16px);
        top: -8px;
        left: -8px;
        border-radius: 50%;
        border: 1px solid rgba(132, 132, 164, 0.35);
        animation: 1.5s linear 0s normal none infinite focuse; }

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1; }
  75% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

.shadow-img1{
    background-image:url("../img/shadow.png");
    background-repeat:no-repeat;
    background-position:bottom;
}

.shadow-img2{
        background-position: bottom;
    background-image: url("../img/shadow2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}


.slider-nav-item:after {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    content: '';
    width: 100%;
    background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
    z-index: 0;
    animation: slide 1s linear infinite;
}
.mt100{margin-top:100px;}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}


.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}

.social-bar a:hover i
{
  -webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}


@media only screen and (max-width: 300px) {
  .process-scetion .slider-nav-item
  {
    height: 30px;
    width: 30px;
    margin: 15px 10px;
    line-height: 28px;
  }
}
.pol{
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.smallhigh33{
  color: var(--softgrey);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 100%;
  letter-spacing: 1px;
  cursor: pointer;
}
.smallhigh33:hover{
  color: var(--exposegreen);
}
/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2E2E2E; /* charcoalgrey background */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.progress-bar-container {
  width: 80%;
  max-width: 600px;
  height: 45px;
  border: 4px dotted #2e2e2e; /* Dotted border */
  border-radius: 5px;
  overflow: hidden;
  background: #FFDAB9; /* Light pink background */
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Retro shadow effect */
}
/* Adding vertical lines with increased gaps */
.progress-bar-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: repeating-linear-gradient(
      to right,
      transparent,
      transparent 35px, /* Adjusted gap size */
      #FFDAB9 35px,
      #FFDAB9 37px /* Adjusted line width */
  );
  pointer-events: none; /* Make sure clicks pass through */
}

.progress-bar {
  width: 0;
  height: 100%;
  background: #002B36; /* Hot pink */
  transition: width 1s ease-in-out;
}

p {
  font-size: 18px;
  color: white; /* Hot pink text */
  text-shadow: 0 0 5px #ff69b4; /* Retro glow effect */
}

/* Hide content until loaded */
#main-content {
  display: none;
}
.smallhighend {
  color: var(--exposegreen);
  text-shadow: 0 0 1px var(--mintgreen);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 100%;
  letter-spacing: 4px;
}
.header{
  position: relative;
}
.tooltipx {
  display: none; /* Hidden by default */
  position: absolute;
  bottom: -45px; /* Adjusts position below the icon */
  left: 80%; /* Centers the tooltip */
  background-color: #333; /* Background color of the tooltip */
  color: #fff; /* Text color */
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap; /* Prevents text from wrapping */
  z-index: 10; /* Ensures it's above other elements */
}

li:hover .tooltipx {
  display: block; /* Shows the tooltip on hover */
}

