* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;

}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333333;
}

header {
    height: 60px;
    color: #051fb3;
    text-align: center;
}

header h1 {
    text-align: left;
    position: relative;
    left: 180px;
    bottom: 30px;
    width: 250px;
}

header li a:hover {
    color: black;
}

header nav {
    position: relative;
    bottom: 70px;
}

nav ul {
    list-style: none;
    margin-left: 50%;
    font-size: 17px;
}

nav ul li {
    display: inline;
    margin-right: 15px;
}

nav ul li a {
    color: #051fb3;
    text-decoration: none;
    font-weight: bold;
}

.askbtn {

    padding: 15px 25px;
    font-size: 17px;
    background: #051fb3;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    margin-top: 25px;
}


.hero {
    width: 100%;
    height: auto;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("img/2225745.jpg");
    background-size: cover;
    background-position: center;
    padding: 280px 20px;
    text-align: center;



}

#about img {
    margin-top: 10px;
    height: 400px;
    width: auto;
    margin-left: 50%;

}

.svg-down {
    background-image: url(img/arrow-down.png) no-repeat;

    position: relative;
    top: 375px;
    margin-left: -96px;
    color: #e2e2e2;
}

.hero img {
    position: relative;
    top: 360px;
    right: 115px;
}

#about p {
    height: 200px;
    width: 700px;
    text-align: left;
    position: relative;
    font-weight: bolder;
    bottom: 350px;
    left: 250px;
}

#about {
    background-color: #e2e2e2;
    height: 500px;
}

#about h2 {
    position: relative;
    bottom: 380px;
    text-align: left;
    padding-left: 450px;
    font-size: 55px;
    color: #051fb3;

}

.textslider svg {
    color: #e2e2e2;
    position: relative;
    left: 100px;
    top: 310px;
}

.textslider a {
    width: 100px;
    position: relative;
    bottom: 75px;
    left: 100px;
}

.slogan {
    text-align: center;
    color: white;
    width: 1000px;
}

.hero h2 {
    font-size: 4.5em;
}

.hero p {
    font-size: 2em;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #051fb3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    left: 40px;
}

section {
    padding: 40px 20px;
    text-align: center;
}

#services .service {
    display: inline-block;
    width: 30%;
    margin: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#trainers .trainer {
    margin: 20px;
}

footer {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

@-webkit-keyframes aniload {
    from {
        -webkit-transform: translate(0px, 400px)
    }

    to {
        -webkit-transform: translate(0px, 0px)
    }

}

@-moz-keyframes aniload {
    from {
        -moz-transform: translate(0px, 400px)
    }

    to {
        -moz-transform: translate(0px, 0px)
    }
}

@-ms-keyframes aniload {
    from {
        -ms-transform: translate(0px, 400px)
    }

    to {
        -ms-transform: translate(0px, 0px)
    }
}

@-o-keyframes aniload {
    from {
        -o-transform: translate(0px, 400px)
    }

    to {
        -o-transform: translate(0px, 0px)
    }
}

@keyframes aniload {
    from {
        transform: translate(0px, 400px)
    }

    to {
        transform: translate(0px, 0px)
    }
}

.slogan h2 {
    -webkit-animation: aniload 2s;
    -moz-animation: aniload 2s;
    -ms-animation: aniload 2rem;
    -o-animation: aniload 2s;
    animation: aniload 2s;
}

.slogan p {
    -webkit-animation: aniload 2.3s;
    -moz-animation: aniload 2.3s;
    -ms-animation: aniload 2.3rem;
    -o-animation: aniload 2.3s;
    animation: aniload 2.3s;
}

.slogan a {
    -webkit-animation: aniload 2.5s;
    -moz-animation: aniload 2.5s;
    -ms-animation: aniload 2.5rem;
    -o-animation: aniload 2.5s;
    animation: aniload 2.5s;
}

.item {
    width: 400px;
    height: 400px;
}

.game-section {
    margin-left: 250px;
}

.game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
}

.owl-carousel {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
}

.owl-carousel .item {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    margin-right: 20px;
}

.game-section .item {
    margin: 0 15px 60px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.item-desc {
    color: white;
    background-color: #222121;
    width: 100%;
    height: 100px;
}

.item-desc li {
    text-align: center;
}

.game-section h2 {
    margin-right: 200px;
    margin-bottom: 50px;
    font-size: xx-large;
    font-style: calc(3);
}



.hizbas {
    width: 80%;
    font-size: 1.17em;
    font-weight: bold;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    margin-left: 80px;
    gap: 130px;
    margin-bottom: 20px;
}
.hizbas p:last-child{
    margin-left :70px ;
}



.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.copyright-text {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}


/* Mobil uyumlu düzenlemeler */
@media (max-width: 768px) {
    header h1 {
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
    }

    .logo img {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 120px;
    }

    nav ul {
        margin-left: 0;
        text-align: center;
        font-size: 16px;
    }

    nav ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .hero {
        padding: 150px 20px;
    }

    .hero h2 {
        font-size: 3em;
    }

    .hero p {
        font-size: 1.5em;
    }

    .btn {
        position: relative;
        left: 0;
        display: inline-block;
        margin-top: 20px;
    }

    #about img {
        margin-left: 0;
        height: 250px;
    }

    #about p {
        width: 90%;
        text-align: center;
        font-weight: normal;
        bottom: 0;
        left: 0;
    }

    #about h2 {
        padding-left: 20px;
        font-size: 40px;
    }

    .slogan {
        width: 90%;
        padding: 0 20px;
    }

    #services .service {
        width: 100%;
        margin: 10px 0;
    }

    footer {
        padding: 10px 0;
    }
}

/* Küçük ekranlar (mobil telefonlar) için daha fazla uyum */
@media (max-width: 480px) {
    .hero {
        padding: 120px 20px;
    }

    .hero h2 {
        font-size: 2.5em;
    }

    .hero p {
        font-size: 1.2em;
    }

    .slogan h2 {
        font-size: 2em;
    }

    .slogan p {
        font-size: 1em;
    }

    .askbtn {
        padding: 10px 20px;
        font-size: 16px;
    }
}