html{
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: antiquewhite;
    background: transparent url("https://assets.codepen.io/108082/Noise.png") 0 0;
    background-size: 320px 320px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    mix-blend-mode: multiply;
}
nav{
    position: fixed;
    width: 100%;
    height: 70px;
    color: white;
    background-color:rgba(169, 169, 169, 0.822);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
nav div{
    display: flex;
    justify-content: center;
    width: 50%;
}
nav P{
    font-size: 1.5rem;
    font-weight: 700;
}
nav ul{
    display: flex;
    gap: 100px;
    list-style: none;
}
nav a{
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.2s;
}
nav a:hover{
    color: green;
}
.bg-img{
    width: 100%;
    height: 100%;
}
.hero{
    width: 100%;
    height: 600px;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    line-height: 10px;
}
.hero img{
    width: 600px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    transition: all ease-in-out 0.2s;
}
.hero img:hover{
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
}
.strip{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xxx-large;
    text-transform: uppercase;
    background-color: black;
    color: white;
}
.about{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.about h3{
    font-size: 1.8rem;
}
.about-text{
    width: 60%;
}
.about-img img{
    width: 400px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;
    transition: all ease-in-out 0.2s;
}
.dashed-line {
    width: 100%;
    border-top: 0.1em dashed #0000005e;
    margin: 2vh auto;
}
.about-img img:hover{
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
}
.project{
    margin-top: 40px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project h3{
    font-size: 1.8rem;
}
.project-card{
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.card-img img{
    width: 500px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border: 2px solid;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    cursor: pointer;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    transition: all ease-in-out 0.2s;
}
.card-img img:hover{
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
}
.card-text {
    width: 50%;
}
.card-text a{
    width: 200px;
    color: blue;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: all ease-in-out 0.2s;
}
.card-text a:hover{
    color:cornflowerblue;
}
.experience{
    margin-top: 40px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.experience h3{
    font-size: 1.8rem;
}
.card-img{
    margin-top: 100px;
}
.card-img-2 img{
    width: 150px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border: 2px solid;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    cursor: pointer;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    transition: all ease-in-out 0.2s;
}
.card-img-2 img:hover{
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
}
.media{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.media h3{
    font-size: 1.8rem;
}
.media-cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
}
.media-card{
    width: 300px;
    height: 100px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border: 2px solid;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    color: #41403e;
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: Neucha, sans-serif;
    font-size: 1rem;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    transition: all ease-in-out 0.2s;
    
}
.media-card:hover{
    background-color:cadetblue;
    color:rgb(255, 145, 0);
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
}
.blog{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog h3{
    font-size: 1.8rem;
}
.blog-cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
}
.blog-card{
    width: 300px;
    height: 100px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border: 2px solid;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    color: #41403e;
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: Neucha, sans-serif;
    font-size: 1rem;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    transition: all ease-in-out 0.2s;
    
}
.blog-card:hover{
    background-color:cadetblue;
    color:rgb(255, 145, 0);
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
}
.contact{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact h3{
    font-size: 1.8rem;
}
.contact-card{
    border: 0.5px solid;
    border-radius: 10px;
    width: 50%;
    font-weight: 600;
    font-size: large;
    height: 400px;
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.contact-card label{
    margin-left: 100px;
    align-self: start;
}
input{
    width: 80%;
    height: 30px;
}
textarea{
    width: 80%;
    height: 200px;
    resize: none;
}
.button {
    align-self: center;
    background-color: #fff;
    background-image: none;
    background-position: 0 90%;
    background-repeat: repeat no-repeat;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-style: solid;
    border-width: 2px;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    box-sizing: border-box;
    color: #41403e;
    cursor: pointer;
    display: inline-block;
    font-family: Neucha, sans-serif;
    font-size: 1rem;
    line-height: 23px;
    outline: none;
    padding: .75rem;
    text-decoration: none;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  .button:hover {
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
  }
footer{
    margin-top: 40px;
    display: flex;
    width: 100%;
    height: 200px;
    background-color:darkgray;
    color: aliceblue;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-upper{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.footer-upper li{
    color: black;
    margin-left: -35px;
    list-style: none;
}
.footer-upper a{
    text-decoration: none;
    color: blue;
}
footer p{
    color: black;
}
footer p a{
    color: blue;
    text-decoration: none;
}