.h1-title,
.h2-subtitle,
.h2-title,
.h3-title {
    font-family: Montserrat, sans-serif;
}

.btn-free,
.h2-subtitle,
.sec-btn,
.subtitle {
    display: inline-block;
}

.subtitle,
.toggle-button,
.wapp {
    text-align: center;
}

.banner-breadcum ul,
.blog-category ul,
.blog-social ul,
.class-detail-category ul,
.copyright-links ul,
.download-brochure ul,
.footer-box-three ul,
.footer-box-two ul,
.footer-social ul,
.join-class ul,
.points ul,
.portfolio-tabbing ul,
.pricing-point ul,
.recent-post ul,
.review-star ul,
.schedule-class-box ul,
.schedule-time-box ul,
.team-social ul,
.trainer-detail-info-text ul {
    padding-left: 0;
    list-style: none;
    text-decoration: none;
}

.scroll-container,
html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: FontAwesome;
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
        url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
        url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Rubik, sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    line-height: 24px;
    color: #10161b;
    background: #f7f7f7;
}

:root {
    --footer-new-color: #000000;
    --default-color: #121212;
    --comp-color: #1a1a1a;
    --secondary-color: #fa3c0c;
    --tertiary-color: #7f1334;
    --smooth-black: #495057;
    --divider-border-style: solid;
    --divider-color: #f93c0c;
    --divider-border-width: 2px;
    --divider-color-mini: #353535;
    --divider-mini-border-width: 0.5px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-moz-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #bfbfbf;
}

::-moz-scrollbar-track {
    background-color: #bfbfbf;
}

::-webkit-scrollbar-thumb {
    background: #fd3d0c;
    border-radius: 10px;
}

::-moz-scrollbar-thumb {
    background: #fd3d0c;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #141b22;
}

