* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #e67e22;
  --bg-dark: #1a1a1a;
  --bg-darker: #252525;
  --text-white: #ffffff;
  --text-gray: #b3b3b3;
  --border-color: #333;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #1e1e1e;
  color: var(--text-white);
  line-height: 1.6;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.header .download-cv {
  background-color: #fd6f00;
  color: #fff;
  padding: 14px 36px;
  font-size: 21px;
  font-weight: 400;
  border-radius: 10px;
  transition: 0.3s ease;
  line-height: 100%;
  letter-spacing: 3%;
}

.header .download-cv:hover {
  background-color: #fd6f00;
  transform: translateY(-2px);
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 24px;
  line-height: 100%;
}

.btn-primary {
  background-color: #fd6f00;
  color: var(--text-white);
}

.btn-primary:hover {
  background-color: #d96e12;
  transform: translateY(-2px);
}

.section-title {
  font-size: 65px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3%;
  margin-bottom: 15px;
}

.section-title.center {
  text-align: center;
}

.section-subtitle {
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 3%;
  line-height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #1e1e1e;
  padding: 20px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #c7c7c7;
  text-decoration: none;
  letter-spacing: -1%;
  line-height: 100%;
}
.nav-list {
  font-size: 21px;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 3%;
  font-weight: 400;
}
.nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-link {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  font-size: 21px;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 3%;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--primary-color);
}

