@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body, section, h1, h2, h3, h4, h5, ul, ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-weight: normal;
    -webkit-appearance: none;

}


html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
  -webkit-appearance: none;
}

html::-webkit-scrollbar, .caselist::-webkit-scrollbar {
    width: 0;
    height: 0;
}


html {
    overflow-x: hidden;
  -webkit-appearance: none;
}



::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}


a {
    text-decoration:  none;
}


body {
    overflow-x: hidden;
    -webkit-appearance: none;
      font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.clear {
    clear: both;
}

/* ----- Display ----- */


.wrap {
    display: block;
    margin: 0 auto;
    width:  85%;
}





/* ------ Header ------ */



.home-section {
    display:  block;
    background:  #000 url(img/bg1.jpg) top center no-repeat;
    background-size:  cover;
    color:  #fff;
}


.w50 {
    display:  block;
    width:  50%;
    padding:  15vw 0 7vw 0;
}

.home-section .wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
}


.w50 h1 {
    display:  block;
    font-weight:  600;
    text-transform:  uppercase;
    color:  #fff;
    font-size:  5vw;
    line-height: 5vw;
}

.w50 h1 span {
    color:  #BF0505;
}

.w50img img {
    width:  50%;
}

.home-section p {
    display:  block;
    font-size:  1.3vw;
    line-height:  2vw;
    padding:  1vw 0;
    width:  65%;
}


.gobuttonbox {
    display:  flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 20vw;
}


.joinbut {
    display:  block;
    text-align:  center;
    background:  #B10000;
    font-size:  1.5vw;
    text-transform:  uppercase;
    color:  #fff;
    padding:  1vw 3vw;
    text-decoration:  none;
    font-weight:  600;
    border-radius:  1.5vw 0 1.5vw 0;
    box-shadow: 0 1vw 1vw rgba(177, 0, 0, 0.2);
}

.joinbut:hover {
    box-shadow: 0 1vw 2vw rgba(177, 0, 0, 0.5);
}

.gobuttonbox span {
    display:  block;
    font-size:  0.9vw;
    color:  #ADADAD;
    padding:  1vw 0;
    text-align:  center;
}


.w50img {
    width:  50%;
    min-height:  100%;
    background:  url(img/man1.png) bottom center no-repeat;
    background-size:  cover;
    flex-grow:1;
}


header {
    display:  block;
    position:  fixed;
    width:  100%;
    z-index:  99;
    background: linear-gradient(159.02deg, rgba(0, 0, 0, 0.5) 17.8%, rgba(0, 0, 0, 0) 90.11%);
    padding:  0.5vw 0;
}

header .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.topermenu ul {
    display:  flex;
}

.topermenu ul li {
    margin:  0 1vw;
}

.topermenu ul li a {
    color:  #fff;
    font-size:  1vw;
    font-weight:  600;
    text-transform:  uppercase;
}

header .joinbut, footer .joinbut {
    font-size:  0.9vw;
}

.topermenu ul li a:hover {
    color:  #B10000;
}

.logo img {
    display:  block;
    height: 4.5vw;
}




footer {
    background:  #000;
    padding:  3vw 0;
    color:  rgba(255,255,255,0.5);
}

footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w25 {
    display: flex;
    flex-direction: column;
    grid-gap: 0.8vw;
}


.w25 a {
    color:  #fff;
    font-size: 1.2vw;
}

.x50 {
    display:  block;
    width:  48%;
}

.about {
    display:  block;
    padding:  5vw 0;
}


.about .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.x50 img {
    max-width: 90%;
}

h2 {
    display:  block;
    font-size:  5vw;
    color:  #000;
    line-height:  5vw;
    text-transform:  uppercase;
    font-weight:  700;
}

h2 span, h3 span {
    color:  #BF0505;
}

.x50 p, .x25 p, .klass p, .coach-card p, .joinsection p {
    display:  block;
    font-size:  1.3vw;
    line-height:  1.8vw;
    padding:  1vw 0;
    color:  #333;
    font-weight:  300;
}

.x50 p b {
    font-weight:  600;
}


h3 {
    display:  block;
    font-size:  2.3vw;
    color:  #000;
    line-height:  2.3vw;
    text-transform:  uppercase;
    font-weight:  700;
}

.x25 {
    padding:  2vw 0;
}

h4 {
    display:  block;
    font-size:  1.4vw;
    color:  #000;
    line-height:  1.4vw;
    text-transform:  uppercase;
    font-weight:  700;
}

.x25 p {
    padding:  0;
    width: 85%;
}

.about .wrap2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.join2 {
        max-width:  10vw;
    }


.classes {
    display:  block;
    padding:  5vw 0;
    background:  #121212;
    color:  #fff;
}

