
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
html {
    
    overflow-x: hidden; /* Yatayda scrool bar çıkmasını engelledi */
    scroll-padding-top: 90px;
    scroll-behavior: smooth;

}
body{
    background-color: rgb(241, 192, 229);
}

section{
    padding: 35px 6% 35px 7%;
}


/* .content p {

    padding: 5px;
    
} */


nav {
    position: fixed;
    background: rgb(76, 65, 196);
    justify-content: space-between;
    height: 120px;
    width: 90%;
    margin: 20px 5%;
    
    border-radius: 50px;
    }

nav #menuBtn{
    display: none;
}

nav .menuBtn{
    font-size: 2rem;
    color: azure;
    float: right;
    line-height: 120px;
    margin-right: 2rem;
    display: none;
}

nav .logo{

    color:azure;
    font-size: 1.8rem;
    display: inline-block;
    height: 120px;
    line-height: 120px;
    padding: 0 3rem;
}

nav ul {
    float: right;
    margin-right: 2rem;

}

nav ul li{
    list-style: none;
    display: inline-block;
    line-height:120px ;
    margin: 0 .2rem;

}


nav ul li a{
    color: white;
    font-size: 1rem;
    padding: .5rem;
    border-radius: 3px;
    text-decoration: none;
}


nav ul li a.active{
    background: darkorange;
}


nav ul li a:hover{
    background: darkviolet;
}

@media (max-width:1050px){
    nav .menuBtn{
        display: initial;

    }



    nav ul {
        position: fixed;
        background:darkviolet ;
        width: 100%;
        height: calc(100vh-80px);
        top: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all .5s;
        left:-100%;

    }

nav ul li {

    display: block;
    min-width: 80%;
    text-align: center;
    line-height: 4rem;
}

nav ul a{

    display: block;
    font-size: 1.2rem;
}


nav #menuBtn:checked ~ ul{

    left: 0;

}

nav #menuBtn:checked ~ label.menuBtn i::before{

    content: "\f00d";
}

}



@media (max-width:359px){

    nav.logo{

        font-size: 1.5rem;
    }


    nav ul li a {

        padding: 0;
    }


}



.home{
    min-height: 100vh;
    background-image: url(3.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    

}

.home2{
    min-height: 100vh;
    background-image: url(1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    

}

.home3{
    min-height: 100vh;
    background-image: url(temettu2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    

}

.home4{
    min-height: 100vh;
    background-image: url(zoren2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    

}

.home5{
    min-height: 100vh;
    background-image: url(temettu2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}


.home6{
    min-height: 100vh;
    background-image: url(e7.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.home7{
    min-height: 100vh;
    background-image: url(temettu3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.baslarken .box-container{
    display: grid;
   grid-template-columns: repeat(auto-fit,minmax(25rem,1fr)); 
  
    gap: 20px;
    /* margin: 0 0 0 5%; */
}

.baslarken .box-container .box{
    padding: 10px;
    background-color: blueviolet;
    border-radius: 20px;
    min-height: 500px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.baslarken .box-container .box img{
    width: 127%;
    object-fit: cover;
    border-radius: 20px;
}


.btn{
    margin-top:2px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 17px;
    color: blanchedalmond;
    background-color: brown;
    cursor: pointer;
    text-decoration: none;
}

.btn:hover{
    opacity:0.5;
}


.bolumbaslik{
    color: black;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid black;
    text-align: center;

}

.baslik{
margin-top: 10px;

}


/* .about .row .image{

    flex: 1 1 450px;
} */

.about .row img{

    width: 100%;
}

.about{

    align-items: center;

}



.about .row{
    
    max-width: 600px;
    text-align: justify;
    margin: auto;

} 

.about .row .content{

    flex: 1 1 450px;
}


.about .row .content h3{

   font-size: 30px;
   color: black;
   margin-top: 10px;
}

.about .row .content p{

    font-size: 16px;
    color: black;
    padding: 10px 0;
    line-height: 1.8;
 }




 
.abone .row .image{

    flex: 1 1 450px;
}

.abone .row img{

    width: 100%;
}

.abone .row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;

}

.abone .row .content{

    flex: 1 1 450px;
    padding:50px 20px;
    text-align: center; 
    
}


.abone .row .content h3{

   font-size: 30px;
   color: black;
}

.abone .row .content p{

    font-size: 16px;
    color: black;
    padding: 10px 0;
    line-height: 1.8;
 }



 .footer{

    background-color: black;
    text-align: center;

 }

 .footer .search{

    display: flex;
    justify-content: center;
    
 }

 .footer .search .search-input{

    width: 300px;
    
 }

 .footer .search .btn-primary{
    background-color: blueviolet;
    padding: 10px 20px;
    margin-left: 10px;
 }

 .search-input{
font-size: 16px;
color: black;
padding: 10px;
text-transform: none;
border-radius: 30px;

 }



 .footer .share{
    padding: 20px 0;

 }

 .footer .share a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: rgb(11, 137, 240);
    text-decoration: none;
    font-size: 40px;
    border: black;
    border-radius: 50%;
    margin: 30px;
    
 }

 .footer .share a:hover{
    background-color: rgb(241, 192, 229);
    
 }










