@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap');
body{
    background-color:pink;
    position:relative;
}
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: 'Poppins' sans-serif;
    
}

a,
a:link,
a:visited{
    text-decoration: none;
    outline: none;
    border: none;
}


ul,
li{
    list-style: none;
    margin: 0;
    padding: 0;
}

section,
span,
p{
    margin: 0;
    padding: 0;
    outline: none;
    border: none; 
}
.container{
    position:relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    color: white;
}
.header {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}
.header-navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-ul {
    display: flex;
    align-items: flex-end;
}

.header-li {
    margin-left: 20px;
}

.header-li:first-child {
    margin-right: 10px;
}

.header-a {
    color: purple;
    font-weight: bold;
    font-size: 16px;
    transition: .3s ease-in;
}

.header-li:hover .header-a {
    color: rgb(170, 37, 82);
    font-size: 20px;
}

.container-class {
    background-color: pink;
    border-radius: 25px;
    padding: 5px 50px;
    transition: .2s ease;
}

.container-class:hover {
    border-bottom: 5px solid purple;
}

.header-text{
    position:absolute;
    top: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
h1{
    font-size: 3.5rem;
    font-weight: 100;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Herr Von Muellerhoff', cursive;
    color: rgb(104, 20, 48); 
}
.first-letter{
    font-size: 5.3rem;
    font-family: 'Herr Von Muellerhoff', cursive;
    color: rgb(219, 106, 0);
}
h3{
    margin-bottom: 0px;
    font-size: 22px;
    color: black;
}
h2{
    color: rgb(104, 20, 48); 
}
.btn-cake{
    display: block;
    color: white;
    background-color: rgb(219, 106, 0);
    padding: 10px 15px;
    border-bottom-right-radius:35px ;
    border-top-left-radius: 35px;
    position: relative;
    overflow: hidden;
}
.btn-cake::after{
     content: "İLERLE";
     position: absolute;
     background-color: rgb(104, 20, 48); 
     top: 100%;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: .5s;

}
.btn-cake:hover::after{
    top: 0;

}
.about{
    margin-bottom: 150px;
}
.about-tittle{
    margin: 60px 0;
}
.about-tittle h2{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: rgb(90, 11, 37);
    font-size: 30px;
    font-weight: 600;
}
.about-tittle h2::after{
    content:"" ;
    width: 30px;
    height: 3px;
    background-color:rgb(219, 106, 0)  ;
    margin: 0 auto;
    display: block;
    margin-top: 10px;

}
.about-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
} 
.about-img{
    width: 40%;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-text{
    width: 40%;
}
h4{
    margin-bottom: 25px;
    text-align: center;
    font-size: 60px;
    color: rgb(90, 11, 37);
    font-family: 'Herr Von Muellerhoff', cursive;
    letter-spacing: 0.3rem;
    font-weight: 100;
}

.about-text p{
    font-size: 19px;
    text-align: center;
    color: black;
    

}
.portfolio{
    display: flex;
    flex-wrap: wrap;
}
.portfolio-item{
    width: 25%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.portfolio-item img{
    width: 96%;
    height: 96%;
    object-fit: cover;
    object-position:top;
    transition: .5s;
}
.overlay{
    width: 100%;
    height: 100%;
    background-color:pink;
    position: absolute;
    top:100½;
    left: 0;
    opacity: 0.8;
    color: white;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;


}

.overlay >a{
    width: 100%;
    height: 100%;
    background-color:pink ;
    position: absolute;
    top:100½;
    left: 0;
    opacity: 0.8;
    color: rgb(90, 11, 37);
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.portfolio-item:hover .overlay{
    top: 0;

}
.portfolio-item:hover img{
    transform: scale(1.1);
}
h5{
    margin-bottom: 25px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: rgb(90, 11, 37);
    font-family: 'Herr Von Muellerhoff', cursive;
    letter-spacing: 0.3rem;
    font-weight: 100;
}
.portfolion{
    display: block;
    flex-wrap: wrap;
}
.portfolion-item{
    display: flex;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.portfolion-item img{
    width: 40%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    margin-left: 150px;
    padding: 20px 0;
}


.contact{
    padding: 10px 0;
}
.contact h2{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: rgb(90, 11, 37);
    font-size: 30px;
    font-weight: 600;
}
.contact h2::after{
    content:"" ;
    width: 30px;
    height: 3px;
    background-color:rgb(219, 106, 0)  ;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.contact-content{
    margin-top: 60px;
    display: flex;
    justify-content: space-evenly;
}
.contact-item{
    display: flex;
    align-items: center; 
    flex-basis: 33%;
    margin-bottom: 20px;
    flex-direction: column;
}
.contact-item i{
    font-size: 25px;
    margin-bottom: 10px;
    color: rgb(90, 11, 37);
  }

.contact-item p{
    font-size: 14px;
    line-height: 33px;
    color: white;
}

footer {
    background-color: #db7093;
    color: pink;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