.classes h2, .classes h4 {
    color:  #fff;
}

.classes p {
    color:  #ACACAC;
}


.klass {
    width: 40%;
    display: flex;
    grid-gap: 2vw;
    padding:  2vw 0;
}

.classlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 2vw;
    margin: 4vw 0 0 0;
}


.iconclass img {
    display:  block;
    width:  6vw;
}

.klass p {
    padding: 0;
}

.coaches {
    display:  block;
    padding:  5vw 0;
    background:  #F4F4F4;
}

.coaches h2 {
    text-align:  center;
}


.sliderbox {
    display:  block;
    padding:  4vw 0 0 0;
}


.coach-card {
    display: flex;
    align-items: center;
    grid-gap: 2vw;
}


.coach-card img {
    display: block;
    width: 26vw;
}

.hamburger {
    display:  none;
}





.overlay {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 110;
    top:  -700vh;
}

.mobile-menu {
    display: block;
    background: #fff;
    padding: 10vw 3vw;
    color: #000;
}

.mobile-menu ul {
    display:  block;
    padding:  8vw 0;
}

.mobile-menu li {
    display:  block;
    padding:  3vw 0;
}

.mobile-menu li a {
    display:  block;
    color:  #000;
    font-size:  5vw;
    font-weight:  500;

}

.close {
    display: block;
    float: right;
    width: 9vw;
    height: 9vw;
    background: url(img/close.svg) center center no-repeat;
    cursor: pointer;
    background-size: 12vw;
    margin: -7vw -3vw 0 0vw;
}

.menu-top-menu-container a {
    text-decoration:  none;
    color:  #000;
    font-size:  4vw;
}

.joinsection p  {
   display:  block;
   margin:  2vw auto;
   width:  50%;
   text-align:  center;
}

.buttonsblock {
    display: flex;
    justify-content: center;
    grid-gap: 2vw;
}

.join3 {
    background:  #000;
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.2);
}







/* ------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 700px) {

.wrap {
    width: 90%;
}

.hamburger {
    display:  block;
}

.topermenu {
    display:  none;
}

.logo img {
    height: 10vw;
}

.hamburger img {
    display: block;
    width: 10vw;
}

header .joinbut {
    display:  none;
}

.w50 h1 {
        font-size: 13vw;
        line-height: 13vw;
}

.w50 {
    display: block;
    width: 100%;
    padding: 25vw 0 15vw 0;
}

.home-section .wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.home-section p {
    display: block;
    font-size: 3.5vw;
    line-height: 5vw;
    padding: 3vw 0;
    width: 100%;
}

    .joinbut {
        display: block;
        text-align: center;
        background: #B10000;
        font-size: 5vw;
        text-transform: uppercase;
        color: #fff;
        padding: 3vw 0;
        width: 100%;
        text-decoration: none;
        font-weight: 600;
        border-radius: 5vw 0 5vw 0;
    }

.gobuttonbox {
    max-width: 100%;
}

.gobuttonbox span {
    font-size: 3vw;
        padding: 2vw 0;
        width: 100%;
        text-align: center;
}


.x50 {
    display: block;
    width: 100%;
}

.about .wrap {
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.about {
    display: block;
    padding: 12vw 0;
}

h2 {
    font-size: 10vw;
    line-height:  10vw;
}

.x50 p, .x25 p, .klass p, .coach-card p, .joinsection p  {
    display: block;
    font-size: 4vw;
    line-height: 6vw;
    padding: 3vw 0;
}

h3 {
    font-size: 5vw;
    line-height: 5vw;
}

.x50 img {
    max-width: 100%;
}

h4 {
    font-size: 6vw;
    line-height: 6vw;
}

.wrap2 .x25 p {
    padding:  0;
}


.coaches {
    padding: 12vw 0;
}

.sliderbox {
    display: block;
    padding: 0vw 0 0 0;
}

.coach-card {
    align-items: center;
    grid-gap: 2vw;
    flex-direction: column;
    }


.coach-card img {
    display: block;
    width: 100%;
}


.classes {
    padding: 12vw 0;
}

.classlist {
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 2vw;
    margin: 4vw 0 0 0;
    flex-direction: column;
}

.klass {
    width: 100%;
    display: flex;
    grid-gap: 4vw;
    padding: 4vw 0;
}


.iconclass img {
    display: block;
    width: 15vw;
}


.klass p {
    padding:  0;
}

.join2 {
    max-width: 100%;
}

footer {
    padding: 8vw 0;
}

footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.w25 a {
    color: #fff;
    font-size: 5vw;
}

.w25 {
    width: 100%;
    margin: 2vw 0;
}

.joinsection p {
    width: 100%;
}


.join3 {
    background:  #000;
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.2);
}










}
















/* ---- */