@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

:root {
  --bg-color: #141414;
  --second-bg-color: #101a25;
  --text-color: #ffffff;
  --main-color: #18f7b8;
  --skills-color: linear-gradient( #18f7b8 10%, #ffffff 100%);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Asap", sans-serif;
}
body {
  background: var(--bg-color);
  color: var(--text-color);
}
html {
  font-size: 63%;
  color: var(--text-color);
}
section {
  min-height: 100vh;
  padding: 10rem 9% 2rem;
}
.heading {
  text-align: center;
  font-size: 4.5rem;
}
span {
  color: var(--main-color);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 9%;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.load-icon  {
margin-right: 10px;
}

.lord_icon_2{
  margin-right: 10px;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.about-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
 
}
/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-size: 16px; /* Adjust for readability */
    width: 100%;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
    body {
        font-size: 14px;
        padding: 10px;
    }
    
    h1, h2, h3 {
        text-align: center;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }

    .container {
        width: 95%;
        margin: auto;
    }
}


.logo {
  font-size: 2.5rem;
  color: var(--text-color);
  font-weight: 700;
  display: flex;
  align-items: center;
}
.logo span {
  color: red;
}
.navbar a {
  font-size: 1.7rem;
  color: var(--text-color);
  margin-left: 4rem;
  transition: 0.3s;
}
.navbar a:hover {
  color: var(--main-color);
}
.navbar a:hover,
.navbar a.active {
  color: var(--main-color);
}
#menu-icon {
  font-size: 3.5rem;
  color: var(--text-color);
  display: none;
}
.home {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*.home {
  min-height: 100vh;
  padding: 10rem 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  🔥 BACKGROUND IMAGE 
  background:
    linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.9)),
    url("assets/HBG.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.home-content h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
.home-content h3:nth-of-type(2) {
  margin-bottom: 2rem;
}
.home-content span {
  color: var(--main-color);
}
.home-content h1 {
  font-size: 5.7rem;
  font-weight: 700;
  line-height: 1.3;
}
.home-content p {
  font-size: 1.6rem;
}
.home-img img {
  width: 30vw;
  border-radius: 40%;
  animation: IMG 2s ease-in-out infinite;
}
@keyframes IMG {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
.social-media-icon a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  color: var(--text-color);
  background: transparent;
  border: 0.2rem solid var(--main-color);
  border-radius: 10px;
  margin: 2rem 5rem 3rem 0;
  transition: 0.5s ease;
}
.social-media-icon a:hover {
  background: var(--main-color);
  color: var(--second-bg-color);
  box-shadow: 0 0 2rem var(--main-color);
}
.btn {
  display: inline-block;
  padding: 1.5rem 2.8rem;
  background: var(--main-color);
  border-radius: 3rem;
  box-shadow: 0 0 2rem var(--main-color);
  font-size: 1.6rem;
  color: var(--second-bg-color);
  letter-spacing: 0.1rem;
  margin-top: 30px;
  font-weight: 600;
  transition: 0.5s ease;
}
.btn:hover {
  box-shadow: none;
}
/* about */
.about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background: var(--second-bg-color);
}
.about-img img {
  width: 30vw;
  border-radius: 40%;
  animation: floatImg 3s ease-in-out infinite;
}
.about-content h2 {
  text-align: left;
  line-height: 1.2;
}
.about-content h3 {
  font-size: 2.5rem;
}
.about-content p {
  font-size: 1.6rem;
  margin: 2rem 0 4rem;
}