::-moz-scrollbar-thumb:hover {
    background: #141b22;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

button,
button:focus,
button:hover,
input,
input:focus,
input:hover {
    outline: 0;
}

img {
    width: auto;
    max-width: 100%;
}

p {
    font-size: 18px;
    font-family: sans-serif;
    color: #999;
    font-weight: 400;
    margin-bottom: 25px;
}

.title-banner {
    font-size: 27px;
    color: #fff;
    padding: 12px 0;
}

.title-section {
    font-size: 42 px;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 20px;
}

.about-us-title img {
    max-width: 400px;
}

.h1-title {
    font-size: 80px;
    color: #fff;
    font-weight: 900;
    line-height: 60px;
}

.h2-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.wapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.h3-title {
    font-size: 25px;
    color: #10161b;
    line-height: 35px;
    font-weight: 800;
}

.mockup-img {
    margin-top: 57px;
    margin-left: 25px;
    margin-bottom: 65px;
}

.subtitle {
    background-color: rgb(253, 61, 12, 0.1);
    border-radius: 10px;
    padding: 15px 28px;
}

.h2-subtitle {
    font-size: 22px;
    color: #fd3d0c;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-breadcum ul li a,
.btn-free,
.sec-btn,
.sec-btn-link {
    font-weight: 500;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
}

.form-box,
.points ul li {
    margin-bottom: 20px;
}

.container {
    position: relative;
    z-index: 5;
}

.btn-free,
.sec-btn {
    font-size: 20px;
    line-height: 35px;
    overflow: hidden;
    color: #fff !important;
    height: 60px;
    background-color: #f93c0c;
    padding: 18px 45px;
    border-radius: 10px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}

.banner-title-one .sec-btn:hover::before,
.toggle-button,
.toggle-menu .toggle-button span {
    background-color: #fff;
}

.sec-btn:hover {
    box-shadow: 0 10px 24px 0 rgb(253, 61, 12, 0.2);
}

.sec-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #141b22;
    height: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.sec-btn-link,
.sec-btn-link:hover {
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.find-answer-bg .form-box .sec-btn:hover::before,
.sec-btn:hover::before {
    height: 100%;
    bottom: auto;
    top: 0;
}

.sec-btn-link {
    font-size: 15px;
    color: #fd3d0c;
    border-bottom: 2px solid #fd3d0c;
}

.sec-btn-link:hover {
    color: #10161b;
    border-bottom: 2px solid #10161b;
}

.sec-btn-undertext {
    color: #fff;
    font-size: 12px !important;
}

.form-box,
.main-navigation ul,
.slick-dots {
    font-size: 0;
    line-height: 1;
}

.sec-btn-undertext.invert-color {
    color: gray !important;
}

.accordion-button:after,
.desktop-none,
.header-search-box-mob,
.mobile-img-partner,
.mobile-none,
.portfolio-filter,
.slick-dots li button:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    display: none;
}

.form-box,
.toggle-button span {
    display: block;
    position: relative;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #d7d7d7;
    border-radius: 5px;
    transition: 0.3s;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #ff5219;
    width: 26px;
}

.form-input {
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 15px;
    font-family: Rubik, sans-serif;
    line-height: 28px;
    color: #131830;
    border: none;
    outline: 0;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: none;
}

.toggle-button {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0 15px;
    border-radius: 8px;
    border: none;
    outline: 0;
    display: none;
    z-index: 110;
}

.toggle-button span {
    width: 30px;
    height: 3px;
    background: var(--secondary-color);
    margin: 0 auto 6px;
    top: 0;
    opacity: 1;
    float: right;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.Social-midea a,
.blog-category ul li a:hover .category-text span {
    margin-left: 12px;
}

.toggle-button .toggle-width {
    width: 25px;
}

.blog-category .h3-title,
.blog-category ul li:last-child,
.blog-search-form .form-box,
.class-detail-category ul li:last-child,
.class-detail-time .h3-title,
.comment-content p,
.download-brochure ul li:last-child,
.footer-box-three ul li:last-child,
.footer-box-two ul li:last-child,
.join-class ul li:last-child,
.my-class .h3-title,
.personal-skills .h3-title,
.points ul li:last-child,
.pricing-point ul li:last-child,
.recent-post .h3-title,
.recent-post ul li:last-child,
.schedule-time-box ul li:last-child,
.tag-social .tags ul li,
.tags .h3-title,
.team-detail-content .h2-title,
.toggle-button span:last-child {
    margin-bottom: 0;
}

.pricing-two,
.toggle-menu .toggle-button {
    background-color: #141b22;
}

.toggle-menu .toggle-button span:first-child {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
}

.animateBottom,
.animateLeft,
.animateRight,
.toggle-menu .toggle-button span:nth-child(2) {
    opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
}

.black-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    z-index: 90;
    display: none;
}

.sec-circle-one {
    position: absolute;
    width: 310px;
    height: 310px;
    top: -70px;
    left: -90px;
    border: 50px solid #fff;
    border-radius: 100%;
    animation-name: zoom-fade;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.banner-circle-first,
.mobile-circle-two,
.sec-circle-two {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sec-circle-two {
    position: absolute;
    width: 688px;
    height: 688px;
    bottom: -270px;
    right: -290px;
    border: 80px solid #fff;
    border-radius: 100%;
    animation-name: zoom-fade;
    animation-duration: 10s;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.main-inner-banner {
    position: relative;
    padding-top: 228px;
    padding-bottom: 135px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.main-inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(20, 27, 34, 0.8);
}

.header-btn .sec-btn,
.header-search:hover {
    background-color: #fff;
}

.banner-in-title,
.counter-text {
    text-align: left;
}

.header-menu,
.header-top .Social-midea {
    text-align: right;
}

.banner-breadcum {
    background-color: #fd3d0c;
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 10px;
}

.banner-breadcum ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.about-trainer-box,
.button,
.calories,
.category-text,
.class-trainer,
.client-box,
.comment-box,
.counter-content,
.loader-box,
.portfolio-detail-arrow a,
.portfolio-detail-info-content,
.schedule-box,
.top-contact,
.top-mail {
    align-items: center;
    display: flex;
}

.banner-breadcum ul li,
.mr-20,
.review-star ul li {
    margin-right: 10px;
}

.banner-breadcum ul li:last-child,
.blog-social ul li:last-child,
.class-review .review-star ul li:last-child,
.copyright-links ul li:last-child,
.footer-social ul li:last-child,
.portfolio-tabbing ul li:last-child,
.review-star ul li:last-child,
.trainer-detail-info-text ul li:last-child {
    margin-right: 0;
}

.banner-breadcum ul li a {
    font-size: 15px;
    color: #fff;
}

.banner-breadcum ul li i {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}

.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #141b22;
    justify-content: center;
    z-index: 999;
}

.loader-text {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #fd3d0c;
}

.loader-text span {
    text-transform: uppercase;
    opacity: 0;
    transform: rotateX(-90deg);
}

.let1 {
    animation: 0.6s ease-in-out 0.6s infinite drop;
}

.let2 {
    animation: 0.7s ease-in-out 0.7s infinite drop;
}

.let3 {
    animation: 0.8s ease-in-out 0.8s infinite drop;
}

.let4 {
    animation: 0.9s ease-in-out 0.9s infinite drop;
}

.let5 {
    animation: 1s ease-in-out 1s infinite drop;
}

.let6 {
    animation: 1.1s ease-in-out 1.1s infinite drop;
}

.let7 {
    animation: 1.2s ease-in-out 1.2s infinite drop;
}

.let8 {
    animation: 1.3s ease-in-out 1.3s infinite drop;
}

.let9 {
    animation: 1.4s ease-in-out 1.4s infinite drop;
}

.let10 {
    animation: 1.5s ease-in-out 1.5s infinite drop;
}

@keyframes drop {

    10%,
    90% {
        opacity: 0.5;
    }

    20%,
    80% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }

    100% {
        opacity: 0;
        top: 6.94em;
    }
}

@media (max-width: 989px) {
    .margin-section {
        margin-bottom: 80px;
    }

    .download-div img {
        min-width: 300px;
    }
}

.my-class-box .class-box .class-full-bar-box .h3-title,
.text-about {
    margin-bottom: 0.5rem;
}

@media (min-width: 990px) {
    .contact-case {
        background-color: var(--secondary-color);
        padding: 8px 25px;
        border-radius: 3px;
        transition: 0.2s;
    }

    .contact-case:hover {
        background-color: #fff;
        color: var(--secondary-color) !important;
    }
}

.color-white {
    color: #fff !important;
}

.site-header {
    position: relative;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
    border-bottom: 2px solid var(--secondary-color);
}

.header-top {
    width: 100%;
    height: 45px;
    background: #10161b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.top-location {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.main-navigation,
.main-navigation ul li,
.site-branding a {
    display: inline-block;
}

.top-location-icon,
.top-mail-icon {
    font-size: 18px;
    color: #ff5219;
    margin-right: 15px;
}

.find-answer-bg .h3-title,
.top-location-content p,
.top-mail-content p {
    margin-bottom: 0;
    color: #fff;
}

.Social-midea a {
    color: #fff;
    transition: 0.3s;
}

.Social-midea a:hover,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a,
.main-navigation ul li.sub-items:hover>a,
.site-header.sticky-header .main-navigation ul li a:hover,
.site-header.sticky-header .main-navigation ul li a:hover:before,
.site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover,
.site-header.sticky-header .main-navigation ul li.active>a,
.site-header.sticky-header .main-navigation ul li.active>a:before,
.site-header.sticky-header .main-navigation ul li.sub-items:hover>a,
.site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before {
    color: #ff5219;
}

.header-bottom {
    padding: 30px 0;
    background-color: var(--footer-new-color);
    box-shadow: none;
}

.site-branding a {
    position: relative;
}

.site-branding a img {
    width: 90%;
}

.header-menu {
    position: relative;
}

.main-navigation ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.main-navigation ul li {
    font-size: 16px;
    line-height: 24px;
    margin-left: 24px;
    padding-left: 24px;
    position: relative;
}

.main-navigation ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    transition: 0.3s;
    font-family: Montserrat, sans-serif;
}

.class-detail-category ul li .active i,
.class-detail-category ul li .active span,
.classes-title .h2-title,
.main-navigation.one ul li a,
.statics-title .h2-title,
.team-text-color,
.team-title .h2-title,
.text-white {
    color: #fff;
}

.classes-title.two .h2-title,
.join-class-text span:first-child,
.main-appointment-two .skill-content .skill-bar-box .h3-title,
.main-appointment-two .skill-content .skill-bar-box span,
.main-appointment-two .statics-title .h2-title,
.main-navigation.two ul li a,
.pricing-three .h2-title,
.pricing-three .h3-title,
.team-title.two .h2-title {
    color: #10161b;
}

.banner-title-one .sec-btn:hover,
.header-btn .sec-btn {
    color: #fd3d0c !important;
}

.header-btn,
.header-btn-two {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 45px;
    text-transform: uppercase;
}

.header-search,
.header-search-box.two .header-search {
    background-color: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header-btn .sec-btn:hover.sec-btn::after {
    background-color: #ff5219;
}

.main-navigation ul li.sub-items>a:before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-family: FontAwesome;
    font-size: 16px;
    transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a,
.site-header.sticky-header .main-navigation ul li.sub-items>a:before,
.site-header.sticky-header .search-icon a {
    color: #010f2e;
}

.main-navigation ul li.sub-items>a {
    padding-right: 15px;
    position: relative;
}

.main-navigation ul li a:hover:before,
.main-navigation ul li.sub-items:hover>a:before {
    transform: translate(0, -50%) rotate(-180deg);
    transition: 0.3s;
}

.main-navigation ul li:first-child {
    margin-left: 0;
    padding: 0;
}

.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 200px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
    display: none;
    transition: 0.3s;
    z-index: 150;
}

.main-navigation ul li:hover ul.sub-menu {
    display: block;
    animation: 0.3s linear swip_up;
}

@keyframes swip_up {
    from {
        transform: translate(0, 20px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.main-navigation ul li ul.sub-menu li {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.main-navigation ul li ul.sub-menu li:first-child {
    padding-left: 24px;
}

.main-navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
    padding: 5px 15px;
    display: block;
    color: #10161b;
    transition: 0.3s;
}

.main-navigation ul li ul.sub-menu li a:hover {
    color: #ff5219;
    transition: 0.3s;
}

.header-search {
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.header-search-box.two .header-search {
    border: 1px solid #141b22;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.header-search:hover {
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header-search-box.two:hover .header-search,
.site-header.sticky-header .header-search:hover {
    border: 1px solid #fd3d0c;
    background-color: #fd3d0c;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.banner-play-btn:hover i,
.header-search i,
.header-search-box.two:hover .header-search i,
.site-header.sticky-header .header-search:hover i {
    color: #fff;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header-search-box.two .header-search i,
.site-header.sticky-header .header-search i {
    color: #141b22;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#search-modal .modal-dialog .modal-content form button:hover,
#search-modal button span:hover,
.header-search:hover i {
    color: #fd3d0c;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header-search-box {
    display: inline-block;
    margin-left: 90px;
}

#search-modal {
    background: rgba(0, 0, 0, 0.65);
}

#search-modal button span {
    color: #fff;
    top: 50px;
    right: 50px;
    position: absolute;
    font-size: 50px;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    outline: 0;
}

#search-modal .modal-dialog .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#search-modal .modal-dialog .modal-content form {
    max-width: 555px;
    position: relative;
}

#search-modal .modal-dialog .modal-content form input {
    width: 100%;
    font-size: 36px;
    border: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.938);
    background: 0 0;
    color: #fff;
    font-family: Rubik, sans-serif;
    padding-bottom: 12px;
    padding-right: 40px;
    outline: 0;
}

#search-modal .modal-dialog .modal-content form button {
    position: absolute;
    right: 0;
    margin-bottom: 3px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.938);
    background: 0 0;
    border: none;
    cursor: pointer;
    top: 11px;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.modal.fade button,
input,
optgroup,
select,
textarea {
    background: 0 0;
}

.sticky-header .header-top {
    margin-top: -45px;
    transition: 0.3s;
}

.site-header.sticky-header {
    background-color: #fff;
    box-shadow: 6px 6px 60px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.sticky-header .header-bottom {
    padding: 20px 0;
    animation: 0.95s forwards headerSlideDown;
    transition: 0.3s;
}

.banner-play-btn,
.banner-play-btn i,
.banner-play-btn:hover,
.site-header.sticky-header .header-search,
.video-content .sec-btn-link:hover {
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

.sticky-header .main-navigation ul li a {
    color: #051136;
    transition: 0.3s;
}

.site-branding a img.sticky-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    opacity: 0;
    z-index: 1;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
    opacity: 1;
    transition: 0.3s;
}

.site-header.sticky-header .header-search {
    border: 1px solid #141b22;
}

.site-header.sticky-header .header-btn .sec-btn {
    background-color: #fd3d0c;
    color: #fff !important;
}

.main-banner {
    background-color: var(--default-color);
    position: relative;
    /* padding-top: 80px; */
    width: 100%;
    z-index: 0;
}

.fill-end,
.fill-init,
.fill-medium {
    position: absolute;
}

.you-control {
    margin-top: 30px;
    width: fit-content;
    border-bottom: 5px solid var(--secondary-color);
}

.text-color-lg,
.text-orange,
.title-parter {
    color: var(--secondary-color);
}

.you-control h3 {
    font-size: 30px !important;
    margin: 0;
}

.text-about {
    color: #cecece;
    font-size: 24px;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.2;
}

.text-about-black {
    color: #171717;
    font-size: 1.2rem;
    margin-top: 0;
    font-weight: 400;
    line-height: normal;
}

.div-ludic p,
.font-pass {
    font-size: 12px;
}

.click-app,
.div-icon {
    display: grid;
    justify-items: center;
}

.fill-init {
    left: 5%;
    font-size: 30px;
}

.fill-medium {
    left: 48%;
    font-size: 30px;
}

.fill-end {
    right: 5%;
    max-width: 32px;
}

.div-img,
.filete {
    position: relative;
}

.filete {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    height: 50px;
}

.div-ludic {
    width: 25%;
    display: grid;
    justify-items: center;
}

.div-rounded-i {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

.download-div img {
    max-width: 220px;
}

@media (max-width: 990px) {
    .padding-b-section {
        padding-bottom: 0 !important;
    }

    .div-ludic {
        width: 50%;
        display: grid;
        justify-items: center;
    }

    .div-ludic p {
        font-size: 14px;
        margin-bottom: 40px;
    }
}

.img-next-footer,
.margin-contact {
    margin-top: 80px;
}

.apple-store-text,
.footer-time-text-box,
.google-store-text,
.margin-img {
    margin-left: 20px;
}

.circle-margin {
    margin-left: -30px;
}

.banner-play-btn,
.margin-parter {
    margin-left: 30px;
}

.margin-img2 {
    margin-right: 35px;
}

.about-trainer-img,
.calories img,
.heart-icon,
.point-object {
    margin-right: 20px;
}

.bannerdireito,
.margin-text {
    margin-top: -60px;
}

.padding-moble {
    padding-right: 50px;
}

.main-banner-partner {
    padding-bottom: 180px;
    padding-top: 180px;
}

.div-img {
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 80px;
}

.main-banner-subtitle-box {
    align-items: center;
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 5px;
    display: inline-block;
}

.banner-subtitle-first,
.banner-subtitle-second {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 8px 18px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

.banner-subtitle-box,
.counter-box,
.error-404-img,
.main-schedule-box,
.mobile-img-box,
.quort-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-subtitle-first {
    background-color: #fd3d0c;
    border-radius: 8px;
}

.about-content-box.two .sec-btn,
.banner-title-one .h1-title,
.banner-title-one .sec-btn,
.class-detail-time-main-box,
.download-brochure p,
.footer-social,
.join-class .class-full,
.skill-content {
    margin-top: 30px;
}

.banner-title-one p {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 400;
}

.accordion .accordion-item .accordion-header.h3-title>span,
.main-banner-img-one,
.mobile-img {
    position: relative;
    z-index: 1;
}

.banner-circle-first,
.mobile-circle-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-name: rotateme;
    animation-duration: 15s;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0);
        opacity: 1;
    }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0);
        opacity: 1;
    }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.banner-circle-second,
.mobile-circle-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-name: rotateme-up;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme-up;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme-up;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme-up;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme-up;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotateme-up {
    0% {
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme-up {
    0% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateme-up {
    0% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateme-up {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0);
        opacity: 1;
    }
}

.banner-title-one {
    padding-bottom: 70px;
}

.calories-box,
.heart-rate {
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.4);
    position: absolute;
    text-align: left;
}

.heart-rate {
    top: 200px;
    right: 45px;
    background-color: #141b22;
    display: inline-block;
    animation: 5s linear infinite movedelement;
}

@keyframes movedelement {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
}

.heart-rate span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #414549;
    font-size: 18px;
    display: block;
    margin-top: 15px;
}

.calories-text h3,
.heart-rate h3,
.heart-text h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 10px;
}

.calories-text h3,
.heart-rate h3 {
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.calories-text span,
.heart-text span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.calories-box {
    bottom: 145px;
    left: 0;
    background-color: #2c3239;
    animation: 5s linear infinite movedelement2;
}

.about-client,
.heart-rate-two,
.pricing-title-box {
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.2);
}

@keyframes movedelement2 {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
}

.calories-text {
    width: calc(100% - 40px);
}

.calories-text span {
    color: #4f5358;
    font-size: 18px;
    display: block;
}

.banner-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.banner-blur-bg {
    position: absolute;
    top: -790px;
    left: -540px;
    animation-name: zoom-fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.about-img-box,
.about-img-two,
.main-banner-img-two,
.main-banner-two {
    position: relative;
    z-index: 0;
}

@-webkit-keyframes zoom-fade {

    0%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-fade {

    0%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.main-banner-two {
    background: #fef6f4;
    background: linear-gradient(180deg, #fef6f4 0, #fff 100%);
    padding-top: 160px;
}

.banner-title-two {
    text-align: left;
    padding-right: 17px;
}

.about-client-content,
.align-signature,
.blog-title,
.classes-title,
.error-404-content,
.pricing-box,
.pricing-title,
.schedule-title,
.team-title,
.testimonial-title,
.video-img {
    text-align: center;
}

.banner-title-two .banner-subtitle-second,
.banner-title-two .h1-title span {
    color: #fd3d0c;
}

.banner-title-two .h1-title {
    color: #10161b;
    margin-top: 30px;
}

.banner-title-two p {
    font-size: 18px;
    line-height: 28px;
}

.banner-title-two .banner-btn-two {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.banner-play-btn,
.heart-rate-two {
    background-color: #fff;
    display: flex;
    align-items: center;
}

.banner-title-two .main-banner-subtitle-box {
    background-color: rgb(253, 61, 12, 0.1);
}

.banner-play-btn {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #fd3d0c;
    justify-content: center;
}

.banner-two-circle-one,
.banner-two-circle-two {
    border-radius: 100%;
    animation-name: zoom-fade;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-play-btn:hover {
    background-color: #fd3d0c;
}

.banner-play-btn i {
    color: #fd3d0c;
    font-size: 20px;
}

.appointment-overlay-bg,
.banner-img-circle-two,
.download-app-overlay-bg,
.footer-overlay-bg,
.team-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.classes-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner-two-circle-one {
    position: absolute;
    width: 490px;
    height: 490px;
    border: 80px solid #fff;
    top: -190px;
    left: -160px;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.banner-two-circle-two {
    position: absolute;
    width: 240px;
    height: 240px;
    border: 50px solid #fff;
    bottom: 190px;
    left: 60px;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.banner-two-circle-three {
    position: absolute;
    width: 1200px;
    height: 1200px;
    border-radius: 100%;
    border: 80px solid #fff;
    top: -300px;
    right: -300px;
    animation-name: zoom-fade;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.heart-rate-two {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 10px;
    padding: 22px;
    animation: 5s linear infinite movedelement;
}

.about-text-box,
.heart-icon {
    display: flex;
    align-items: center;
}

.about-circle-one,
.fitness {
    animation-iteration-count: infinite;
}

.heart-icon {
    background-color: rgb(253, 61, 12, 0.1);
    border-radius: 100%;
    width: 55px;
    height: 55px;
    justify-content: center;
}

.main-about-us,
section.main-video {
    background-color: var(--default-color);
}

.heart-text {
    width: calc(100% - 75px);
}

.heart-text span {
    color: #141b22;
    font-size: 18px;
    display: block;
}

.heart-text h3,
.schedule-class-box ul li:first-child .h3-title {
    font-size: 25px;
}

.heart-text h3 {
    font-family: Rubik, sans-serif;
    color: #fd3d0c;
    font-weight: 500;
}

.main-about-us {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 0;
    overflow: hidden;
}

.about-img-bg,
.fitness {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.about-img-bg {
    background-color: #fd3d0c;
    border-radius: 10px;
    width: 100%;
    height: 50%;
}

.fitness {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-name: hero-bounce;
}

.about-circle-one,
.about-circle-two {
    top: 0;
    z-index: -2;
    left: 0;
    position: absolute;
}

@keyframes hero-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.about-circle-one {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.about-circle-two {
    animation-name: rotateme-up;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme-up;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme-up;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme-up;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme-up;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.about-content-box,
.class-detail-content,
.download-app-content,
.faq-content,
.team-detail-content {
    padding-left: 30px;
}

.about-text-box {
    flex-wrap: wrap;
    margin-top: 30px;
}

.about-client,
.points ul li {
    align-items: center;
    display: flex;
}

.about-trainer-name {
    width: calc(100% - 70px);
}

.about-trainer-name .h3-title {
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
}

.about-trainer-name span {
    font-family: Rubik, sans-serif;
    color: #777;
    font-size: 15px;
}

.about-text-box .sec-btn,
.class-review {
    margin-left: 40px;
}

.main-about-us-two {
    padding-bottom: 120px;
}

.about-img-bg-circle-two {
    position: absolute;
    width: 90%;
    height: 85%;
    border-radius: 100%;
    background-color: #fd3d0c;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.about-client {
    position: absolute;
    padding: 20px;
    background-color: #141b22;
    top: 100px;
    right: 0;
    border-radius: 10px;
    justify-content: center;
    animation: 5s linear infinite movedelement2;
}

.blog-search-form,
.class-full-bar-box,
.class-img,
.main-classes,
.video-box,
.video-img,
.video-play-icon {
    position: relative;
}

.about-client-content span {
    font-family: Montserrat, sans-serif;
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.points ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.point-object {
    width: 35px;
    height: 35px;
    border: 5px solid #fd3d0c;
    border-radius: 100%;
}

.video-box,
.video-img,
.video-img:before {
    border-radius: 10px;
    width: 100%;
}

.points ul li p {
    width: calc(100% - 55px);
    color: #10161b;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

section.main-video {
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
    z-index: 0;
}

.video-box {
    min-height: 500px;
}

.video-img {
    height: 100%;
    z-index: 0;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    background-color: rgb(20, 27, 34, 0.5);
}

.video-content .h2-title {
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 65px;
    padding-top: 0;
    padding-bottom: 15px;
}

.video-play-icon {
    width: 80px;
    height: 80px;
    background-color: #fd3d0c;
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    padding-left: 5px;
    transition: 0.3s;
    z-index: 1;
}

.class-full-bar-box .h3-title,
.class-full-bar-percent,
.pricing-title-box .h2-title span,
.schedule-class-text span {
    font-size: 15px;
    line-height: 15px;
}

.video-play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: 0 0;
    border-radius: 50%;
    pointer-events: none;
    animation: 2.5s infinite waveBtn;
    z-index: -1;
}

.video-play-icon:hover {
    color: #fff;
    background-position: right center;
}

@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 #fd3d0c;
    }

    50% {
        box-shadow: 0 0 0 40px transparent;
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.video-content .sec-btn-link {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.video-content .sec-btn-link:hover {
    color: #fd3d0c;
    border-bottom: 2px solid #fd3d0c;
}

.blog-detail-main-img,
.play-btn {
    margin-bottom: 35px;
}

.main-classes {
    padding-top: 380px;
    padding-bottom: 140px;
    background-color: var(--default-color);
    z-index: 0;
}

.class-box {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 15px;
}

.class-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.blog-img>img,
.class-img>img,
.recent-post-img>img {
    width: 100%;
    transform: scale(1);
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
    border-radius: 10px 10px 0 0;
}

.blog-box:hover .blog-img>img,
.blog-detail-main-img .blog-img:hover>img,
.blog-img-box .blog-img:hover>img,
.class-box:hover .class-img>img,
.class-detail-img:hover>img,
.portfolio-box:hover>img,
.portfolio-detail-img-cfw:hover>img,
.recent-post ul li:hover .recent-post-img>img,
.team-box:hover .team-img>img {
    transform: scale(1.05);
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.blog-content,
.class-box-contant {
    padding: 30px;
    text-align: left;
}

.class-box-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.class-box-icon {
    border-right: 1px solid #e1e1e1;
    padding-right: 20px;
}

.class-box-title .h3-title {
    padding-left: 20px;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.blog-category ul li a:hover span,
.blog-content .h3-title:hover,
.blog-social ul li a i:hover,
.class-box-title .h3-title:hover,
.class-trainer-box-text:hover a .h3-title,
.class-trainer-text a:hover,
.copyright-links ul li a:hover,
.footer-box-two ul li a:hover,
.portfolio-content .h3-title:hover,
.portfolio-detail-arrow a:hover i,
.portfolio-detail-arrow a:hover span,
.team-box:hover .team-content .h3-title {
    color: #fd3d0c;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.class-full,
.personal-info,
.review-star,
.team-social {
    margin-top: 20px;
}

.class-full-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 800;
    color: #10161b;
    display: flex;
    align-items: center;
}

.main-classes-two,
.main-counter,
.main-portfolio,
.main-pricing,
.main-pricing-two,
.main-team,
.portfolio-box,
.team-img {
    position: relative;
}

.class-full-bar-percent .h3-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
}

.skill-bar,
.skill-bar.class-bar {
    width: 100%;
    height: 10px;
    position: relative;
}

.skill-bar-inner.class-bar-in,
.skill-bar-inner.class-bar-in:before,
.skill-bar.class-bar:before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    left: 0;
}

.skill-bar.class-bar:before {
    content: '';
    width: 100%;
    border-radius: 10px;
    background-color: #ffebe6;
}

.skill-bar-inner.class-bar-in {
    border-radius: 10px;
    width: 0;
    overflow: visible;
}

.skill-bar-inner.class-bar-in:before {
    content: '';
    width: 100%;
    background: #fd3d0c;
}

.main-classes-two {
    background-color: #f3f5f6;
    padding-top: 320px;
    padding-bottom: 140px;
}

.main-classes-two .sec-circle-one {
    top: 70px;
}

.main-appointment-two,
.main-blog,
.main-blog-detail,
.main-blog-grid-in,
.main-blog-list,
.main-contact-in,
.main-error-404-in,
.main-portfolio-detail,
.main-schedule,
.main-team-detail-in {
    padding-top: 120px;
    padding-bottom: 120px;
}

.schedule-class-box ul,
.schedule-time-box ul {
    margin-bottom: 0;
    margin-right: 5px;
}

.schedule-time-box ul li {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    padding: 25px 30px;
    background-color: #fd3d0c;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-time-box ul li:first-child {
    background-color: #141b22;
    margin-bottom: 10px;
}

.schedule-class-box ul li:first-child .h3-title,
.schedule-time-box ul li .h3-title {
    margin-bottom: 0;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.schedule-class-box ul li {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    padding: 25px 18px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.class-detail-time-box:hover,
.schedule-class-box ul li:hover {
    border: 1px solid #fd3d0c;
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.1);
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.schedule-class-box ul li:first-child {
    padding: 25px 30px;
    border: 1px solid #141b22;
    background-color: #141b22;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.schedule-class-text .h3-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.schedule-class-text span {
    font-family: Rubik, sans-serif;
    color: #777;
}

.main-counter {
    margin-bottom: -100px;
}

.counter-bg,
.portfolio-detail-info-box {
    background-color: #fd3d0c;
    border-radius: 10px;
    padding: 50px;
}

.counter-content .h2-title {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
    transform: rotate(270deg);
}

.counter-text span,
.pricing-title-box .h3-title {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.counter-text span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.main-team {
    padding-top: 220px;
    padding-bottom: 140px;
    background-color: #141b22;
    z-index: 0;
}

.team-box {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.team-img-box {
    padding: 15px;
    border-radius: 100%;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.team-border-one {
    border: 10px solid #2c3239;
}

.team-border-two {
    border: 10px solid #ebebeb;
}

.team-box:hover .team-img-box {
    border: 10px solid #fd3d0c;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.team-img {
    border-radius: 100%;
    overflow: hidden;
}

.team-img>img {
    width: 100%;
    transform: scale(1);
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
    border-radius: 100%;
}

.team-content .h3-title {
    margin-top: 25px;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.main-appointment-two .statics-contant p,
.team-content span {
    color: #777;
}

.team-social ul {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.team-social ul li {
    margin-left: 10px;
}

.comment-name-reply .client-name,
.team-social ul li:first-child {
    margin-left: 0;
}

.team-social ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #fd3d0c;
    color: #fd3d0c;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
    font-size: 15px;
}

.team-social ul li a:hover {
    background-color: #fd3d0c;
    color: #fff;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.main-team-two {
    padding-top: 120px;
    padding-bottom: 140px;
}

.main-pricing {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: var(--default-color);
    z-index: 0;
}

.pricing-title-box {
    width: 100%;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: left;
}

.pricing-footer-box {
    width: 100%;
    height: fit-content;
    border-radius: 0 0 10px 10px;
}

.pricing-one {
    background-color: #fd3d0c;
}

.pricing-content-box,
.pricing-content-box1,
.pricing-content-box2 {
    padding: 30px 30px 20px;
    background-color: var(--default-color);
}

.pricing-title-box .h2-title {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 5px;
}

.pricing-content-box {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pricing-content-box2 {
    border-left: 2px solid #141b22;
    border-right: 2px solid #141b22;
}

.pricing-content-box1 {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.pricing-content {
    display: flex;
    align-items: center;
    justify-content: left;
}

.pricing-point ul {
    margin-bottom: 0;
}

.pricing-point ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: left;
}

.pricing-point ul li p {
    margin-bottom: 0;
    margin-left: 10px;
}

.pricing-box .sec-btn {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fd3d0c;
    color: #fd3d0c !important;
    margin-top: 30px;
    text-align: center;
}

.pricing-three {
    background-color: #333;
}

.main-pricing-two {
    background-color: #f3f5f6;
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-portfolio {
    margin-bottom: -200px;
    z-index: 1;
}

.portfolio-box {
    display: block;
    overflow: hidden;
    margin: 0 15px;
    border-radius: 10px;
    z-index: 0;
}

.blog-social ul li,
.footer-social ul li,
.testimonial-box,
.trainer-detail-info-text ul li {
    margin-right: 15px;
}

.portfolio-box::before {
    content: '';
    position: absolute;
    background: #141b22;
    background: linear-gradient(0deg, rgba(20, 27, 34, 0.8) 0, rgba(20, 27, 34, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
}

.portfolio-box>img,
.portfolio-detail-img-cfw>img {
    width: 100%;
    transform: scale(1);
    border-radius: 10px;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 40px;
    z-index: 2;
}

.blog-img,
.main-download-app,
.main-testimonial {
    z-index: 0;
    position: relative;
}

.portfolio-content span {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: rgb(225, 225, 225, 0.6);
}

.apple-store-text span,
.google-store-text span,
.skill-bar-box .h3-title,
.skill-bar-percent span,
.titleh3 {
    font-family: Montserrat, sans-serif;
}

.portfolio-content .h3-title {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.main-appointment {
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px;
    background-color: var(--default-color);
    z-index: 0;
}

.blog-detail-info-content,
.blog-list-big-blog,
.portfolio-detail-title-box,
.statics-contant {
    padding-right: 30px;
}

.download-app-content p,
.statics-contant p {
    color: #a4abb3;
}

.skill-bar-box {
    position: relative;
    margin-bottom: 40px;
}

.skill-bar-box .h3-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.skill-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.skill-bar-inner,
.skill-bar-inner:before,
.skill-bar:before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    left: 0;
}

.skill-bar-percent .h3-title {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.skill-bar-percent span {
    color: #fff;
    font-size: 20px;
}

.skill-bar:before {
    content: '';
    width: 100%;
    border-radius: 5px;
    background-color: rgb(253, 61, 12, 0.2);
}

.skill-bar-inner {
    width: 0;
    overflow: visible;
}

.skill-bar-inner:before {
    content: '';
    width: 100%;
    border-radius: 5px;
    background: #fd3d0c;
}

.appointment-bg {
    background-color: #141b22;
    border-radius: 10px;
    padding: 60px;
}

.appointment-title {
    text-align: left;
    margin-bottom: 50px;
}

.appointment-title .h2-title {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.appointment-title .line {
    width: 110px;
    height: 1px;
    background-color: #fd3d0c;
}

.appointment-bg textarea,
.leave-reply-form textarea {
    height: 120px;
}

.appointment-bg .form-box .sec-btn {
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 0;
    margin-top: 20px;
}

.main-testimonial {
    padding-top: 120px;
    padding-bottom: 140px;
    background-color: var(--default-color);
}

.testimonial-box {
    background-color: #141b22;
    border-radius: 10px;
    padding: 30px;
    margin-left: 15px;
}

.client-img {
    border: 2px solid #fd3d0c;
    padding: 10px;
    border-radius: 100%;
}

.client-img img {
    object-fit: cover;
    width: 62px;
    height: 62px;
}

.client-name {
    margin-left: 20px;
    color: #fd3d0c;
    line-height: 15px;
}

.client-name .h3-title {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.testimonial-box p {
    color: #a4abb3;
    margin-top: 25px;
}

.footer-social ul,
.review-star ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.review-star ul li i {
    color: #ffc107;
    font-size: 25px;
}

.main-testimonial-two {
    position: relative;
    background-color: #f3f5f6;
    padding-top: 220px;
    padding-bottom: 140px;
}

.main-download-app {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--default-color);
}

.download-app-title .h2-title {
    color: #fff;
    padding-bottom: 0;
}

.app-stor-box,
.trainer-detail-info-text-box.two {
    margin-top: 40px;
}

.apple-store {
    background-color: #fd3d0c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
}

.apple-store-text span {
    color: #fff;
}

.apple-store-text span:first-child {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
}

.apple-store-text span:last-child {
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
}

.google-store {
    background-color: transparent;
    border: 2px solid #fd3d0c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
}

.google-store-text span:first-child {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
    color: #fff;
}

.google-store-text span:last-child {
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    color: #fd3d0c;
}

.blog-box {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.blog-box:hover {
    border: 1px solid #fff;
    box-shadow: 0 40px 70px 0 rgb(0, 0, 0, 0.1);
}

.feature-box:hover,
.progress-wrap {
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.2);
}

.blog-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 15px 30px;
    font-family: Rubik, sans-serif;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #fd3d0c;
    color: #fff;
}

.blog-content .h3-title {
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.main-footer {
    border-top: 2px solid var(--secondary-color);
    position: relative;
    background-color: var(--footer-new-color);
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .padding-desktop {
        padding-left: 40px !important;
    }

    .pb-3-new {
        padding-bottom: 3px !important;
    }

}

/* Mobile */
@media (max-width: 991px) {
    .padding-desktop {
        margin-top: 10px !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        display: block !important;
        /* permite centralizar */
        margin-left: auto !important;
        /* centraliza */
        margin-right: auto !important;
        /* centraliza */
    }

    .j-center {
        justify-content: center !important;
    }

    .pb-3-new {
        padding-bottom: 0px !important;
    }
}


.footer-box-one p {
    color: #fff;
    margin-top: 25px;
}

.footer-time {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}

.text-black {
    color: #000 !important;
}

.footer-time-text span:first-child {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
    display: block;
}

.footer-time-text span:last-child {
    font-family: Rubik, sans-serif;
    color: #a4abb3;
    line-height: 24px;
    font-size: 15px;
}

.footer-box-four .h3-title,
.footer-box-three .h3-title,
.footer-box-two .h3-title {
    color: #fff;
    margin-bottom: 0;
}

.blog-category .line,
.class-detail-time .line,
.download-brochure .line,
.footer-box-four .line,
.footer-box-three .line,
.footer-box-two .line,
.join-class .line,
.recent-post .line,
.tags .line {
    width: 70px;
    height: 1px;
    background-color: #fd3d0c;
}

.footer-box-two ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-box-two ul li {
    margin-bottom: 6px;
}

.class-detail-category ul li a:hover i,
.class-detail-category ul li a:hover span,
.footer-box-two ul li a,
.portfolio-tabbing ul li .active,
.portfolio-tabbing ul li span:hover {
    color: #fff;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.footer-box-three ul {
    margin-bottom: 0;
    margin-top: 27px;
}

.footer-box-three ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.footer-contact-icon {
    width: 40px;
    height: 40px;
    background-color: #fd3d0c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.footer-contact-icon i {
    font-size: 20px;
    color: #fff;
}

.footer-contact-text {
    width: calc(100% - 60px);
}

.footer-contact-text span {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    color: #a4abb3;
    display: block;
}

.footer-subscribe-form {
    margin-top: 27px;
    position: relative;
}

.footer-subscribe-form .sec-btn {
    border: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    width: 50px;
    height: 50px;
}

.footer-social ul li a {
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.footer-social ul li a:hover {
    background-color: #fd3d0c;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.footer-social ul li a i {
    font-size: 15px;
    color: #fff;
}

.brochure-text span:first-child,
.class-detail-category ul li a span {
    line-height: 18px;
    color: #10161b;
    font-size: 18px;
}

.mr-30 {
    margin-right: 30px;
}

.footer-copyright {
    background-color: var(--footer-new-color);
    margin-top: 10px;
    margin-left: 5px;
    padding: 5px 0;
}

.copyright-text {
    float: left;
}

.signature-text {
    display: inline-flex;
}

.signature-text>a>img {
    width: 120px !important;
    max-width: 100% !important;
}

.copyright-text span {
    margin-bottom: 0;
    color: #fff;
    line-height: 15px;
}

.copyright-text span a {
    color: #fd3d0c;
    cursor: pointer;
}

.copyright-links ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    float: right;
}

.copyright-links ul li {
    margin-right: 30px;
}

.copyright-links ul li a {
    position: relative;
    font-family: Rubik, sans-serif;
    color: #fff;
    line-height: 15px;
    padding-left: 20px;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.progress-wrap,
.progress-wrap::after {
    height: 46px;
    width: 46px;
    -webkit-transition: 0.2s linear;
    display: block;
    cursor: pointer;
}

.copyright-links ul li a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fd3d0c;
    border-radius: 100%;
    top: 4px;
    left: 0;
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    border-radius: 50px;
    background-color: #fd3d0c;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.2s linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '\f062';
    font-family: FontAwesome;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #141b22;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.2s linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #141b22;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.class-detail-category ul li a,
.class-detail-category ul li a i,
.class-detail-category ul li a span,
.class-detail-img>img,
.class-detail-time-box,
.class-trainer-box-text a .h3-title,
.class-trainer-text a,
.download-brochure ul li a,
.download-brochure ul li a:hover,
.feature-box,
.feature-box:hover,
.feature-box:hover .feature-icon img,
.feature-icon img,
.portfolio-detail-arrow a i,
.portfolio-detail-arrow a span,
.portfolio-tabbing ul li span,
.portfolio-tabbing ul li span::before,
.portfolio-tabbing ul li:hover span::before,
.trainer-detail-info-text ul li a i {
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.main-features {
    padding-top: 80px;
    padding-bottom: 120px;
}

.feature-box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.main-classes-in .class-box,
.my-class-box .class-box {
    margin-right: 0;
    box-shadow: 0 40px 70px 0 rgb(0, 0, 0, 0.1);
}

.feature-icon {
    width: 67px;
    height: 67px;
    border-radius: 100%;
    background-color: #ffebe6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.feature-icon img {
    transform: rotateY(0);
}

.feature-box:hover .feature-icon img {
    transform: rotateY(360deg);
}

.feature-text {
    width: calc(100% - 87px);
}

.feature-box span {
    position: absolute;
    font-family: Montserrat, sans-serif;
    font-size: 65px;
    font-weight: 700;
    bottom: 10px;
    right: 40px;
    color: #efefef;
}

.brochure-text span:first-child,
.class-detail-category ul li a span,
.join-class-text span {
    font-family: Rubik, sans-serif;
    font-weight: 500;
}

.main-about-us-in {
    padding-top: 120px;
    padding-bottom: 40px;
}

.main-appointment-in {
    position: relative;
    background-color: #141b22;
    padding-top: 380px;
    padding-bottom: 120px;
    z-index: 0;
}

.main-class-detail,
.main-classes-in,
.main-portfolio-page-in {
    padding-top: 120px;
    padding-bottom: 90px;
}

.main-classes-in .class-box {
    margin-bottom: 30px;
    margin-left: 0;
}

.class-detail-category ul,
.download-brochure ul {
    margin-bottom: 0;
}

.class-detail-category ul li,
.download-brochure ul li {
    margin-bottom: 20px;
}

.class-detail-category ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 30px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.class-detail-category ul li .active,
.class-detail-category ul li a:hover {
    background-color: #fd3d0c;
    border: 1px solid #fd3d0c;
    box-shadow: 0 10px 30px 0 rgb(253, 61, 12, 0.3);
}

.class-detail-category ul li a i {
    color: #fd3d0c;
    font-size: 18px;
}

.blog-category,
.class-detail-time,
.download-brochure,
.find-answer-bg form,
.join-class,
.my-class-box,
.portfolio-detail-info-content.two,
.recent-post,
.tags {
    margin-top: 50px;
}

.download-brochure .h3-title,
.get-in-touch-text .h3-title,
.join-class .h3-title {
    line-height: 25px;
}

.download-brochure ul li a {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 22px 30px;
    display: flex;
    align-items: center;
}

.download-brochure ul li a:hover {
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0, 0, 0, 0.1);
}

.brochure-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
    width: calc(100% - 42px);
}

.brochure-text span:last-child {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #fd3d0c;
    font-weight: 400;
    margin-left: 20px;
}

.blog-category ul,
.join-class ul,
.recent-post ul {
    margin-bottom: 0;
    margin-top: 30px;
}

.join-class ul li,
.recent-post ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.join-class-icon {
    background-color: #fd3d0c;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-class-text {
    margin-left: 20px;
    width: calc(100% - 65px);
}

.join-class-text span {
    font-size: 15px;
    line-height: 15px;
}

.join-class-text span:last-child {
    color: #777;
    margin-left: 2px;
}

.join-class-price {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.join-class-price h4 {
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 0;
    color: #10161b;
}

.class-detail-time-box span,
.class-review span:first-child,
.class-trainer-text a,
.portfolio-detail-info-text span,
.portfolio-tabbing ul li span,
.price-discount,
.trainer-detail-info-text span {
    font-weight: 500;
    font-family: Rubik, sans-serif;
}

.join-class-price h4 span {
    font-size: 15px;
    font-weight: 700;
}

.price-discount {
    background-color: #e6f4ef;
    padding: 8px;
    color: #079561;
    font-size: 15px;
    margin-left: 20px;
    text-transform: uppercase;
    border-radius: 4px;
}

.join-class .sec-btn {
    width: 100%;
    text-align: center;
}

.class-detail-content .class-box-title .h2-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 60px;
    margin-left: 20px;
}

.class-trainer-review {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.class-trainer-img {
    border: 5px solid #fff;
    border-radius: 100%;
    box-shadow: 0 10px 30px 0 rgb(0, 0, 0, 0.2);
}

.class-trainer-text {
    margin-left: 15px;
    width: calc(100% - 75px);
}

.class-trainer-text a {
    font-size: 15px;
    line-height: 15px;
    color: #10161b;
    margin-bottom: 5px;
    display: block;
}

.class-trainer-text span {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 15px;
    margin-top: 8px;
    color: #777;
}

.class-review .review-star {
    margin-top: 0;
    display: inline-block;
}

.class-review .review-star ul li,
.portfolio-detail-arrow.left a i {
    margin-right: 8px;
}

.class-review .review-star ul li i {
    font-size: 18px;
}

.class-review span:first-child {
    font-size: 15px;
    line-height: 15px;
    color: #10161b;
    margin-left: 5px;
}

.class-review span:last-child {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #777;
    margin-top: 5px;
    display: block;
}

.class-detail-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}

.class-detail-img>img {
    width: 100%;
    transform: scale(1);
    border-radius: 10px;
}

.class-detail-trainer-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-top: 50px;
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.1);
}

.class-trainer-box-img {
    border: 4px solid #fd3d0c;
    padding: 10px;
    border-radius: 100%;
}

.class-trainer-box-text {
    margin-left: 20px;
    width: calc(100% - 185px);
}

.class-trainer-box-text a .h3-title {
    display: inline-block;
    margin-bottom: 0;
}

.class-trainer-box-text span {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    color: #fd3d0c;
    display: block;
}

.class-trainer-box-text p {
    margin-top: 18px;
}

.class-detail-time-box {
    text-align: left;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.class-detail-time-box span {
    font-size: 15px;
    color: #10161b;
}

.class-detail-time-box span:first-child {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fd3d0c;
    margin-bottom: 4px;
    display: block;
}

.class-detail-time-box span:last-child {
    color: #777;
    font-weight: 400;
    margin-top: 4px;
    display: block;
}

.portfolio-detail-info-text span:first-child,
.trainer-detail-info-text span:first-child {
    color: #ffbaa8;
    display: block;
}

.portfolio-tabbing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

.blog-social ul,
.portfolio-tabbing ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.portfolio-tabbing ul li {
    margin-right: 25px;
}

.portfolio-tabbing ul li span {
    font-size: 18px;
    color: #10161b;
    padding: 8px 20px;
    position: relative;
    z-index: 0;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.portfolio-tabbing ul li span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    z-index: -1;
}

.portfolio-tabbing ul li .active:before,
.portfolio-tabbing ul li:hover span::before {
    background-color: #fd3d0c;
    box-shadow: 0 10px 20px 0 rgb(253, 61, 12, 0.3);
    opacity: 1;
}

.main-portfolio-page-in .portfolio-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.portfolio-detail-title-box .h2-title,
.team-detail-content .h2-title {
    font-size: 50px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 10px;
}

.portfolio-detail-info-text span {
    font-size: 18px;
    color: #fff;
}

.portfolio-detail-info-text span:last-child,
.trainer-detail-info-text span:last-child {
    margin-top: 8px;
}

.portfolio-detail-info-text.two {
    margin-left: 60px;
}

.portfolio-detail-img-cfw {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-detail-img-cfw.one {
    margin-top: 30px;
    margin-bottom: 50px;
}

.portfolio-detail-img-box {
    margin: 40px 0;
}

.portfolio-detail-arrow-box {
    margin-top: 65px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portfolio-detail-arrow a i {
    color: #10161b;
    font-size: 18px;
}

.portfolio-detail-arrow.right a i {
    margin-left: 8px;
}

.portfolio-detail-arrow a span {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #10161b;
    font-weight: 700;
}

.main-team-in {
    padding-top: 120px;
    padding-bottom: 70px;
}

.main-team-in .team-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
}

.main-team-detail-in .team-border-two {
    border-color: #fd3d0c;
}

.trainer-detail-info-box {
    background-color: #fd3d0c;
    border-radius: 10px;
    padding: 40px 50px;
    margin-top: 50px;
}

.blog-category ul li a,
.tag-social,
.trainer-detail-info-text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trainer-detail-info-text span {
    font-size: 18px;
    color: #fff;
}

.trainer-detail-info-text ul {
    margin-bottom: 0;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.trainer-detail-info-text ul li a i {
    color: #fff;
    font-size: 18px;
}

.recent-post ul li:hover .recent-post-text a:first-child,
.trainer-detail-info-text ul li a i:hover {
    color: #10161b;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.team-detail-content span {
    font-family: Rubik, sans-serif;
    font-size: 18px;
    color: #fd3d0c !important;
}

.team-detail-content p {
    margin-top: 20px;
    margin-bottom: 42px;
}

.team-detail-content .line {
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
}

.personal-skills {
    margin-top: 45px;
    margin-bottom: 50px;
}

.my-class .line,
.personal-skills .line {
    width: 80px;
    height: 1px;
    background-color: #fd3d0c;
}

.personal-skills .skill-progress .skill-bar-box .h3-title,
.personal-skills .skill-progress .skill-bar-box span {
    color: #10161b !important;
}

.my-class,
.personal-skills .skill-progress {
    margin-top: 42px;
}

.my-class-box .class-box {
    margin-left: 0;
}

.my-class-box .class-box .class-full-bar-percent span {
    color: #10161b !important;
    font-size: 15px;
    margin-bottom: 0.5rem;
}

.main-faq-in {
    padding-top: 120px;
    padding-bottom: 100px;
}

.find-answer-bg {
    background-color: #fd3d0c;
    padding: 50px;
    border-radius: 10px;
}

.find-answer-bg .line {
    width: 120px;
    height: 1px;
    background-color: #fff;
}

.find-answer-bg .form-box .sec-btn {
    width: 100%;
    text-align: center;
    background-color: #141b22;
    border: none;
    margin-top: 10px;
}

.find-answer-bg .form-box .sec-btn:hover {
    color: #141b22 !important;
}

.find-answer-bg .form-box .sec-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-header.h3-title .icon i,
.accordion-button,
.accordion-button:not(.collapsed),
.accordion-collapse.collapse.show,
.blog-category ul li a span,
.blog-category ul li a:hover .category-text span,
.blog-detail-main-img .blog-img,
.blog-img-box .blog-img,
.blog-pagination ul li,
.blog-social ul li a i,
.category-text span,
.pagination-arrow,
.recent-post-text a:first-child,
.reply-btn,
.reply-btn:hover,
.tags ul li a,
.tags ul li a:hover {
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.find-answer-bg .form-box textarea {
    height: 112px;
}

.accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    border-radius: 8px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.accordion-button {
    min-height: 60px;
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-bottom: 0;
    padding: 5px 90px 5px 30px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    color: #161616;
    cursor: pointer;
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #10161b;
    background-color: #fff;
    box-shadow: 1px 1px 60px 0 rgba(0, 0, 0, 0.1);
}

.accordion-button:focus {
    z-index: 0;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.1);
}

.accordion-header.h3-title {
    padding-top: 0;
}

.accordion .accordion-item .accordion-header.h3-title .icon {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #fd3d0c;
    border-radius: 0 10px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.accordion .accordion-item .accordion-header.h3-title .accordion-button.collapsed .icon i {
    position: relative;
    color: #fff;
    transform: rotate(0);
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
    z-index: 1;
}

.accordion .accordion-item .accordion-header.h3-title .icon i {
    position: relative;
    color: #fff;
    transform: rotate(-90deg);
    z-index: 1;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}

.accordion-collapse.collapse.show {
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.1);
    border-radius: 10px;
}

.accordion-button:hover {
    z-index: 0;
}

.faq-box.two {
    padding-top: 100px;
}

.main-blog-grid-in .blog-box {
    margin-bottom: 30px;
}

.blog-list-big-blog .video-play-icon,
.main-blog-grid-in .blog-box .video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog-pagination {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.blog-pagination ul,
.pagination-arrow {
    display: inline-block;
    vertical-align: middle;
}

.pagination-arrow {
    color: #141b22;
    font-size: 35px;
    margin: 0 10px;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-pagination ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #ebebeb;
    color: #777;
    font-weight: 500;
    font-size: 18px;
    margin: 0 7px;
    cursor: pointer;
}

.blog-pagination ul li.active,
.blog-pagination ul li:hover {
    background: #fd3d0c;
    color: #fff;
}

.blog-list-big-blog .blog-box {
    margin-bottom: 70px;
}

.blog-list-big-blog .blog-pagination,
.tag-social .tags,
.tag-social .tags ul {
    margin-top: 0;
}

.blog-search-form input {
    position: relative;
    width: 100%;
    height: 60px;
    border: none;
    outline: 0;
    background: #fff;
    border-radius: 30px;
    box-shadow: 10px 10px 38px 0 rgba(0, 0, 0, 0.11);
    color: #777;
    font-size: 15px;
    padding: 10px 60px 10px 30px;
}

.blog-search-form .sec-btn {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    padding: 0;
    font-size: 20px;
    width: 60px;
    height: 60px;
}

.blog-category ul li,
.error-404-content p {
    margin-bottom: 25px;
}

.blog-category ul li a span {
    font-weight: 500;
    color: #777;
    line-height: 15px;
}

.category-text span {
    font-weight: 500;
    color: #777;
    line-height: 15px;
    margin-left: 8px;
}

.recent-post-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.recent-post-text {
    width: calc(100% - 120px);
    margin-left: 20px;
}

.recent-post-text a:first-child {
    color: #777;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.recent-post-text a:last-child {
    color: #fd3d0c;
    font-weight: 500;
}

.tags ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tags ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 12px 0;
}

.tags ul li a {
    font-weight: 500;
    color: #777;
    padding: 12px 25px;
    border-radius: 30px;
    border: 1px solid #777;
}

.tags ul li a:hover {
    background-color: #fd3d0c;
    border: 1px solid #fd3d0c;
    color: #fff;
    box-shadow: 0 10px 30px 0 rgb(253, 61, 12, 0.3);
}

.blog-detail-main-img .blog-img,
.blog-img-box .blog-img {
    border-radius: 10px;
    width: 100%;
    transform: scale(1);
}

.blog-big-main-title .h2-title {
    font-size: 50px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.blog-img-box {
    margin: 42px 0;
}

.blog-text-box {
    background-color: #fd3d0c;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    margin: 42px 0;
}

.blog-text-box p {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 20px;
}

.blog-object-box {
    margin-top: 42px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    padding: 30px 0;
}

.blog-social ul li a i {
    font-size: 18px;
    color: #10161b;
}

.blog-object-box .portfolio-detail-arrow-box {
    margin-top: 0;
    border-top: 0;
    border-bottom: 0;
    padding-top: 50px;
    padding-bottom: 0;
}

.blog-comments,
.related-post,
.write-comment {
    padding-top: 120px;
}

#banner-top,
.reply-btn {
    background-color: #fd3d0c;
    padding: 12px 30px;
}

.comment-content {
    margin-left: 20px;
    width: calc(100% - 174px);
}

.comment-name-reply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.comment-name-reply .client-name .h3-title {
    color: #10161b;
    font-size: 25px;
}

.comment-name-reply .client-name span {
    font-weight: 500;
}

.reply-btn {
    border-radius: 10px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
}

.reply-btn:hover {
    background-color: #141b22;
}

.blog-comments .line {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin: 32px 0;
}

.leave-reply-form .form-input {
    border: 1px solid #777;
}

.leave-reply-form .form-box .sec-btn {
    border: none;
    margin-top: 10px;
}

.get-in-touch-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.get-in-touch-icon {
    width: 80px;
    height: 80px;
    background-color: #fd3d0c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-in-touch-text {
    margin-left: 20px;
    width: calc(100% - 100px);
}

.get-in-touch-text span {
    font-size: 18px;
    color: #777;
}

.main-contact-map-in {
    width: 100%;
    height: 500px;
}

.main-contact-map-in iframe {
    width: 100%;
    height: 100%;
}

.error-404-content .h2-title {
    padding-top: 30px;
    padding-bottom: 0;
}

@media screen and (max-width: 1660px) {
    .feature-box {
        padding: 30px;
    }
}

@media screen and (max-width: 1600px) {
    .main-banner::before {
        width: 460px;
    }
}

@media screen and (max-width: 1580px) {
    .feature-box {
        padding: 25px;
    }
}

@media screen and (max-width: 1540px) {
    .main-banner::before {
        width: 420px;
    }

    .feature-box {
        padding: 20px;
    }

    .feature-icon {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1480px) {
    .main-banner::before {
        width: 390px;
    }
}

@media screen and (max-width: 1399px) {
    .main-navigation ul li {
        margin-left: 18px;
    }

    .header-search-box {
        margin-left: 40px;
    }

    .header-btn {
        margin-left: 22px;
    }

    .header-search {
        width: 35px;
        height: 35px;
    }

    .header-search i {
        font-size: 13px;
    }

    .h1-title {
        font-size: 70px;
        line-height: 45px;
    }

    .apple-store-text span:last-child,
    .google-store-text span:last-child,
    .h2-subtitle-one {
        font-size: 20px;
        line-height: 20px;
    }

    .h2-title {
        font-size: 55px;
        line-height: 65px;
    }

    .banner-subtitle-first,
    .banner-subtitle-second {
        font-size: 20px;
    }

    .calories-text h3,
    .h3-title,
    .heart-rate h3,
    .heart-text h3,
    .schedule-class-box ul li:first-child .h3-title {
        font-size: 22px;
    }

    .h3-title {
        line-height: 32px;
    }

    .schedule-time-box ul li {
        padding: 25px 10px;
    }

    .schedule-class-box ul li {
        padding: 25px 15px;
    }

    .schedule-class-text .h3-title {
        font-size: 18px;
    }

    .counter-content .h2-title {
        font-size: 45px;
        line-height: 45px;
    }

    .counter-text span {
        font-size: 18px;
        line-height: 28px;
    }

    .portfolio-content {
        padding: 25px;
    }

    .apple-store-text span:first-child,
    .google-store-text span:first-child {
        font-size: 18px;
        line-height: 18px;
    }

    .find-answer-bg {
        padding: 40px;
    }

    .main-blog-grid-in .blog-img .video-play-icon {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1389px) {
    .main-banner::before {
        width: 380px;
    }
}

@media screen and (max-width: 1339px) {
    .main-banner::before {
        width: 355px;
    }
}

@media screen and (max-width: 1309px) {
    .feature-icon {
        width: 57px;
        height: 57px;
    }

    .feature-icon img {
        width: 50%;
    }

    .feature-text {
        width: calc(100% - 57px);
    }
}

@media screen and (max-width: 1299px) {
    .main-banner::before {
        width: 335px;
    }
}

@media screen and (max-width: 1259px) {
    .main-banner::before {
        width: 315px;
    }
}

@media screen and (max-width: 1229px) {
    .main-banner::before {
        width: 330px;
    }
}

@media screen and (max-width: 1199px) {
    .main-navigation ul li {
        padding-left: 18px;
    }

    .header-search-box {
        margin-left: 18px;
    }

    .header-btn,
    .header-btn-two {
        margin-left: 8px;
    }

    .about-text-box .sec-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .h1-title {
        font-size: 58px;
        line-height: 50px;
    }

    .sec-btn {
        height: 55px;
        padding: 15px 35px;
    }

    .apple-store-text span:last-child,
    .google-store-text span:last-child,
    .h2-subtitle {
        font-size: 18px;
        line-height: 18px;
    }

    .subtitle {
        padding: 9px 20px;
    }

    .h2-title {
        font-size: 45px;
        line-height: 55px;
    }

    .banner-subtitle-first,
    .banner-subtitle-second {
        font-size: 18px;
        padding: 8px 15px;
    }

    .banner-title-one p,
    .banner-title-two p {
        font-size: 1.2rem;
        line-height: normal;
    }

    .h3-title,
    .schedule-class-box ul li:first-child .h3-title {
        font-size: 20px;
    }

    .h3-title {
        line-height: 30px;
    }

    .calories-text h3,
    .heart-rate h3,
    .heart-text h3 {
        font-size: 20px;
        margin-top: 5px;
    }

    .blog-pagination ul li,
    .calories-text span,
    .heart-rate span,
    .heart-text span,
    .portfolio-detail-arrow a span,
    .portfolio-detail-info-text span,
    .schedule-class-text .h3-title,
    .team-detail-content span,
    .trainer-detail-info-text span {
        font-size: 16px;
    }

    .calories-box {
        padding: 18px;
        bottom: 85px;
    }

    .heart-rate {
        padding: 18px;
        top: 110px;
        right: 25px;
    }

    .appointment-title .h2-title,
    .video-content .h2-title {
        font-size: 35px;
        line-height: 45px;
    }

    .class-box-contant {
        padding: 24px;
    }

    .schedule-class-box ul li:first-child {
        padding: 25px 38px;
    }

    .counter-content .h2-title,
    .pricing-title-box .h2-title {
        font-size: 35px;
        line-height: 35px;
    }

    .brochure-text span:first-child,
    .class-detail-category ul li a span,
    .counter-text span {
        font-size: 16px;
        line-height: 26px;
    }

    .class-detail-trainer-box,
    .counter-bg,
    .find-answer-bg {
        padding: 30px;
    }

    .appointment-bg,
    .blog-text-box {
        padding: 40px;
    }

    .blog-content,
    .testimonial-box {
        padding: 25px;
    }

    .apple-store-text span:first-child,
    .google-store-text span:first-child {
        font-size: 16px;
        line-height: 16px;
    }

    .apple-store,
    .google-store {
        padding: 10px;
    }

    .blog-date {
        padding: 8px 20px;
    }

    .heart-rate-two {
        padding: 18px;
    }

    .blog-big-main-title .h2-title,
    .class-detail-content .class-box-title .h2-title,
    .portfolio-detail-title-box .h2-title,
    .team-detail-content .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .class-detail-category ul li a {
        padding: 22px;
    }

    .join-class-price h4 {
        font-size: 30px;
    }

    .class-detail-time-box {
        padding: 20px;
    }

    .portfolio-detail-info-text.two {
        margin-left: 0;
    }

    .portfolio-detail-info-content {
        justify-content: space-between;
    }

    .trainer-detail-info-text-box {
        display: block;
    }

    .trainer-detail-info-text {
        margin-bottom: 20px;
    }

    .trainer-detail-info-text-box.two {
        margin-top: 0;
    }

    .trainer-detail-info-box {
        padding: 30px 30px 10px;
    }

    .team-detail-content {
        padding-left: 0;
    }

    .blog-pagination {
        margin-top: 20px;
    }

    .blog-detail-info-content {
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {

    .about-client-content span,
    .h3-title {
        font-size: 20px;
    }

    .site-header,
    .site-header.sticky-header {
        background: #fff;
        padding: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        transition: none;
    }

    .header-bottom {
        padding: 14px 0;
        background-color: transparent;
        box-shadow: none;
    }

    .sticky-header .header-bottom {
        padding: 23px 0;
        animation: none;
        transition: 0.3s;
    }

    .site-branding {
        position: relative;
        width: 200px;
        display: flex;
        align-items: center;
    }

    .site-branding a img.sticky-logo {
        display: block;
        position: relative;
        opacity: 1;
    }

    .banner-shape,
    .header-btn,
    .header-btn-two,
    .header-search-box,
    .header-search-login,
    .site-branding a img {
        display: none;
    }

    .toggle-button {
        display: block;
    }

    .header-menu,
    .site-header.sticky-header .header-menu {
        display: block;
        height: auto;
    }

    .mobile-menu-box {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100vh;
        background: 0 0;
        padding: 100px 60px 30px;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
        z-index: 100;
    }

    .toggle-menu .mobile-menu-box {
        opacity: 1;
        pointer-events: unset;
    }

    .mobile-menu-box:before {
        content: '';
        position: absolute;
        bottom: 50px;
        right: 0;
        width: 100%;
        height: 50%;
        background-size: 100%;
        background-position: bottom center;
        background-repeat: no-repeat;
        pointer-events: none;
        opacity: 0;
        transition: 0.3s;
        z-index: 3;
    }

    .menu-background.bottom,
    .menu-background.middle,
    .menu-background.top {
        left: 50%;
        width: 101%;
        background: #fd3d0c;
        transition: 1s;
        position: absolute;
    }

    .menu-background.top {
        top: -100%;
        transform: translate(-50%) skewY(-20deg);
        height: 50.3333%;
        z-index: 0;
    }

    .toggle-menu .menu-background.top {
        top: -20%;
        transition-delay: 0.5s;
    }

    .menu-background.middle {
        top: 50%;
        transform: translate(-50%, -50%) skewY(-20deg);
        height: 0;
        z-index: 1;
    }

    .toggle-menu .menu-background.middle {
        height: 50%;
        transition-delay: 0.5s;
    }

    .menu-background.bottom {
        bottom: -100%;
        transform: translate(-50%) skewY(-20deg);
        height: 50.3333%;
        z-index: 0;
    }

    .toggle-menu .menu-background.bottom {
        bottom: -20%;
        transition-delay: 0.3s;
    }

    .main-navigation ul {
        position: relative;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .main-navigation ul li {
        position: relative;
        left: -30px;
        display: block;
        margin: -50px 0 10px;
        padding: 10px 0 20px;
        opacity: 0;
        transition: 0.5s;
    }

    .main-navigation.toggle-menu ul li {
        left: 0;
        margin-left: 0;
        text-align: left;
        margin-top: 0;
        opacity: 1;
        transition: 0.5s 0.4s;
    }

    .main-navigation.toggle-menu ul li:first-child {
        transition-delay: 0.5s;
    }

    .main-navigation.toggle-menu ul li:nth-child(2) {
        transition-delay: 0.6s;
    }

    .main-navigation.toggle-menu ul li:nth-child(3) {
        transition-delay: 0.7s;
    }

    .main-navigation.toggle-menu ul li:nth-child(4) {
        transition-delay: 0.8s;
    }

    .main-navigation.toggle-menu ul li:nth-child(5) {
        transition-delay: 0.9s;
    }

    .main-navigation.toggle-menu ul li:nth-child(6) {
        transition-delay: 1s;
    }

    .main-navigation.toggle-menu ul li:nth-child(7) {
        transition-delay: 1.1s;
    }

    .main-navigation.toggle-menu ul li:nth-child(8) {
        transition-delay: 1.2s;
    }

    .main-navigation.toggle-menu ul li:nth-child(9) {
        transition-delay: 1.3s;
    }

    .main-navigation.toggle-menu ul li:nth-child(10) {
        transition-delay: 1.4s;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        font-size: 20px;
        line-height: 28px;
        color: #fff;
    }

    .main-navigation ul li ul.sub-menu,
    .main-navigation ul li:hover ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: 0 0;
        box-shadow: none;
        border-radius: 0;
        animation: none;
        padding: 0;
        margin-top: 10px;
        transition: none;
        display: none;
    }

    .main-navigation ul li ul.sub-menu li:first-child {
        padding-left: 16px;
    }

    .main-navigation ul li ul.sub-menu li {
        text-align: left;
        border: none;
        padding: 0 16px;
        margin-bottom: 10px;
    }

    .main-navigation ul li ul.sub-menu li a {
        color: #fff;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .main-navigation ul li.sub-items>a:before,
    .main-navigation.two ul li a,
    .site-header.sticky-header .main-navigation ul li a,
    .site-header.sticky-header .main-navigation ul li.sub-items>a:before,
    .site-header.sticky-header .search-icon a {
        color: #fff;
    }

    .main-navigation ul li a:hover:before,
    .main-navigation ul li.sub-items:hover>a:before {
        transform: translate(0, -50%) rotate(0);
        color: #141b22;
    }

    .main-navigation ul li a:hover,
    .main-navigation ul li.active>a,
    .main-navigation ul li.active>a::before,
    .main-navigation ul li.sub-items:hover>a,
    .main-navigation.two ul li.sub-items:hover>a,
    .site-header.sticky-header .main-navigation ul li a:hover,
    .site-header.sticky-header .main-navigation ul li a:hover:before,
    .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover,
    .site-header.sticky-header .main-navigation ul li.active>a,
    .site-header.sticky-header .main-navigation ul li.active>a:before,
    .site-header.sticky-header .main-navigation ul li.sub-items:hover>a,
    .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before {
        color: #141b22;
    }

    .main-navigation ul li:first-child {
        padding: 0 40px 20px 0;
    }

    .main-banner::before {
        width: 100%;
        bottom: 0;
        top: auto;
        height: 340px;
    }

    .heart-rate {
        padding: 18px;
        top: 160px;
        right: 155px;
    }

    .banner-title-one,
    .banner-title-two {
        text-align: center;
        padding: 0 70px;
        margin-bottom: 90px;
    }

    .main-about-us,
    .main-pricing {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .about-content-box {
        padding-left: 0;
    }

    .about-text-box .sec-btn {
        margin-left: 40px;
        margin-top: 0;
    }

    .main-classes {
        padding-top: 340px;
        padding-bottom: 100px;
    }

    .main-appointment-two,
    .main-blog-detail,
    .main-blog-grid-in,
    .main-contact-in,
    .main-download-app,
    .main-error-404-in,
    .main-portfolio-detail,
    .main-schedule,
    .main-team-detail-in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .main-schedule-box {
        overflow-x: scroll;
        display: block;
    }

    .schedule-class-box ul li,
    .schedule-time-box ul li {
        height: 80px;
    }

    .h3-title {
        line-height: 30px;
    }

    .schedule-class-box ul li:first-child .h3-title {
        font-size: 18px;
    }

    .counter-content,
    .feature-box {
        margin-bottom: 30px;
    }

    .counter-bg {
        padding: 30px 30px 0;
    }

    .main-team,
    .main-testimonial-two {
        padding-top: 180px;
        padding-bottom: 100px;
    }

    .blog-box,
    .pricing-box {
        margin: 0 15px;
    }

    .footer-box-one,
    .footer-copyright,
    .statics-contant {
        margin-bottom: 50px;
    }

    .main-appointment {
        padding-top: 280px;
        padding-bottom: 80px;
    }

    .statics-contant {
        padding-right: 0;
    }

    .main-blog,
    .main-pricing-two,
    .main-team-two,
    .main-testimonial {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .download-app-overlay-bg img,
    .footer-overlay-bg img {
        max-width: unset;
    }

    .download-app-content {
        padding-left: 0;
        margin-top: 50px;
    }

    .blog-comments,
    .main-footer,
    .related-post,
    .write-comment {
        padding-top: 80px;
    }

    .footer-copyright {
        margin-top: 50px;
    }

    .copyright-links ul li {
        margin-right: 16px;
    }

    .main-banner-two {
        padding-top: 188px;
    }

    .banner-title-two .banner-btn-two {
        justify-content: center;
    }

    .banner-two-circle-three {
        position: absolute;
        width: 800px;
        height: 800px;
        border-radius: 100%;
        border: 80px solid #fff;
        top: auto;
        bottom: 300px;
        right: -300px;
    }

    .banner-two-circle-two {
        position: absolute;
        width: 240px;
        height: 240px;
        border-radius: 100%;
        border: 50px solid #fff;
        bottom: auto;
        top: 500px;
        left: 60px;
    }

    .main-features {
        padding-bottom: 50px;
    }

    .main-classes-two {
        padding-top: 280px;
        padding-bottom: 100px;
    }

    .main-about-us-in {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .main-appointment-in {
        padding-top: 340px;
        padding-bottom: 80px;
    }

    .main-class-detail,
    .main-classes-in,
    .main-portfolio-page-in {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .class-detail-content,
    .faq-content {
        padding-left: 0;
        margin-top: 80px;
    }

    .class-detail-trainer-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .class-trainer-box-text {
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .portfolio-tabbing ul {
        flex-wrap: wrap;
    }

    .portfolio-tabbing ul li {
        margin-right: 20px;
    }

    .portfolio-tabbing ul li span {
        padding: 8px 15px;
        font-size: 16px;
    }

    .portfolio-detail-info-content {
        justify-content: space-around;
    }

    .portfolio-detail-info-box {
        margin-top: 40px;
        padding: 30px;
    }

    .portfolio-detail-img-cfw.one {
        margin-top: 50px;
    }

    .main-team-in {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .main-team-detail-in .team-border-two {
        width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .trainer-detail-info-text-box {
        display: flex;
        justify-content: space-around;
    }

    .team-detail-content {
        margin-top: 80px;
    }

    .main-faq-in {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .faq-box.two {
        padding-top: 60px;
    }

    .blog-list-big-blog .blog-box,
    .main-blog-grid-in .blog-box,
    .related-post .blog-box {
        margin-left: 0;
        margin-right: 0;
    }

    .blog-detail-info-content,
    .blog-list-big-blog {
        padding-right: 0;
        margin-bottom: 80px;
    }

    .main-blog-list {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .get-in-touch-content {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .download-div img {
        min-width: 150px;
    }

    .about-us-title img {
        max-width: 310px;
    }

    .banner-title-one {
        padding: 0 40px;
    }

    .heart-rate {
        right: 45px;
    }

    .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .accordion-button,
    .blog-text-box p {
        font-size: 16px;
        line-height: 26px;
    }

    .copyright-links {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .copyright-text {
        float: none;
        text-align: center;
    }

    .signature-text {
        margin-right: 0;
    }

    .align-signature {
        text-align: center;
        margin-top: 20px;
    }

    .banner-title-two {
        padding: 0 20px;
    }

    .banner-two-circle-three {
        width: 500px;
        height: 500px;
        border: 80px solid #fff;
        right: -200px;
    }

    .portfolio-tabbing ul {
        justify-content: center;
    }

    .portfolio-tabbing ul li {
        margin-bottom: 25px;
        margin-right: 15px;
    }

    .my-class-box .class-box,
    .portfolio-tabbing,
    .related-post .blog-box {
        margin-bottom: 30px;
    }

    .main-team-detail-in {
        padding-bottom: 50px;
    }

    .blog-list-big-blog .blog-box {
        margin-bottom: 50px;
    }

    .blog-text-box {
        padding: 30px;
    }

    .tags ul li a {
        padding: 8px 21px;
    }

    .tags ul li {
        padding: 8px 0;
    }

    .blog-comments {
        padding-top: 70px;
    }

    .reply-btn {
        padding: 8px 26px;
    }
}

@media screen and (max-width: 575px) {
    .padding-mobile {
        padding-top: 35px;
    }

    #row-reverse {
        flex-direction: column-reverse !important;
    }

    .display-void {
        display: none;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-title-one,
    .banner-title-two {
        padding: 0;
    }

    .apple-store,
    .blog-img-box .blog-img {
        margin-bottom: 30px;
    }

    .footer-box-three {
        margin-bottom: 50px;
    }

    .progress-wrap {
        right: 40px;
        bottom: 30px;
    }

    .main-banner::before {
        height: 240px;
    }

    .class-detail-content .class-box-title .h2-title,
    .portfolio-detail-title-box .h2-title,
    .team-detail-content .h2-title {
        font-size: 35px;
        line-height: 45px;
    }

    .portfolio-detail-img-box .portfolio-detail-img-cfw.two {
        margin-bottom: 15px;
    }

    .portfolio-detail-img-box .portfolio-detail-img-cfw.three {
        margin-top: 15px;
    }

    .main-team-detail-in .team-border-two {
        width: auto;
    }

    .blog-list-big-blog .blog-box .blog-img .video-play-icon {
        width: 60px;
        height: 60px;
    }

    .blog-img-box {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 495px) {
    .wapp {
        right: 30px;
    }

    .container-moble {
        margin-top: -240px;
    }

    .padding-moble {
        padding-right: 0;
    }

    .container-margin {
        margin-top: -280px;
    }

    .margin-store {
        margin-top: 10px;
    }

    .margin-img {
        margin-left: 0;
    }

    .desktop {
        display: none;
    }

    .comment-box,
    .mobile-img-partner {
        display: block;
    }

    .margin-img2 {
        margin-right: 20px;
    }

    .margin-top-div {
        margin-top: 80px;
    }

    .margin-parter {
        margin-left: 18px;
    }

    .client-img {
        display: inline-block;
    }

    .margin-contact {
        margin-top: -110px;
    }

    .margin-top-text {
        margin-top: 30px;
    }

    .main-banner-partner {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .comment-content {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 469px) {
    .class-review {
        margin-left: 30px;
    }
}

@media screen and (max-width: 464px) {
    .h1-title {
        font-size: 48px;
        line-height: 58px;
    }

    .heart-rate {
        right: 25px;
    }

    .h2-title {
        font-size: 35px;
        line-height: 45px;
    }

    .about-text-box .sec-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .about-text-box {
        display: block;
    }

    .appointment-title .h2-title,
    .video-content .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .appointment-bg {
        padding: 30px;
    }
}

@media screen and (max-width: 429px) {
    .class-review {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 394px) {
    .h1-title {
        font-size: 42px;
        line-height: 52px;
    }

    .banner-subtitle-first,
    .banner-subtitle-second {
        padding: 3px 15px;
    }

    .calories-text h3,
    .heart-rate h3 {
        font-size: 18px;
    }

    .calories img {
        width: 16%;
    }

    .heart-rate img {
        width: 36%;
    }

    .calories-box {
        padding: 15px;
        bottom: 45px;
    }

    .heart-rate {
        padding: 15px;
        top: 110px;
        right: 0;
    }
}

@media screen and (max-width: 375px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-breadcum {
        padding: 10px 25px;
    }

    .blog-big-main-title .h2-title,
    .class-detail-content .class-box-title .h2-title,
    .portfolio-detail-title-box .h2-title,
    .team-detail-content .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .portfolio-detail-info-content {
        display: block;
    }

    .portfolio-detail-info-content.two {
        margin-top: 0;
    }

    .portfolio-detail-info-text {
        margin-bottom: 20px;
    }

    .portfolio-detail-info-box {
        padding: 30px 30px 10px;
    }

    .trainer-detail-info-box {
        padding: 20px 20px 0;
    }

    .blog-pagination ul li,
    .pagination-arrow {
        margin: 0 5px;
    }

    .blog-text-box {
        padding: 20px;
    }
}

@media screen and (max-width: 325px) {

    .banner-subtitle-first,
    .banner-subtitle-second,
    .calories-text h3,
    .heart-rate h3 {
        font-size: 16px;
    }

    .h1-title {
        font-size: 38px;
        line-height: 48px;
    }

    .calories-box {
        bottom: 18px;
    }

    .heart-rate {
        top: 50px;
    }

    .calories-text span,
    .heart-rate span {
        font-size: 15px;
    }

    .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .appointment-title .h2-title,
    .video-content .h2-title {
        font-size: 25px;
        line-height: 35px;
    }

    .h2-subtitle {
        font-size: 16px;
        line-height: 16px;
    }

    .copyright-links ul li {
        margin-right: 15px;
    }

    .copyright-links ul li a {
        padding-left: 15px;
    }
}

.base-select {
    padding: 30px 0 0;
    transition: 0.3s;
}

.method-selected {
    display: none !important;
    transition: 0.2s;
}

.back-choose i {
    font-size: 12px;
    color: gray;
    margin-top: -5px;
    transition: 0.2s;
}

.back-choose p {
    font-size: 12px;
    color: gray;
    transition: 0.2s;
}

.back-choose:hover i,
.back-choose:hover p {
    color: #fff;
    transition: 0.2s;
}

.back-select {
    transform: translateY(-150%);
    display: none;
    transition: 0.3s;
}

.back-choose {
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    justify-content: center;
    justify-items: center;
}

.cart-card {
    padding: 0 25px 25px;
    width: 100%;
    box-shadow: -1px 1px 50px #fa3d0d30;
    background-color: #1a1a1a;
    border-radius: 10px;
    border: 2px solid var(--secondary-color);
    overflow: hidden;
    display: block;
}

.p-checkout {
    color: #fff;
    font-size: 24px;
    width: 100%;
}

.change-method {
    border: 2px dotted gray;
    background-color: #fff;
    padding: 10px 10px 10px 0;
    margin: 2px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 60px;
    min-height: 80px;
}

.pix-img {
    width: 45px;
}

.change-method img {
    max-width: 60px;
    max-height: 50px;
}

.credit-img {
    width: 35px;
    object-fit: contain;
}

.info-check {
    margin-top: 20px;
    font-size: 20px;
    color: var(--secondary-color);
}

.method-choosed {
    display: grid;
    align-items: center;
    height: 285px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 6px;
}

.input-coupon,
.input-style {
    border-style: solid;
    background-color: #fff;
    padding: 5px 5px 5px 10px;
}

.input-style {
    font-size: 16px;
    border-radius: 10px;
    height: 45px;
}

.input-coupon {
    font-size: 18px;
    border-radius: 5px;
    height: 50px;
}

.button-buy,
.coupon-verify {
    background-color: var(--secondary-color);
}

.coupon-verify {
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    color: #fff;
    border-left: 0;
    margin-left: 10px;
    min-width: 40%;
    height: 50px;
    border-radius: 5px;
}

.coupon-verify:hover i {
    font-size: 18px;
    transition: 0.2s;
}

.coupon-verify i {
    margin-right: 5px;
    transition: 0.4s;
}

.label-input {
    margin-top: 10px;
    color: #fff;
}

.product-info {
    font-size: 16px;
    color: #fff;
}

.amount-value,
.total-amount {
    color: var(--secondary-color);
    font-weight: 600;
}

.total-amount {
    margin-top: 18px;
    font-size: 20px;
}

.amount-value {
    margin-top: 15px;
    font-size: 28px;
}

.button-buy {
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.2s;
    font-weight: 600;
}

.button-buy:hover {
    transition: 0.2s;
    border-radius: 10px;
    background-color: #db3d16;
}

.box-value {
    margin-top: 10px;
    height: 150px;
}

.info-btn {
    position: relative;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-left: 5px;
    color: var(--secondary-color);
}

.info-btn:before {
    position: absolute;
    content: attr(data-hover);
    border-left: 4px solid var(--secondary-color);
    visibility: hidden;
    opacity: 0;
    width: fit-content;
    color: #fff;
    padding: 10px;
    background-color: gray;
    right: -240px;
}

.info-btn:hover:before {
    visibility: visible;
    opacity: 1;
}

.product-img {
    height: 50px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.btn-block,
.product-div {
    width: 100%;
}

.product-section {
    background-color: #945147;
    padding: 15px;
    border-radius: 10px;
}

.icon-trash {
    color: #000;
    font-size: 20px;
    margin-top: 5px;
}

.min-input {
    width: 100%;
}

@media (max-width: 1000px) {
    .box-value {
        height: 120px;
    }

    .box-payment {
        margin-top: 50px;
    }
}

.btn-default,
.btn-white {
    justify-content: center;
    padding: 5%;
    height: 60px;
    width: 250px;
    transition: 0.2s;
    text-align: center;
    display: flex;
}

.margin-top-icon {
    margin-top: -1px !important;
}

.btn-default {
    border: 1px solid #cecece;
    align-items: center;
    color: #fff;
    background-color: var(--secondary-color);
    border-radius: 30px;
}

.btn-white,
.font-pass li {
    color: var(--secondary-color);
}

.btn-default:hover,
.btn-white,
.btn-white:hover,
.input-reg {
    background-color: #fff;
}

.btn-default:hover {
    border: 2px solid gray;
    color: #000;
    transition: 0.2s;
}

.btn-white {
    border: 1px solid #fff;
    align-items: center;
    border-radius: 30px;
}

.btn-white:hover {
    border: 1px solid #fff;
    color: #000;
    transition: 0.2s;
}

.img-right-login {
    margin-top: -45px;
}

.text-color-sm {
    font-size: 12px;
    color: #cecece;
}

.title-box {
    margin-top: 15px;
    margin-bottom: 10px;
}

.google-icon {
    width: 18px;
    margin-top: -6px;
    margin-left: 5px;
}

.image-register {
    margin-top: 0;
    max-width: 400px;
    margin-left: 50px;
}

.margin-last-inf {
    margin-top: -100px;
}

.input-reg {
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    height: 30;
}

.margin-reg {
    padding-top: 60px;
}

@media (max-width: 700px) {
    .image-register {
        margin-left: 20px;
        max-width: 300px;
        margin-top: 0;
    }

    .bannerdireito {
        margin-top: 20px;
    }

    .margin-last-inf {
        margin-top: 0;
    }

    .btn-default {
        padding-left: 40px;
        padding-right: 40px;
    }

    .margin-log {
        margin-top: -65px;
    }

    .margin-reg {
        margin-top: -150px;
        padding-top: 190px;
    }
}

@media (min-width: 800px) {
    .font-pass {
        font-size: 14px;
    }
}

.pack-header {
    background: #fff;
    color: #ff4501;
    padding: 4px 6px;
}

.pack-body {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 4px 6px;
}

.pack-body>div.row {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pack-body label,
.pack-body>div {
    cursor: pointer;
}

.see-i {
    margin-bottom: 23px;
    cursor: pointer;
    margin-left: -30px;
}

@media (max-width: 767px) {
    .pack-body {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .checkout-section {
        padding: 0 !important;
    }
}

@media (max-width: 450px) {
    .pack-body {
        font-size: 0.8rem;
    }
}

.font-pass li {
    font-size: 10px;
}

.checkout-btn {
    display: flex;
    position: relative;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--secondary-color);
    padding: 15px 30px;
    border-radius: 20px;
    transition: 0.3s;
    height: 50px;
    cursor: pointer;
}

.rd-checkout,
.rd-checkout:before {
    position: absolute;
    transition: 0.5s;
}

@media (max-width: 600px) {
    .font-pass li {
        color: var(--secondary-color);
        font-size: 10px;
    }
}

.checkout-btn:after {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    opacity: 0.5;
}

.checkout-btn:hover {
    background: #000;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
    color: var(--secondary-color);
}

.checkout-btn:hover:after {
    transform: scaleX(1);
}

.rd-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
    height: 70px;
    text-align: center;
    color: var(--secondary-color);
    padding: 20px 45px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    box-sizing: border-box;
    background: 0 0/400% #fff;
    border-radius: 30px;
    z-index: 1;
    cursor: pointer;
}

.mobile-none img,
.s3,
.video-banner {
    position: relative;
}

.rd-checkout:hover {
    animation: 8s linear infinite animate;
    color: #fff;
    transition: 0.5s;
}

.rd-checkout:before {
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: var(--secondary-color);
    border-radius: 40px;
    opacity: 0;
}

.rd-checkout:hover:before {
    filter: blur(10px);
    opacity: 1;
}

@keyframes animate {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 400%;
    }
}

.lp-image {
    max-height: 600px;
}

.header-lp {
    padding-bottom: 80px;
    padding-top: 200px;
}

@media (max-width: 577px) {
    .info-btn:before {
        position: absolute;
        content: attr(data-hover);
        border-right: 4px solid var(--secondary-color);
        border-left: 0;
        visibility: hidden;
        opacity: 0;
        width: fit-content;
        color: #fff;
        padding: 10px;
        background-color: gray;
        left: -240px;
        bottom: -15px;
    }

    .header-lp {
        padding-bottom: 120px;
        padding-top: 170px;
    }
}

.full-price {
    font-size: 20px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.amount-value-lp,
.sif {
    font-weight: 600;
    margin-top: 15px;
    color: var(--secondary-color);
}

.amount-value-lp {
    font-size: 4rem;
}

.sif {
    display: flex;
    align-items: center;
    margin-bottom: -15px;
    font-size: 22px;
}

.secure-pay {
    max-height: 60px;
    max-width: 100%;
    padding: 4px;
}

.fs-0-8 {
    font-size: 0.8rem !important;
}

.fs-0-9 {
    font-size: 0.9rem !important;
}

.fs-1 {
    font-size: 1rem !important;
}

.fs-1-1 {
    font-size: 1.1rem !important;
}

.fs-1-2 {
    font-size: 1.2rem !important;
}

.fs-1-3 {
    font-size: 1.3rem !important;
}

.fs-1-4 {
    font-size: 1.4rem !important;
}

.fs-1-5 {
    font-size: 1.5rem !important;
}

.fs-1-6 {
    font-size: 1.6rem !important;
}

.fs-1-7 {
    font-size: 1.7rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

.fs-2-1 {
    font-size: 2.1rem !important;
}

.fs-2-2 {
    font-size: 2.2rem !important;
}

.fs-2-3 {
    font-size: 2.3rem !important;
}

.fs-2-5 {
    font-size: 2.5rem !important;
}

.fs-2-6 {
    font-size: 2.6rem !important;
}

.fs-2-7 {
    font-size: 2.7rem !important;
}

.fs-3 {
    font-size: 3rem !important;
}

.fs-3-5 {
    font-size: 3.5rem !important;
}

.fs-4 {
    font-size: 4rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.text-justify {
    text-align: justify !important;
}

.pretitle-center,
.titleh2-center {
    text-align: center;
}

.text-medium {
    color: #888;
}

.text-grey {
    color: #666;
}

.bg-grey {
    background-color: #202020;
}

.bg-light {
    background-color: #eee !important;
}

.bg-orange {
    background-color: var(--secondary-color);
}

.bg-grey:hover {
    background-color: #464545;
}

.fw-300 {
    font-weight: 300 !important;
}

#banner-top,
.div-number,
.pretitle,
.pretitle-diff {
    font-weight: 700;
}

.align-items-center {
    align-items: center !important;
}

.card-view {
    background-color: #7f0c34;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    margin: 5px;
}

.package-height {
    height: 278px;
    display: grid;
    align-items: end;
}

.card-list,
.col.parent,
.div-number,
.experience,
.s4,
.titleh4 {
    display: flex;
}

.text-icon {
    width: 50px;
    height: 50px;
    padding-right: 20px;
}

.div-number {
    top: -15px;
    left: -15px;
    width: 55px;
    height: 55px;
    font-size: 2rem;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: #fff;
}

.pretitle,
.pretitle-center,
.pretitle-diff {
    color: #fa3c0c;
    letter-spacing: 5px;
    font-family: Montserrat, Sans-serif;
    font-size: 16px;
}

@media (max-width: 576px) {
    .div-number {
        top: -15px;
        left: -10px;
    }
}

.up-section {
    background-color: var(--secondary-color);
    width: 100%;
}

#banner-top {
    color: #fff;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 1.2rem;
}

.fs-italic {
    font-style: italic;
}

.img-local {
    height: 570px;
    top: -20px;
    overflow: hidden;
}

.borderb-black {
    border-radius: 20px;
    max-height: 530px;
    object-fit: cover;
    object-position: bottom;
}

.top-35 {
    top: 35px;
}

.video-banner {
    z-index: 2;
    width: 258px;
    top: -5px;
    border-radius: 10px 10px 40px 40px;
}

.m-banner {
    margin-bottom: 115px;
}

.tooltip-inner {
    background-color: #b52807;
}

.iconcolors,
.iconcolors-tk {
    background: #fa3c0c;
    border-radius: 50px;
}

.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #b52807;
}

.iconcolors {
    padding: 7px 4px;
}

.iconcolors-tk {
    padding: 7px 11px;
}

svg {
    vertical-align: middle;
    padding-bottom: 4px;
}

.pretitle-diff {
    margin-bottom: 10px;
}

.pretitle-center {
    font-weight: 700;
}

.titleh2,
.titleh2-center,
.titleh2-diff {
    font-family: Montserrat, Sans-serif;
    font-size: 35px;
    color: #000;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -1px;
}

.col-6.px-2 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.titleh2 {
    margin-top: 10px;
}

.divider {
    padding-block-start: 5px;
    padding-block-end: 5px;
}

.element-divider,
.element-divider-center {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    width: 30%;
}

.divider-mini {
    padding-block-start: 3px;
    padding-block-end: 3px;
}

.element-divider-mini {
    border-block-start: var(--divider-mini-border-width) var(--divider-border-style) var(--divider-color-mini);
}

.divider-center {
    padding-block-start: 5px;
    padding-block-end: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

.paragraph,
.paragraph-diff {
    font-size: 20px;
    font-family: sans-serif;
    color: #000;
    line-height: 30px;
}

.h2-title.two,
.paragraph3,
.stickytitle,
.video.h2-title.two {
    font-family: Montserrat, Sans-serif;
}

p.sub-h2-title {
    font-size: 20px;
    line-height: 1.5;
}

.s3 {
    background-color: transparent;
    background-image: linear-gradient(90deg, #000 0, #1f1f1f 100%);
    padding-top: 40px;
    z-index: 10;
    padding-bottom: 10px;
}

.s12,
.s14,
.s4,
section.s7 {
    background-color: #000;
}

.s6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.s8 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.mobile-none img {
    z-index: -1;
}

.experience {
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
    margin-top: 22px;
}

.h2-title.two,
.video.h2-title.two {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -1px;
    text-align: center;
}

.s4 {
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.sticky {
    position: sticky;
    top: 80px;
}

.paragraph3 {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.2px;
}

.stickytitle,
.titleh4,
.topico {
    font-weight: 700;
}

.stickytitle {
    font-size: 22px;
    letter-spacing: -0.5px;
}

.topico {
    color: #f1f1f1;
    font-family: Inter, Sans-serif;
    font-size: 17px;
    line-height: 1.3em;
    letter-spacing: -0.4px;
}

.grid-title,
.price-title,
.titleh4 {
    letter-spacing: -1px;
    line-height: 1.1em;
}

.titleh4 {
    font-family: Montserrat, sans-serif;
    justify-content: flex-start;
    font-size: 38px;
}

.s9 {
    background-color: #070707;
}

.s11 {
    background-color: #f7f7f7;
}

.sec-btn.neon {
    box-shadow: inset 0 -15px 17px 20px #f93c0c, 0 0 20px 4px rgb(249 60 12);
}

.col.parent {
    height: 100px;
}

.animateSlideLeft {
    animation: 1s forwards rightToLeft;
}

.animateSlideBottom {
    animation: 1s forwards bottomToTop;
}

.animateSlideRight {
    animation: 1s forwards leftToRight;
}

.animation-left,
.animation-scale {
    animation-timeline: view(block 50% 10%);
    animation-fill-mode: both;
    animation-duration: 1ms;
    animation-timing-function: linear;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(300%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes leftToRight {
    0% {
        transform: translateX(-300%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bottomToTop {
    0% {
        transform: translateY(300%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animation-scale {
    animation-name: scale;
}

.animation-left {
    animation-name: grow;
}

@keyframes grow {
    from {
        transform: translateY(30%);
    }

    to {
        transform: translateY(-30%);
    }
}

@keyframes scale {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

.unordered-list {
    list-style-type: none;
    padding-left: 0;
}

.icone {
    color: #f93c0c;
    font-size: 2em;
    margin-bottom: 30px;
}

.icone-mini {
    color: #f93c0c;
    font-size: small;
}

.icone-list,
.icone-list-alt {
    margin-right: 5px;
    color: #750f35;
    font-size: large;
}

.list {
    font-family: Inter, Sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.grid-title {
    color: #000;
    font-family: Montserrat, Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.grid-text {
    height: 100%;
}

@keyframes leftToRight {
    0% {
        transform: translateX(-300%);
        opacity: 0%;
    }

    100% {
        transform: translateX(0);
        opacity: 100%;
    }
}

.slideLeft {
    animation-name: leftToRight;
    animation-duration: 1.5s;
}

.card-img-top {
    margin: -20px -20px -20px 30px;
    border-radius: 4%;
    width: 70%;
}

.card-body {
    flex: 1 1 auto;
    padding: 3rem 2rem;
    min-height: 275px;
}

.card-body-question {
    flex: 1 1 auto;
    margin: 15px 48px;
}

.card-body-plan {
    flex: 1 1 auto;
    padding: 0 2rem 3rem;
}

.card,
.card-list {
    flex-direction: column;
}

.card-text {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.card-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.card-list {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.card-header {
    padding: 15px 35px;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: none;
    margin-bottom: 8px;
}

.btn-link {
    font-family: Inter, Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.card-title.pricing-card-title,
.price-parcel,
.price-title {
    font-family: Montserrat, Sans-serif;
}

.card.mb-4.box-shadow {
    background-color: #111;
    color: #fff;
    border-top: 2px solid #f93c0c;
}

.btn.btn-lg.btn-block,
.btn.btn-lg.btn-block.neon,
.btn.btn-lg.btn-block.neon-plan {
    background-color: #f93c0c;
    align-items: center;
    font-family: Rubik, sans-serif;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    transition: 0.4s;
}

.price-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.btn.btn-lg.btn-block,
.btn.btn-lg.btn-block.neon-plan-alt,
.price-parcel {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.btn.btn-lg.btn-block {
    justify-content: center;
}

.btn.btn-lg.btn-block.neon,
.btn.btn-lg.btn-block.neon-plan {
    box-shadow: inset 0 -1px 17px 20px #f93c0c, 0 0 20px 0 rgb(249 60 12);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    justify-content: center;
}

.btn.btn-lg.btn-block.neon-plan-alt {
    background-color: #750f35;
    box-shadow: inset 0 -1px 17px 20px #750f35, 0 0 20px 0 #750f35;
    font-family: Rubik, sans-serif;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    transition: 0.4s;
    align-items: center;
    justify-content: center;
}

.btn-free:hover,
.btn.btn-lg.btn-block:hover {
    background-color: #ff5428;
}

.btn.btn-lg.btn-block.neon-plan-alt:hover {
    background-color: #d52466;
    box-shadow: inset 0 -1px 17px 20px #d52466, 0 0 20px 0 #d52466;
}

.btn.btn-lg.btn-block.neon-plan:hover,
.btn.btn-lg.btn-block.neon:hover {
    background-color: #ff623a;
    box-shadow: inset 0 -1px 17px 20px #ff6842, 0 0 20px 0 rgb(255 99 59);
}

.card-title.pricing-card-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.plan-list {
    font-family: Inter, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.discount {
    margin-top: -13px;
    background-color: #fd3d0c;
    border-radius: 4px;
    width: 68%;
    color: #fff;
    font-family: Montserrat, Sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 4.5px;
    height: 30px;
    padding: 10px;
}

.card,
.card-plan {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
    background-color: #131313;
}

.card-plan {
    flex-direction: column;
    border-top: 2px solid #f93c0c;
}

.image-list {
    max-width: 250px;
    margin: 30px;
}

.btn-link:hover {
    color: #000;
}

@media (max-width: 767px) {
    .sticky {
        position: static;
    }

    .btn.btn-link.shadow-none,
    .paragraph-diff,
    .pretitle-diff,
    .titleh2-diff {
        text-align: start;
    }

    .desktop-none {
        display: block;
    }

    .pretitle {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .mobile-none {
        display: flex;
    }

    .card-title {
        font-size: 21px;
    }

    .card-body {
        min-height: 305px;
    }

    .paragraph-diff,
    .pretitle-diff,
    .titleh2-diff {
        text-align: center;
    }

    .image-list {
        max-width: 170px;
    }

    .card-deck-plan {
        max-width: 420px;
    }
}

@media (min-width: 1280px) {
    .card-deck-plan {
        display: flex;
        justify-content: center;
        align-items: self-start;
        gap: 56px;
    }

    .card-plan {
        width: 30%;
    }

    .mobile-none {
        display: block;
    }

    .paragraph-diff,
    .pretitle-diff,
    .titleh2-diff {
        text-align: center;
    }

    .btn.btn-lg.btn-block.neon {
        width: 35%;
    }
}

.btn.btn-link.shadow-none {
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.free-text {
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
    margin-top: 10px;
}

.owl-theme {
    opacity: 1 !important;
}

.scroll-container {
    width: 100%;
    overflow-y: scroll;
}

.square {
    background-color: #050505;
    width: 20px;
    height: 20px;
    margin-left: 14px;
    rotate: 45deg;
    z-index: 1;
    position: absolute;
    margin-top: -9px;
}

.box-gym {
    background: #fff;
    padding: 40px 50px;
    border-bottom: 1px solid #f93c0c;
}

.btn-acd,
.new-btn {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-transform: uppercase;
    height: 60px;
    display: inline-block;
    padding: 18px 45px;
    border-radius: 10px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.btn-acd {
    font-weight: 700;
    color: #fff !important;
    background-color: #f93c0c;
    text-align: center;
}

.p-acd {
    font-size: 15px;
    line-height: 24px;
    color: #999;
    font-weight: 400;
    margin-bottom: 12px;
}

.new-btn {
    font-weight: 500;
    color: #fff !important;
    background-color: #111;
}

.padding-section {
    padding: 80px 0;
}

.btn-free:hover {
    box-shadow: 0 10px 24px 0 rgb(253, 61, 12, 0.2);
}

.list-unstyled {
    line-height: 1.5 !important;
}

.text-orange {
    color: #f93c0c;
}

.bg-orange {
    background: #f93c0c;
}

.font-montserrat {
    font-family: Montserrat, Sans-serif;
}

.review-card {
    background: #1a1a1a;
    border-radius: 10px;
    box-shadow: -1px 1px 50px #fa3d0d47;
    border: 2px solid #fa3d0d;
    padding: 20px 10px;
}

.lgpd-content {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    padding: 20px;
    margin: 0;
    border-top: 1px solid;
    z-index: 999999;
    background: #12111a;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.lgpd-content p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}

.lgpd-content a {
    color: #fa3d0d;
}

.lgpd-content .close {
    position: absolute;
    right: 20px;
    color: #747c89;
    cursor: pointer;
    font-size: 25px !important;
}

.lgpd-content .accept-cookies {
    backdrop-filter: 20px;
    background: #fa3d0d;
    cursor: pointer;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    padding: 8px 15px;
    transition: background 0.2s, color 0.2s;
    display: block;
    margin: 0 auto;
}

.lgpd-content .accept-cookies:hover {
    background: #fff;
    color: #12111a;
}

.lgpd-content .row {
    display: flex;
    align-items: center;
}

li.lang-bar {
    margin-left: 0px !important;
    display: flex;
    align-items: center;
}

li.lang-bar.first {
    margin-left: 15px !important;
}

.lang-bar a::after {
    display: none;
}

@media (max-width: 576px) {
    .lgpd-content .accept-cookies {
        width: 100%;
        text-align: center;
    }
}

.button-new-pages {
    border-radius: 5px !important;
    align-items: center;
    color: #fff;
    background-color: var(--secondary-color);
    justify-content: center;
    padding: 5%;
    height: 60px;
    width: 250px;
    transition: 0.2s;
    text-align: center;
    display: flex;
    border: 0 !important;
}

.button-new-pages-black {
    border-radius: 5px !important;
    align-items: center;
    color: var(--secondary-color);
    background-color: transparent;
    justify-content: center;
    padding: 5%;
    height: 60px;
    width: 250px;
    transition: 0.2s;
    text-align: center;
    display: flex;
    border: 2px solid var(--secondary-color) !important;
}

.word-wrap-break-word {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: nowrap;
}