@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("./font/fontello.eot?76575524");
  src: url("./font/fontello.eot?76575524#iefix") format("embedded-opentype"), url("./font/fontello.woff?76575524") format("woff"), url("./font/fontello.ttf?76575524") format("truetype"), url("./font/fontello.svg?76575524#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0 0.2em;
  text-align: center;
  opacity: 0.8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  background-color: #121213;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.2rem;
  color: #dfdde1;
  margin: 0;
}

#intro {
  background: radial-gradient(at 40% 20%, #3d3e43, black);
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #intro {
    background: #121213;
  }
}
#intro .main-container {
  width: 600px;
}
@media screen and (max-width: 767px) {
  #intro .main-container {
    width: 100%;
  }
}
#intro .main-container .iam {
  padding-top: 240px;
  display: block;
  text-align: left;
  margin-left: 225px;
  color: #666;
}
@media screen and (max-width: 767px) {
  #intro .main-container .iam {
    margin-left: 30%;
    padding-top: 180px;
  }
}
#intro .main-container .name {
  display: block;
  font-family: "Comfortaa", sans-serif;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #intro .main-container .name {
    font-size: 6rem;
  }
}
#intro .main-container .title {
  display: block;
  text-align: left;
  margin-left: 260px;
  line-height: 1.6;
  color: #666;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  #intro .main-container .title {
    margin-left: 40%;
    font-size: 1.1rem;
  }
}

#about {
  padding: 100px 0;
}
#about .main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.3s;
}
#about .main-container .service-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#about .main-container .service-card:nth-child(1) {
  transition-delay: 0.4s;
}
#about .main-container .service-card:nth-child(2) {
  transition-delay: 0.6s;
}
#about .main-container .service-card:nth-child(3) {
  transition-delay: 0.8s;
}
#about .main-container.in-view .service-card {
  opacity: 1;
  transform: translateY(0);
}
#about h2 {
  padding-top: 20px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}
#about p {
  text-align: left;
  width: 80%;
  margin: 20px auto;
  font-size: 1.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #about p {
    width: 100%;
    font-size: 1rem;
  }
}
#about img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#about img:hover {
  transform: translateY(-5px);
}
#about .btn {
  margin-top: 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #about .btn {
    width: 100%;
    text-align: center;
  }
}
#about .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #about .services-grid {
    margin-top: 40px;
  }
}
#about .service-card {
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  #about .service-card {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #about {
    height: auto;
  }
}

#projects {
  padding: 100px 0;
}
#projects img {
  width: 100%;
}
#projects .main-container {
  padding-top: 0;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #projects .main-container {
    padding: 0 15px;
  }
}
#projects .main-container p {
  text-align: left;
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #projects .main-container p {
    width: 100%;
  }
}
#projects h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #projects h2 {
    margin-bottom: 40px;
  }
}
#projects h3 {
  font-size: 2rem;
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #projects h3 {
    margin-bottom: 40px;
  }
}
#projects .project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #projects .project-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#projects .project-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#projects .project-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  #projects .project-card img {
    height: 200px;
  }
}
#projects .project-card-content {
  padding: 25px;
}
#projects .project-card-content h3 {
  margin: 0 0 15px;
  font-size: 1.5rem;
  color: #333;
}
#projects .project-card-content p {
  color: #666;
  margin: 0 0 20px;
  line-height: 1.6;
}
#projects .project-card-content .technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
#projects .project-card-content .technologies span {
  color: #4a6cf7;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
#projects .btn {
  margin: 50px auto 0;
  display: table;
}
@media screen and (max-width: 767px) {
  #projects .btn {
    text-align: center;
  }
}

h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

.color-gray {
  color: #a1a4a8;
}

.glide__bullets {
  bottom: -2em !important;
  z-index: 200;
  position: relative;
}

.glide__arrow {
  border-radius: 50% !important;
  background: white !important;
}

