@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
    font-family: "Poppins", sans-serif;
}   

body {
    background-color:rgb(49, 63, 64) ; 
}
    
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:2rem auto;
    max-width: 1200px;
    padding: 0 2rem;
}

.navgiation ul {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin:0;
    padding:0;  
}

.navgiation a {

    text-decoration:none;
    color: #ffffff;
}

.navgiation a:hover {
    color: #0992e8;
}
    
hr {
    border: 1px solid #6b8fa2;
    margin:2rem auto;
    max-width: 1200px;
    padding: 0 2rem;
    opacity: 0.5;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem auto;
    max-width: 1200px;
}

.arrow {
    position: absolute;
    transform: translateX(-5.5rem) translateY(0.5rem);
}

.herosub {
    display: flex;
    flex-direction: column;
    gap: 2rem; 
}
.name {
    font-size: 3rem;
    font-weight: 700;
    color: #00adb5;
}
.title {
    font-size: 3rem;
    font-weight: 700;
    color: #00adb5;
}
 
.heroBtns {
    display: flex;
    gap: 1rem; 
    margin-top: 1.5rem  ;
}

.hireMe {
    background-color:#00adb5 ;
    color: #ffffff;
    text-decoration: none;
    border-radius: 24px;
    padding: 0.5rem 1.5rem;
    text-shadow: 0px 4px rgba(0, 0, 0, 0.5);
}

.cv {
    background-color: rgba(57, 62, 70, 0.75);
    color: #ffffff;
    text-decoration: none;
    border-radius: 24px;
    padding: 0.5rem 1.5rem;
    text-shadow: 0px 4px rgba(0, 0, 0, 0.5);
    gap: 1rem;
    align-items:center;
    display: flex;
    justify-content: center ;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1)  ;
    box-shadow: 0px 4px rgba(0, 0, 0, 0.5)  ;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
 
.aboutMe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem auto;
    max-width: 1200px;
    gap: 10rem;
}

.textContainer {
    display: flex;
    flex-direction: column;
}

.textTitel {
    display: flex;
    gap: 5px; 
    align-items: center;
    font-size: 2rem;
}

.aboutName {
    color: #e1efef;
}

.aboutTitle {
    color: #00adb5;
}


.aboutMepar {
    text-align: justify;
    color: rgba(238, 238, 238, 0.75);
}

.works {
background-image: url("assets/assets/svg/background.svg");
padding: 10rem 10rem;
margin: 5rem 0rem;
}

.worksContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: left;
    margin: 5rem auto;
    max-width: 1200px;
}

.projectTitle {
    display: flex;
    gap: 5px; 
    align-items: center;
    font-size: 2rem;
    justify-content: left;
}

.works ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.works li {
    border-radius: 16px;
    background-color: rgba(6, 143, 193, 0.5);
    backdrop-filter: blur(4px);
    padding: 1rem 4rem;
}

.works li img {
    width: 100%;
    height: 100%;
    object-fit:contain;
    transition: transform 0.2s;
    border-radius: 16px;
}

.works li:hover img {
    transform: scale(1.4);
}

.contactContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    margin: 2rem auto;
    max-width: 1200px;
}

.contactTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 2rem; 
}

.contact{
    display: flex;
    align-items: center;
    justify-content:center;
    margin-right: 5rem;
    gap: 20rem;
}

.contact h3, .contact a {
    color: #e1efef;
    text-decoration: none;  
}

.emailAndPhone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.socialMedia {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.socialMedia a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: rgba(57, 62, 70, 0.5);
    backdrop-filter: blur(4px);
    padding: 1rem;
}

.socialMedia img {
    width: 24px;
    height: 24px;
}

footer {
    text-align: center;
    margin-top: 2rem;
    color: #e1efef;
}


@media (max-width: 1023px) {
    header {
      margin-left: 1rem;
      margin-right: 1rem;
    }
    .hero {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }
    .heroImg {
      width: 400px;
    }
    .name,
    .title {
      font-size: 2rem;
    }
    .arrow {
      display: none;
    }
    .aboutMe {
      flex-direction: column-reverse;
      align-items: center;
      gap: 2rem;
    }
    .textContainer {
      align-items: center;
      margin: 0rem 5rem;
      gap: 1rem;
    }
    .aboutName,
    .aboutTitle {
      font-size: 2rem;
    }
    .light {
      width: 60px;
    }
    .aboutMeImg {
      width: 400px;
    }
    .works {
      padding: 0;
    }
    .worksContainer {
      padding: 5rem 0rem;
      gap: 3rem;
    }
    .projectTitle {
      margin-left: 1rem;
    }
    .works ul {
      flex-direction: column;
      gap: 1rem;
    }
    .contactContainer {
      margin: 10rem 5rem;
      gap: 2rem;
    }
    .contact {
      flex-direction: column;
      gap: 1rem;
      margin-right: 0;
    }
  }