@media only screen and (max-width:1600px){
.logo {
    width: 250px;
}

.menu li a {
    font-size: 16px;
}

.menu li {
    margin-left: 25px;
}

.hmContent h1 {
    font-size: 37px;
}

.hmContent h2 {
    font-size: 20px;
}

.join-btn {
    width: 180px;
    margin-left: -90px;
    bottom: 25%;
}

.colored-list {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.hm-bottom {
    bottom: 12%;
}

.topBar {
    height: 120px;
}

.sticky .topBar {
    height: 65px;
}

.hk-content-1 img {
    right: 10%;
}

.hk-content-1 p {
    font-size: 18px;
    margin-top: 5px;
}

p {
    font-size: 16px;
}

.default-content h2 {
    font-size: 65px;
}

.gym-carousel .items span {
    font-size: 30px;
}


.fac-list li {
    height: 140px;
}

.pdn {
    padding: 60px 0px;
}

.bottom {
    padding: 80px 0px 100px;
}

.form-holder {
    margin: 100px 0px 220px;
}
.form-holder ul li input, .form-holder ul li select, .form-holder ul li textarea {
    /* font-size: 17px; */
}
.hidden-content {
    font-size: 17px;
}
.wing {
    width: 200px;
    top: 37%;
}
.vertical-list-1 li span {
    font-size: 30px;
    margin-bottom: 5px;
}

.vertical-list-1 {padding-top: 100px;padding-bottom: 120px;}

.pdn-large {
    padding: 100px 0px;
}

.khabib-4 {
    /* transform: translateY(28.7%); */
}

.academy-nav li a {
    font-size: 16px;
}

.academy-nav li {
    margin: 0px 15px;
}
.whiteBox {
    height: 420px;
}

.academyBox {
    width: 450px;
}

.whiteBox h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.whiteBox p {
    font-size: 20px;
    margin-bottom: 35px;
}

.whiteBox a {
    font-size: 17px;
}

.academyBox span {
    font-size: 25px;
}

.academy-carousel .items {
    height: 750px;
}

.center-title h2 {
    font-size: 55px;
}

.gym-carousel {
    margin-top: 50px;
    margin-bottom: 30px;
}

.default-content p {
    font-size: 20px;
}

.fac-list {
    width: 60%;
    margin-top: 0;
}

.gallery-carousel {
    margin-top: 50px;
    margin-bottom: 40px;
}
.gallery-carousel .items {
    height: 500px;
}
.hmContent p {
    font-size: 18px;
    margin-top: 5%;
}
.play-mute {
    bottom: 12%;
}

.sound-button {
    width: 130px;
}
.news-carousel .items .hidden-content {
    font-size: 15px;
}
.news-carousel .items span {
    font-size: 22px;
    left: 15px;
}
}

@media only screen and (max-width:1560px){
 .container{
        max-width: 1100px;
    }
}

@media only screen and (max-width:1400px){
   
    .footer-logo {
        width: 50%;
    }
    .form-holder form > ul > li select option {
        font-size: 13px;
    }
}


@media only screen and (max-width:1100px){
.header video {
    width: initial;
    height: 100%;
}
}
@media only screen and (max-width:850px){
.menu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 270px;
    height: 100vh;
    z-index: 0;
    background-color: #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    background-image: url(../images/menu-bg.jpg);
    background-position: center;
    background-size: cover;
}
.menu li {
    margin: 18px 0px;
}

.menu li a {
    color: var(--primary);
    font-size: 25px;
}
.topBar {
    height: 85px;
}

.colored-list {
    font-size: 3.6vw;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.hm-bottom {
    width: 100%;
}

.hmContent h1 {
    font-size: 9vw;
}

.header {
    height: calc(100vh - 100px);
}

.hmContent {
    padding-bottom: 40px;
}

.hk-content-1 h2 {
    font-size: 8vw;
}



.hk-img-1 {
    width: 50%;
    margin: 0;
}


.hk-content-1 img {
    /* transform: translate(50%, -50%); */
    /* bottom: initial; */
    /* width: 22%; */
    /* right: 15%; */
    /* top: 31%; */
}

p {
    font-size: 16px;
}

.default-content p {
    margin-bottom: 25px;
    font-size: 18px;
}

.pdn {
    padding: 70px 0px;
}

.default-content p:last-child {
    margin-bottom: 0;
}


.khabib-2-img {
    width: 80%;
}

.default-content h2 {
    font-size: 10vw;
}

.centerText {
    width: 130%;
    margin-left: -15%;
}

.gym-carousel {
    margin: 35px 0px 0;
}

.fac-list {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.fac-list li {
    width: 46%;
    float: left;
    margin: 2% !important;
    height: 160px;
    border-width: 2px;
    border-radius: 8px;
}

.fac-list li img {
    max-width: 60px;
}

.fac-list li span {
    text-align: center;
    font-size: 4vw;
    margin-top: 20px;
}

figure.centerText.small {
    width: 80%;
    margin: 0 auto;
}

.khabib-3 {
    margin-top: 15px;
}

.khabib-3 h2 {
    font-size: 11vw;
}

.default-content p br {
    display: none;
}

.form-holder {
    margin: 70px 0px 120px;
}
.bottom {
    padding-bottom: 35px;
    padding-top: 20px;
}

.form-holder form > ul {
    flex-direction: column;
}

.form-holder form > ul > li {
    width: 100%;
}

.form-holder form > ul > li.submit {
    position: relative;
    margin-top: 40px;
}
.menuBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 33px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.menu-trigger {
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.closeBtn {
    position: absolute;
    left: 3%;
    top: 40px;
    z-index: 5;
    cursor: pointer;
}
.menu-trigger .line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}
.menu-trigger .line.line-1 {
    transition: all 0.3s 0.3s, transform 0.3s 0s;
}
.menu-trigger .line.line-2 {
    top: 50%;
    margin-top: -1px;
    left: 0;
    transition: all 0.3s 0.3s;
  }
.menu-trigger .line.line-3 {
    bottom: 0;
    top: auto;
    left: 0;
    transition: all 0.3s 0.3s, transform 0.3s 0s;
  }
.menu-trigger.active {
    transform: rotate(135deg);
    transition: all 0.5s 0.3s;
  }
.menu-trigger.active .line-1 {
    top: 50%;
    margin-top: -1px;
    transform: rotate(90deg);
    transition: all 0.3s, transform 0.3s 0.3s;
  }
.menu-trigger.active .line-2 {
    opacity: 0;
    transition: all 0.3s, opacity 0.3s 0s;
  }
.menu-trigger.active .line-3 {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(0deg);
    transition: all 0.3s, transform 0.3s 0.3s;
}
.shadowMask {
    position: fixed;
    left: 0px;
    top: 0px;
    width: auto;
    height: 100vh;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    pointer-events: none;
    transition: all .3s cubic-bezier(0.48, -0.02, 0.57, 0.95);
    display: inline-block;
}

.menuActive .shadowMask {
    opacity: 1;
    pointer-events: initial;
    right: 269px;
}
.menuActive main {
    right: 270px;
}

.menuActive {
    overflow: hidden;
}
.menuActive .topBar {
    left: -270px;
}
.gym-carousel .items span {
    font-size: 6.5vw;
    left: 20px;
    bottom: 20px;
}
.hidden-content {
    font-size: 16px;
    padding: 15px 5%;
}
    
.hk-content-1 p {
    font-size: 3vw;
    margin-top: 5px;
    padding-left: 0;
}
.join-btn {
    bottom: 25%;
}
.vertical-list-1 {
    width: 100%;
    padding-bottom: 0;
    padding: 35px 0px 0px;
}

.polygon-1 {
    display: none;
}

.pdn-large {
    padding: 35px 0px;
}

.khabib-4 {
    position: relative;
    transform: translateX(-50%);
    right: initial;
    left: 50%;
    margin-top: 10px;
    /* margin-bottom: -100px; */
    width: 300px;
}

.vertical-list-1 li {
    margin-bottom: 30px;
}

.vertical-list-1 li span {
    font-size: 26px;
}

.academyBox {
    width: 100%;
    position: relative;
    top: 0;
    transform: initial;
}

.academyBox span {
    font-size: 4.9vw;
}

.academy-nav {top: 25px;flex-wrap: wrap;}

.academy-carousel .items {
    height: auto;
    /* padding: 150px 0px 20px; */
}

.academy-nav li {
    margin: 5px 15px;
}

.academy-nav li a {
    font-size: 2.5vw;
    line-height: 1.1;
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: var(--primary);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 20%);
    border: 1px solid #acacac;
    color: #fff;
    padding: 0px 7px;
}

.whiteBox h2 {
    font-size: 7vw;
    margin-bottom: 10px;
}

.whiteBox p {
    font-size: 17px;
    margin-bottom: 25px;
}

.whiteBox p br {
    display: none;
}

.whiteBox {
    height: 250px;
    padding: 20px 10% 20px 5%;
}
.center-title h2 {
    font-size: 8vw;
}

.gallery-carousel {
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery-carousel .items {
    height: 200px;
}

.gallery-carousel .owl-dots {
    width: 100%;
    justify-content: center;
}
.footer-logo {
    width: 60%;
}
.academy-nav li {
    width: 31%;
    margin: 3px 1%;
}

.academy-nav li a.active {
    background-color: rgb(255 255 255 / 100%);
    color: #000;
}
.academy-carousel .items .container {
    padding-top: 250px;
    padding-bottom: 90px;
}
.hmContent p {
    font-size: 3.5vw;
    margin-top: 17%;
}
#about {
    padding-top: 15px;
}
.play-mute {bottom: 5%;left: 50%;transform: translateX(-50%);}

.sound-button {
    width: 120px;
}
.vertical-list-1 p {
    font-size: 14px;
}
.iti.iti--allow-dropdown.iti--show-flags {
    width: 100% !important;
}

ul#iti-0__country-listbox {
    height: calc(93vh - 35px);
}
html[lang="tr"] .whiteBox h2 {
    font-size: 6.5vw;
}

html[lang="tr"] .whiteBox {
    height: 280px;
}

html[lang="tr"] .academyBox span {
    font-size: 4.9vw;
}

html[lang="tr"] .centerText {
    width: 110%;
    margin-left: -5%;
}
.sticky li.dropdown ul {
    background: transparent;
}

li.dropdown {
    position: absolute;
    left: 25px;
    top: 0px;
}

li.dropdown a {
    font-size: 13px;
}

li.dropdown li {
    margin: 0;
    padding: 0 !important;
}
li.dropdown.active::before {
    transform: rotate(45deg);
}

li.dropdown.active::after {
    transform: rotate(
-45deg);
}




}

@media only screen and (max-width:767px){
    .academy-nav li a {
        font-size: 3vw;
    }
}
@media only screen and (max-width:360px){
.whiteBox {
    height: 270px;
}
}