@charset "UTF-8";
@font-face {
  font-family: "Myanmar Text Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myanmar Text Regular"), url("../fonts/mmrtext.woff") format("woff");
}
@font-face {
  font-family: "Myanmar Text Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myanmar Text Bold"), url("../fonts/mmrtextb.woff") format("woff");
}
@font-face {
  font-family: "HeadWind";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HeadWind.eot");
  src: url("../fonts/HeadWind.eot?#iefix") format("embedded-opentype"), url("../fonts/HeadWind.woff2") format("woff2"), url("../fonts/HeadWind.woff") format("woff");
}
@font-face {
  font-family: "Sazeh";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Sazeh.eot");
  src: url("../fonts/Sazeh.eot?#iefix") format("embedded-opentype"), url("../fonts/Sazeh.woff2") format("woff2"), url("../fonts/Sazeh.woff") format("woff");
}
/* برای مرورگرهای WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 8px; /* ضخامت اسکرول عمودی — باریک‌تر از پیش‌فرض */
  height: 8px; /* ضخامت اسکرول افقی (اگر نیاز باشه) */
}

::-webkit-scrollbar-track {
  background: transparent; /* پس‌زمینه مسیر اسکرول */
}

::-webkit-scrollbar-thumb {
  background-color: black; /* زرد طلایی — می‌تونی رنگ دلخواه‌ات رو بذاری */
  border-radius: 4px;
  border: 2px solid transparent; /* برای جلوگیری از چسبیدن به لبه‌ها */
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #FFC000; /* زرد تیره‌تر هنگام هاور */
}

.loader {
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #F5F7F8;
  top: 0;
  bottom: 0;
  justify-content: center;
}
.loader img {
  width: 204px;
}

