@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap'); 

    font-family: "Oswald" , sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: 0.2s ease;
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}
html, body{
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    width: 100%;
}
html::-webkit-scrollbar{
    width: 0.5rem;
    background-color: #0e0e0e;
}
html::-webkit-scrollbar-thumb{
    border-radius: 5rem;
    background-color: #ffbb00;
}
body{
    background-color: #0e0e0e;
}
section{
    padding: 3.5rem 7%;
}
section h1{
    color: #ffbb00;
    font-size: 4rem;
}
a {
  color: inherit; /* Butonun yazı rengini alır */
  text-decoration: none; /* Altı çiziliyi kaldırır */
}
.box-container,
.box-container2{
    border-top: 1px solid #ffbb00;
}
.box{
    margin-top: 3rem;
}
.buton{
    background-color: #ffbb00;
    color: #0e0e0e;
    padding: 0.75rem 1.5rem;
    border:none;
    border-radius: 5rem;
    text-decoration: none;
    font-size: 1.3rem;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.buton:hover{
    background-color:#dfa300;
    opacity: 0.8;
}
.buton2{
    background-color: #ffbb00;
    color: #0e0e0e;
    padding: 0.75rem 1.5rem;
    border:none;
    text-decoration: none;
    font-size: 1.3rem;
    display: inline-block;
    transition: background-color 0.3s ease;
}

/*!header start*/
.header .header_logo img{
    height: 10rem;
}
.header{
    background-color: #ffbb00;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 7%;
    margin: 2rem 7%;
    border-radius: 30rem;
    box-shadow: 0rem 0rem 1.7rem -0.2rem rgba(0, 0, 0, 0.75);
    position: fixed;  
    width: 86%;
    top:0;
    z-index: 1000;
}
.header .kisayol a{
    margin:0 1rem;
    font-size:1.6rem;
    color:inherit;
    border-bottom: 0.1rem solid transparent;
}
.header .kisayol .active,
.header .kisayol a:hover{
    border-color: #0e0e0e;
    padding-bottom: 0.5rem;
}
.header .buttons button{
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
    background-color: transparent;
}
.header .buttons a{
    font-size: 2.5rem;
    margin-right: 2rem;
    background-color: transparent;
}
#menu-buton{
    display:none;
}
/* header end */

/* ilk ekran start */
.home{
    min-height: 100vh;
    background: url(../images/spor_salonu_cizim.png)no-repeat;
    background-position: center;
    /*margin-top: -14.5rem;*/
    display:flex;
    align-items: center;
    position: relative;
}
.home .icerik{
    max-width: 60rem;
}
.home .icerik h3{
    font-size: 6rem;
    color: #ffbb00;
}
.home .icerik p{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
    padding: 1rem 0; 
    color: #ffbb00;
}
/*ilk ekran end*/

/*vizyon start*/
.vizyon .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}
.vizyon .box-container .box{
    padding: 1rem;
    background-color:#dbdbdb;
    border-radius: 3rem;
    min-height: 60rem;        
    display: flex;
    flex-direction: column;
}
.vizyon .box-container .box img{
    width: 100%;
    object-fit: cover;
}
.vizyon .box-container .box h3 {
    display: grid;
    grid-row: 1;
    font-size: 3rem;
    padding: 1rem 0;
    color: #0e0e0e;
}
.vizyon .box-container .box .vizyon-kategori{
    display:grid;
    grid-row: 2;
    font-size: 2rem;
    color: #0e0e0e;
}
.vizyon .box-head img{
    height: 27rem;
    width: 100%;
    object-fit: cover;
    border-radius: 3rem;
}
.vizyon .box-container .box:hover .image img{
    transform: scale(1.2);
}
/*vizyon end*/

/*hakkımızda start*/
.about .row{
display: flex;
flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}
.about .row .image{
    flex: 1 1 45%;
}
.about .row .image img{
    width: 100%;
    height: auto;
}
.about .row .about-yazi{
    flex: 1 1 50%;
}
.about .row .about-yazi h3{
    font-size: 3rem;
    color: #dbdbdb;
    margin-bottom: 0.5rem;
}
.about .row .about-yazi p{
    font-size: 1.6rem;
    line-height: 1.6;
    color: #ffbb00;
    margin-bottom: 1rem;
}
/*hakkımızda end*/

