:root {
  --secondary: #fd5d05;
  --light-gray: #cfcfcf;
  --text-color: #6d6d6d;
  --primary: #ebebe9;
  --dark-gray: #292929;
  --font1: 'Poppins', sans-serif;
}

@media screen and (max-width: 1200px) {
  main .home-title {
    font-size: 100px;
    width: 600px;
    right: 10%;
  }
  .home img {
    width: 50%;
    margin-bottom: -25px;
  }
  .home .home-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 450px;
    margin: 20px 0px 150px 0px;
  }
  .about .about-box {
    width: 60vw;
  }
  .about .about-box h1 {
    font-size: 50px;
  }
  .about .about-box .about-content {
    width: 300px;
  }
}

@media screen and (max-width: 810px) {
  header {
    height: 60px;
  }
  nav {
    background-color: var(--primary);
    z-index: 1;
  }
  nav .logo {
    margin-left: 20px;
  }
  nav .logo img {
    width: 40px;
  }
  nav .logo h2 {
    font-size: 25px;
  }
  nav .menu {
    background-color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -500px;
    width: 100%;
    min-height: 250px;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    z-index: 3;
    border-bottom: 1px solid var(--dark-gray);
  }
  nav .menu li {
    height: 50px;
    margin-left: 20px;
  }
  nav .menu .nav-item {
    padding: 10px;
    text-transform: uppercase;
    font-family: var(--font1);
    text-decoration: none;
    color: var(--text-color);
    font-weight: bold;
    letter-spacing: 2px;
  }
  nav .menu.menu-active {
    margin-top: 50px;
  }
  nav .border-bar {
    border-bottom: 1px solid var(--dark-gray);
  }
  nav .humburger {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    font-size: 25px;
    color: var(--dark-gray);
  }
  main .home-title {
    font-size: 90px;
    width: 570px;
    right: 10px;
  }
  .home img {
    width: 50%;
    margin-bottom: -25px;
  }
  .home .home-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 450px;
    margin: 20px 30px 150px 0px;
  }
  .about {
    background-size: 60%;
  }
  .price .price-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price .price-list .price-item {
    margin-bottom: 20px;
    width: 40%;
  }
  .price .price-list .price-item:hover {
    height: 520px;
    width: 45%;
    border: 0;
  }
  .contact {
    background-size: 40%;
  }
  .contact .contact-address {
    width: 60%;
  }
  .contact .contact-address .contact-box input {
    width: 300px;
    height: 40px;
  }
}

@media screen and (max-width: 600px) {
  main {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .home-title {
    position: static;
    text-align: center;
    font-size: 50px;
    color: var(--dark-gray);
    width: auto;
    right: 10px;
  }
  main .home-title .break {
    display: none;
  }
  .home {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home img {
    width: 70%;
    margin-bottom: 0px;
  }
  .home .home-content {
    width: calc(100% - 30px) !important;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    margin: 20px 0;
  }
  .home .home-content p {
    font-size: 13px;
  }
  .about .about-box {
    width: 70vw;
  }
  .about .about-box h1 {
    font-size: 40px;
  }
  .about .about-box .about-content {
    width: 300px;
  }
  .trainers {
    min-height: 212vh;
  }
  .trainers .trainers-quote h1 {
    font-size: 35px;
  }
  .trainers .trainers-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trainers .trainers-info .trainers-item {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    width: 50%;
    height: 60vh;
  }
  .contact {
    background-size: 40%;
  }
  .contact .contact-address {
    width: 100%;
  }
  .contact .contact-address .contact-box input {
    width: 300px;
    height: 40px;
  }
}

@media screen and (max-width: 414px) {
  main .home-title {
    margin: 20px 0;
    font-size: 30px;
  }
  .home img {
    width: 80%;
  }
  .about {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: 80%;
  }
  .about .about-box {
    width: 90vw;
  }
  .about .about-box h1 {
    left: 0;
    right: 0;
    font-size: 25px;
    text-align: center;
  }
  .about .about-box .about-content {
    width: 100%;
    height: 400px;
  }
  .trainers {
    min-height: 100vh;
    padding-bottom: 10px;
  }
  .trainers .trainers-quote h1 {
    font-size: 20px;
  }
  .trainers .trainers-quote p {
    font-size: 12px;
  }
  .trainers .trainers-info {
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trainers .trainers-info .trainers-item {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    width: 90%;
    height: 60vh;
  }
  .price .price-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price .price-list .price-item {
    margin-bottom: 20px;
    width: 90%;
  }
  .price .price-list .price-item:hover {
    height: 520px;
    width: 95%;
    border: 0;
  }
  .contact {
    background-size: 40%;
  }
  .contact .contact-address {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact .contact-address .contact-box {
    margin-top: 30px;
    width: 80%;
  }
  .contact .contact-address .contact-box input {
    width: 100%;
    height: 40px;
  }
  footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-content table tr td {
    font-size: 10px;
  }
  footer .footer-content table tr .address-title {
    font-size: 15px;
    text-align: center;
  }
  footer .footer-content .socialmedia h3 {
    font-size: 15px;
    padding: 10px 0;
  }
  footer .footer-content .socialmedia .social-item a i {
    font-size: 20px !important;
  }
  footer .copyright p {
    font-size: 10px;
  }
}
/*# sourceMappingURL=mobile-size.css.map */