* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #000;

}

nav {
  position: relative;
  z-index: 1;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 80px;
}

nav ul li a {
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #807E8C;
  transition: color 0.25s;
  cursor: pointer;
}

nav ul li.active a {
  background: linear-gradient(to right, rgb(235, 17, 249), rgb(104, 149, 247));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul li:not(.active):hover a {
  color: #fff;
}

nav .active-element {
  --active-element-scale-x: 1;
  --active-element-scale-y: 1;
  --active-element-show: 0;
  --active-element-opacity: 0;
  --active-element-width: 0px;
  --active-element-strike-x: 0%;
  --active-element-mask-position: 0%;
  position: absolute;
  left: 0;
  top: 34px;
  height: 3px;
  width: 36px;
  border-radius: 2px;
  background: linear-gradient(to right, rgb(235, 17, 249), rgb(104, 149, 247));
  opacity: var(--active-element-show);
}

nav .active-element > svg,
nav .active-element .strike {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: var(--active-element-opacity);
  width: var(--active-element-width);
  mix-blend-mode: multiply;
}

nav .active-element > svg {
  display: block;
  overflow: visible;
  height: 5px;
  filter: blur(0.5px)
    drop-shadow(2px 0px 8px rgba(0, 117, 255, 0.4))
    drop-shadow(1px 0px 2px rgba(0, 128, 255, 0.8))
    drop-shadow(0px 0px 3px rgba(153, 204, 255, 0.4))
    drop-shadow(2px 0px 8px rgba(137, 196, 255, 0.45))
    drop-shadow(8px 0px 16px rgba(153, 204, 255, 0.5));
}

nav .active-element .strike {
  padding: 24px 0;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent calc(0% + var(--active-element-mask-position)),
    black calc(15% + var(--active-element-mask-position)),
    black 80%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent calc(0% + var(--active-element-mask-position)),
    black calc(15% + var(--active-element-mask-position)),
    black 80%,
    transparent
  );
}

nav .active-element .strike svg {
  display: block;
  overflow: visible;
  height: 12px;
  width: calc(var(--active-element-width) * 2);
  transform: translate(
      var(--active-element-strike-x),
      30%
    )
    scale(
      var(--active-element-scale-x),
      var(--active-element-scale-y)
    );
}

nav .active-element .strike svg:last-child {
  transform: translate(var(--active-element-strike-x), -30%) scale(-1);
}

nav .active-element .strike svg g path:nth-child(2) {
  filter: blur(2px);
}

nav .active-element .strike svg g path:nth-child(3) {
  filter: blur(4px);
}

nav.before .active-element {
  transform: rotateY(180deg);
}


nav img {
  width: 180px;
  position: absolute;
  top: -70px;
  right: 35px;
}
.fixed-top
{
  background-color: #000;
  position: fixed;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

hr {
  position: relative;
  top: 0;
  bottom: 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgb(235, 17, 249), rgb(104, 149, 247));
  margin-top: 30px;
}

.home-info h2
{
  font-size: 30px;
  color: #1e65ff;
}
.home
{
  height: 100vh;
}
.home-bg
{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(../image/bg-1.png);
  opacity: .3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px;

}

.home-info
{
  width: 100%;
  margin-top: 150px;
  margin-bottom: 200px;
}
.home-info h3
{
  font-size: 32px;
  color: rgba(133, 133, 133, 1);

}

