@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    font-family: "Inter", sans-serif !important;
    padding: 0;
    margin: 0;
}

/* body {
    position: relative;
} */

i.fa,
.mob_menu_content ul li::before {
    font-family: 'FontAwesome', sans-serif !important;
}

.custom_container {
    max-width: 1408px;
    margin: auto;
}

.header_main_section {
    background: transparent;
    padding: 1rem 0;
    position: absolute;
    width: 100%;
    min-height: 70px;
    border-bottom: 1px solid #ffffff52;
    z-index: 99;
    top: 0;
    left: 0;
}

.header_main_row {
    display: flex;
    align-items: center;
}

.logo_col {
    max-width: 20%;
    width: 100%;
}

.menu_col {
    max-width: 100%;
    width: 100%;
}

.button_col {
    max-width: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header_menu ul {
    display: flex;
    justify-content: end;
    list-style: none;
}

.header_menu .active_menu a {
    color: #CC3321 !important;
}

.header_menu li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding: 0px 15px;
    display: inline-block;
}

.common_button a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 36px 16px 36px;
    border-radius: 52px;
    background: linear-gradient(89deg, #CC3321 0.89%, #8000FF 99.7%);
}

.common_button a:hover {
    background: linear-gradient(89deg, #8000FF 0.89%, #CC3321 99.7%);
}

.header_main_section .common_button a {
    margin-left: 2rem;
}

.footer_main_section {
    background: linear-gradient(0deg, #1D1C1F 3.85%, #000 100%);
    padding: 80px 0px;
}

.footer_top_row {
    text-align: center;
}

.footer_menu_block {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.footer_menu_block li a {
    color: #5B5959;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    padding: 0 20px;
}

.footer_logo {
    margin-bottom: 1rem;
}

.footer_bottom_row {
    display: flex;
    align-items: center;
}

.footer_bottom_left_col,
.footer_bottom_right_col {
    max-width: 50%;
    width: 100%;
}

.copyright_block p {
    color: #5B5959;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.privacy_menu_block ul {
    list-style: none;
    display: flex;
    justify-content: end;
}

.privacy_menu_block ul li a {
    color: #5B5959;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding-left: 20px;
}

.footer_divider {
    width: 100%;
    height: 1px;
    background: #5B5959;
    margin: 2rem 0;
}

.header_menu li a:hover {
    color: #CC3321;
}

.hero_section {
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url(/uploads/hero_bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
}

.white_text,
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text p,
.white_text span,
.white_text ul,
.white_text ul li,
.white_text a {
    color: #FFF !important;
}

.text_center,
.text_center h1,
.text_center h2,
.text_center h3,
.text_center h4,
.text_center h5,
.text_center h6,
.text_center p,
.text_center span,
.text_center ul,
.text_center ul li,
.text_center a {
    text-align: center;
}

.common_htags h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -3.2px;
    background: linear-gradient(89deg, #CC3321 0.89%, #8000FF 99.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.max_block {
    max-width: 70%;
    margin: auto;
}

.common_home_section {
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fitness_centre_section {
    background-image: url(/uploads/img/banner-1.jpg); 
}

.common_htags h2 {
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -4.4px;
}

.bowling_camp_section {
    background-image: url(/uploads/img/banner-2.jpg); 
}

.team_kaneshkk_section {
    background-image: url(/uploads/home-kaneshkk-new.png); 
}

.main_secondaery_section {
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -3;
    overflow: hidden;
}

.secondary_overlay_one {
    background: linear-gradient(89deg, #CC3321 0.89%, #8000FF 99.7%);
    z-index: -2;
}

.secondary_overlay_two {
    background: #000000;
    z-index: -1;
}

.secondary_overlay_one,
.secondary_overlay_two  {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.main_secondaery_section .custom_container {
    position: relative;
    z-index: 1;
}

.main_secondaery_heading h1 {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -6px;
}

.about_detail_row {
    display: flex;
    align-items: stretch;
    gap: 3rem;
}

.about_detail_left_col,
.about_detail_right_col {
    flex: 1;
}

.about_detail_left_col {
    width: calc(60% - 3rem);
    padding: 3rem 3rem 3rem 0rem;
}

.about_detail_right_col {
    width: calc(40% - 3rem);
}

.about_detail_section,
.training_main_section {
    background-color: #000;
}

.common_h2 h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -2.4px;
    margin-bottom: 1.5rem;
}

.fonts_20 ,
.fonts_20 p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 2rem;
    text-align: justify;
    word-spacing: normal;
    hyphens: auto;

}

.gredient_bg {
    background: linear-gradient(89deg, #CC3321 0.89%, #8000FF 99.7%) !important;
}

.common_section_space {
    padding: 80px 0px;
}

.icon_box {
    text-align: center;
    width: 16%;
}
.icon_main_block {
    display: flex;
    justify-content: center;
}

.icon_box_icon {
    background: rgba(229, 153, 144, 0.20);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 1rem;
}

.icon_main_row {
    margin-top: 3rem;
}

.icon_box h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #ffffff;
}

.services_section,
.boxed_main_section {
    background-color: #000000;
}

.primary_h2 h2 {
    background: linear-gradient(89deg, #CC3321 0.89%, #8000FF 99.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -2.4px;
}

.common_heading_row {
    margin-bottom: 3rem;
}

.service_row {
    display: flex;
    align-items: stretch;
    background: #1D1C1F;
    border-radius: 20px;
    gap: 1rem;
    overflow: hidden;
    margin-bottom: 50px;
}

.service_left_col {
    width: 45%;
}

.service_right_col {
    width: 55%;
    padding: 6%;
}

.full_width_image {
    width: 100% !important;
}

.max_htags {
    max-width: 50%;
    margin: auto;
}

.boxes_main_row {
    display: flex;
    align-items: stretch;
}

.boxes_main_row .boxes_main_col {
    width: 50%;
    background: #1D1C1F;
    border-radius: 24px;
    overflow: hidden;
    margin: 0px 25px;
    flex: 1;
}

.boxes_image_block img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.boxes_content_block {
    padding: 8%;
    min-height: 205px;
}

.boxes_content_block h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1rem;
}

.common_cta_button a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(89deg, #CC3321 0.89%, #8000FF 99.7%);
    padding: 16px 48.5px;
    border-radius: 52px;
}

.cta_main_row {
    margin-top: 4rem;
}

.bg_black {
    background-color: #000 !important;
}

.offered_main_row {
    display: flex;
}

.offered_main_col {
    width: 50%;
    margin: 0 25px;
}

.bg_gray {
    background: #1D1C1F;
}

.common_video_block {
    display: flex;
    justify-content: center;
}

.common_video_block video {
    width: 80%;
}

.common_blogs_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.common_blogs_row .common_blogs_col {
    width: calc(25% - 30px);
    margin: 10px;
}

img.blog_feature_img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog_meta_date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5);
}

.blog_title a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_excerpt {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5);
}

.blog_item {
    gap: 1rem;
    display: grid;
}

.blog_item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #a5a5a5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_main_section {
    background-image: url(/uploads/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_main_row {
    display: flex;
    align-items: center;
}

.contact_left_col {
    width: 60%;
}

.contact_right_col {
    width: 40%;
    padding-left: 8%;
}

.field_group label {
    width: 100%;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

.field_group input[type="text"],
.field_group input[type="email"],
.field_group textarea {
    width: 100%;
    display: block;
    color: #B2B2B2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 10px 14px;
    border-radius: 10px;
    border-color: transparent;
    box-shadow: 0px 4px 16px 0px rgba(13, 24, 56, 0.15);
    box-sizing: border-box;
}

.field_group textarea {
    min-height: 150px;
}

.custom_fields_row {
    display: flex;
}

.custom_fields_row .custom_fields_col {
    width: 50%;
}

.custom_fields_row .custom_fields_col.custom_fields_first {
    margin-right: 20px;
}

.contact_form_block {
    margin-top: 2rem;
}

.contact_form_block input[type="submit"] {
    color: #ffffff;
    background: #000000;
    border-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 52px;
    padding: 16px 30px;
    min-width: 200px;
    cursor: pointer;
}

.contact_form_block form,
.conatct_icon_block {
    display: grid;
    gap: 30px;
}

.conatct_icon_block .conatct_subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.conatct_icon_block .contact_iconlist {
    align-items: center;
    display: flex;
    gap: 20px;
}

.conatct_icon_block .contact_iconlist a {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.conatct_social_list ul {
    list-style: none;
    display: flex;
}

.conatct_social_list ul li a {
    background-color: #EFF2F6;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
}

.conatct_social_list ul li a img {
    width: 26px;
    height: 26px;
}

.conatct_social_list {
    margin-top: 2rem;
}

.counter_main_row {
    max-width: 75%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
}

.custom_counter_block {
    text-align: center;
    color: #ffffff;
    margin: 0px 60px;
}

.custom_counter_description {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.custom_counter_title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -2.4px;
}

.common_section_space.lg {
    padding: 112px 0px;
}
.why_choose_main_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.why_choose_main_row .why_choose_main_col {
    width: calc(50% - 20px);
    background: #1D1C1F;
    border-radius: 24px;
    padding: 40px;
    box-sizing: border-box;
}
.why_choose_block {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.why_choose_content {
    width: 100%;
}

.why_choose_image {
    min-width: 150px !important;
}

.why_choose_block h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1rem;
}

.why_choose_block p {
    color: #B2B2B2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.our_clients_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.our_clients_row .our_clients_col {
    width: calc(50% - 20px);
    background: #1D1C1F;
    border-radius: 24px;
    padding: 60px 40px;
    box-sizing: border-box;
}
.review_stars {
    margin-bottom: 1rem;
    color: #FF9066;
}

.profile_row {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
}
.profile_row .profile_image_col {
    width: 60px;
}

.profile_row .profile_content_col {
    width: 100%;
}

.profile_block h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.profile_block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.image_box_main_row {
    display: flex;
}

.image_box_main_row .image_box_col {
    width: calc(33% - 20px);
    margin: 0px 10px;
}

.image_box_main_row .custom_image_box {
    text-align: center;
    color: #FFF;
}

.image_box_main_row .image_box_img img {
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
}

.image_box_main_row .custom_image_box h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: auto;
    margin-bottom: 1rem;
}

.image_box_main_row .custom_image_box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.certificates_main_row,
.achievements_main_row,
.our_team_main_row {
    display: flex;
    flex-wrap: wrap;
}

.certificates_main_row .certificates_main_col,
.achievements_main_row .achievements_main_col  {
    width: calc(25% - 20px);
    margin: 0 10px;
}

.custom_team_block {
    color: #ffffff;
}

.custom_team_block h3.custom_team_name {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.55px;
    position: relative;
    padding-right: 40px;
}

.custom_team_block h3.custom_team_name::after {
    content: "";
    background-image: url(/uploads/arrow_forward.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(7px);
}

.custom_team_block p.custom_team_position {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.3px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.testimonial_main_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.testimonial_main_row .testimonial_main_left_col {
    width: calc(60% - 15px);
    border-radius: 16px;
    overflow: hidden;
}

.testimonial_main_row .testimonial_main_right_col {
    width: calc(40% - 15px);
    border-radius: 16px;
    overflow: hidden;
    padding: 40px;
    background: #1D1C1F;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.blog_secondary_section {
    position: relative;
    min-height: 350px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -2;
    padding-top: 70px;
}

.blog_secondary_section h1 {
    color: #fff;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -6px;
}

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

.mobile_menu_icon_area .fa.fa-bars {
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
}
.site_logo {
    display: flex;
}

.site_logo img {
    height: 50px;
}

.mobile_menu_section {
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    height: 50px;
    background: #000;
    z-index: 9;
}

.menu_right_pannel {
    width: 250px;
    min-height: 900px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: -400px; /* Initially hide the panel off-screen */
    transition: right 0.3s ease; 
    z-index: 99;
    padding: 15px;
}

.menu_right_pannel.open {
    right: 0px;
}

.menu_close_area {
    display: flex;
    justify-content: end;
    margin-bottom: 2rem;
}

.menu_overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -10;
    filter: blur;
}

.menu_overlay.active {
    opacity: 0.5;
}

.mob_menu_content ul {
    list-style: none;
}

.mob_menu_content ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.mob_menu_content ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #000000;
}

.mob_menu_content ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 20px;
    font-weight: 900;
}

.menu_close_area .menu_close {
    cursor: pointer;
    font-size: 20px;
}

.service_left_col,
.about_detail_right_col {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.certificates_main_row .certificates_main_col img,
.achievements_main_row .achievements_main_col img,
.our_team_main_row .our_team_main_col img {
    width: 100%;
}

.our_team_main_row {
    gap: 20px;
}

section.contact_page_main_section {
    background: #000000;
    padding-top: 150px;
    padding-bottom: 50px;
}

h4.contact_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #ff0000;
    gap: 10px;
    margin-bottom: 12px;
}

.contact_iconbox_row {
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 900px;
    margin: auto;
}

.contact_iconbox_block {
    margin-bottom: 20px;
}

.contact_iconbox_row .contact_iconbox_col {
    width: calc(50% - 50px);
}

.contact_iconbox .fonts_20 p {
    padding-bottom: 0 !important;
    margin-top: 5px;
}
.contact_iconbox {
    display: flex;
    gap: 10px;
}
.contact_iconbox .iconbox_image_col {
    width: 36px;
}

.contact_iconbox .iconbox_content_col {
    width: calc(100% - 36px);
}
.from_fieldgroup {
    display: flex;
}

.from_fieldgroup .from_fieldgroup_item {
    max-width: 50%;
    width: 100%;
}

.contact_form_main_block label {
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.contact_form_main_block .contact_field {
    margin: 12px 15px;
}

.contact_form_main_block textarea {
    min-height: 120px;
}

.contact_form_main_block input[type=text],
.contact_form_main_block input[type=email],
.contact_form_main_block textarea {
    background-color: #ffffff;
    width: 100%;
    padding: 12px 12px;
    border-left: 5px solid #db0020;
    border-top: transparent;
    border-right: transparent;
    border-bottom: transparent;
    display: block;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact_form_main_block input[type=text]:focus,
.contact_form_main_block input[type=email]:focus,
.contact_form_main_block textarea:focus {
    border-left: 5px solid #db0020;
    border-top: transparent;
    border-right: transparent;
    border-bottom: transparent;
    outline: none;
    box-shadow: none;
}

.contact_form_main_block a.form_submit_button {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 36px 16px 36px;
    border-radius: 52px;
    background: linear-gradient(89deg, #CC3321 0.89%, #8000FF 99.7%);
    max-width: 110px;
    display: block;
    margin-top: 40px;
}

.contact_form_main_block a.form_submit_button:hover {
    background: linear-gradient(89deg, #8000FF 0.89%, #CC3321 99.7%);
}

.contact_form_main_row {
    max-width: 900px;
    margin: auto;
}

.error {
    color: #ff0000 !important;
}

.black_submit_button {
    color: #ffffff;
    background: #000000;
    border-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 52px;
    padding: 16px 30px;
    max-width: 120px !important;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
}

.form_error {
    color: #000;
    font-weight: 700;
}

/* single blog page */

.single_blog_secondary_section {
    padding-top: 200px;
    padding-bottom: 40px;
}
.signle_blog_title h1 {
    color: #ffffff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -2.4px;
}
.signle_blog_title,
.signle_blog_meta {
    margin-bottom: 1rem;
}
.signle_blog_meta p {
    color: #B2B2B2;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.single_blog_auther_box {
    display: flex;
    gap: 20px;
}
.single_blog_auther_box .single_blog_auther_img_col {
    width: 50px;
    border-radius: 12px;
    overflow: hidden;
}
.single_blog_auther_img_col img {
    width: 100% !important;
}
.single_blog_auther_content_col h5 {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.single_blog_auther_content_col span {
    color: #B2B2B2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}   
.single_blog_feauture_fullwidth_row img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.single_blog_content_row h1,
.single_blog_content_row h2,
.single_blog_content_row h3,
.single_blog_content_row h4,
.single_blog_content_row h5,
.single_blog_content_row h6,
.single_blog_content_row span,
.single_blog_content_row p,
.single_blog_content_row {
    color: #ffffff !important;
}
.single_blog_content_section {
    padding: 50px 0px;
}
.single_blog_content_row p {
    padding-bottom: 2rem;
    text-align: justify;
    word-spacing: normal;
    hyphens: auto;

}
.single_blog_content_row h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.84px;
    margin-bottom: 2rem;
}
/* media query */

.video_container {
    position: absolute; /* Set absolute positioning to overlap the video with other content */
    top: 0; /* Align to top of parent */
    left: 0; /* Align to left of parent */
    width: 100%; /* Set full width */
    height: 100%; /* Set full height */
    overflow: hidden; /* Hide overflow */
    z-index: 1; /* Place video behind other content */
}

video {
    width: 100%; /* Set full width of video */
    height: 100%; /* Set full height of video */
    object-fit: cover; /* Ensure video fills the container */
}

.home_full_image_section img {
    position: relative;
    z-index: -2;
    display: block;
}

.home_full_image_section {
    position: relative;
    z-index: 1;
    display: block;
}

.home_full_image_section_container {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 20;
    display: flex;
    justify-content: left;
    align-items: center;
}

.common_image_htags h2 {
    font-size: 5vw;
}

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

    .blog_secondary_section h1 {
        font-size: 60px;
        letter-spacing: 0px;
    }

    .signle_blog_title h1 {
        font-size: 35px;
    }
    .single_blog_content_row h2 {
        font-size: 26px;
    }

    .single_blog_feauture_fullwidth_row img {
        max-height: 320px;
    }

    .our_team_main_row {
        gap: 20px !important;
    }

    .our_team_main_row .our_team_main_col {
        width: calc(25% - 20px);
    }

    .counter_main_row {
        max-width: 100%;
    }

    .common_video_block video {
        width: 100%;
    }

    .icon_box h3 {
        font-size: 26px;
    }

    .boxes_content_block h3 {
        font-size: 30px;
    }

    .icon_box {
        width: 25%;
    }

    .custom_container {
        max-width: 90%;
    }

    .common_htags h1 {
        font-size: 50px;
    }

    .common_htags h2 {
        font-size: 45px;
        letter-spacing: 0.6px;
    }

    .common_home_section {
        min-height: 450px;
    }

    .footer_menu_block li a {
        font-size: 20px;
    }

    .main_secondaery_section {
        min-height: 500px;
    }

    .main_secondaery_heading h1 {
        font-size: 60px;
        letter-spacing: 0;
    }

    .common_h2 h2,
    .primary_h2 h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1201px) {
    .mobile_menu_section {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .header_main_section {
        display: none;
    }

    .custom_counter_title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1350px) {
    .hero_section,
    .common_home_section {
        min-height: 690px;
    }

    .common_htags h1 {
        font-size: 40px;
    }

    .hero_section {
        background-position: center;
    }
}

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

    .profile_row .profile_content_col {
        text-align: center;
    }

    .profile_row,
    .testimonial_main_row {
        flex-direction: column;
    }

    .testimonial_main_row .testimonial_main_left_col,
    .testimonial_main_row .testimonial_main_right_col {
        width: 100% !important;
    }

    .counter_main_col {
        width: calc(50% - 60px);
    }

    .our_team_main_row .our_team_main_col {
        width: calc(50% - 20px);
    }

    .service_right_col {
        padding: 20px;
    }

    .icon_box {
        width: 100%;
    }

    .image_box_main_row .custom_image_box h3 {
        font-size: 24px;
    }

    .image_box_main_row .custom_image_box p {
        font-size: 16px;
    }
}

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

    .blog_secondary_section h1 {
        font-size: 36px;
    }

    .blog_secondary_section {
        min-height: 200px;
    }

    .certificates_main_row .certificates_main_col,
    .achievements_main_row .achievements_main_col {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .our_clients_row .our_clients_col {
        padding: 30px 20px;
    }

    .max_htags {
        max-width: 100%;
    }

    .service_row {
        display: grid;
    }

    .boxes_content_block {
        padding: 8%;
        min-height: 250px;
    }

    .offered_main_row {
        flex-direction: column;
        gap: 2rem;
    }

    .about_detail_row {
        flex-direction: column-reverse;
    }

    .service_row .service_left_col,
    .service_row .service_right_col,
    .about_detail_row .about_detail_left_col,
    .about_detail_row .about_detail_right_col,
    .offered_main_row .offered_main_col,
    .about_detail_right_col img {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .about_detail_row .about_detail_left_col {
        padding-right: 0;
    }

    .service_row .service_left_col,
    .service_row .service_right_col {
        min-height: 300px;
    }

    .about_detail_section {
        padding: 40px 0px;
    }

    .common_blogs_row .common_blogs_col {
        width: calc(33% - 30px);
    }

    .common_h2 h2, .primary_h2 h2 {
        font-size: 32px;
    }

    .why_choose_block h3 {
        font-size: 26px;
    }

    .why_choose_main_row .why_choose_main_col {
        padding: 25px;
    }

    .why_choose_block p,
    .fonts_20, .fonts_20 p,
    .blog_excerpt,
    .single_blog_content_row p {
        font-size: 16px;
    }

    .profile_block h3 {
        font-size: 18px;
    }

    .why_choose_main_row .why_choose_main_col {
        width: calc(100% - 0px);
    }

    .image_box_main_row .image_box_img img {
        width: 80px;
        height: 80px;
    }
    
}

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

    .signle_blog_title h1 {
        font-size: 26px;
        font-weight: 600;
    }

    .certificates_main_row,
    .achievements_main_row {
        flex-direction: column;
        gap: 1rem;
    }

    .certificates_main_row .certificates_main_col,
    .achievements_main_row .achievements_main_col {
        width: calc(100% - 0px);
        margin: 0 !important;
    }


    .our_clients_row .our_clients_col,
    .image_box_main_row .image_box_col {
        width: calc(100% - 0px);
    }

    .common_htags h1,
    .common_htags h2,
    .common_h2 h2,
    .primary_h2 h2 {
      font-size: 30px;
    }

    .main_secondaery_heading h1 {
        font-size: 40px;
    }

    .boxes_main_row,
    .contact_main_row,
    .image_box_main_row {
        flex-direction: column;
        gap: 2rem;
    }

    .contact_main_row .contact_left_col,
    .contact_main_row .contact_right_col {
        width: 100%;
    }

    .common_blogs_row .common_blogs_col {
        width: calc(50% - 30px);
    }

    .boxes_main_row .boxes_main_col {
        width: 100%;
        margin: 0px;
    }

    .hero_section, .common_home_section {
        min-height: 500px;
    }

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

    .footer_bottom_row {
        flex-direction: column;
        gap: 26px;
    }

    .footer_bottom_left_col, .footer_bottom_right_col {
        max-width: 100%;
    }

    .icon_box h3 {
        font-size: 20px;
    }

    .counter_main_col {
        width: calc(100% - 0px);
    }

    .common_section_space {
        padding: 30px 0px;
    }

    .privacy_menu_block ul {
        justify-content: start !important;
    }
    .privacy_menu_block ul li:first-child a {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .footer_menu_block {
        display: grid;
    }

    .common_blogs_row .common_blogs_col {
        width: calc(100% - 0px);
    }

    .icon_main_block {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .custom_fields_row {
        flex-direction: column;
        gap: 1rem;
    }

    .custom_fields_row .custom_fields_col {
        width: 100%;
    }

    .custom_fields_row .custom_fields_col.custom_fields_first {
        margin-right: 0px;
    }

    .why_choose_block {
        flex-direction: column-reverse;
        gap: 25px;
    }

    .contact_iconbox_row {
        gap: 0;
    }

    .our_team_main_row,
    .contact_iconbox_row {
        flex-direction: column;
    }

    .our_team_main_row .our_team_main_col,
    .contact_iconbox_row .contact_iconbox_col {
        width: calc(100% - 0px);
    }

    .contact_form_main_block .contact_field {
        margin: 8px 0px;
    }

    .from_fieldgroup {
        flex-direction: column;
    }

    .from_fieldgroup .from_fieldgroup_item {
        max-width: 100% !important;
    }
}
/* ==========================test home====================================*/
.responsive-bg-w-text-fitness_centre_section {
  display: flex;
  background: url('https://kanhustlefitness.com/uploads/img/banner-1.jpg');
 background-size: cover;
  height: 0;
  
}
.responsive-bg-w-text-fitness_centre_section {
  display: flex;
  background: url('https://kanhustlefitness.com/uploads/img/banner-2.jpg');
  background-size: cover;
  align-items: center;
  justify-content: center;
  min-height:720px;
}
.responsive-bg-w-text-fitness_centre_section {
  display: flex;
  background: url('https://kanhustlefitness.com/uploads/img/team-kaneshkk-image.jpg');
  background-size: cover;
  align-items: center;
  justify-content: center;
  min-height:720px;
}
.responsive-bg-w-text>.header {
  display: inline;
  font-style: normal;
    font-weight: 700;
    line-height: 120%;
  font-size: 45px;
  font-family: "Inter", sans-serif !important;
color:#fff;
}


