body {
  background: linear-gradient(30deg, rgb(12, 12, 12), rgb(12, 12, 12), rgb(13, 13, 13)) !important;
}

.sticky-wrapper {
  height: 80px;
  width: 40%;
  margin: auto;
}

.navbar .link-btn {
  background: transparent;
  border: 0;
  color: #fff;
  border: 1px solid #ffc107;
  padding: 11px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero-banner {
  padding: 12% 10%;
}
.hero-banner h1 {
  font-size: 54px;
  line-height: inherit;
  font-weight: 800;
  color: #fff;
}
.hero-banner h1 span {
  background-color: rgba(255, 255, 255, 0.1411764706);
  border-radius: 10px;
  padding: 0px 10px;
  font-size: 44px;
}
.hero-banner p {
  font-size: 20px;
  line-height: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  color: #797676;
}
.hero-banner .typing-demo {
  width: 11ch;
  animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid;
  font-size: 30px;
  color: #fff;
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.hero-banner main {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-banner .glass {
  padding: 5%;
  width: 95%;
  height: auto;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.07));
  box-shadow: rgba(44, 44, 44, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 3;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.hero-banner .glass img {
  width: 100%;
  border-radius: 20px;
}
.hero-banner .glass .circle1,
.hero-banner .glass .circle2 {
  width: 10rem;
  height: 10rem;
  border-radius: 15%;
  -webkit-border-radius: 15%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
  position: absolute;
}
.hero-banner .glass .circle1 {
  top: 14%;
  right: 8%;
}
.hero-banner .glass .circle2 {
  bottom: 4%;
  left: 8%;
}
.hero-banner .mouse-scroll {
  display: block;
  width: 60px;
  height: 150px;
  margin: auto;
  left: 10%;
  right: 0%;
  top: 110%;
}
.hero-banner .m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 7px;
  width: 10px;
  height: 10px;
}
.hero-banner .unu {
  margin-top: 1px;
}
.hero-banner .unu,
.hero-banner .doi,
.hero-banner .trei {
  animation: mouse-scroll 1s infinite;
}
.hero-banner .unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-direction: alternate;
  animation-delay: alternate;
}
.hero-banner .doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}
.hero-banner .trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}
.hero-banner .mouse {
  height: 40px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  border: 2px solid white;
}
.hero-banner .wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}
.hero-banner .wheel {
  animation: mouse-wheel 0.6s linear infinite;
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.link-btn {
  background: transparent;
  border: 0;
  color: #fff;
  border: 1px solid #ffc107;
  padding: 11px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}
.link-btn:hover {
  color: #fff;
  box-shadow: #ffc107 0px 4px 7px, #ffc107 0px 8px 15px, #ffc107 -5px -3px 0px;
}

.tab-content .round {
  border-radius: 5px;
}
.tab-content .card {
  cursor: pointer;
  padding: 15px;
  border: 1px solid #333;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
  /* box-shadow: rgb(44 44 44 / 25%) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
  z-index: 3;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  border-radius: 10px;
}
.tab-content .card:hover {
  transform: translateY(-5px);
}
.tab-content .card a {
  color: rgba(239, 76, 12, 0.95);
}

.my-skill .card {
  padding: 15px;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid #333;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
  z-index: 3;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.my-skill .card:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(201, 78, 6, 0.658);
}
.my-skill .card img {
  width: 100px;
  border-radius: 20px;
}
.my-skill .ex-card {
  margin: auto;
  width: 90%;
  height: 280px;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #333;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
  z-index: 3;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.my-skill .ex-card h4 {
  font-size: 26px;
}
.my-skill .ex-card h4 span {
  font-size: 80px;
  font-weight: 800;
}

footer {
  cursor: pointer;
  padding: 5% 10%;
  border: 1px solid #333;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
  z-index: 3;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  border-radius: 2rem;
  margin-bottom: 5%;
}
footer h2 {
  font-size: 60px;
  line-height: inherit;
  font-weight: 800;
  color: #fff;
}
footer span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}
footer form {
  background-color: rgba(233, 236, 239, 0.1529411765);
  border-radius: 20px;
  border: 1px solid rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
footer input {
  cursor: pointer;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(229, 231, 235, 0.2392156863);
  border-radius: 8px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: rgba(249, 250, 251, 0.0392156863);
  box-sizing: border-box;
}
footer .form-group {
  margin-bottom: 20px;
}
footer .button {
  width: 70%;
  display: flex;
  margin: auto;
  margin-top: 30px;
  background: transparent;
  border: 0;
  color: #fff;
  border: 1px solid rgba(255, 166, 0, 0.267);
  padding: 11px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}
footer .button:hover {
  color: #fff;
}

@media only screen and (device-width: 1440px) {
  .hero-banner {
    padding: 3% 10%;
  }
  .hero-banner .glass {
    padding: 3%;
    border-radius: 1rem;
  }
  .hero-banner h1 {
    font-size: 66px;
  }
  .hero-banner .circle1 {
    width: 5rem;
    height: 5rem;
    top: 15%;
    right: 10%;
  }
  .hero-banner .circle2 {
    width: 5rem;
    height: 5rem;
    bottom: -2%;
    left: 10%;
  }
  .my-skill .card img {
    width: 90px;
    border-radius: 15px;
  }
  .my-skill .ex-card {
    width: auto;
    height: auto;
  }
}
/*125% screen Small Laptops*/
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1440px), screen and (min-resolution: 120dpi) and (min-width: 1440px) {
  .sticky-wrapper {
    width: 50%;
  }
  .hero-banner {
    padding: 8% 10%;
  }
  .hero-banner .glass {
    padding: 3%;
    border-radius: 1rem;
  }
  .hero-banner h1 {
    font-size: 48px;
  }
  .hero-banner .circle1 {
    width: 5rem;
    height: 5rem;
    top: 15%;
    right: 10%;
  }
  .hero-banner .circle2 {
    width: 5rem;
    height: 5rem;
    bottom: -2%;
    left: 10%;
  }
  .my-skill .card img {
    width: 85px;
    border-radius: 15px;
  }
  .my-skill .ex-card {
    width: auto;
    height: auto;
  }
}
/* Custom styles for the modal */
.modal-content {
  text-align: center;
  padding: 0px;
}

.modal-header, .modal-footer {
  border: none;
}

.modal-body {
  background-color: #4d4d4d;
  border: 5px solid rgba(255, 166, 0, 0.267);
  color: #4d4d4d;
  text-align: center;
}
.modal-body p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .sticky-wrapper {
    width: 50%;
  }
  .hero-banner {
    padding: 8% 5%;
  }
  .hero-banner h1 {
    font-size: 40px;
  }
  .hero-banner h1 span {
    font-size: 40px;
  }
  .my-skill .card img {
    width: 75px;
    border-radius: 10px;
  }
}
@media only screen and (width: 1200px) {
  .sticky-wrapper {
    width: 60%;
  }
  .hero-banner {
    padding: 8% 5%;
  }
  .hero-banner h1 {
    font-size: 40px;
  }
  .hero-banner h1 span {
    font-size: 40px;
  }
  .my-skill .card img {
    width: 75px;
    border-radius: 10px;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand span {
    font-size: 20px;
  }
  .sticky-wrapper {
    width: 100%;
    top: 0%;
  }
  .sticky-wrapper .navbar {
    border-radius: 0px;
  }
  .sticky-wrapper.is-sticky .navbar {
    background-color: #0c0c0c;
    border-radius: 0px 0px 20px 20px;
    top: 0px !important;
  }
  .hero-banner {
    padding: 30% 3% 20%;
  }
  .hero-banner h1 {
    font-size: 24px;
    text-align: center;
  }
  .hero-banner h1 span {
    font-size: 24px;
  }
  .hero-banner p {
    font-size: 16px;
    text-align: center;
  }
  .hero-banner .typing-demo {
    font-size: 20px;
    margin: auto;
  }
  .hero-banner .link-btn {
    display: none;
    padding: 9px;
    border-radius: 10px;
    font-size: 12px;
  }
  .hero-banner .glass {
    width: 100%;
    padding: 4%;
    -webkit-backdrop-filter: blur(1rem);
            backdrop-filter: blur(1rem);
    -webkit-border-radius: 1rem;
  }
  .hero-banner .mouse-scroll {
    top: 95%;
  }
  h2 {
    font-size: 20px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 50px;
    height: 50px;
  }
  .timeline-container .vertical-scrollable-timeline .list-progress {
    left: 20px;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    width: 50px;
    height: 50px;
  }
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    box-shadow: #ffc107 0px 1px 0px, #ffc107 0px 8px 24px, #ffc107 0px -3px 12px;
  }
  .timeline-container .vertical-scrollable-timeline li {
    padding: 10px 0px 30px 70px;
  }
  .timeline-container .vertical-scrollable-timeline li h4 {
    font-size: 16px;
  }
  .timeline-container .vertical-scrollable-timeline li p {
    font-size: 14px;
    line-height: inherit;
  }
  .timeline-container .vertical-scrollable-timeline li .card {
    padding: 15px;
    border-radius: 10px;
  }
  .my-skill .card {
    padding: 10px;
    border-radius: 10px;
  }
  .my-skill .card img {
    width: 50px;
    border-radius: 5px;
  }
  .my-skill .ex-card {
    width: 100%;
    height: 185px;
  }
  .my-skill .ex-card h4 {
    font-size: 20px;
  }
  .my-skill .ex-card h4 span {
    font-size: 50px;
    font-weight: 500;
  }
  .explore-section {
    padding: 0% 7%;
  }
  .explore-section .nav-tabs {
    gap: 5px;
    margin-bottom: 20px;
  }
  .explore-section .nav-tabs .nav-link {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  .explore-section .card .card-body {
    display: none;
  }
  footer {
    margin: 25px;
    padding: 5%;
  }
  footer h2 {
    font-size: 26px;
  }
  footer span {
    line-height: 35px;
  }
  footer input {
    font-size: 14px;
  }
  footer .button {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sticky-wrapper {
    width: 100%;
  }
  .hero-banner {
    padding: 15% 0%;
  }
  .hero-banner h1 {
    font-size: 30px;
  }
  .hero-banner h1 span {
    font-size: 24px;
  }
  .my-skill .ex-card {
    width: 100%;
    height: auto;
  }
  .my-skill .ex-card h4 {
    font-size: 14px;
    font-weight: 400;
  }
  .my-skill .ex-card h4 span {
    font-size: 40px;
  }
  .my-skill .ex-card p {
    font-size: 12px;
  }
  .my-skill .card {
    padding: 10px;
    -webkit-border-radius: 1rem;
  }
  .my-skill .card img {
    width: 40px;
    border-radius: 5px;
  }
}/*# sourceMappingURL=styles.css.map */