.glide__arrow:hover {
  background: #a1a4a8 !important;
}

@media screen and (max-width: 767px) {
  .main-container {
    width: 100%;
  }
  header {
    padding-top: 20px;
    padding-left: 20px;
    display: none;
  }
  .name {
    font-size: 6rem;
  }
  .glide__arrow--left {
    left: 0 !important;
  }
  .glide__arrow--right {
    right: 0 !important;
  }
  .glide__arrow {
    top: 40% !important;
    padding: 4px 6px !important;
  }
  .flex {
    display: block;
  }
}
/* Process Timeline */
.process {
  padding: 80px 0;
}
.process h2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}
.process h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}

/* Services Section */
#services {
  padding: 85px 0;
}
#services .main-container {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.3s;
}
#services h2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}
#services h3 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
  font-size: 2rem;
}
#services {
  /* Pricing Section */
}
#services .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
#services .pricing-grid .pricing-card {
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 1px 3px #333;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #333;
}
#services .pricing-grid .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px #333;
}
#services .pricing-grid .pricing-card .pricing-header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#services .pricing-grid .pricing-card .pricing-header h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
}
#services .pricing-grid .pricing-card .pricing-header .subtitle {
  color: #ccc;
  margin: 0;
}
#services .pricing-grid .pricing-card .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  text-align: left;
}
#services .pricing-grid .pricing-card .pricing-features li {
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
  color: #ccc;
}
#services .pricing-grid .pricing-card .pricing-features li:before {
  content: "✓";
  color: #4a6cf7;
  position: absolute;
  left: 0;
  font-weight: bold;
}

#contact {
  padding-top: 70px;
  height: 100vh;
}
#contact i {
  font-size: 3rem;
}
#contact h2 {
  margin-top: 50px;
}
#contact p {
  margin-top: 50px;
  margin-bottom: 50px;
}
#contact img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #contact img {
    width: 100%;
  }
}

.justify-center {
  justify-content: center;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.avatar {
  background-image: url("../img/max.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}

header {
  position: fixed;
  font-weight: bold;
  font-size: 30px;
  line-height: 19px;
  float: left;
  padding-top: 40px;
  padding-left: 50px;
}
header a {
  font-family: "Comfortaa", sans-serif;
}

nav {
  position: fixed;
  right: 0;
  font-weight: bold;
  float: right;
  text-transform: uppercase;
  padding-top: 14px;
  z-index: 100;
}
nav ul {
  list-style: none;
  margin-right: 10px;
}
nav ul li {
  display: inline;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  nav {
    border-radius: 50px;
    border: 1px solid;
    margin: 10px;
    padding: 10px;
    backdrop-filter: blur(5px);
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    text-align: center;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav ul li {
    margin: 0 2px;
  }
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #dfdde1;
}

.uppercase {
  text-transform: uppercase;
}

.main-container {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  max-width: 1200px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .main-container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

ul {
  list-style: none;
}

footer {
  position: fixed;
  z-index: 0;
  bottom: 0;
  width: 100%;
}
footer ul {
  padding-bottom: 40px;
  padding-left: 50px;
  float: left;
  margin: 0;
  width: 30px;
}
@media screen and (max-width: 767px) {
  footer ul {
    padding-left: 20px;
  }
}
footer ul li {
  display: inline-block;
  margin-right: 20px;
  line-height: 2rem;
}
footer ul li:last-child {
  margin-right: 0;
}
footer .line {
  position: relative;
  top: -9px;
  margin: 0 10px;
  display: inline-block;
}
footer .scroll {
  transform: rotate(90deg);
  float: right;
  position: fixed;
  right: -30px;
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  footer .scroll {
    float: right;
    margin-top: 20px;
    right: -30px;
    bottom: 100px;
  }
}

.btn {
  position: relative;
  z-index: 200;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex-mobile-col {
    flex-direction: column;
  }
}



/*# sourceMappingURL=style.css.map */