body {
  font-family: "Poppins", "Myanmar Text Regular", sans-serif;
  background-color: #F5F7F8;
  overflow-x: hidden;
}
body .navbar-brand img {
  height: 75px;
  transition: transform 0.3s;
}
body .navbar-brand img:hover {
  transform: scale(1.05);
}
body .hero-section {
  padding-top: 100px;
  background-image: url("../SVG/m-camera.svg");
  background-repeat: no-repeat;
  background-position-x: -97px;
  position: relative;
  padding-bottom: 73px;
}
body .hero-section .hero-content {
  background: rgba(0, 0, 0, 0.051);
  border-radius: 47px;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding-bottom: 59px;
}
body .hero-section .hero-content .name {
  position: relative;
  font-family: "HeadWind";
  font-size: 95px;
  color: #495E57;
  display: flex;
  text-align: center;
  justify-content: center;
}
body .hero-section .hero-content .name strong {
  font-size: 120px;
  position: absolute;
  color: #F4CE14;
  z-index: -1;
  top: -60px;
}
body .hero-section .hero-content > h3 {
  text-align: center;
  font-size: 29px;
}
body .hero-section .hero-content .skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}
body .hero-section .hero-content .skills-grid .skill-category {
  max-width: 50%;
}
body .hero-section .hero-content .skills-grid .skill-category h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  font-size: 0.9rem;
  text-align: center;
}
body .hero-section .hero-content .skills-grid .skill-category .skill-item {
  background: white;
  padding: 8px 15px;
  border-radius: 20px;
  margin: 5px 0;
  font-size: 0.8rem;
  color: #666;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
}
body .hero-section .hero-content .skills-grid .skill-category .skill-item:hover {
  transform: translateY(-3px);
}
body .hero-section .gradient-rotate-box {
  position: absolute;
  width: 400px;
  height: 400px;
  top: auto;
  left: auto;
  filter: blur(60px);
  animation: gradient-rotate-box 5s infinite linear;
}
body .hero-section .gradient-rotate-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes gradient-rotate-box {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body .yellow-section {
  padding: 40px 0;
  position: relative;
  margin-top: 0px;
  background-color: #F4CE14;
  padding-bottom: 160px;
}
body .yellow-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -12rem;
  left: 0;
  background-image: url(../SVG/yellow-box.png);
  background-size: 100% 251px;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  filter: drop-shadow(7px -61px 29px rgba(0, 0, 0, 0.1));
}
body .yellow-section .container .row .col-lg-8 .yellow-content {
  position: relative;
}
body .yellow-section .container .row .col-lg-8 .yellow-content .story-text p {
  font-size: 17px;
  line-height: 1.8;
  z-index: 1;
  position: relative;
}
body .yellow-section .hero-image,
body .yellow-section .hero-image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
body .yellow-section .hero-image img,
body .yellow-section .hero-image-2 img {
  height: 647px;
}
body .yellow-section .hero-image-2 img {
  filter: drop-shadow(7px 9px 11px rgba(0, 0, 0, 0.5));
}
body .roadmap-section {
  margin-top: -167px;
  border-radius: 46% 0 0 0;
  position: relative;
  background: #F5F7F8;
  display: block;
  padding-top: 76px;
}
body .roadmap-section > h2 {
  text-align: center;
  font-family: "HeadWind";
  font-size: 45px;
  cursor: pointer;
  transition: color 0.3s;
}
body .roadmap-section > h2:hover {
  color: #FF6B6B;
}
body .roadmap-section > p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
body .roadmap-section .timeline-box {
  height: 700px;
  display: flex;
  align-items: end;
  padding: 100px;
  padding-bottom: 0;
}
body .roadmap-section .timeline-box ul {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0;
  width: 100%;
  gap: 10%;
  justify-content: center;
}
body .roadmap-section .timeline-box ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #F4CE14;
  border-radius: 50%;
}
body .roadmap-section .timeline-box ul::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 5px 10px;
  border-color: #F4CE14 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -3px;
  transition: all 0.3s;
  transform: rotate(90deg);
  animation: timeline-move-effect 5s;
  animation-iteration-count: infinite;
}
body .roadmap-section .timeline-box ul li {
  list-style: none;
}
body .roadmap-section .timeline-box ul li > div {
  padding: 20px;
  background-color: #F8F8F8;
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 42px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  cursor: pointer;
  min-height: 138px;
  width: 207px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body .roadmap-section .timeline-box ul li > div h4 {
  color: #000;
  font-size: 20px;
}
body .roadmap-section .timeline-box ul li > div img {
  width: 180px;
}
body .roadmap-section .timeline-box ul li > div p {
  color: #000;
}
body .roadmap-section .timeline-box ul li.timeline-item-t {
  margin-top: -350px;
}
body .roadmap-section .timeline-box ul li.timeline-item-t div::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  z-index: 1;
  bottom: -44px;
  left: 107px;
  height: 43px;
  transition: all 0.3s;
  background: #F4CE14;
}
body .roadmap-section .timeline-box ul li.timeline-item-b {
  margin-top: 40px;
}
body .roadmap-section .timeline-box ul li.timeline-item-b div::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: #F8F8F8 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -20px;
  left: 107px;
  transition: all 0.3s;
}
body .roadmap-section .timeline-box ul li.timeline-item-b div::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #F4CE14;
  z-index: 1;
  top: -50px;
  left: 117px;
  border-radius: 50%;
  transition: all 0.3s;
}
body .roadmap-section .timeline-box ul li:hover > div {
  background-color: #ececec;
  box-shadow: inset 1px 1px 42px rgba(0, 0, 0, 0.2);
}
body .roadmap-section .timeline-box ul li:hover > div h4 {
  color: #000000;
}
body .roadmap-section .timeline-box ul li:hover > div p {
  color: #000000;
}
body .roadmap-section .timeline-box ul li:hover > div::after {
  border-color: #F4CE14 transparent;
}
body .roadmap-section .timeline-box ul li:hover > div::before {
  background-color: #000000;
  border: 5px solid #fff;
}
body .roadmap-section .timeline-box ul li .precentage {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(244, 206, 20, 0.77);
  display: flex;
  align-items: center;
  padding: 3px 13px;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
body .roadmap-section .timeline-box ul li .precentage i {
  color: #fff;
  font-family: "HeadWind";
  font-size: 45px;
  font-style: normal;
}
body .projects-section,
body .projects-dark {
  padding: 80px 0;
  position: relative;
}
body .projects-section h2,
body .projects-dark h2 {
  font-size: 48px;
  font-weight: 700;
  color: #495E57;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "HeadWind";
}
body .projects-section h2 i,
body .projects-dark h2 i {
  color: #F4CE14;
}
body .projects-dark {
  background: #495E57;
}
body .projects-dark h2 {
  color: white;
}
body .projects-dark .project-card {
  background: rgba(255, 255, 255, 0.1);
}
body .projects-dark .project-card h5,
body .projects-dark .project-card p,
body .projects-dark .project-card strong {
  color: white;
}
body .projects-dark .project-card p {
  opacity: 0.9;
}
body .projects-dark .project-card:hover {
  background: rgba(255, 255, 255, 0.15);
}
body .project-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}
body .project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}
body .project-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 15px 45px rgba(244, 206, 20, 0.3);
  border-color: #F4CE14;
}
body .project-card:hover::before {
  left: 100%;
}
body .project-card .project-year {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #F4CE14;
  color: #495E57;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}
body .project-card h5 {
  font-size: 24px;
  font-weight: 600;
  color: #495E57;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .project-card h5 i {
  color: #F4CE14;
}
body .project-card p {
  color: #666;
  margin: 10px 0;
}
body .project-card p strong {
  color: #495E57;
}
body .project-card p i {
  color: #F4CE14;
  margin-right: 5px;
}
body .request-section {
  background: linear-gradient(135deg, #F4CE14 0%, #FFD700 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
body .request-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -250px;
  right: -250px;
}
body .request-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  bottom: -150px;
  left: -150px;
}
body .request-form {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
body .request-form h2 {
  color: #495E57;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
body .request-form h2 i {
  color: #F4CE14;
}
body .request-form .form-group {
  margin-bottom: 25px;
}
body .request-form .form-label {
  font-weight: 600;
  color: #495E57;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body .request-form .form-label i {
  color: #F4CE14;
}
body .request-form .form-control,
body .request-form .form-select {
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 15px 20px;
  transition: all 0.3s;
}
body .request-form .form-control:focus,
body .request-form .form-select:focus {
  border-color: #F4CE14;
  box-shadow: 0 0 0 0.2rem rgba(244, 206, 20, 0.25);
  outline: none;
}
body .request-form .project-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin-top: 15px;
}
body .request-form .project-type-option {
  position: relative;
}
body .request-form .project-type-option input[type=checkbox] {
  display: none;
}
body .request-form .project-type-option input[type=checkbox]:checked + .project-type-label {
  border-color: #F4CE14;
  background: rgba(244, 206, 20, 0.1);
  transform: scale(1.05);
}
body .request-form .project-type-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s;
  background: white;
  height: 100%;
}
body .request-form .project-type-label i {
  font-size: 32px;
  margin-bottom: 10px;
  color: #495E57;
}
body .request-form .project-type-label span {
  font-size: 14px;
  font-weight: 500;
}
body .request-form .btn-submit {
  background: linear-gradient(135deg, #495E57 0%, #2d3a33 100%);
  color: white;
  border: none;
  padding: 18px 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body .request-form .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(73, 94, 87, 0.3);
}
body .request-form .btn-submit i {
  font-size: 20px;
}
body .request-form .success-message {
  display: none;
  background: #4CAF50;
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
  text-align: center;
  animation: slideIn 0.5s;
}
body .request-form .success-message i {
  display: block;
  font-size: 48px;
  margin-bottom: 10px;
}
body .request-form .success-message h4 {
  margin: 10px 0;
  font-size: 24px;
}
body .request-form .success-message p {
  margin: 0;
  opacity: 0.9;
}
body .testimonials-section {
  padding: 100px 0;
  background: #495E57;
  position: relative;
}
body .testimonials-section h2 {
  color: white;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
body .testimonials-section h2 i {
  color: #F4CE14;
}
body .testimonials-section .swiper {
  padding: 50px 20px;
}
body .testimonials-section .swiper .swiper-slide {
  text-align: center;
}
body .testimonials-section .testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
body .testimonials-section .testimonial-card .testimonial-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
body .testimonials-section .testimonial-card .testimonial-header .testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #F4CE14;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #495E57;
}
body .testimonials-section .testimonial-card .testimonial-header .testimonial-info h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
body .testimonials-section .testimonial-card .testimonial-header .testimonial-info p {
  margin: 0;
  opacity: 0.8;
  font-size: 14px;
}
body .testimonials-section .testimonial-card .testimonial-stars {
  color: #F4CE14;
  font-size: 18px;
  margin-bottom: 15px;
}
body .testimonials-section .testimonial-card .testimonial-text {
  line-height: 1.8;
  font-size: 16px;
}
body .testimonials-section .swiper-pagination {
  margin-top: 40px;
  text-align: center;
}
body .testimonials-section .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s;
}
body .testimonials-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F4CE14;
  transform: scale(1.2);
}
body footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #495E57 100%);
  color: white;
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}
body footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #F4CE14, #FF6B6B, #F4CE14);
}
body footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
  margin-bottom: 50px;
}
body footer .footer-content .footer-section h3 {
  color: #F4CE14;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
body footer .footer-content .footer-section p {
  opacity: 0.8;
  line-height: 1.6;
}
body footer .footer-content .footer-section ul {
  list-style: none;
  padding: 0;
}
body footer .footer-content .footer-section ul li {
  margin-bottom: 15px;
}
body footer .footer-content .footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
body footer .footer-content .footer-section ul li a i {
  color: #F4CE14;
  font-size: 16px;
}
body footer .footer-content .footer-section ul li a:hover {
  color: #F4CE14;
  transform: translateX(5px);
}
body footer .footer-content .social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
body footer .footer-content .social-links a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s;
}
body footer .footer-content .social-links a:hover {
  background: #F4CE14;
  color: #495E57;
  transform: translateY(-5px);
}
body footer .footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}
body footer .footer-bottom i {
  color: #FF6B6B;
}
body .project-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  animation: fadeIn 0.3s;
}
body .project-modal .modal-content {
  background: white;
  margin: 5% auto;
  padding: 0;
  border-radius: 25px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  animation: slideUp 0.4s;
}
body .project-modal .modal-content .modal-header {
  background: linear-gradient(135deg, #F4CE14 0%, #FFD700 100%);
  padding: 40px;
  border-radius: 25px 25px 0 0;
  position: relative;
}
body .project-modal .modal-content .modal-header h2 {
  color: #495E57;
  margin: 0;
  font-size: 36px;
}
body .project-modal .modal-content .modal-header .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #495E57;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
body .project-modal .modal-content .modal-header .modal-close:hover {
  background: white;
  transform: rotate(90deg);
}
body .project-modal .modal-content .modal-body {
  padding: 40px;
}
body .project-modal .modal-content .modal-body h3 {
  color: #495E57;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .project-modal .modal-content .modal-body h3 i {
  color: #F4CE14;
}
body .project-modal .modal-content .modal-body p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #555;
}
body .project-modal .modal-content .modal-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
body .project-modal .modal-content .modal-body ul li {
  margin-bottom: 10px;
  color: #555;
}
body .project-modal .modal-content .modal-body ul li i {
  color: #F4CE14;
  margin-right: 8px;
}
body .project-modal .modal-content .modal-body .tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
body .project-modal .modal-content .modal-body .tech-stack .tech-badge {
  background: #F4CE14;
  color: #495E57;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes timeline-move-effect {
  0% {
    left: 0%;
  }
  25% {
    left: 25%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 75%;
  }
  100% {
    left: 100%;
  }
}
@media (max-width: 992px) {
  body .hero-section .hero-content .name {
    font-size: 70px;
  }
  body .hero-section .hero-content .name strong {
    font-size: 90px;
    top: -45px;
  }
  body .hero-section .hero-content > h3 {
    font-size: 24px;
  }
  body .yellow-section .hero-image img,
  body .yellow-section .hero-image-2 img {
    height: 500px;
  }
  body .roadmap-section .timeline-box {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }
  body .roadmap-section .timeline-box ul {
    flex-direction: column;
    gap: 30px;
  }
  body .roadmap-section .timeline-box ul::before {
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
  }
  body .roadmap-section .timeline-box ul::after {
    display: none;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-t, body .roadmap-section .timeline-box ul li.timeline-item-b {
    margin-top: 0;
    margin-left: 60px;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-t div::after, body .roadmap-section .timeline-box ul li.timeline-item-t div::before, body .roadmap-section .timeline-box ul li.timeline-item-b div::after, body .roadmap-section .timeline-box ul li.timeline-item-b div::before {
    display: none;
  }
}
@media (max-width: 768px) {
  body .request-form {
    padding: 30px 20px;
  }
  body .request-form h2 {
    font-size: 32px;
  }
  body .project-type-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body .footer-content {
    grid-template-columns: 1fr;
  }
  body .hero-section {
    background-position-x: -50px;
    padding-top: 80px;
  }
  body .hero-section .hero-content .name {
    font-size: 50px;
  }
  body .hero-section .hero-content .name strong {
    font-size: 65px;
    top: -35px;
  }
  body .hero-section .hero-content > h3 {
    font-size: 20px;
  }
  body .yellow-section {
    padding-bottom: 100px;
  }
  body .roadmap-section {
    margin-top: -94px;
    border-radius: 0;
    position: relative;
    background: #F5F7F8;
    display: block;
    padding-top: 80px;
  }
  body .story-text {
    background-color: rgba(255, 255, 255, 0.2509803922);
    z-index: 4;
    position: relative;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    border-radius: 6px;
    padding: 18px;
    max-height: 550px;
    overflow: scroll;
  }
}
@media (max-width: 576px) {
  body .project-type-grid {
    grid-template-columns: 1fr;
  }
  body .skills-grid .skill-category {
    min-width: 40%;
  }
}

@media (max-width: 576px) {
  body .roadmap-section .timeline-box {
    height: inherit;
    display: flex;
    align-items: end;
    padding: 30px;
    padding-bottom: 0;
  }
  body .roadmap-section .timeline-box ul {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
  }
  body .roadmap-section .timeline-box ul::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    border-radius: 50%;
    left: 40px;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-t {
    margin-top: 25px;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-b div::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 20px;
    left: -28px;
    border-radius: 50%;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-b div::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 20px 20px;
    display: block;
    width: 0;
    z-index: 1;
    top: 20px;
    left: -30px;
    transform: rotate(270deg);
  }
  body .roadmap-section .timeline-box ul li.timeline-item-t div::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
    bottom: 20px;
    left: -28px;
    border-radius: 50%;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-t div::after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    z-index: 1;
    bottom: 20px;
    left: -9px;
    transform: rotate(90deg);
    height: 20px;
  }
  body .roadmap-section .timeline-box ul::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 5px 10px;
    display: block;
    width: 0;
    z-index: 1;
    left: 38px;
    transition: all 0.3s;
    transform: rotate(180deg);
    animation: timeline-move-effect-2 5s;
    animation-iteration-count: infinite;
  }
  body .hero-section .gradient-rotate-box {
    width: 250px;
    height: 250px;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  10% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.14;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes timeline-move-effect {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes timeline-move-effect-2 {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}/*# sourceMappingURL=styles.css.map */