/* skills */
.skills {
  padding-bottom: 7rem;
}
.skills .heading {
  padding: 3rem 5rem;
}
.skills .skills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.skills-row .skills-column {
  flex: 1 1 40rem;
}
.skills-column .title {
  display: inline-block;
  font-size: 2.6rem;
  margin: 0 0 1.5rem;
}
.skills-box .progress {
  padding: 1rem 0;
}
.skills-box .progress h3 {
  font-size: 1.7rem;
  display: flex;
  justify-content: space-between;
}
.skills-box .progress .bar {
  height: 2.5rem;
  border-radius: 0.6rem;
  border: 0.2rem solid var(--main-color);
  padding: 0.5rem;
  margin: 1rem 0;
}
.skills-box .progress .bar span {
  display: block;
  height: 100%;
  border-radius: 0.3rem;
  background: var(--skills-color);
}
.skills-column:nth-child(1) .skills-box .progress:nth-child(1) .bar span {
  width: 90%;
}
.skills-column:nth-child(1) .skills-box .progress:nth-child(2) .bar span {
  width: 85%;
}
.skills-column:nth-child(1) .skills-box .progress:nth-child(3) .bar span {
  width: 65%;
}
.skills-column:nth-child(1) .skills-box .progress:nth-child(4) .bar span {
  width: 45%;
}
.skills-column:nth-child(1) .skills-box .progress:nth-child(5) .bar span {
  width: 30%;
}
.skills-column:nth-child(2) .skills-box .progress:nth-child(1) .bar span {
  width: 95%;
}
.skills-column:nth-child(2) .skills-box .progress:nth-child(2) .bar span {
  width: 85%;
}
.skills-column:nth-child(2) .skills-box .progress:nth-child(3) .bar span {
  width: 80%;
}
.skills-column:nth-child(2) .skills-box .progress:nth-child(4) .bar span {
  width: 70%;
}
.skills-column:nth-child(2) .skills-box .progress:nth-child(5) .bar span {
  width: 35%;
}

/*Stats */
.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: white;
}

.stats-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats-square {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    animation: fadeInUp 0.6s ease-out;
}

.stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.stat-box .icon {
    font-size: 24px;
    margin-bottom: 8px;
    color: #4dabf7;
}

.stat-box .number {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    color: white;
}

.stat-box .label {
    font-size: 14px;
    color: #e9ecef;
    font-weight: 500;
}

