/* Colors Palette

#b8b8b8 grey
#ffffff white
#000000 black
#ffb3c7 light pink
#ff7c9f  pink
#ffe0e0 nude
*/


body {
    background-color: white;
    color: black;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

/* Image section */
.work-section {
    text-align: center;
    padding: 120px 40px 80px;
}

.work-section h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #ffb6c1;
}

.work-intro {
    font-size: 16px;
    color: #b8b8b8;
    margin-bottom: 50px;
}

.projects {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    background-color: white;
    border: 1px solid pink;
    border-radius: 20px;
    padding: 20px;
    width: 320px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px rgba(255, 124, 159, 0.25);
}

.card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    background-color: white;
}

.card h2 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 24px;
    color: black;
}

.card p {
    font-size: 14px;
    color: #b8b8b8;
}





/* Nav Bar Section */


.logo img {
    height: 40px;   
    width: auto;    
  }

  .logo {
    margin-right: auto;
}

.wrap {
    display: flex;
    width: 100%;
}

.navlist {
    display: flex;
    justify-content: flex-end;
    width: 95%;
    padding: 20px;
}

.navlist ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navlist ul li {
    padding: 5px 25px;
}

.navlist a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}


.navlist a:hover {
    text-decoration: underline;
    color: #fddde6;
}


.footer-nav a:hover {
    color: #ffb3c7;
    text-decoration: underline;
}

/* Footer Section */


.footer {
    background: #ffffff;
    border-top: 2px solid #ffb3c7; 
    padding: 40px 20px;
    text-align: center;
}

/* Top section */
.footer-top {
    margin-bottom: 20px;
}

.footer-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ff7c9f;
    margin-bottom: 10px;
}

/* Social icon */
.socialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.socialmedia img {
    width: 35px;
    transition: 0.3s;
}

.socialmedia img:hover {
    transform: scale(1.1);
}

/* Navigation links */
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.footer-nav a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: 0.3s;
}

.footer-nav a:hover {
    color: #ff7c9f;
}






/* Hamburger */


input[type=checkbox] {
	display: none;

}

.hamburger {
	display: none;
	font-size: 25px;
}

@media screen and (max-width: 800px) {

	/* Hamburger Menu for mobile */

	input[type=checkbox]:checked ~ .navlist {
		display: block;
	}

	.navlist ul {
		padding: 2px;
		background-color: black;
		display: block;
		width: 50%;
		border-radius: 5px;
		font-weight: bold;
	}

	.headnote {
		text-align: center;
		font-size: 20px;
		margin-left: 30%;
		
	
		
	}
	
	.headnote:hover {
		background-color: #fd6c9e;
		border-radius: 5px;
		border-width: 5px;
	
	}

	.navlist {
	
		width: 100%;
		display: none;
		
		
	}

	
	
	.hamburger {
		display: block;
		background-color: black;
		border-radius: 3px;

	}

	.hamburger {
		color: white;
	}






/* H1 Section */

.first h3 {
    font-family: 'Space Mono', monospace;
    text-align: center;
    font-size: 40px;
    color: #ff7c9f;

    background-color: #b8b8b8;
}

h1{
    color: pink;
    text-align: center;
    font-size: 30px;
    font-family: monospace;
    
}

p{
    color: white;
    text-align: center;
    font-family: monospace;
    font-size: 20px;
}

/* H2 Section */

h2{
    text-align: center;
    font-family: monospace;
    font-size: 40px;
    color: pink;
    word-spacing: 15px;
}

/* Header Picture */

.pic {

    margin-top: 8%;
    width: 500px;
    border-radius: 30%;

   
}

/* Button */
 
button  {
    color: white;
    border: 5px solid #711A75;
    background-color: #711A75;
    border-radius: 2px;
    border-width: 10px 10px 10px;
    
}

.wrap {
    
    height: 690px;
}

.bottom {
    background: #fd6c9e;
    width: 120%;
	color: black;
    
}



/* Hamburger */


input[type=checkbox] {
	display: none;

}

.hamburger {
	display: none;
	font-size: 25px;
}

.first p {
	font-size: 35px;
}


@media screen and (max-width: 800px) {

	
	.image {
		width: 100%;
		margin-left: -200px;
	}

	.imagebox {
		grid-gap: 10px;
		grid-template-columns: auto;
		padding: 40px;
	
		
	}

	.navlist ul {
		padding: 15px;
		background-color: black;
		display: block;
		width: 50%;
		border-radius: 5px;
		font-weight: bold;
	}

	.headnote {
		text-align: center;
		font-size: 20px;
		margin-left: 30%;
		
	
		
	}
	
	.headnote:hover {
		background-color: #fd6c9e;
		border-radius: 5px;
		border-width: 5px;
	
	}

	.navlist {
	
		width: 100%;
		display: none;
		
		
	}

	input[type=checkbox]:checked ~ .navlist {
		display: block;
	}
	
	.hamburger {
		display: block;
		background-color: black;
		border-radius: 3px;
	}

	.hamburger {
		color: white;
	}
	
	.box .img {
top: 80px;

	}