
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    height: 100vh;
    font-family: 'Josefin Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
}
a{
    text-decoration: none;
}

.hero{
    height: 100vh;
    width: 100%;
    background-image:url(../img/wp8778326.webp) ;
    /* background-image: url(./img/walpaper.jpg) ; */
    background-size: cover;
    background-position:center;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 8% 0 8%;
}
.logo{
    color: white;
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;
}
span{
    color: #f9004d ; 
}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px;
}
nav ul li a{
    color: white;
    font-weight: bold;
    text-transform: capitalize;
 
}
nav ul li a:hover{
    color: #f9004d ;
    transition: all .5s;
}
.btn{
    background-color: #f9004d;
    color: white;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
}
.btn:hover{
    transform: scale(1.2);
}
.content{
    position: absolute;
    top: 50%;
    left: 8%;
    transform:translateY(-50%);
}
h1{
    color: white;
    font-size: 25px;
    margin:20px 0px 20px;
    font-size: 75px;
}
h3{
    color: white;
    font-size: 25px;
    margin-bottom:50px ;
}
h4{
    color: rgb(179, 158, 205);
    letter-spacing: 2px;
    font-size: 20px;
}
.newslatter form{
    width: 380px;
    max-width: 100%;
    position: relative;
}
.newslatter form input:first-child{
    display: inline-block;
    width: 100%;
    padding:14px 130px 14px 15px;
    border: 2px solid #f9004d;
    outline: none;
    border-radius: 30px;
}
.newslatter form input:last-child{
    position: absolute;
    display: inline-block;
    outline: none;
    padding:10px 30px ;
    border-radius: 30px;
    background-color: #f9004d;
    color: white;
    box-shadow: 0px 0px 5px rgb(60, 59, 59), 0px 0px 15px #858585;
    top: 6px;
    right: 6px;
    cursor: pointer;
}
.about{
    width: 100%;
    padding: 100px 0px;
    background-color: #191919;

}
.about img{
    height: auto;
    width: 360px;
}
.about-text{
    width: 550px;
}
.main{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto ;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-text h2{
    color: white;
    font-size: 75px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-text h5{
    color: white;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.about-text p{
    color: #fcfc;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;

}
button{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px ;
    border-radius: 30px;
    transition: .5s;
}
button:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;
}
.service{
    background-color: #101010;
    width: 100%;
    padding: 100px 0px;
}
.title h2{
    color: white;

    font-size: 75px;
    width: 1130px;
    margin: 30px auto;
    text-align: center;
}
.box{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
.card{
    height: 365px;
    width: 335px;
    padding:20px 35px;
    background-color:#191919;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.card i{
    font-size: 50px;
    display:block;
    text-align: center;
    margin: 25px 0px;
    color: #f9004d;
}
.card .button{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: .5s;
}
.card .button:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;
}
h5{
    color: white;
    font-size: 23px;
    margin-bottom: 15px;
}
.pra p{
    color: #fcfc;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}
.contact-me{
    width: 100%;
    height: 290px;
    background-color: #191919;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.contact-me p{
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.contact-me .button-two{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px ;
    border-radius: 30px;
    transition: .5s;
}
.contact-me .button-two:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;
}
footer{
    position: relative;
    background-color: #101010;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
footer p:nth-child(1){
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
}
footer p:nth-child(2){
    color: white;
    font-size: 17px;
    width: 500px;
    text-align: center;
    line-height: 26px;
}
.social{
    display: flex;
}
.social a{
    width: 45px;
    color: white;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9004d;
    border-radius: 50%;
    margin: 22px 10px;
    font-size: 20px;
}
.social a:hover{
    transform: scale(1.3);
    transition: .4s;
}
.end{
    position: absolute;
    color: #f9004d;
    bottom: 35px;
    font-size: 14px;
}

.yuvarla{
    display: inline-block;
    overflow: hidden;
    object-fit: cover;
    border-radius: 175px;
    border-color: #ecf0f1;
    border-width: 8px;
    border-style: solid;
    border-radius: 70%; 
    width: 20%;
    height: 50%;
    position: relative;
    left: 61em;
    top: 7em;
}

.dikle{
    display: inline-block;
    overflow: hidden;
    object-fit: cover;
    border-radius: 175px;
    border-color: #ecf0f1;
    border-width: 8px;
    border-style: solid;
    border-radius: 10%; 
    width: 20%;
    height: 50%;
    position: relative;

}

.hero2{
    background-color: #191919;
}

#nostair{
    white-space: nowrap; // Alt satıra geçmeyi engelle
  }

  #progress1{
    color: white;
    width: 100%;
  }

 .fotobuyut:hover {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
     transform: scale(1.3); 
   }












   /* CSS for mobile responsiveness */
@media only screen and (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
    }

    nav {
        padding: 25px 8%;
    }

    .logo {
        font-size: 28px;
    }

    nav ul li {
        padding: 10px 15px;
    }

    .content {
        position: static;
        text-align: center;
        margin-top: 20px;
        left: 0;
        transform: none;
        top: 0;
    }

    h1 {
        font-size: 45px;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .newslatter form input:first-child {
        padding: 14px 15px;
    }

    .newslatter form input:last-child {
        padding: 10px 15px;
        top: 0;
        right: 0;
    }

    .about img {
        width: 100%;
        max-width: 300px;
    }

    .about-text {
        width: 100%;
        text-align: center;
    }

    .about-text h2 {
        font-size: 45px;
    }

    .about-text h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .main {
        flex-direction: column;
        align-items: center;
    }

    .title h2 {
        font-size: 45px;
        width: 90%;
        margin: 20px auto;
    }

    .box {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
        margin: 15px 0;
    }

    .contact-me p {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-me .button-two {
        padding: 13px 20px;
    }

    footer {
        padding: 20px 5%;
    }

    footer p:nth-child(1) {
        font-size: 24px;
    }

    footer p:nth-child(2) {
        font-size: 14px;
    }

    .social a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin: 12px 8px;
    }
}

@media only screen and (max-width: 480px) {
    .logo {
        font-size: 22px;
    }

    .content h1 {
        font-size: 22px;
    }

    h1 {
        font-size: 35px;
    }

    .yuvarla { 


/* Halledildi */
        width: 60%;
        position: relative;
        left: 20%;
        top: 5%;
    }

    footer p:nth-child(1) {
        font-size: 20px;
    }

    footer p:nth-child(2) {
        font-size: 12px;
    }

    .social a {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin: 10px 6px;
    }
}






/* CSS for mobile responsiveness */
@media only screen and (max-width: 768px) {
    nav {
        padding: 25px 8%;
    }

    .logo {
        font-size: 28px;
    }

    nav ul li {
        padding: 10px 15px;
    }

    .content {
        position: static;
        text-align: center;
        margin-top: 20px;
    }

    .yuvarla {
        width: 35%;
        margin: 20px auto;
        left: 30%;
    }

    footer {
        padding: 20px 5%;
    }

    footer p:nth-child(1) {
        font-size: 24px;
    }

    footer p:nth-child(2) {
        font-size: 14px;
    }

    .social a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin: 12px 8px;
    }
}

@media only screen and (max-width: 480px) {
    .logo {
        font-size: 22px;
    }

    .content h1 {
        font-size: 22px;
    }

    .yuvarla {
        width: 60%;
    }

    footer p:nth-child(1) {
        font-size: 20px;
    }

    footer p:nth-child(2) {
        font-size: 12px;
    }

    .social a {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin: 10px 6px;
    }
    
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Tablet için özel stiller buraya gelecek */

    .yuvarla {
        width: 50%;
        left: 17%;
        position: relative;
        margin-top: -20%;
    }

    .content {
        position: static;
        margin-top: 30%;
        margin-left: 10%;
    }
    .content h1 {
        font-size: 22px;
    }

    .yuvarla {
        width: 60%;
    }

    footer p:nth-child(1) {
        font-size: 20px;
    }

    footer p:nth-child(2) {
        font-size: 12px;
    }

    .social a {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin: 10px 6px;
    }
    .title h2 {
        font-size: 45px;
        width: 90%;
        margin: 20px auto;
    }
    .about img {
        width: 100%;
        max-width: 300px;
    }

    .about-text {
        width: 100%;
        text-align: center;
    }

    .about-text h2 {
        font-size: 45px;
    }

    .about-text h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .main {
        flex-direction: column;
        align-items: center;
    }
}
