@keyframes right {
  0% {
    right: -1000px;
  }
  100% {
    right: 0;
  }
}
@keyframes left {
  0% {
    left: -1000px;
  }
  100% {
    left: 0;
  }
}
@keyframes top {
  0% {
    top: -1000px;
  }
  100% {
    top: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

html {
  scroll-behavior: smooth;
}
body {
  background-image: linear-gradient(to right, #222831 0%, #00adb5 100%);
}

.about {
  background-color: #393e46 !important;
}

.home {
  height: 100% !important;
  /* background-color: red !important;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%); */
}
.contact {
  height: 100% !important;
}

section {
  height: 100% !important;

  padding: 20px !important;
}

.visitor-counter {
  position: absolute;

  width: auto;
  top: 120px;
  left: 14px;
  z-index: 0;
  border-radius: 0px !important;
}
.Free-Counters {
  cursor: none;
}
.Free-Counters:hover {
  text-decoration: none !important;
}

.Free-Counters p {
  color: transparent;
}
.Free-Counters p:hover {
  text-decoration: none !important;
  background-color: transparent;
}

.navbar {
  /* Animation */

  transition-timing-function: ease-in !important;
  transition: all 0.5s !important;
}

.resume {
  font-weight: 700 !important;
  background-color: #00adb5 !important;
  color: #eeeeee !important;

  box-shadow: #00adb5 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px,
    rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px,
    rgba(0, 0, 0, 0.07) 0px 32px 64px;

  padding: 10px 30px !important;
  text-decoration: none !important;
}
.toggle_light {
  font-weight: 700 !important;
  background-color: #00adb5 !important;
  color: #eeeeee !important;
  cursor: pointer;
  box-shadow: #00adb5 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px,
    rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px,
    rgba(0, 0, 0, 0.07) 0px 32px 64px;
  margin-left: 10px !important;
  padding: 10px 15px !important;
  text-decoration: none !important;
}

.navbar-nav-1 {
  position: relative;
  animation-name: top;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.navbar-nav-2 {
  position: relative;
  animation-name: right;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.navbar-nav .nav-link.active {
  color: #00adb5 !important;
  border-bottom: 2px solid #00adb5 !important;
}
.navbar-nav .nav-link:hover {
  color: #00adb5 !important;
  transition: 0.9s !important;
}

.fixed-nav {
  border-bottom: 2px solid rgba(22, 22, 26, 0.18);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
  width: 100% !important;
  z-index: 1 !important;
  background-color: #393e46 !important;
  /* background-image: url("../assets/bg-dark.gif") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center; */
}
.fixed-nav-black {
  background-color: white !important;
  border-bottom: 2px solid rgba(22, 22, 26, 0.18);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
  width: 100% !important;
  z-index: 1 !important;
}

.fixed-nav-black .navbar-brand {
  position: relative;
  animation-name: left;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  color: grey !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px #00adb5;
}
.fixed-nav-black .nav-item .nav-link {
  color: grey !important;
  font-weight: 700 !important;
}

.fixed-nav-black .navbar-nav .nav-link.active {
  color: #00adb5 !important;
  border-bottom: 2px solid #00adb5 !important;
}
.navbar-brand {
  position: relative;
  animation-name: left;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  color: #eeeeee !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px #00adb5;
}

.navbar-brand span {
  color: #00adb5 !important;
}

nav .container {
  padding: 20px;
}
.nav-item {
  margin: 0px auto !important;
  font-weight: 600;
  padding: 0px 10px;
}

.nav-item .nav-link {
  color: #eeeeee !important;
}

.home {
  padding: 20px !important;
  font-weight: 600;
  color: #eeeeee !important;
  position: relative !important;
}
.home .container {
  margin-top: 12% !important;
}
.home .my_name_mobile {
  display: none;
}
/* .color-black {
  top: 110px;
  background-color: #40f8ff;
  position: absolute;
  height: 990px !important;
  width: 50% !important;
  right: 2px;
  bottom: 0;
}
.color-white {
  top: 110px;

  background-color: #0c356a !important;

  position: absolute;
  height: 990px !important;

  width: 50% !important;
  left: 2px;
  bottom: 0px !important;
} */

.about .container {
  margin: 12% auto !important;
}

.works .container {
  margin: 8% auto !important;
}
.contact .container {
  margin-top: 8% !important;
  margin-bottom: 5% !important;
}

.projects .container-fluid {
  margin: 5% auto !important;
}

.home .mobile-pic {
  display: none;
}
.home .box {
  position: relative;
  background: #393e46;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.home .box:hover {
  box-shadow: #eeeeee 0px 10px 36px, #eeeeee 0px 20px 40px !important;
  transition: 0.2s !important;
  transform: translateY(-10px);
}
.home .box::before {
  content: "";
  position: absolute;
  inset: -10px 140px;
  background: linear-gradient(315deg, white, white);
  transition: 0.5s;
  animation: animate 4s linear infinite;
}
.home .box:hover::before {
  inset: -20px 0px;
}
.home .box::after {
  content: "";
  position: absolute;
  inset: 6px;
  background: #00adb5;
  border-radius: 50%;
  z-index: 1;
}
.home .box .content {
  position: absolute;
  inset: 30px;
  border: 6px solid #393e46;
  z-index: 3;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home .box .content .anime-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  background-color: white !important;
}
.home .box:hover .content .anime-pic {
  background-color: #393e46 !important;
  transition: 0.5s;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.Tech_Stack {
  padding-top: 5% !important;
}
.auto-type {
  font-family: "Montserrat", sans-serif !important;
  text-transform: capitalize;
  font-weight: bold;
  text-shadow: 1px 1px #eeeeee;

  color: #00adb5 !important ;
}
.my_name_desktop {
  font-size: 40px !important;
  text-shadow: 1px 1px #eeeeee;
  background-image: url("../assets/flame.gif") !important;
  background-size: cover !important;
  background-position: center !important;
  color: transparent !important;
  background-clip: text !important;
  font-weight: 700 !important;
  -webkit-background-visibility: text !important;
}
.my_name_desktop span {
  font-family: "Montserrat", sans-serif !important;
  text-transform: capitalize;
  font-weight: bold;
  text-shadow: 1px 1px #eeeeee;

  color: #00adb5 !important ;
}

.home .Tech_Stack-body {
  margin-bottom: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home .Tech_Stack-body i {
  cursor: pointer;

  font-size: 40px;
  transition: transform 0.3s ease-in-out;
}
.home .Tech_Stack-body div {
  padding: 0px 30px !important;
}

.home .Tech_Stack-body div:hover {
  animation: pulse 1s infinite;
}

.home .display-5 {
  color: #00adb5 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 50px !important;
  text-transform: uppercase;

  font-weight: bold;
  text-shadow: 2px 2px #222831;
}

.home .btn {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  margin-top: 2px !important;
  font-weight: 600;
  font-size: 15px !important;
  border: none;
  background-color: #eeeeee !important;
}

.home .btn:hover {
  background-color: #00adb5 !important;
  color: #eeeeee !important;

  transform: translateY(-4px) !important;
}

.about_me {
  font-weight: 700 !important;

  background-color: transparent !important;
  color: #00adb5 !important;

  box-shadow: #00adb5 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px,
    rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px,
    rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.fb {
  color: #4267b2 !important;
}
.Linkedin {
  color: #0072b1 !important;
}
.github {
  color: #171515 !important;
}

.youtube {
  color: #ff0000 !important;
}
.discord {
  color: #7289da !important;
}
.about {
  /* background-image: url("../assets/BackgroundTip.jpg") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center; */
  background-color: #393e46 !important;
  position: relative;

  color: #eeeeee !important;

  font-weight: 600;
}
.bg-topright {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}

.about h1 {
  font-family: "Montserrat", sans-serif !important;

  font-weight: bold;
  text-shadow: 1px 1px #222831;
}

.about h1 span {
  color: #00adb5;
}
.about .btn {
  background-color: #00adb5 !important;
  color: #eeeeee !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 30% !important;
  box-shadow: #00adb5 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px,
    rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px,
    rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.btn:hover {
  transition: 0.5s !important;
}

.about .modal {
  color: black !important;
}

.about .container-fluid img {
  padding: 15px !important;
  border-radius: 50% 20% / 10% 40%;
  width: 100% !important;
  box-shadow: #00adb5 0px 4px 16px, #00adb5 0px 10px 10px !important;
}

.works h1 {
  font-family: "Montserrat", sans-serif !important;

  font-weight: bold;

  color: #eeeeee !important;
}
.works-header {
  font-weight: 600;
  margin-bottom: 2% !important;
  color: #eeeeee !important;
  text-align: left !important;
  width: 90%;
}
.works-header p {
  font-weight: 600 !important;
}

.works .card {
  cursor: pointer;
  width: 100%;
  padding: 15px;
  /* background-image: url("../assets/bg-dark.gif") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center; */
  background-color: #393e46 !important;
  color: #eeeeee;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(17, 17, 26, 0.1),
    0 8px 32px rgba(17, 17, 26, 0.05);
}
.works .card:hover {
  box-shadow: #eeeeee 0px 10px 36px, #eeeeee 0px 20px 40px !important;
  transition: 0.2s !important;
  transform: translateY(-10px);
}
.works .card .btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #00adb5;
  color: #eeeeee;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none !important;
}
/* .works .card .btn:hover {
  background-color: #222831 !important;
} */

.works i {
  font-weight: 600;

  color: #00adb5 !important;
  font-size: 50px !important;

  margin: 10px auto !important;
  padding: 10px !important;
}
.works .modal {
  color: #222831 !important;
  font-weight: 600 !important;
}

.projects {
  /* background-image: url("../assets/bg-dark.gif") !important;

  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center; */
 
  background-color: #eeeeee !important;
}

.projects h3 {
  margin-bottom: 1% !important;
  font-family: "Montserrat", sans-serif !important;
  color: #393e46 !important;
  font-weight: bold;
  text-shadow: 1px 1px #eeeeee;
}
.projects h3 span {
  color: #00adb5;
}
.projects .box {
  border-radius: 10px !important;
  cursor: pointer;
  color: #222831 !important;
  background-color: #eeeeee !important;
  margin: 10px auto !important;
  width: 85% !important;
  border: 2px solid #eeeeee;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.projects .box:hover {
  box-shadow: #00adb5 0px 4px 16px, #00adb5 0px 10px 10px !important;
  transform: translateY(-10px);
  transition: 0.8s !important;
}
.box-body {
  padding: 25px !important;
}

.projects .box img {
  width: 100% !important;
  border-bottom: 2px solid #eeeeee !important;
  height: 300px !important;
}
.projects .box .btn {
  padding: 10px !important;
  font-size: 15px;
  background-color: transparent;
  color: #222831;
  border: 1px solid #222831 !important;
  width: 30%;
  border-radius: 5px;
  cursor: pointer;
  outline: none !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

  font-weight: 600;
  margin: 20px auto !important;
}

.projects .box .btn:hover {
  background-color: #222831;
  color: #eeeeee;
}

.contact .contact-header {
  margin: 10px auto !important;
  color: #eeeeee !important;
  font-weight: 600;
  width: 90% !important;
}
.contact .contact-header span {
  color: #393e46;
}
.contact form {
  margin: 5px auto !important;
  padding: 10px !important;
  width: 80% !important;
}

.contact form .btn {
  border: none !important;
  background-color: #393e46 !important;
  color: #eeeeee !important;
  padding: 12px !important;
  margin: 15px auto !important;
  font-weight: 700 !important;
  width: 100% !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact form .btn:hover {
  background-color: #eeeeee !important;
  color: #222831 !important;
}
.form-group input,
.form-group textarea {
  outline: 0px !important;
  font-family: Arial, FontAwesome;
  width: 100% !important;
  padding: 10px !important;
  font-weight: 600;
  border: none !important;
  border-radius: 5px !important;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.footer {
  /* background-image: url("../assets/bg-dark.gif") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center; */
  background-color: #393e46 !important;
  color: #eeeeee !important;
  padding: 20px !important;
  margin-bottom: 0px !important;
}

.navbar-mobile {
  display: none !important;
  border-bottom: 2px solid rgba(22, 22, 26, 0.18);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
  width: 100% !important;
  z-index: 1 !important;
  background-color: #393e46 !important;
  /* background-color: black !important;
  background-image: url("../assets/bg-dark.gif") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center; */
}

.sidebar {
  text-align: left !important;
  width: 100%;
  position: fixed;
  align-items: left;
  top: 77px !important;
  height: 100%;
  right: -100%;
  transition: all 0.5s ease;
  z-index: 9999 !important;
  background-color: #222831b1 !important;
}

.sidebar a {
  display: block;
  color: white;

  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
  padding: 10px 0;
  margin-bottom: 10px !important;
  text-decoration: none;
  font-size: 18px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.sidebar a:hover {
  text-decoration: none !important;
  color: white !important;
}
.sidebar .resume {
  margin-top: 20px !important;
  margin-left: 0px !important;
}

.yt {
  color: white !important;
}

.sidebar .active {
  color: #00adb5 !important;

  text-decoration: none !important;
}

@media screen and (max-width: 1000px) {
  .home .box {
    margin: 30px auto !important;
  }
  .tech-stack-container {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .home .box {
    display: none;
  }

  .about {
    height: 100% !important;
  }
  .projects {
    background-color: #393e46 !important;
  }
  .projects h3 {
    color: #eeeeee !important;
    text-shadow: none !important;
    margin-bottom: 40px !important;
  }

  .works-header {
    text-align: center !important;
    width: 100% !important;
  }
  .bg-topright {
    width: 50% !important;
  }
  .sidebar .fb-nav,
  .sidebar .Linkedin-nav,
  .sidebar .youtube-nav,
  .sidebar .resume {
    padding: 10px !important;
    font-weight: 700;
    font-size: 15px !important;
    border-bottom: 2px solid rgba(22, 22, 26, 0.18);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2) !important;
    border-radius: 0px !important;
    text-align: left !important;
  }
  .sidebar .sidebar-link {
    font-size: 15px !important;
  }

  body {
    background-image: linear-gradient(to right, #fff 20%, #393e46 80%);
    font-family: Arial, Helvetica, sans-serif !important;
  }
  body p {
    font-size: 14px !important;
  }

  .nav-desktop {
    display: none !important;
  }
  .navbar-mobile {
    display: block !important;
    background-color: #393e46 !important;
  }
  .navbar-mobile #icon {
    color: #00adb5 !important;
    font-weight: 700 !important;
    transition: all 0.5s ease !important;
  }
  .contact form .btn {
    background-color: #222831 !important;
  }

  .sidebar-hidden {
    /* background-image: url("../assets/bg-dark.gif") !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center; */
    background-color: #393e46 !important;
    display: block !important;
    top: 77px !important;
    right: 0% !important;

    z-index: 9999 !important;
  }

  nav .container {
    padding: 10px !important;
  }

  .nav-item {
    margin-left: 5px !important;
  }
  .navbar-toggler {
    color: #0072b1 !important;
    outline: 0px !important;
    border: 2px solid #eeeeee !important;
  }
  .navbar-toggler span {
    color: #eeeeee !important;
  }
  .resume {
    text-align: center;
    margin-top: 6px !important;
    margin-left: 5px !important;
  }

  section {
    height: auto !important;

    padding: 1px !important;
  }
  .card,
  .box {
    margin-bottom: 20px !important;
  }

  .home {
    text-align: center !important;

    height: 100vh !important;
  }
  .home .about_me {
    margin: 10px auto;
    display: block;
    width: 90% !important;
    border-radius: 40px !important;
    background-color: transparent !important;
    border: 2px solid #eeeeee;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  .home .btn {
    border: 2px solid #eeeeee;
    background-color: #eeeeee;
    border-radius: 50%;
    font-size: 13px !important;
  }
  .home .mobile-pic {
    border-radius: 50%;
    display: block;
    margin: 10px auto !important;
    padding: 0px !important;
    width: 150px !important;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset !important;
  }

  .home .container {
    margin: 35% auto !important;
    height: 100vh;
  }
  .home p {
    font-size: 12px !important;
  }

  .Tech_Stack {
    display: none !important;
  }

  .its_me,
  .my_name_desktop,
  .Typing {
    display: none;
  }

  .my_name_mobile {
    display: block !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: capitalize;
    font-weight: bold;
    text-shadow: 1px 1px #222831;
    font-size: 20px !important;
    color: #00adb5 !important ;
  }
  .about,
  .projects {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
      rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }

  .about .container-fluid {
    margin-top: 25% !important;
  }
  .works .container-fluid {
    margin-top: 25% !important;
  }
  .projects .container-fluid {
    margin-top: 10% !important;
  }
  .box-body {
    padding: 10px !important;
  }
  .box-body .btn {
    width: 40% !important;

    padding: 10px !important;
    font-size: 13px !important;
  }


  .projects .box img {
    height: 100% !important;

  }
  .contact .container-fluid {
    margin-top: 30% !important;
  }

  .about .container-fluid img {
    margin-bottom: 15px !important;
    border-radius: 0px !important;
    box-shadow: #00adb5 0px 4px 14px, #00adb5 0px 5px 5px !important;
  }
  .about .btn {
    width: 100% !important;
  }

  h1 {
    font-size: 25px !important;
    margin: 10px auto !important;
  }
  .home .display-5 {
    margin-top: 17px !important;
    font-size: 30px !important;
    font-weight: 600 !important;
  }

  .projects .box:hover {
    box-shadow: none !important;
  }
  .projects .box img {
    height: 200px !important;
    margin-bottom: 10px !important;
    border-radius: 10px 10px 0 0 !important;
  }
  .box-body-h6 {
    font-size: 13px !important;
  }

  .home .Tech_Stack-body div {
    padding: 20px !important;
    border: none !important;
  }
  .home .Tech_Stack i {
    font-size: 60px !important;
  }
  .contact form {
    width: 100% !important;
  }

  .works .card:hover {
    box-shadow: none !important;
    transform: none !important;
  }

  .fb-nav {
    background-color: #4267b2 !important;
    color: white !important;
  }
  .Linkedin-nav {
    background-color: #0072b1 !important;
    color: white !important;
  }
  .github-nav {
    background-color: #171515 !important;
    color: white !important;
  }

  .youtube-nav {
    background-color: #ff0000 !important;
    color: white !important;
  }
  .discord-nav {
    background-color: #7289da !important;
    color: white !important;
  }
  .contact {
    text-align: left !important;
  }
  .contact h1 span {
    color: #00adb5 !important;
  }
  .contact input,
  .contact textarea {
    padding: 10px !important ;
    font-size: 14px !important;
  }
  .visitor-counter {
    display: none !important;
  }
  .bg-topright {
    display: none !important;
  }
}