/*Yorumlar start*/
.review .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(29rem,1fr));
    gap:1.5rem;
}
.review .box-container .box{
    text-align: center;
    padding: 3rem 2rem;
    background-color: #dbdbdb;
    border-radius: 5rem;
}
.review .box-container .box p{
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 2rem 0;
}
.review .box-container .box .user{
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    object-fit: cover;
}
.review .box-container .box h3{
    padding: 1rem 0;
    font-size: 2rem;
    color: #ffbb00;
}
.review .box-container .box .stars i{
    font-size: 0rem;
    color: #ffbb00;
}
#yorum-formu {
    display: flex;
    flex-wrap: nowrap; /* Elemanların alta kaymasını önler */
    gap: 1rem;
    margin: 2rem auto;
    padding: 2rem;
    box-sizing: border-box;
}
.yorumInput {
    width: 83%;
    height: 10rem; /* Sabit yükseklik */
    background-color: #dbdbdb;
    color: #ffbb00;
    border-radius: 5rem;
    font-size: 2rem;
    padding: 1rem 2rem;
    resize: none;
    border: 1px solid #ffbb00;
    box-sizing: border-box;
}
.yorumCift {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 10rem; /* Textarea yüksekliğini geçmemesi için */
    box-sizing: border-box;
    width: 25%;        
}
.yorumIsim {
    width: 100%;
    background-color: #dbdbdb;
    color: #ffbb00;
    border-radius: 5rem;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ffbb00;
    box-sizing: border-box;
    height: 4.5rem;
}
.yorumYap {
    width: 100%;
    background-color: #ffbb00;
    color: #0e0e0e;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    height: 4.5rem;
}
.yorumYap:hover {
    background-color: #ffdc7b;
}
#yorum-formu .yorumInput,
#yorum-formu .yorumCift,
#yorum-formu .yorumIsim,
#yorum-formu .yorumYap {
    box-sizing: border-box;
}
/*Yorumlar end*/

/*Bilgilendirici Yazılar Start*/
.blog .box-container{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(29rem,1fr));
    gap:1.5rem;
}
.blog .box-container .box{
    border: 0.1rem solid rgba(255,255,255,0.4);;
    text-align: left;
    
    background-color: #dbdbdb;
    border-radius: 5rem;
}
.blog .box-container .box p{
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 2rem 0;
}

.blog .box-container .box .image{
    height: 27rem;
    overflow:hidden;
    width:100%;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;

}
.blog .box-container .box .image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.blog .box-container .box:hover .image img{
    transform:scale(1.2)
}
.blog .box-container .box .icerik{
    padding: 2rem;
}
.blog .box-container .box .icerik .baslik-blog{
    line-height: 1.5;
    font-size: 2.5rem;
    color: #ffbb00;
}
.blog .box-container .box .icerik span{
    display: block;
    padding-top: 1rem;
    font-size: 2rem;
}
/*Daha fazla start*/
.blog .dahafazla {
    position: relative;
    display: flex;
    columns: 4;
    margin: 2rem auto;
    width: 100%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5rem;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding: 2rem;
}


.blog .buton{
    background-color: #0e0e0e;
    color: #dbdbdb;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    margin: 1rem;
}
.blog .buton:hover{
    background-color: #5e5e5e;
}
.blog .dahafazla .icerik{
    display:none;
}
.blog .dahafazla .icerik.active{
    display: block;
}
.blog .dahafazla.active{
    right: 0rem;
    padding-right: 5rem;
}

.blog .dahafazla .dahafazla-item{
    position: relative;
    display: flex;
    align-items: center;
    gap:1.5rem;
    padding: 1.5rem;
}
.blog.dahafazla-item.buton{
    width: 100%;
    text-align: center;
    border-radius: unset;
}
.blog .dahafazla .icerik h1{
    font-size: 3rem;
}

.blog .dahafazla .icerik p{
    font-size: 2.4rem;
}
/*Bilgilendirici Yazılar end*/

/*Sayfa bilgileri start*/
.footer{
    background-color: #525151;
    text-align: center;
    height: auto;
}
.footer .search{
    display: flex;
    justify-content: center;
}
.footer .search .btn-primary{
    background-color: #ffbb00;
    padding: 1rem 2rem;
    margin-left: 1rem;
}    
.footer .share{
    padding: 2rem 0;
}    
.footer .share a{
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    color: #dbdbdb;
    font-size: 2rem;
    border: 0.1rem solid rgba(255,255,255,0.4);
    border-radius: 50%;
    margin: 0.2rem;
}
.footer .share a:hover{
    background-color:#ffbb00;
}
.footer .credit{
    font-size: 2rem;
    color: #dbdbdb;
    font-weight: 300;
    padding-top: 1.5rem;
}
.footer .credit span{
    color: #ffbb00;
}
.footer .contact-info{
    padding-right: 2rem;
}
.footer .contact-info a{
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    color: #dbdbdb;
    font-size: 2rem;
    border-radius: 100%;
    margin: 0.2rem;
}
/*!Sayfa bilgileri end*/
/*?responsive start*/

@media (max-width: 991px){
    html{
        font-size: 55%;
    }
    .header{
        padding:1.5rem 2rem;
    }
    .header .logo img{
        height: 7rem;
    }
    section{
        padding: 2rem;
    }    
}
@media (max-width: 768px){
    #menu-btn{
        display: inline-block;
    }
    .header .navbar{
        position: absolute;
        top: 95%;
        background-color: #4d4d4d;
        height: auto;
        width: 30rem;
        box-shadow: 0px 20px 14px 0px rgba(0 0 0 / 75%);
        right: -100%;
        border-radius: 5rem;
        color: #dbdbdb;
    }
    .header .navbar.active{
        right: 3rem;
    }
    .header .navbar a{
        color: #ffbb00;
        display: block;
        margin: 1.5rem;
        padding: 0.5rem;
        font-size: 2rem;
    }
    .header .navbar a:hover{
        color: #dbdbdb;
    }
}
/*?responsive end*/