body {
background-color: #C8EFE4;
}

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

:root {
    --primary-font: 'Andada Pro', serif;
    --secondary-font: 'Varta', sans-serif;
    --logo-font: 'Varta', serif;
    --background-color: #C8EFE4;
    --button-background: #6C63FF;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
  color: #000000;
}

h1, h2, h3, h4 {
    background: -webkit-linear-gradient(315deg, #734ae8 0%, #89d4cf 74%);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--primary-font);
    font-weight: bold;
}

p {
    font-family: var(--secondary-font);
  color: #343434;
}

/*NAV Section*/

nav a {
    font-family: var(--secondary-font);
    font-size: 16px;
     color: #0D3D5E;
}

nav a:hover {
    color: var(--button-background);
    transition: all 300ms ease-in-out;
}



nav li {
    display: inline;
    line-height: 65px;
    margin-left: 15px;
}

nav li.active a {
    color: var(--button-background);
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.name {
  color: #D9DDDC}


.talks {
    min-width: 750px;
    width: 750px;
  color: #343434;}


.publications {
  	display: block;
  margin-left: auto;
  margin-right: auto;
    min-width: 750px;
	width: 750px;
  color: #343434;}

/* Hero Section */
.hero{
    
    background: #F9F7FE;
    min-height: 95vh;
    max-width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 20px;
}
.hero h1 {
    
    font-size: 74px;
    padding: 15px 20px;
    line-height: 1.5;
    
}

.typed-text {
    color: #343434;
}

.greeting {
   background: -webkit-linear-gradient(315deg, #734ae8 0%, #89d4cf 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cursor {
    display: inline-block;
    width: 3px;
    background-color: #000;
    opacity: 70%;
    margin-left: 2px;
    animation: blink 1s infinite;
}


@keyframes blink {
    0% { background-color: #000; }
    49% { background-color: #000; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100% { background-color: #000; }
}

.cursor .typing {
    animation: none;
}

.hero p {
    
    font-size: 45px;
    font-weight: bold;
    margin: 0;
   color: #343434;
}

.hero h2 {
    font-family: var(--secondary-font);
    font-size: 24;
    opacity: 70%;
    line-height: 1.5;
    overflow: hidden;
   color: #343434;
}

.btn-branding {
    background: var(--button-background);
    border: 1px solid var(--button-background);
    color: #FFF;
  	text align: center;
    font-size: 24px;
    padding: 15px 30px;
    line-height: 27px;
    cursor: pointer;
}

.btn-branding:hover {
    background: var(--background-color);
    color: var(--button-background);
    transition: all 300ms ease-in-out;
}

.btn-branding-outline {
    color: var(--button-background);
    border: 1px solid var(--button-background);
    border-radius: 4px;
    font-size: 24px;
    padding: 15px 30px;
    line-height: 27px;
    cursor: pointer;
}

.btn-branding-outline:hover {
    background: var(--button-background);
    color: var(--background-color);
    transition: all 300ms ease-in-out;
}

input
{
    text-align: center;
}

/*Skills Hero*/



.editing, translation, responsive-design {
    background: var(--background-color);
   color: #343434;
}

.skills-hero {
  max-width: 640px;         /* caps total width */
  width: 100%;
  margin: 0 auto;           /* centers the whole block */
  text-align: center;       /* centers text */
  overflow-x: hidden;
  display: flex;            /* centers sections as vertical column */
  flex-direction: column;
  align-items: center;      /* centers child <section> blocks horizontally */
  gap: 2rem;                /* spacing between sections */
}

.skills-hero section {
  width: 100%;              /* ensures each section respects max width */
}

.skills-hero h3 {
    font-family: var(--primary-font);
    font-weight: normal;
    font-size: 40px;
       background: -webkit-linear-gradient(315deg, #734ae8 0%, #89d4cf 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
}

.goals {
  background-color: #F9F7FE;
}

.skills-hero h4 {
    font-size: 30px;
      background: -webkit-linear-gradient(315deg, #734ae8 0%, #89d4cf 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
}
.services p {
    font-size: 50px;
   color: #343434;
}

.skills-hero p {
    font-family: var(--seconadry-font);
    color: #343434;
    font-size: 30px;
    opacity: 70%;
    line-height: 30px;
}

.editing p {
    margin-bottom: 45px;
    border-radius: 25px;
}

.editing {
    border-radius: 10px;
}

.translation p {
    margin-bottom: 45px;
}

.responsive-design {
    margin-bottom: 45px;
}

.project-description {
    padding: 50px 60px;
}



/*About & Work Section */

.content-container {
    padding: 70px 20px;
}

.content {
    margin: 30px;
}

.content-container h1 {
    font-size: 64px;
    font-weight: 700;
}
.content-container h2 {
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: bold;
    
}

.content h3 {
    font-size: 36px;
    margin: 20px 0 0;
}

.content p {
    font-family: var(--secondary-font);
    font-size: 24px;
    opacity: 70%;
}

.work {
    display: flex;
    flex-direction: row;
}

.project-image img {
    
    background: var(--background-color);
    border-radius: 4px;
}

.project-description h2 {
    font-family: var(--primary-font);
    font-size: 36px;
}

.contact-link a {
    color: var(--button-background);
    font-size: 30px;
}

.contact-link a:hover {
    color: #4d48b9;
    transition: all 300ms ease-in-out;
}

.contact-form input, textarea {
    font-family: var(--secondary-font);
}

.contact-form .submit {
    width: 75%;
}



/*Footer*/

footer {
    margin: 50px 0;
}

footer .contact-box {
    background: var(--background-color);
    padding: 30px 120px;
    border-radius: 10px;
}

.contact-box h4 {
    font-family: var(--primary-font);
}

footer .email-link {
      background: -webkit-linear-gradient(315deg, #734ae8 0%, #89d4cf 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 40px;
    text-decoration: none;
    font-family: var(--secondary-font);
}

footer .email-link:hover {
    color: var(--button-background);
}

footer .social-links a {
    margin: 0 20px;
    color: var(--button-background);
    background-color: var(--background-color);
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 50%;
}

footer .social-links a:hover {
    color: var(--background-color);
    background-color: var(--button-background);
    transition: all 300ms ease-in-out;
}


/*MEDIA QUERIES*/

@media (max-width: 900px) {
    .hero {
        padding: 80px 20px;
    }
      
    .hero h1 {
        font-size: 55px;
        line-height: 2;
    }
     
    .lower-hero h2 {
        font-size: 44px;
    }
    .project-description {
      padding: 0;
    text-align: center;
    }
     .container {
        text-align: center;
        padding: 0;
    }
    

    
    .logo {
        max-width: 60px;
         max-height: 60px;
         margin-top: 10px;
        margin-bottom: 10px;
         margin-left: 10px;
    
        }
    
        .nav-links {
            margin-right: 27px;
            
        }
    
        nav a {
            font-size: 14px;
        }
    
        footer .contact-box {
            padding: 30px;
        }
    .footer-email a {
        font-size: 18px;
    }

    h4 {
        font-size: 30px;
    }
    
    }

    @media screen and (max-width: 992px) {
        .work {
            flex-direction: column;
        }
        .work-reverse {
            flex-direction: column-reverse;
        }

        .project-image {
            margin-bottom: 10px;
        }
    }