.download-cv {
  font-size: 12px;
  padding: 10px 20px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.hamburger span {
  width: 25px;
  height: 2px;
  background-color: var(--text-white);
  transition: all 0.3s ease;
}

.hero {
  padding: 120px 0 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.greeting {
  font-size: 24px;
  color: white;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3%;
}

.title,
.dev-span {
  font-size: clamp(40px, 8vw, 90px);
  font-weight: 700;
  line-height: 1.1;
}

.dev-span {
  font-size: 100px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3%;
  margin-left: auto;
}

.name {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #fd6f00;
  margin: 5px 0 10px;
  font-weight: 600;
}

.title {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 3%;
  line-height: 120%;
}
.front-end-double {
  display: flex;
  flex-direction: column;
}
.hero-text .description {
  color: white;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 21px;

  line-height: 100%;
  letter-spacing: 3%;
  margin-top: 15px;
}

.hero-text .btn {
  margin-bottom: 30px;
}

.hero-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image .image-wrapper {
  width: 418px;
  height: 485px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.slider-image.active {
  opacity: 1;
}

.hero-social {
  display: flex;
  gap: 25px;
}

.hero-social a {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

.hero-social a:hover {
  background-color: var(--primary-color);
  color: var(--text-white);
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.about-image .image-wrapper {
  width: 417px;
  height: 485px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text {
  max-width: 720px;
  width: 100%;
  margin: auto;
}

.about-text p {
  color: white;
  margin-bottom: 35px;
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3%;
}

.skills {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.skill-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.skill-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3%;
}

.progress-bar {
  height: 6px;
  background-color: white;
  border-radius: 6px;
  overflow: visible;
  position: relative;
  height: 12px;
}

.progress {
  height: 100%;
  background-color: #fd6f00;
  border-radius: 6px;
  width: 0;
  transition: width 1.5s ease;
  position: relative;
  height: 12px;
}

.progress::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: var(--text-white);
  border-radius: 50%;
  border: 3px solid #fd6f00;
}

.services {
  padding-top: 80px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service-card {
  background-color: var(--text-white);
  padding: 35px 25px;
  border-radius: 12px;
  text-align: left;
  transition: transform 0.3s ease;
  color: var(--bg-dark);
  max-width: 330px;
  height: 346px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  padding-inline: 18px;
  gap: 20px;
}

.service-card-text {
  display: flex;
  flex-direction: column;
}

.service-card-img3 {
  max-width: 47px;
}
.service-card-img4 {
  max-width: 82px;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon i {
  font-size: 22px;
  color: var(--primary-color);
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.service-card p {
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3%;
}

.projects {
  padding: 100px 0;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 25px;
  border: 1px solid var(--border-color);
  background: white;
  color: black;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 100%;
  letter-spacing: 3%;
  font-size: 24px;
  font-weight: 400;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #fd6f00;
  border-color: #fd6f00;
  color: white;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
}

.project-card {
  width: 445px;
  transition: all 0.3s ease;
}

.project-card.hidden {
  display: none;
}

.project-image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 445px;
  height: 489px;
  background-color: #f8f8f8;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-category {
  color: #fd6f00;
  font-size: 19px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3%;
  display: block;
  margin-bottom: 5px;
}

.project-card h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3%;
}

/* GG */
/* Testimonials */
.testimonial-slider {
  position: relative;
  max-width: 1087px !important;
  margin: 60px auto;
  width: 100%;
}

.testimonial-card {
  display: none;
  background-color: #f8f8f8 !important;
  border-radius: 14px;
  padding: 50px 60px !important;
  min-height: 344px !important;
  border: none;
}

.testimonial-card.active {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 50px;
}

.testimonial-image {
  flex-shrink: 0;
}

.testimonial-image img {
  width: 235px !important;
  height: 235px !important;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-text {
  flex: 1;
  text-align: left;
  position: relative;
}

.testimonial-text p {
  font-size: 21px;
  color: #424242;
  line-height: 1.4;
  margin-bottom: 25px;
}

.testimonial-author h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
/* GG */
/* mob responsive */
@media (max-width: 768px) {
  .testimonial-slider {
    max-width: 100% !important;
    padding: 0 15px;
    margin: 20px auto;
  }

  .testimonial-card.active {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 30px 20px !important;
    min-height: auto !important;
    gap: 20px !important;
  }

  .testimonial-image img {
    width: 150px !important;
    height: 150px !important;
  }

  .testimonial-text {
    width: 100% !important;
    padding: 0 !important;
  }

  .testimonial-text p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
  }

  .quote-mark {
    display: none;
  }

  .testimonial-author h4 {
    font-size: 18px !important;
  }

  .testimonial-author span {
    font-size: 14px !important;
  }

  .dot {
    width: 30px !important;
    height: 10px !important;
  }
}

/* mob responsive */
@media (max-width: 992px) {
  .testimonial-card.active {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .testimonial-text {
    text-align: center;
  }

  .testimonial-image img {
    width: 150px;
    height: 150px;
  }
}

.testimonial-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.testimonial-image {
  flex-shrink: 0;
}

.testimonial-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-text {
  position: relative;
}

.quote-mark {
  font-size: 50px;
  color: #fd6f00;
  font-family: Georgia, serif;
  line-height: 0;
  position: absolute;
  top: 15px;
  left: -5px;
}

.quote-mark.end {
  position: static;
  display: inline;
  vertical-align: bottom;
  font-size: 30px;
}

.testimonial-text p {
  font-size: 21px;
  line-height: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  letter-spacing: 2%;
  color: #424242;
}

.testimonial-author {
  padding-left: 15px;
}

.testimonial-author h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2%;
  margin-bottom: 3px;
  color: #000000;
}

.testimonial-author span {
  font-size: 19px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}

.dot {
  width: 56px;
  height: 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #fd6f00;
}

.contact {
  padding: 100px 0;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 18px 25px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: white;
  color: black;
  font-family: inherit;
  font-size: 14px;
}

.contact-form textarea {
  border-radius: 10px;
  resize: none;
  margin-bottom: 25px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--text-gray);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}

.contact-form .btn {
  display: block;
  margin: 0 auto;
  padding: 20px 65px;
}
/* გგ */

/* გგ */

.footer {
  text-align: center;
  position: relative;
  padding-bottom: 77px;
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 80px;
  flex-wrap: wrap;
  order: 1;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3%;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: var(--primary-color);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 62px;
  order: 2;
}

.footer-social a {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: var(--primary-color);
  color: var(--text-white);
}

.copyright {
  text-align: center;
  background-color: #121212;
  color: #ffffff;
  padding-top: 19px;
  padding-bottom: 33px;
  font-size: 21px;
  letter-spacing: 0.63px;
  line-height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .footer-social {
    order: 1 !important;
    margin-top: 20px;
  }

  .footer-nav {
    order: 2 !important;
    flex-direction: column;
    gap: 15px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}

.modal.show {
  display: flex;
}

.modal-content {
  background-color: var(--text-white);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 400px;
  position: relative;
  color: var(--bg-dark);
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #666;
}

.close-modal:hover {
  color: var(--bg-dark);
}

.modal-content i {
  font-size: 60px;
  color: #27ae60;
  margin-bottom: 20px;
}

.modal-content p {
  font-size: 16px;
  line-height: 1.6;
}

.gaertianebuli {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.about-mobile-img {
  display: none;
}
/* project card */

@media (max-width: 992px) {
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--bg-darker);
    padding: 20px;
  }

  .nav.active {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    gap: 15px;
  }

  .hamburger {
    display: flex;
  }

  .download-cv {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text .description {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image {
    align-items: center;
    order: -1;
    display: none;
  }

  .hero-image .image-wrapper {
    width: 300px;
    height: 300px;
  }

  .title {
    font-size: 48px;
  }

  .dev-span {
    font-size: 48px;
  }

  .about-content {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .about-image {
    display: flex;
    justify-content: center;
  }

  .about-image .image-wrapper {
    width: 300px;
    height: 300px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .quote-mark {
    position: static;
    display: block;
  }

  .testimonial-text p {
    padding-left: 0;
  }

  .testimonial-author {
    padding-left: 0;
  }

  .gaertianebuli {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
  }
  .hero-content {
    gap: 15px;
  }
  .hero {
    min-height: auto !important;
    padding: 120px 0px 0px;
  }
  .section-title.center {
    text-align: left;
  }
  .section-subtitle {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }

  .title {
    font-size: 40px;
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .dev-span {
    font-size: 40px;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
    display: inline-block;
    width: auto;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .filter-buttons {
    gap: 10px;
  }

  .filter-btn {
    padding: 8px 18px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3%;
    font-weight: 400;
  }

  .testimonial-card {
    padding: 30px;
  }

  .footer-nav {
    flex-direction: column;
    gap: 15px;
  }

  .dev-span {
    padding-left: 0 !important;
    margin-left: 0 !important;

    display: block;
    text-align: center;
    width: 100%;
  }

  .hero-text {
    text-align: center;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .description {
    display: none !important;
  }
  .first-btn {
    display: none !important;
  }
  .section-title.center {
    text-align: left;
  }
  /* ბუტიონები */
  .filter-buttons {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    padding: 10px 20px;
    gap: 15px;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .filter-buttons::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .about-desktop-img {
    display: none;
  }

  .about-mobile-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .hero-image .image-wrapper {
    width: 240px;
    height: 240px;
  }

  .about-image .image-wrapper {
    width: 240px;
    height: 240px;
  }

  .title {
    font-size: 32px;
  }
  .dev-span {
    font-size: 32px;
  }
  .name {
    font-size: 20px;
  }

  .modal-content {
    margin: 20px;
    padding: 25px;
  }

  .dot {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .about-desktop-img {
    display: none;
  }

  .about-mobile-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .about-image .image-wrapper {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 10px;
  }

  .project-card {
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
  }

  .project-image {
    width: 100%;
    height: auto;
    aspect-ratio: 445 / 489;
  }

  .project-card h3 {
    font-size: 20px;
  }

  .section-title {
    font-size: 40px;
  }
}
