*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}




body{
    background-color: #ffffff;
}

.container{
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.invisible{
    visibility: hidden;
}

header{
    width: 100%;
}

h1{
    font-family: "Bebas Neue", sans-serif;
    font-size:72px;
}

h3{
    color: #004F9F;
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    line-height: 120%;
}

.menu .active a{
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    color: #004F9F
}

.mobile-menu-buttons .active a{
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    color: #004F9F
}

img {
  display: block;
}


.logos{
    display: flex;
    justify-content: end;
    padding:12px 24px ;
    gap: 32px;
    background-image: linear-gradient(to right, #004F9F , #0065CC, #fff);
}



.news-detail li{
    margin-bottom: 12px;
    list-style: none;
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.news-detail img{
    width: 100%;
}

.mobile-menu{
    
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    inset: 0;
    z-index: 1001;

   }

.mobile-menu-inner{
        background-color: #f8f9fb;
        height: 100%;
        width: 240px;
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }

.mobile-menu-content{
        flex-grow: 1;
    }

.mobile-menu-header{
        border-bottom: 0.5px solid #d1d1d1;
        padding: 12px;
        display: flex;
        justify-content: end;
        margin-bottom: 16px;

        label{
            cursor: pointer;
            padding: 8px;
        }
    }
    

.mobile-menu-header img{
        padding: 8px;
    }




.mobile-menu-footer{
        padding: 16px;
        color: #555555;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 120%;
        font-weight: 400;
        text-align: center;
        border-top: solid 1px #d1d1d1;
    }

.hamburger{
    cursor: pointer;

    input{
        display: none;
    }
}

body:has(#hamburger:checked) .mobile-menu{
    display: block;
}

.mobile-menu-buttons li{
        list-style: none;
        padding: 12px;
        padding-right: 16px;
        text-align: end;
    }

.mobile-menu-buttons a{
        text-decoration: none;
        color: #000000;
        font-family: "Bebas Neue";
        font-size: 24px;
        line-height: 100%; 
    }

.mobile-menu{
    display: none;
}

.nav-button{
    position: relative;
}

.menu{
    list-style: none;
    /* gap: 32px; */
    display: flex;
    padding: 0px;
    justify-content: end;
    position: relative;
    z-index: 1000;
    
    li{
        position: relative;

        &:hover ul{
            display: block;
        }

        padding:20px 20px ;
    }
    
    a{
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-size: 24px;
        color: #1c1c1c;
    }

    ul{
        list-style: none;
        padding: 0px;
        position: absolute;
        display: none;
        background-color: #FFF;
        width: 180px;
        margin-top: 12px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

        a{
            font-family: "Bebas Neue", sans-serif;
            font-size: 24px;
            color: #1c1c1c;
        }

    }
}

.kulubumuz-drop{
    display: flex;
    align-items: center;
    gap: 4px;
}

/* .nav-button ul{
    display: flex;
    justify-content: end;
    padding:24px 24px ;
    gap: 32px;
    background-color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    list-style-type: none;
} */





.hamburger{
    display: none;
}

/* .nav-button a{
    text-decoration: none;
    color: #1c1c1c;
} */


.ek-logo{
    position: absolute;
    left: 48px;
    top: 18px;
    z-index: 100;
}

.page-hero img{

    width: 100%;
}

/* .slider img{
    width: 100%;
    object-fit: cover;
}

.slider a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); 
  pointer-events: none; 
  z-index: 1;
}

.slider-text{
    position: absolute;
    top:350px ;
    left: 48px;
    z-index: 2;
}

.slider-text h1{
    color: #fff;
}


.slider-text p{
    font-size: 16px;
    line-height:120% ;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 32px;
}

.slider-text a{
    text-decoration: none;
    color: #004F9F;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background-color: #fff;
    padding: 12px;
} */



/* .slider {
    position: relative;
    width: 100%;
}


.slider a {
    position: relative;
    display: block;
}


.slider img {
    width: 100%;
    height: auto; 
    display: block;
}


.slider a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
}


.slider-text {
    position: absolute;
    bottom: 48px; 
    left: 48px;
    right: 48px; 
    z-index: 2;
}


.slider-text h1 {
    color: #fff;
    margin-bottom: 16px; 
    font-size: clamp(24px, 4vw, 80px); 
}


.slider-text p {
    font-size: clamp(14px, 1.5vw, 16px); 
    line-height: 1.5;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 32px;
}


.slider-text a {
    display: inline-block; 
    text-decoration: none;
    color: #004F9F;
    font-family: "Roboto", sans-serif;
    font-weight: 500; 
    background-color: #fff;
    padding: 12px 24px; 
    border-radius: 4px; 
    transition: all 0.3s ease; 
}

.slider-text a:hover {
    background-color: #004F9F;
    color: #fff;
    transform: translateY(-2px); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
}

/* Tüm slide'ları gizle */
.slider {
    display: none;
    position: relative;
    width: 100%;
    animation: fadeIn 0.8s ease-in-out;
}

/* Aktif slide'ı göster */
.slider.active {
    display: block;
}



/* Mevcut slider stilleriniz aynen kalacak */
.slider a {
    position: relative;
    display: block;
}

.slider img {
    width: 100%;
    height: 700px; 
    display: block;
    object-fit: cover;

}

.slider a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
}

.slider-text {
    position: absolute;
    bottom: 48px; 
    left: 48px;
    right: 48px; 
    z-index: 2;
}

.slider-text h1 {
    color: #fff;
    margin-bottom: 16px; 
    font-size: clamp(24px, 4vw, 80px); 
}

.slider-text p {
    font-size: clamp(14px, 1.5vw, 16px); 
    line-height: 1.5;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 32px;
}

.slider-text a {
    display: inline-block; 
    text-decoration: none;
    color: #004F9F;
    font-family: "Roboto", sans-serif;
    font-weight: 500; 
    background-color: #fff;
    padding: 12px 24px; 
    border-radius: 4px; 
    transition: all 0.3s ease; 
}

.slider-text a:hover {
    background-color: #004F9F;
    color: #fff;
    transform: translateY(-2px); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Prev/Next butonları */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 16px 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.slider-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #004F9F;
}

.slider-btn.prev {
    left: 20px;
}

.slider-btn.next {
    right: 20px;
}

/* Navigation dots */
.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 12px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.dot.active {
    background-color: #fff;
    width: 32px;
    border-radius: 6px;
}

/* Mobil responsive */
@media (max-width: 768px) {
    .slider-btn {
        padding: 12px 16px;
        font-size: 18px;
    }
    
    .slider-btn.prev {
        left: 10px;
    }
    
    .slider-btn.next {
        right: 10px;
    }
}

.part-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}


.part-title a{
    color: #1c1c1c;
    /* padding: 12px; */
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.mg-block{
    margin-block: 80px;
}

.news-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px; ;
    margin-bottom: 40px;
}

.news-content img{
    width: 100%;
}

.card{
    position: relative;
}

.card-text{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.card h6{
    font-size: 24px;
    line-height:120% ;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
}

.card p{
    font-size: 16px;
    line-height:120% ;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.match-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    padding: 24px;
    background-color:  #f5f5f5;
}

.match-card{
    background-color: #fff;
    justify-items: center;
    padding: 20px;
}

    .match-card-border{
        border: solid 1px #004F9F;
    }

.match-card h6{
    font-size: 20px;
    line-height:120% ;
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
}

.match-card p{
    font-size: 16px;
    line-height:120% ;
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.match-head{
    margin-bottom: 16px;
    justify-items: center;
}

.result{
    display: flex;
    gap: 12px;
    align-items: center;
}

.result p{
    font-family: "Bebas Neue", sans-serif;
    font-size: 48px;
}

.arrow-button{
    display: flex;
    gap: 16px;
}

.text-button{
    display: flex;
    gap: 16px;
}

.text-button a{
    text-decoration: none;
}

.roster-card{
    align-content: center;
}

.roster-card h6{
    font-size: 20px;
    line-height:120% ;
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
}

.roster-card p{
    font-size: 16px;
    line-height:120% ;
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.roster-card img{
    margin-bottom: 8px;
    width: 100%;
}

.roster-content{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 24px;
}

.roster-text{
    justify-items: center;
}


.team-join{
    width: 100%;
}

.team-join a{
    display: flex;
}

.columns{
    display: flex;
}

.footer{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin-block: 60px;
}

footer{
    border-top: 1px solid   #D9DBE9;
}

.footer li{
    list-style: none;
}

.footer a{
    text-decoration: none;
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height:120%;

}

.footer-logo img{
    padding-bottom: 24px;
}

.footer-title{
    font-size: 20px;
    line-height:120% ;
    color: #004F9F;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.social-media{
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-logo p{
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    color: #004F9F;
    margin-bottom: 24px;    
}

footer li{
    margin-bottom: 16px;

}

.footer-contact{
   display: flex;
   gap:8px  ;
   
}


.table{
    padding: 24px;
    background-image: linear-gradient(to right, #004F9F , #0065CC);
}


.eurocup{
    background: linear-gradient(90deg, #01ADE7 0%, #E54B5B 100%);
}

.table th{
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-block: 8px;
}


.table p{
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    color: #ffffff;
    margin: 0px;
}

.team-name{
    text-align: left;
}

.sr{width: 15%;}
.team-name{width: 40%;}
.om{width: 15%;}
.av{width: 15%;}
.p{width: 15%;}

.days-point{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 24px;
    align-content: start;
}

.match-days{
    grid-column: 1/9;
}

.point-table{
    grid-column: 9/13;
}


/* Başlık */
.part-title {
  margin-bottom: 20px;
}

.more{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.more a{
    padding: 12px;
    text-decoration: none;
    background-color: #004F9F;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.input-bar{
    display: flex;
    gap:24px;
    margin-block: 20px;
}

.input{
    padding:12px ;
    display: flex;
    gap: 8px;
    border: solid 1px #d1d1d1;
    width: 330px;
}

.input p{
    color: #a3a3a3;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.select-time{
    display: flex;
    justify-content: space-between;
}

.news-detail h4{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #1c1c1c;
    margin-bottom: 24px;
}

.news-detail h5{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #1c1c1c;
}

.news-detail p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1c1c1c;
}

.news-detail img{
    margin-bottom: 24px;
}

.content{
    display: grid;
    grid-template-columns: repeat(12,1fr);
}

.news-detail{
    grid-column:1/8 ;
}

.next-point{
    grid-column: 9 / 13;
}

.other-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.other-content img{
    width: 100%;
}

.club-info{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.club-info p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1c1c1c;
}

.kurul-content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.card-1{
 grid-column: 1 / 4;   
}

.kurul-content h2{
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    color: #ffffff;
    line-height: 120%;
    margin-bottom: 8px;
}

.kurul-content p{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 120%;
    font-weight: 300;
}

.kurul{
    background: linear-gradient(180deg, #004F9F 0%, #002F5E 100%);
    padding-block: 48px;
    text-align: center;
}

.idari-teknik-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}

.tab-bar a{
    display: flex;
    padding: 10px 10px;
}

.tab-bar{
    background-color: #004F9F;
}

.tab-bar ul {
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.tab-bar a{
    text-decoration: none;
    color: #fff;
     font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;

    padding: 10px 56px;
}

.tab-btn{
    border-bottom: solid 2px #fff;
}

.sporcu-content{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}

.sporcu-content img{
    width: 100%;
}

.double-point-table {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}

.son-sonuc{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.time-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#f5f5f5 ;
    padding-inline: 20px;
    margin-bottom: 16px;
}

.date{
    background-color: #004F9F;
    padding: 16px;
    text-align: center;
}

.date h2{
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 48px;
    line-height: 120%; 
}

.date p{
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
}

.place-time{
    display: flex;
    flex-direction: column;
    text-align: right;
}

.place-time span{
    color: #1c1c1c;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.place-time p{
    color: #1c1c1c;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.vs-content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.vs-content p{
    color: #1c1c1c;
    font-family: "Bebas Neue";
    font-size: 20px;
    line-height: 120%;
}

.vs-content h2{
    color: #1c1c1c;
    font-family: "Bebas Neue";
    font-size: 48px;
    line-height: 120%; 
}

.gallery-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.gallery-content img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.ht-card{
    margin-bottom: 60px;
}

.ht-card p{
    color: #1c1c1c;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
}

.ht-card a{    
    text-decoration: none;
}

.contact-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #004F9F 0%, #002F5E 100%);
    padding-block: 48px;
    gap: 16px;
    margin-bottom: 60px;
}

.contact-info h3{
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 64px;
    line-height: 100%; 
}

.contact-info h6{
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    line-height: 120%; 
}

.contact-info p{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    line-height: 120%;
}

.contact-info a{
    text-decoration: none;
    padding:12px 24px;
    background-color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #004F9F;
}

.email{
    display: flex;
    gap: 12px;
}

.phone{
    display: flex;
    gap: 12px;
}

.ht-mobile{
    display: none;
}

.copy{
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    line-height: 120%;
    border-top:solid 1px #d1d1d1 ;
}


/* tablet plus start */

@media (max-width: 1024px) {

        .container{
        padding-inline: 16px;
        max-width: 1024px;
        width: 100%;
        margin: auto;
    }

        .logos{
        display: flex;
        justify-content: end;
    }

    .ek-logo{
        width: 100px;
        
    }


        .nav-btn{
        display:none ;
    }

        .hamburger{
        display: block;
    }

        /* .slider-text{
        position: absolute;
        top:210px ;
        left: 48px;
    } */

    .slider-text {
        bottom: 24px;
        left: 24px;
        right: 24px;
    }

     .mg-block{
        margin-block: 60px;
    }

    .news-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 24px;
        margin-bottom: 60px;
    }

    .card img{
        width: 100%;
    }

    .days-point{
        display: flex;
        flex-direction: column;
    }

    .team-join a{
        display: flex;
        flex-direction: column;
    }

    .footer{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        margin-block: 60px;
        gap: 40px;
    }

    .g-team{
        grid-column: 2 / 3;
    }

    .club-info{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 24px;
    }

    .idari-teknik-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 24px;
    }

    .idari-teknik-content img{
        width: 100%;
    }
    
     .tab-bar a{
        display: flex;
        padding: 10px 10px;
    }

    .sporcu-content{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
    }

    .sporcu-content img{
        width: 100%;
    }

    .son-sonuc{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

        .son-sonuc img{
        width: 100%;
    }

    .time-card{
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }

        .place-time{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .gallery-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }

    .sr{width: 5%;}
    .team-name{width: 25%;}
    .om{width: 10%;}
    .av{width: 10%;}
    .p{width: 10%;}

    .roster-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 24px;
    }

        .content{
        display: grid;
        grid-template-columns: repeat(12,1fr);
    }

        .news-detail{
        grid-column:1/13 ; 
        margin-bottom: 60px;
    }

        .news-detail p{
        margin-top: 32px;
    }

        .next-point{
        grid-column: 1 / 13;
    }
    
        .news-detail img{
        width: 100%;
    }

        .other-content{
        grid-template-columns: repeat(2,1fr);
    }

        .match-content{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 24px;
    padding: 24px;
    background-color:  #f5f5f5;
    }

        .match-card-none{
        display: none;
    }

    .contact-info{
        padding-inline: 24px;
        text-align: center;
    }

    .ht-card img{
        width: 100%;
    }

    .ht-mobile{
        display: none;
    }
}

/* tablet plus end */






/* tablet boyutu start */

@media (max-width: 768px) {

    .container{
        padding-inline: 16px;
        max-width: 768px;
        width: 100%;
        margin: auto;
    }

    .logos{
        display: flex;
        justify-content: end;
    }

    .mobile-menu{
    display: none;
}

    .nav-btn{
        display:none ;
    }

    .hamburger{
        display: block;
    }

    /* .slider-text{
        position: absolute;
        top:212px ;
        left: 48px;
    } */

    .slider-text {
        bottom: 24px;
        left: 24px;
        right: 24px;
    }

    .slider-text h1{
        color: #FFF;
        font-family: "Bebas Neue";
        font-size: 64px;
        line-height: 100%; 
    }

    .mg-block{
        margin-block: 60px;
    }

    .news-content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 24px;
        margin-bottom: 60px;
    }

    .card img{
        width: 100%;
    }

    .days-point{
        display: flex;
        flex-direction: column;
    }

    /* .t-none{
        display: none;
    } */

    .team-join a{
        display: flex;
        flex-direction: column;
    }

    .footer{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        margin-block: 60px;
        gap: 40px;
    }

    .g-team{
        grid-column: 2 / 3;
    }

    .club-info{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 24px;
    }

    .idari-teknik-content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 24px;
    }

    .idari-teknik-content img{
        width: 100%;
    }

    .tab-bar a{
        display: flex;
        padding: 10px 10px;
    }

    .sporcu-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }

    .sporcu-content img{
    width: 100%;
    }

    .son-sonuc{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

    .son-sonuc img{
        width: 100%;
    }

    .time-card{
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }

    .place-time{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .gallery-content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .sr{width: 5%;}
    .team-name{width: 25%;}
    .om{width: 10%;}
    .av{width: 10%;}
    .p{width: 10%;}

    .roster-content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 24px;
    }

    .roster-card img{
        width: 100%;
    }

    .content{
        display: grid;
        grid-template-columns: repeat(12,1fr);
    }

    .news-detail{
        grid-column:1/13 ; 
        margin-bottom: 60px;
    }

    .news-detail p{
        margin-top: 32px;
    }

    .next-point{
        grid-column: 1 / 13;
    }

    .match-card-border{
        border: solid 1px #004F9F;
        margin-bottom: 40px;
    }

    .news-detail img{
        width: 100%;
    }
   
    .other-content{
        grid-template-columns: repeat(2,1fr);
    }

    .match-content{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 24px;
    padding: 24px;
    background-color:  #f5f5f5;
    }

    .match-card-none{
        display: none;
    }

    .contact-info{
        padding-inline: 24px;
        text-align: center;
    }

    .ht-card img{
        width: 100%;
    }

    .ht-mobile{
        display: none;
    }
}

/* tablet boyutu end */


/* mobile start */
@media (max-width: 450px) {

    .container{
        padding-inline: 16px;
        max-width: 450px;
        width: 100%;
        margin: auto;
    }

    .logos{
        display: flex;
        justify-content: end;
    }

    .logos img{
        width: 80px;

    }

    .ek-logo{
        position: absolute;
        left: 16px;
        top: 9px;
        width: 56px;
    }

    /* .slider-text{
        position: absolute;
        top: 200px;
        left: 16px;
    } */

    .slider-text {
        bottom: 24px;
        left: 24px;
        right: 24px;
    }

    .slider-text h1{
        color: #fff;
        font-size:36px;

    }

    .slider-text p{
        display: none;
    }

    .slider-text a{
        display: none;
    }

    .part-title{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .part-title h3{

        color: #004F9F;
        font-family: "Bebas Neue", sans-serif;
        font-size: 32px;
        line-height: 120%;
    }

    .news-content{
        display: flex;
        flex-direction: column;
        gap: 24px; ;
        margin-bottom: 40px;
    }

    .card-none{
        display: block;
    }

    .match-content{
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px;
        background-color:  #f5f5f5;
    }

    .match-card{
        padding: 12px;
      }


    .roster-content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 24px;
    }

    .roster-card img{
        width: 100%;
    }
    
    .arrow-button{
        display: none;
    }

    .result p{
        font-family: "Bebas Neue", sans-serif;
        font-size: 32px;
    }

    .result img{
        width: 56px;
    }

    .kurul-content{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

    .card-1{
        grid-column: 1 / 2;   
    }

    .footer{
        display: flex;
        flex-direction: column;
        margin-block: 60px;
        gap: 40px;
        max-width: 576px;
    }

    .idari-teknik-content{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 24px;
    }

    .input-bar{
        display: flex;
        flex-direction: column;
        gap:16px;
        margin-block: 20px;
    }

    .sporcu-content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        margin-block: 20px;
    }

    .double-point-table {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 24px;
        margin-block: 20px;
    }

    .son-sonuc{
        margin-block: 20px;
    }

    .vs-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .vs-content img{
        width: 56px;
    }

    .mg-block{
        margin-block: 20px;
    }

    .gallery-content{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

    .ht-none{
        display: none;
    }

    .ht-mobile{
        display: block;
    }

    .news-detail h4{
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

    .other-content{
        grid-template-columns: repeat(1,1fr);
    }
}



