@media only screen and (max-width: 1350px) {
    .container {
        width: 100%;
        padding: 0 10px;
        min-width: 310px;
    }

    .slider h1 {
        font-size: 45px;
    }

    .slider .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .slider .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .logo img {
        position: static;
        transform: translateY(0);
    }
    
    .flip-card {
        width: 280px;
    }

    .sponsors.team-cards .item {
        margin: 0px 30px 40px 0;
    }
}
@media only screen and (max-width: 1230px) {
    .sponsors.team-cards .item:nth-child(3n) {
        margin-right: 0 !important;
    }
    .sponsors.team-cards .item:nth-child(4n) {
        margin-right: 30px !important;
    }
    .team-cards {
        justify-content: center;
    }
}
@media only screen and (max-width: 992px) {
    #home-slider {
        padding-top: 50px;
    }
    .blog-cards>div:nth-child(2n) {
        margin: 0 0 30px 0;
    }
    .blog-cards>div:nth-child(3n) {
        margin: 0 30px 30px 0;
    }
    #about .left {
        width: 100%;
    }
    .sponsors.team-cards .item:nth-child(3n) {
        margin-right: 30px !important;
    }
    .sponsors.team-cards .item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .team-cards{
        display: flex;
        justify-content: center;
    }
    .team-cards .item {
        max-width: 48%;
        overflow: hidden;
    }
    .team-cards .training-card:nth-child(2n) {
        margin: 0 0 40px 0;
    }
    .team-cards .training-card:nth-child(3n) {
        margin: 0 20px 40px 0;
    }
    nav ul {
        display: none;
    }
    #about .container {
        flex-direction: column;
        align-items: center;
    }
    #about{
        padding-top: 0;
    }
    #about .right {
        width: 100%;
        flex-wrap: wrap;
    }
    .event-text {
        width: 100%;
        border-top: 1px solid #e4e4e4;
        border-right: none;
        order: 1;
    }
    .event_card {
        width: 100%;
        padding: 30px 0;
        padding-top: 0;
    }
    .event-detail .event-head {
        margin-top: 20px;
    }
    .event-card-main {
        width: 31%;
    }
    footer .container {
        flex-direction: column;
        align-items: center;
    }
    .container .col-4:nth-child(2){
        width: 100%;
    }
    .footer-head {
        text-align: center;
    }
    .footer-text {
        text-align: center;
    }
    section{
        padding: 30px 0;
    }
    .btn-primary {
        width: 150px;
        height: 40px;
    }
    .slider h1 {
        font-size: 32px;
    }
    .slider p {
        margin-bottom: 30px;
        font-size: 16px;
        color: #014984;
        font-weight: 900;
    }
    .training-slider .owl-nav .owl-prev, .training-slider .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .training-slider .owl-nav .owl-prev span, .training-slider .owl-nav .owl-next span {
        font-size: 24px;
        top: 11px;
    }
    .left-panel-main {
        display: none;
    }
    .left-panel-nav{
        display: block;
    }
    .left-panel>span {
        width: 50%;
        background: #000;
        opacity: 0.5;
    }
    .left-panel-nav {
        background: #fff;
        width: 50%;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        height: auto;
    }
    .left-panel-nav a{
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }
    .left-panel-nav .list-item{
        padding: 5px 0;
    }
    .list-item.drop>a::after{
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .list-item.active.drop>a::after{
        transform: rotate(180deg);
    }
    .dropdown-2{
        display: none;
    }
    .drop.active .dropdown-2{
        display: block;
    }
    .left-panel-nav ul{
        width: 100%;
        padding: 5px;
    }
    .page-head {
        margin-top: 0;
    }
    #trainingHome .container{
        flex-wrap: wrap;
    }
    .training-left{
        width: 100%;
        order: 1;
        margin-top: 20px;
    }
    .training-right{
        width: 100%;
    }
    .training-list {
        width: 100%;
    }
    .training-form{
        width: 100%;
    }
    .blog-card {
        max-width: 47%;
    }
    #contactForm .form-inputs input {
        width: 48%;
    }
    #about .container .left {
        padding-right: 0;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .event-card-main {
        width: 48%;
    }
    .blog-cards>div {
        margin: 0 0 30px 0 !important;
    }
    .fun-club input{
        width: 100% !important;
        margin-right: 0;
    }
    .card-date{
        display: none !important;
    }
    .date-line{
        display: none !important;
    }
    .footer-navLeft,
    .footer-navRight{
        max-width: 100%;
    }
    .slider .container {
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .logo img {
        height: 75px;
        width: 75px;
    }
    .slider .swiper-slide {
        height: 100vh;
    }
    #home-slider {
        padding-top: 0;
    }
    .slider h1 {
        font-size: 28px;
        max-width: 300px;
    }
    .ball {
        width: 100%;
    }
    .left-ball {
        top: 40px;
    }
    .right {
        padding-top: 20px;
    }
    #home-slider img {
        object-fit: cover;
    }
    #training .owl-item{
        max-height: 300px;
    }
    #training .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }
    .training-card {
        position: relative;
        height: 100%;
        max-height: 300px;
    }
    .about-page{
        padding-top: 40px;
    }
    #page-header {
        height: 270px;
    }
    .paragraf-body {
        flex-wrap: wrap;
    }
    .training-form {
        width: 100%;
        padding: 0rem 10px 0rem 10px;
    }
    #contactForm .form-inputs input{
        width: 100%;
    }
    .contact-cards .contact-card{
        width: 100%;
    }
    .contact-cards{
        flex-wrap: wrap;
    }
    .blog-card {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .blog-cards{
        justify-content: center;
    }
    .blog_img{
        width: 100%;
        margin-bottom: 20px;
    }
    .blog_text{
        order: 1;
        width: 100%;
    }
    #blogSingle .container{
        flex-wrap: wrap;
    }
    #page-header .img {
        top: 79px;
    }
}
@media only screen and (max-width: 568px) {
    .event-card-main {
        width: 100%;
    }
    .sponsors.team-cards .item {
        margin: 0px 0 40px 0;
    }
    .btn-primary {
        width: 100px;
        height: 40px;
        font-size: 14px;
        padding: 20px;
        border-radius: 4rem;
    }
    .sponsors.team-cards .item:nth-child(3n) {
        margin-right: 0 !important;
    }
    .sponsors.team-cards .item:nth-child(4n) {
        margin-right: 0 !important;
    }
    .timer p, .location p {
        line-height: 1.3;
        font-size: 14px;
    }
    .event-card-head {
        font-size: 19px;
        line-height: 1.3;
    }
    .active .event-card img {
        max-width: 35%;
        max-height: 180px;
    }
    .timer {
        align-items: flex-start;
    }
    .timer svg{
        width: 30px;
        height: 30px;
    }
    .event-head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .card-select,
    .list-select {
        width: 115px;
    }
    .card-list {
        gap: 0;
    }
    .event-head h3 {
        margin-bottom: 10px;
    }
    .about-head {
        font-size: 24px;
    }
    .about-text {
        font-size: 14px;    
    }
    .paragraf-head {
        font-size: 18px;
    }
    .paragraf-info {
        font-size: 14px;
    }
    .block-head {
        font-size: 24px;
    }
    .block-text {
        font-size: 15px;
    }
    .event-head h3 {
        font-size: 21px;
    }
    .loc p, .call a, .mail a {
        font-size: 14px;
    }
    .social-media .icon {
        width: 40px;
        height: 30px;
    }
    .icon img{
        width: 15px;
        height: 15px;
    }
    .footer-head {
        font-size: 20px;
    }
    .footer-text {
        font-size: 16px;
        margin-bottom: 10px;
    }
    footer form input {
        height: 50px;
    }
    footer form button {
        height: 50px;
        padding: 0;
    }
    footer ul li a {
        font-size: 14px;
    }
    .copyright {
        font-size: 14px;
    }
    .page-head {
        font-size: 32px;
        line-height: 40px;
    }
    #page-header ul {
        font-size: 16px;
    }
    .training-item {
        font-size: 16px;
    }
    footer .col-4{
        width: 100%;
        text-align: center;
    }
    .m-team{
        flex-direction: column;
    }
    .m-team img{
        margin-bottom: 5px;
    }
    .tour-teams {
        flex-direction: column;
        align-items: center;
    }
    .team {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .team:nth-child(3) .team-name{
        order: 1;
    }
    .team:nth-child(3){
        margin-top: 10px;
    }
    td,th{
        padding: 5px !important;
    }
    #geriSayim>div>div {
        width: 60px;
        height: 60px;
    }
    .slider .container {
        bottom: 0;
    }
    .event-card-main {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .blog-cards>div {
        margin: 0 0 30px 0;
    }
    .team-cards .item {
        max-width: 100%;
        overflow: hidden;
    }
    .team-cards .training-card:nth-child(2n) {
        margin: 0 0 40px 0;
    }
    .team-cards .training-card:nth-child(3n) {
        margin: 0 0 40px 0;
    }
    .team-cards .training-card{
        margin: 0 0 40px 0;
    }
    .team-cards .item {
        margin: 0 0 40px 0;
    }
    .members-text {
        transform: translateY(120%);
    }
    .contact-cards>div:nth-child(2) {
        margin: 30px 0;
    }
    #contactForm .form-inputs textarea {
        margin-bottom: 30px;
    }
    #contactForm .form-inputs input {
        margin: 0 0 30px 0;
    }
    .similar-cards>div {
        margin: 0 0 30px 0;
    }
    .team-name{
        text-align: center;
    }
    .team:nth-child(3) .team-name{
        text-align: center;
        order: 0;
        margin-bottom: 5px;
    }
    .league-head{
        text-align: center;
    }
    /* .home-team {
        color: #014984;
    }
    .match-date {
        color: #014984;
    }
    #geriSayim>div {
        color: #014984;
    } */
}