/* Animation for mobile */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Desktop Layout - 4 Columns with square borders */
@media (min-width: 768px) {
    .stats-square {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
        max-width: 100%;
        padding: 0;
        animation: none;
    }

    .stat-box {
        min-width: 180px;
        padding: 30px 20px;
        border: 2px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .stat-box:hover {
        border-color: #4dabf7;
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        background: rgba(0, 0, 0, 0.3);
    }

    .stat-box .icon {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .stat-box .number {
        font-size: 36px;
    }

    .stat-box .label {
        font-size: 16px;
    }
}

/* Mobile: Main square with border, no mini squares */
@media (max-width: 767px) {
    .stats-square {
        border: 2px solid rgba(255, 255, 255, 0.15);
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        animation: fadeInUp 0.6s ease-out;
    }

    .stat-box {
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .stat-box:hover {
        transform: none;
        box-shadow: none;
        background: transparent;
    }

    .stat-box .icon {
        animation: iconPulse 2s infinite;
    }

    @keyframes iconPulse {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .stats-square {
        gap: 10px;
        padding: 15px;
        border-radius: 14px;
    }

    .stat-box {
        padding: 12px;
    }

    .stat-box .icon {
        font-size: 22px;
    }

    .stat-box .number {
        font-size: 24px;
    }

    .stat-box .label {
        font-size: 13px;
    }
}

/* Projects Section */
.projects {
    background: var(--second-bg-color);
}

.projects-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-bottom: 5rem;
}

.project-card {
    background: var(--bg-color);
    border-radius: 2rem;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 0.2rem solid rgba(255, 255, 255, 0.1);
}

.project-card:hover {
    transform: translateY(-1rem);
    border-color: var(--main-color);
}

.project-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-img img {
    transform: scale(1.1);
}

.project-status {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 2;
}

.project-status.active {
    background: rgba(0, 230, 255, 0.9);
    color: var(--bg-color);
}

.project-status.updating {
    background: rgba(255, 193, 7, 0.9);
    color: var(--bg-color);
}

.project-content {
    padding: 2rem;
}

.project-content h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--main-color);
}

.project-content p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.project-tech span {
    padding: 0.5rem 1.5rem;
    background: rgba(24, 247, 184, 0.1);
    border-radius: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
}

.project-links {
    display: flex;
    gap: 1rem;
}

.btn-sm {
    padding: 1rem 2rem;
    background: var(--main-color);
    color: var(--bg-color);
    border-radius: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-sm:hover {
    background: transparent;
    color: var(--main-color);
    border: 0.2rem solid var(--main-color);
}

.btn-sm-outline {
    padding: 1rem 2rem;
    border: 0.2rem solid var(--main-color);
    color: var(--main-color);
    border-radius: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-sm-outline:hover {
    background: var(--main-color);
    color: var(--bg-color);
}

.project-quote-sm {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(24, 247, 184, 0.1);
    border-radius: 1rem;
    font-size: 1.4rem;
    font-style: italic;
    border-left: 0.4rem solid var(--main-color);
}

.project-cta-container {
    margin-top: 5rem;
}

.project-cta-card {
    background: var(--bg-color);
    padding: 4rem;
    border-radius: 2rem;
    text-align: center;
    border: 0.2rem solid var(--main-color);
}

.cta-icon {
    font-size: 4rem;
    color: var(--main-color);
    margin-bottom: 2rem;
}

.project-cta-card h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.project-cta-card p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 3rem;
    background: var(--main-color);
    color: var(--bg-color);
    border-radius: 3rem;
    font-size: 1.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 2rem rgba(24, 247, 184, 0.3);
}
/* Template Status */
.project-status.template {
    background: rgba(147, 51, 234, 0.9); /* Purple color for template */
    color: white;
    border: 2px solid rgba(147, 51, 234, 0.5);
    animation: templateGlow 3s infinite alternate;
}

.project-status.template i {
    color: white;
    animation: floatTemplate 2s ease-in-out infinite;
}

/* Template glow animation */
@keyframes templateGlow {
    0% {
        box-shadow: 0 0 10px rgba(147, 51, 234, 0.5);
    }
    100% {
        box-shadow: 0 0 20px rgba(147, 51, 234, 0.8);
    }
}

/* Template icon floating animation */
@keyframes floatTemplate {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

/* Template specific styles for hover effects */
.project-status.template:hover {
    background: rgba(147, 51, 234, 1);
    transform: scale(1.05);
}

/* Contact Section */
.contact {
    padding: 10rem 9%;
    background: var(--second-bg-color);
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

/* Left side: Contact Squares */
.contact-squares-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-square {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
    min-height: 90px;
}

.contact-square:hover {
    transform: translateY(-3px);
    background: rgba(24, 247, 184, 0.1);
    border-color: var(--main-color);
}

.square-icon {
    width: 50px;
    height: 50px;
    background: rgba(24, 247, 184, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.square-icon i {
    font-size: 2.2rem;
    color: var(--main-color);
}

.square-details {
    flex: 1;
}

.square-details h4 {
    font-size: 1.8rem;
    color: var(--main-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.square-details p {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

/* Connect with me (NO SQUARE - Free in background) */
.connect-free {
    margin-top: 1rem;
    padding: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

.connect-free h4 {
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.connect-icons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.connect-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 2.2rem;
    color: var(--text-color);
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Effects - Original Brand Colors */
.connect-icons a:hover {
    transform: translateY(-5px);
}

.connect-icons a:nth-child(1):hover { /* Telegram */
    background: #0088cc;
    color: white;
}

.connect-icons a:nth-child(2):hover { /* GitHub */
    background: #333;
    color: white;
}

.connect-icons a:nth-child(3):hover { /* LinkedIn */
    background: #0077b5;
    color: white;
}

.connect-icons a:nth-child(4):hover { /* Linktree */
    background: #40e09e;
    color: white;
}

/* Tooltip on hover */
.connect-icons a::after {
    content: attr(title);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 1.2rem;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.connect-icons a:hover::after {
    opacity: 1;
}

/* Right side: Message */
.contact-message {
    background: rgba(24, 247, 184, 0.05);
    border-radius: 20px;
    padding: 4rem;
    border-left: 4px solid var(--main-color);
    height: 100%;
}

.message-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.message-header h3 {
    font-size: 2.8rem;
    color: var(--main-color);
    font-weight: 600;
}

.message-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.message-content p {
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border-left: 3px solid var(--main-color);
}

.message-content p i {
    font-size: 2.4rem;
    color: var(--main-color);
    min-width: 30px;
    padding-top: 2px;
}

/* Mobile Responsive - Same as PC but stacked */
@media (max-width: 992px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 5rem;
    }
    
    .contact {
        padding: 8rem 5%;
    }
}

@media (max-width: 768px) {
    .contact-square {
        padding: 1.5rem;
        gap: 1.5rem;
        min-height: 85px;
    }
    
    .square-icon {
        width: 45px;
        height: 45px;
    }
    
    .square-icon i {
        font-size: 2rem;
    }
    
    .square-details h4 {
        font-size: 1.7rem;
    }
    
    .square-details p {
        font-size: 1.4rem;
    }
    
    .contact-message {
        padding: 3rem;
    }
    
    .message-header h3 {
        font-size: 2.4rem;
    }
    
    .message-content p {
        font-size: 1.6rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .message-content p i {
        margin: 0 auto;
    }
    
    .connect-free {
        padding: 1.5rem;
    }
    
    .connect-icons {
        gap: 1.5rem;
    }
    
    .connect-icons a {
        width: 45px;
        height: 45px;
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .contact-square {
        padding: 1.2rem;
        gap: 1.2rem;
        min-height: 80px;
    }
    
    .square-icon {
        width: 40px;
        height: 40px;
    }
    
    .square-icon i {
        font-size: 1.8rem;
    }
    
    .connect-free h4 {
        font-size: 1.8rem;
    }
    
    .message-content p {
        font-size: 1.5rem;
    }
    
    .connect-icons {
        gap: 1.2rem;
    }
    
    .connect-icons a {
        width: 40px;
        height: 40px;
        font-size: 1.8rem;
    }
}
/*footer*/

.footer {
    background: #141414;
    color: #fff;
    padding: 20px 15px;
}

/* ===== MOBILE SETTINGS ===== */
.footer-bar {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Arrow: Fixed to the left corner and small */
.footer-left {
    display: flex;
    justify-content: flex-start; /* Keeps arrow in left corner */
    width: 100%;
}

.back-top {
    font-size: 16px; /* Small size for mobile */
    color: #00c6ff;
    text-decoration: none;
    line-height: 1;
}

/* Text and Nav: Centered on mobile */
.footer-center {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
}

.footer-nav {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.footer-right {
    text-align: center; /* Center copyright text on mobile */
    width: 100%;
    font-size: 12px;
    color: #ccc;
}

.footer-right strong {
    color: #00c6ff;
}

/* ===== PC / DESKTOP SETTINGS ===== */
@media (min-width: 768px) {
    .footer-bar {
        flex-direction: row; /* Horizontal layout */
        justify-content: space-between; /* Left, Center, Right spacing */
        align-items: center;
        max-width: 1400px;
        margin: 0 auto;
    }

    /* Left corner */
    .footer-left {
        width: 33%; 
    }

    .back-top {
        font-size: 20px; /* Scales up slightly for PC */
    }

    /* Center corner */
    .footer-center {
        width: 33%;
        justify-content: center;
    }

    /* Right corner */
    .footer-right {
        width: 33%;
        text-align: right; /* Pushes copyright to the far right */
    }
}

/* ---------------------------------------------------------- */

/* -------1199px------- */
@media (max-width: 1200px) {
  html {
    font-size: 55%;
  }
} 
/* -------990px------- */
@media (max-width: 991px) {
  .header {
    padding: 2rem 3%;
  }
  section {
    padding: 10rem 3% 2rem;
  }
  .project {
    padding-bottom: 7rem;
  }
  .contact {
    min-height: auto;
  }
  .footer {
    padding: 2rem 4%;
  }
} 
/* -------767px------- */
@media (max-width: 768px) {
  #menu-icon {
    display: block;
  }
  #logo2 {
    display: none;
  }
  .header {
    background: var(--bg-color);
  }
  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 3%;
    background: var(--bg-color);
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    display: none;
  }
  .navbar.active {
    display: block;
  }
  .navbar a {
    display: block;
    font-size: 2rem;
    margin: 3rem 0;
  }
  .home {
    flex-direction: column;
  }
  .home-content h3 {
    font-size: 2.6rem;
  }
  .home-content h1 {
    font-size: 5rem;
  }
  .home-img img {
    width: 70vw;
    margin-top: 4rem;
  }
  .social-media-icon a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .about {
    flex-direction: column-reverse;
  }
  .about-img img {
    width: 70vw;
    margin-top: 4rem;
  }
  .project-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 615px) {
  .project-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .contact form .input-box .input-field {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .home-img img {
    width: 90vw;
  }
  .about-img img {
    width: 90vw;
  }
  .footer {
    flex-direction: column-reverse;
  }
  .footer p {
    text-align: center;
    margin-top: 2rem;
    font-weight: 400;
  }
}