.home-info h1
{
  background: linear-gradient(90deg, #6895F7 11.06%, #EB11F9 98.08%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 700;
  margin: 30px 0;
}
.home-info p
{
  color: rgba(133, 133, 133, 1);
  font-size: 32px;
  font-weight: 400;
  margin: 30px 0;
}

.btn {
  margin-left: 40px;
  padding: 10px 40px;
  border-radius: 10px;
  color: white;
  font-size: 24px;
  transition: 0.5s;
  margin-top: 15px;
  z-index: 999;
}

.btn1
{
  background: linear-gradient(90deg, #4C85FF 0%, #EB11F9 100%);
}

.btn2
{
  border: 1px solid rgba(76, 133, 255, 1);
}
.btn1:hover
{
  transform: scale(1.2);
  color: white;
  box-shadow: 0 0 20px #EB11F9;
}
.btn2:hover {
  color: white;
  border: 1px solid rgba(76, 133, 255, 1);
  box-shadow: 0 0 20px #EB11F9;
  transform: scale(1.2);
}

.numbers
{
  margin: 70px 0 150px;
}
.numbers h5 , .nums .num p
{
  color: #4C85FF;
  font-size: 60px;
}


.numbers h3
{
  font-size: 30px;
}

.about
{
  margin: 300px 0;
  width: 100%;
}
.about h1, .project h1 , .services h1
{
  font-size: 64px;
  color: white;
}

.about h1 span , .project h1 span , .contact h1 span , .services span
{
  background: linear-gradient(90deg, #6895F7 11.06%, #EB11F9 98.08%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about .me
{
  margin: 0 0 200px;
}
.about p
{
  font-size: 30px;
  color: rgba(167, 167, 167, 1);
  margin-top: 25px;

}

.journey
{
  margin-left: auto;
}

.number
{
  transition: .5s;
  padding: 0 20px;
}

.number:hover
{
  transform: scale(1.2);
}
.number:hover h5
{
  background: linear-gradient(90deg, #6895F7 11.06%, #EB11F9 98.08%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cards
{
  margin: 200px 0;
}
.cardd
{
  margin-top: 20px;
}

.card-info i
{
  color: white;
  font-size: 48px;
  margin: 20px 0 30px;
}
.card-info
{
  transition: .5s;
  padding: 50px 20px;
  background: rgba(15, 15, 15, 1);
  border: 1px solid rgba(76, 133, 255, 0.4);
  border-radius: 16px;
}

.card-info h2
{
  color: white;
  margin: 15px 0;
}

.card-info h3
{
  color: rgba(167, 167, 167, 1);
}

.card-info:hover
{
  background: rgb(49, 49, 49);

  box-shadow: 0 0 40px #1e65ff;
}

.progress-bar
{
  background-color: #EB11F9 ;

}

.skill i
{
  font-size: 30px;
  color: #1e65ff;
  margin-right: 15px;
  
}

.skill p
{
  font-size: 40px;
  color: white;
}

.skill h1
{
  color: rgba(235, 17, 249, 1);
}

.tool
{
  margin-top: 100px;
  border: 1px solid rgba(46, 46, 46, 1);
  background: rgba(15, 15, 15, 1);
  border-radius: 10px;
}
.tool h3
{
  text-align: start;
  margin: 20px 0 0 10px;
  color: rgba(76, 133, 255, 1);
  font-size: 40px;
}
.t-info
{
  text-align: center;
  background: rgba(76, 133, 255, 0.1);
  border-radius: 12px;
  transition: .5s;
}

.t-info:hover
{
  box-shadow: 0 0 20px #EB11F9;
}
.tool p
{
  color: rgba(76, 133, 255, 1);
  font-size: 32px;
}

.project .info p
{
  color: rgba(167, 167, 167, 1);
  font-size: 35px;
  margin: 20px 0 40px;
}

.p
{
  position: relative;
}
.p-info
{
  background: rgba(15, 15, 15, 1);
  border-radius: 0 0 10px 10px;
  transition: .3s;
  overflow: hidden;
  position: relative;

}
.z
{
  position: relative;
}
.w
{
  padding: 20px;
}

.h {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  transition: .5s .6s;
}
.btn-h
{
  background-color: #807e8c98;
  color: #000000b4;
  font-weight: 700;
}

.btn-h:hover
{
  background-color: #b5adc598;

}
.p-info h2 
{
  color:#1e65ff ;
  font-size: 32px;
  margin: 5px 0 15px;
}

.p-info p
{
  font-size: 20px;
  color: rgba(167, 167, 167, 1);

}


.p img
{
  height: 300px;
  width: 100%;
  border-radius: 15px 15px  0 0;
  transition: .3s .3s;
}
.p:hover img
{
  transform: scale(1.1);
}
.p:hover .p-info
{
  transform: scale(1.1);
  box-shadow: 0 0 40px #1e65ff;
}
.p:hover
{
  z-index: 999999999999;

}

.p:hover .h
{
  opacity: 1;
}

.btn-b
{
  background: linear-gradient(90deg, #6895F7 11.06%, #EB11F9 98.08%);
  margin: 100px 0;
  border: 2px solid #e911f900;
}
.btn-b:hover
{
  background: linear-gradient(90deg, #6895F7 11.06%, #EB11F9 98.08%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid #EB11F9;
}

.typewriter::before
{
  content: "Creating ";
  color: white;
}
li
{
  text-align: center;
  list-style: none;
}

.cart-info
{
  background: rgba(15, 15, 15, 1);
  padding: 20px 0;
  border-radius: 12px;
  transition: .5s;
}

.cart-info h5
{
  margin: 20px ;
  color: white;
  font-size: 32px;
}

.cart-info i
{
  background: linear-gradient(90deg, #6895F7 11.06%, #EB11F9 98.08%);
  padding: 20px;
  color: white;
  font-size: 70px;
  border-radius: 10px;
  margin: 20px 0;
}

.cart-info p
{
  color: #807E8C;
  font-size: 24px;
  margin: 20px 0 50px;
}

.cart-info li
{
  color: rgba(76, 133, 255, 1);
  font-size: 20px;
  margin: 20px 0;
}
.cart-info:hover
{
  box-shadow: 0 0 30px #1e65ff;
}

.con-info
{
  padding: 20px;
  background: rgba(15, 15, 15, 1);
  border: 3px solid rgba(76, 133, 255, 0.1);
  border-radius: 15px;
}
.contact i
{
  color: rgba(76, 133, 255, 1);
  background: rgba(76, 133, 255, 0.1);
  padding: 20px;
  font-size: 25px;
  border-radius: 10px;
  margin-right: 20px;
}

.con-info h3
{
  color: #1e65ff;
  font-size: 35px;
  margin: 20px;
}

.con-info .d-flex h3
{
  color: white;
}
.con-info .d-flex p
{
  color: #807E8C;
  font-size: 20px;
  margin: 0px 20px;
}
.con-info .d-flex
{
  background: rgba(0, 0, 0, 1);
  margin: 15px 0;
  padding: 0 20px 10px;
  border-radius: 20px;
  transition: .5s;
}

.con-info .d-flex:hover
{
  transform: scale(1.05);
  box-shadow: 0 0 20px #1e65ff;
}

.contact h1
{
  color: rgb(255, 255, 255);
  font-size: 5.5em;
}

.contact
{
  margin: 200px auto;
  
}

.info p
{
  font-size: 35px;
  color: #807E8C;
  margin: 50px 0;
}

footer p
{
  color: #807E8C;
  font-size: 30px;
  margin-bottom: 100px;
}


p {
  line-height: 2;
  font-size: 25px;
}


.typewriter {
  color: var(--main-color);
  font-size: 30px;
  width: fit-content;
  margin: 30px auto;
  border-right: 2px solid var(--main-color);
  white-space: nowrap;
  overflow: hidden;
  animation: blink 0.7s infinite;
}

.typewriter::after
{
  content: "|";
}

@keyframes blink {
  0% { border-right-color: var(--main-color); }
  50% { border-right-color: transparent; }
  100% { border-right-color: var(--main-color); }
}


.up {
  position: fixed;
  bottom: 10px;
  right: -30px;
  background-color: #1e65ff;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  font-family: Arial, Tahoma;
  cursor: pointer;
  transition: 0.2s;
}
.up.show{
  right: 10px;
}
.toogle
{
  display: none;
}
.num p::after
{
  content: "+";
}

@media screen and (min-width: 0px) and (max-width:600px)
{
  .n
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav ul
  {
    margin: 0 0 0 20px;
    gap: 20px;
  }
  nav ul li a
  {
    font-size: 15px;
    margin: 0px;
    gap: 0;

  }

  .tool .t
  {
    width: 50%;
  }
  .about
  {
    margin: 450px 0 200px;
  }
  
  nav img {
  width: 150px;
  position: absolute;
  top: -60px;
  right: -150px;
}
.fixed-top
{
  background-color: #000;
  position: fixed;
  z-index: 999;
}

hr {
  position: relative;
  top: 30px;
  bottom: 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgb(235, 17, 249), rgb(104, 149, 247));
}
  
  .fixed-top
  {
    padding: 0;
  }
  .home-info h3 
  {
    font-size: 20px;
  }

  .home-info h1
  {
    font-size: 45px;
  }  
  .home-info h2
  {
    font-size: 20px;
  }

  .home-info p
  {
    font-size: 15px;
  }
  .home-info a , .project a
  {
    padding: 5px 10px;
    font-size: 15px;

  }
  .nums h3
  {
    font-size: 30px;
  }

  .about h1 , .project h1 , .services h1 , .contact h1
  {
    font-size: 35px;
  }
  .about p , .project .info p , .services p , .contact p
  {
    font-size: 15px;
  }  
  
  .con-info h3
  {
    font-size: 30px;
  }
  .con-info div h3
  {
    font-size: 20px;
  }

  .con-info i
  {
    font-size: 20px;
    padding: 10px;
    margin-right: 5px;
  }
  .con-me .con-info div p
  {
    font-size: 15px;
  }
  .v
  {
    flex-direction: column;
  }
  .number
  {
    width: 50%;
  }
  .btn 
  {
    width: 85%;
  }
  footer p
  {
    font-size: 15px;
  }
}

@media screen and (min-width: 600px) and (max-width:768px) 
{
  
  .about
  {
    margin: 450px 0 200px;
  }
  .v
  {
    flex-direction: column;
  }
  .number
  {
    width: 50%;
  }
  .btn 
  {
    width: 85%;
  }
  .n
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav ul
  {
    margin: 0 0 0 40px;
    gap: 20px;
  }
  nav ul li a
  {
    font-size: 15px;
    margin: 0px;
    gap: 0;

  }


  nav img {
  width: 150px;
  position: absolute;
  top: -60px;
  right: -260px;
}
.fixed-top
{
  background-color: #000;
  position: fixed;
  z-index: 999;
}

.fixed-top
{
  background-color: #000;
  position: fixed;
  z-index: 999;
}

hr {
  position: relative;
  top: 30px;
  bottom: 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgb(235, 17, 249), rgb(104, 149, 247));
}
  
  .fixed-top
  {
    padding: 0;
  }
  .home-info h3 
  {
    font-size: 35px;
  }

  .home-info h1
  {
    font-size: 55px;
  }  
  .home-info h2
  {
    font-size: 30px;
  }

  .home-info p
  {
    font-size: 20px;
  }
  .home-info a , .project a
  {
    padding: 10px 25px;
    font-size: 15px;

  }
  .nums h3
  {
    font-size: 40px;
  }

  .about h1 , .project h1 , .services h1 , .contact h1
  {
    font-size: 45px;
  }
  .about p , .project .info p , .services p , .contact p
  {
    font-size: 20px;
  }  
  
  .con-info h3
  {
    font-size: 40px;
  }
  .con-info div h3
  {
    font-size: 25px;
  }

  .con-info i
  {
    font-size: 25px;
    padding: 15px;
    margin-right: 5px;
  }
  .con-me .con-info div p
  {
    font-size: 20px;
  }
  footer p
  {
    font-size: 25px;
  }
  .about
  {
    margin: 500px 0 300px;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) 
{
  nav ul
  {
    position: absolute;
    top: 10px;
  }
  nav img {
  width: 170px;
  position: absolute;
  top: -60px;
  right: -10px;
}
.fixed-top
{
  background-color: #000;
  position: fixed;
  z-index: 999;
}

hr {
  position: relative;
  top: 30px;
  bottom: 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgb(235, 17, 249), rgb(104, 149, 247));
}
  
  .fixed-top
  {
    padding: 0;
  }
  .home-info h3 
  {
    font-size: 35px;
  }

  .home-info h1
  {
    font-size: 55px;
  }  
  .home-info h2
  {
    font-size: 30px;
  }

  .home-info p
  {
    font-size: 25px;
  }
  .home-info a , .project a
  {
    padding: 15px 35px;
    font-size: 15px;

  }
  .about
  {
    margin: 850px 0 500px;
  }
  .nums h3
  {
    font-size: 40px;
  }

  .about h1 , .project h1 , .services h1 , .contact h1
  {
    font-size: 55px;
  }
  .about p , .project .info p , .services p , .contact p
  {
    font-size: 25px;
  }  
  
  .con-info h3
  {
    font-size: 45px;
  }
  .con-info div h3
  {
    font-size: 40px;
  }

  .con-info i
  {
    font-size: 40px;
    padding: 25px;
    margin-right: 5px;
  }
  .con-me .con-info div p
  {
    font-size: 30px;
  }
  footer p
  {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width:1200px)
{
  .about
  {
    margin: 1200px 0 300px;
  }
  nav img {
  width: 190px;
  position: absolute;
  top: -70px;
  right: -10px;
}
  nav ul
  {
    position: absolute;
    top: 10px;
  }
.fixed-top
{
  background-color: #000;
  position: fixed;
  z-index: 999;
}

hr {
  position: relative;
  top: 30px;
  bottom: 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgb(235, 17, 249), rgb(104, 149, 247));
}
  
  .fixed-top
  {
    padding: 0;
  }
  .home-info h3 
  {
    font-size: 40px;
  }

  .home-info h1
  {
    font-size: 60px;
  }  
  .home-info h2
  {
    font-size: 40px;
  }

  .home-info p
  {
    font-size: 30px;
    margin: 70px 0;
  }
  .home-info a , .project a
  {
    padding: 15px 40px;
    font-size: 20px;

  }

  .about h1 , .project h1 , .services h1 , .contact h1
  {
    font-size: 70px;
  }
  .about p , .project .info p , .services p , .contact p
  {
    font-size: 25px;
  }  
  
  .con-info h3
  {
    font-size: 50px;
  }
  .con-info div h3
  {
    font-size: 40px;
  }

  .con-info i
  {
    font-size: 40px;
    padding: 20px;
    margin-right: 5px;
  }
  .con-me .con-info div p
  {
    font-size: 25px;
  }
  footer p
  {
    font-size: 35px;
  }
}

@media screen and (min-width:1200px) {

  .about
  {
    margin: 500px 0 300px;
  }
}
