@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');


*{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
padding: 0.0.5rem;
font-family: "Poppins", serif;
}



body {

    background-color: #222831;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto;
    max-width: 1200px;  
    background-image: url("assets/svg/background.svg");
    border-radius: 35px;
    border-color:  #00adb5;
    box-shadow: 0px 4px 4px #00adb5;
    backdrop-filter: blur(4px);
}

.aboutMe1 {
    background-color: #00adb5;
    border-radius: 35px;
    padding: 0.5rem 1.5rem;
    text-shadow: 0px 4px 4px #614040;


}


.contactme1{
    background-color: #00adb5;
    border-radius: 35px;
    padding: 0.5rem 1.5rem;
    text-shadow: 0px 4px 4px #614040;

}




.navigation ul {
    display: flex;
    list-style-type: none;
    gap: 2rem;
}

.navigation a {
    text-decoration: none;
    color: #ffffff;
}

.navigation a:hover {
    color: #075ac7;
}

hr {
    opacity: 10%;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem auto;
    max-width: 1200px;
}

.arrow{
   position : absolute;
   transform : translateX(-5.5rem) translateY(1.5rem);
}

.heroSub {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.name {
    font-size: 3rem;
    color: #ffffff;
}

.title {
    font-size: 3.5rem;
    color: #00adb5;
}

.heroBtns {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.heroBtns a:hover {
    color: #075ac7;
}

.hireMe {
    background-color: #00adb5;
    color: #ffffff;
    border-radius: 24px;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    text-shadow: 0px 4px 4px #614040;
}


.cv {
    background-color: #00adb5;
    color: #ffffff;
    border-radius: 24px;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    text-shadow: 0px 4px 4px #614040;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(4px);
    
}


.aboutMe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem auto;
    max-width: 1600px;
    gap: 10rem;
}

.textContainer {
    display: flex;
    flex-direction: column;
}

.textTitle { 
    display: flex;
    align-items: center;
    gap: 5px ;
    font-size: 2rem;
}

.aboutName {
    color: #ffffff;
    transform : translateX(-36rem) translateY(5.5rem);

}

.aboutTitle {
    color: #00adb5;
    transform : translateX(-36rem) translateY(5.5rem);

}

.aboutMePar {
    text-align: justify;
    font-size: 1rem;
    transform : translateX(-60.5rem) translateY(10.5rem);

    color: #ffffff;
}
 
.light {
    transform : translateX(-37rem) translateY(4.9rem);
    opacity: 50%;
}

.aboutMeImg {
    transform :  translateX(48.5rem) translateY(7.5rem);
}

.contactContainer {
    display: flex;
    justify-content: column;
    align-items: center;
    justify-content: space-around;
    margin: 2rem auto;
    max-width: 1200px;
    gap: 2rem;
    transform :  translateX(2.5rem) translateY(46.5rem);
}

.contactTitle2 {
  transform : translateX(-4.5rem) translateY(0.0rem);
  color: #00adb5;
}

.contactTitle {
    display: flex;
    justify-content: column;
    align-items: center;
    margin-bottom: 10px;
    gap: 5rem;
    font-size: 2rem;
    color: #ffffff;
    transform :  translateX(23.8rem) translateY(-10.5rem);

}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    transform :  translateX(-23rem) translateY(-4.5rem);

}



.contact h3 , .contact a {
    color: #eeeeee;
    text-decoration: none;
}

.emailandphone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #eeeeee;
    transform :  translateX(-10.5rem) translateY(-4.5rem);

}

.youtube {
    transform :  translateX(-18.9rem) translateY(0.5rem);
}

.socialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.socialMedia a {
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50px;
   background-color: rgb(57, 62, 70, 0.5);
   backdrop-filter: blur(4px);
   padding: 1rem;
}





footer {
   color: #ffffff;
   padding: 2rem ;
   text-align: center;
   transform :  translateX(-0.5rem) translateY(60.5rem);

   
}

.footer2 {
    transform :  translateX(-0.5rem) translateY(60.5rem);

    
 }


 