/* ===================================
    Crafto - Gym and fitness
====================================== */

/* font */

@import url("https://use.typekit.net/rrw2seg.css");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */

:root {
    --base-color: #DF6D2D;
    --dark-gray: #232323;
    --custom-color-ffff :#fff;
    --light-medium-gray: #cbcbcb;
    --alt-font: korolev-condensed, sans-serif;
    --primary-font: 'Urbanist', sans-serif;
}

/* reset */

body {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: .4px;
}

/* custom cursor */

.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
    width: 12px;
    height: 12px;
}

.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}

.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}

/* header */

header .navbar-brand img {
    max-height: 43px;
}

header .navbar-brand,
header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand {
    padding: 18px 0;
}

.header-push-button {
    padding-left: 25px;
}

.header-push-button .push-button span {
    background: var(--base-color);
}

.show-menu {
    overflow: visible;
}

.hamburger-nav {
    width: 100%;
}

.menu-item-list .nav-link {
    padding: 5px 20px 5px 0;
    font-size: 38px;
    width: auto
}

.hamburger-nav .menu-item-list {
    padding: 0;
}

/* btn */

.btn {
    font-weight: 500;
}

.btn.btn-extra-large {
    padding: 19px 33px 16px;
    font-size: 17px;
}

.btn.btn-large {
    font-size: 16px;
    padding: 14px 27px 12px;
}

.btn.btn-medium {
    font-size: 15px;
    padding: 14px 25px 10px;
}

.btn.btn-small {
    font-size: 14px;
    padding: 12px 21px 10px;
}

.btn.btn-very-small {
    font-size: 12px;
    padding: 10px 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

.btn.btn-link {
    padding: 0 0 2px;
}

.btn.btn-base-color,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}

h1,
.h1 {
    font-size: 4rem;
    line-height: 4.5rem;
}

h3 {
    line-height: 2.813rem;
}

h4 {
    line-height: 2.375rem;
}

h5 {
    line-height: 2rem;
}

h6 {
    line-height: 1.75rem;
}

/* background color */

.bg-nero-grey {
    background-color: #faf6f3;
}

.bg-cultured {
    background-color: #f4f9f6;
}

.bg-base-color-transparent {
    background-color: rgba(145, 216, 0, 0.95);
}

.bg-base-color-transparent-light {
    background-color: rgba(145, 216, 0, 0.6);
}

/* border color */

.border-color-base-color-transparent {
    border-color: rgba(116, 214, 11, 0.3) !important;
}

.event-style-03 .nav-tabs .nav-link {
    padding-top: 21px;
}

/* box shadow */

.box-shadow-double-large {
    -webkit-box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
    box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
}

/* tab style 08 */

.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}

.tab-style-08 ul .nav-item .tab-border {
    top: 0;
    bottom: auto;
    height: 4px;
}

.tab-style-08 ul .nav-item {
    border-right: 0;
}

/* accordion style */

.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}

.accordion-style-01 .accordion-item.active-accordion {
    padding: 30px 35px;
}

.accordion-style-02 .accordion-item .accordion-header {
    padding: 22px 0;
}

.team-style-08:hover figure figcaption .member-designation {
    opacity: 1;
}

/* social icon style 09 */

.social-icon-style-09 .medium-icon li {
    margin: 0 4px;
}

.social-icon-style-09 .medium-icon a {
    font-size: 18px;
}

/* Counter style 07 */

.counter-style-07 .vertical-counter-number ul {
    line-height: 1;
}

/* page title */

.page-title-extra-small h1 {
    font-size: 19px;
    line-height: 22px;
}

.page-title-extra-small h2 {
    font-size: 4rem;
    line-height: 4rem;
}

.small-screen {
    height: 500px !important;
}

/* review */

.review-star-icon i {
    color: var(--base-color);
}

/* text stroke color */

.text-outline-color-white {
    -webkit-text-stroke-color: var(--white);
}

/* right */

.right-minus-380px {
    right: -380px;
}

/* top */

.top-30 {
    top: 30% !important;
}

/* line height */

.lh-160 {
    line-height: 10rem;
}

.top-minus-200px {
    top: -200px;
}

/* nresletter popup  */

.subscribe-popup .mfp-close:before,
.subscribe-popup .mfp-close:active:before {
    color: var(--white);
}

.mfp-bg {
    background-color: var(--dark-gray);
}

/* footer */

footer .footer-logo img {
    max-height: 43px;
}

footer .nav-link {
    line-height: normal;
}

/* Revolution slider */

.rev_column_inner {
    padding-left: 30% !important;
    padding-right: 15% !important;
}

.next-btn {
    background-size: 110% auto;
    background-position: right center;
    transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1) !important;
}

.next-btn:hover {
    background-position: left center;
}

#gym-and-fitness-slider .uranus.tp-leftarrow:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    content: "\F12F";
    font-family: bootstrap-icons !important;
}

#gym-and-fitness-slider .uranus.tp-rightarrow:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    content: "\F138";
    font-family: bootstrap-icons !important;
}





@media (max-width: 1500px) {
    .rev_column_inner {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    .background-text {
        display: none !important;
    }
}

@media (max-width: 1399px) {
    .accordion-style-01 .accordion-item .accordion-body {
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .accordion-style-01 .accordion-item {
        padding: 20px 20px;
    }
    .accordion-style-01 .accordion-item.active-accordion {
        padding-left: 20px;
        padding-right: 20px;
    }
    .accordion-style-01 .accordion-item .accordion-body {
        padding-right: 10px;
    }
    .lg-left-minus-250px {
        left: -250px !important;
    }
    .next-btn {
        transition: none !important;
    }
}

@media (max-width: 1023px) {
    .rev_column {
        width: 50% !important;
    }
}

@media (max-width: 778px) {
    .rev_row_zone .row {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .rev_column {
        height: 100%;
    }
    .rev_column_inner {
        padding-bottom: 6% !important;
        padding-top: 6% !important;
    }
    #rs-gym-and-fitness-01 .tp-bgimg {
        background-image: url("../../images/demo-gym-and-fitness-slider-table-01.jpg") !important;
    }
    #rs-gym-and-fitness-02 .tp-bgimg {
        background-image: url("../../images/demo-gym-and-fitness-slider-table-02.jpg") !important;
    }
    #rs-gym-and-fitness-03 .tp-bgimg {
        background-image: url("../../images/demo-gym-and-fitness-slider-table-03.jpg") !important;
    }
}

@media (max-width: 479px) {
    .rev_column_inner {
        padding-bottom: 8% !important;
        padding-top: 8% !important;
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .right-col {
        padding: 35% 0 !important;
    }
}

@media (max-width: 991px) {
    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }
    .menu-item-list .nav-link {
        font-size: 30px;
    }
    .page-title-big-typography .small-screen {
        height: 300px !important;
    }
    .page-title-extra-small h2 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .event-style-03 .nav-tabs .nav-link {
        padding: 17px 8px 14px;
    }
    .event-style-03 .accordion .accordion-title .event-time {
        min-width: 260px;
    }
    .small-screen {
        height: 400px !important;
    }
}

@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: 0;
    }
    .menu-list-wrapper {
        padding: 25px 0;
    }
    .menu-item-list .nav-link {
        font-size: 28px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .page-title-big-typography .small-screen {
        height: auto !important;
    }
    .event-style-03 .accordion .accordion-title .event-time {
        min-width: 140px;
    }
    .small-screen {
        height: 300px !important;
    }
}

@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 10px 90px 10px 25px;
    }
    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .btn.btn-extra-large {
        font-size: 16px;
    }
    .header-push-button {
        padding-left: 0;
    }
}
/* /////////////////////////////////////////////////////////////////////////////// */

                    /* -----------ADDITIONAL------------------ */
                    
/* /////////////////////////////////////////////////////////////////////////////// */
header .navbar-brand {
    padding: 0 !important;
}
header .navbar-brand img {
     max-height: 110px !important;
}

.banner_sub_heading{
    font-size: 19px;
}
.branches_cusines{
    font-size: 10px;
}

.branch_green_dots{
    display: flex;
}

.text-row {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .dot {
    width: 8px;
    height: 8px;
    background-color: #02b057;
    border-radius: 50%;
  }

  .text {
    font-size: 12px;
  }

  .bg-cultured .tab-content .cuisines h4{
    font-size: 20px;
    margin-bottom: 0;
  }
  .bg-cultured .tab-content .branch_details h4{
    font-size: 30px;
  }
  .bg-cultured .tab-content .book_a_table_branchs{
    border: 2px solid #000;
    border-radius: 8px;
    padding: 10px 15px;
    width: 30%;
    text-align: center;
  }


  .bg-cultured .tab-content .features {
    font-size: 15px;
    padding: 6px 5px;
    margin-bottom: 0;
    display: flex; 
    align-items: center; 
}

.menu-note {
    font-size: 14px;
    margin-bottom: 0
}
.menu-container {
    display: flex;
    justify-content: space-between;
}
.menu-column {
    list-style-type: none;
    padding: 0;
}
.menu-item {
    font-size: 12px;
    margin: 3px 0
}



.detailed_menu{
    font-size: 14px;
}

.menu_indetail{
    text-decoration: underline; 
    color: #DF6D2D;
    cursor: pointer !important;
}

.custom_h2{
    font-size: 3rem;
    line-height: 3.5rem;
}

.awards_title{
    margin-bottom: 0;
    text-align: center;
}

.custom_section_awards{
    padding-top: 60px !important;
}

.view_branch_details_separate a{
    text-decoration: underline;
}

.custom-color-ffff{
    background-color: #DF6D2D;
    color: #ffff;
}

.ourmenu-title{
    text-align: center;
}

.custom_menu_section{
    padding-top: 70px !important;
}

.custom_combo_title{
    font-size: 1.65rem;
}

.enquiry_bg{
    background: url(../images/design_pattern_black.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

#rrzm_638 .tp-caption .tp-caption
{
    padding-left: 30px !important;
    z-index: 99999 !important;
    padding-right: 0px !important;
    flex-wrap: wrap; 
}
#rrzm_638 .tp-caption .slide-btn{
    padding-left: 30px !important; 
}
#rrzm_638 .tp-caption .slide-btn a{
    padding-left: 30px !important; 
    padding-right: 30px !important;
}

 
.heading-branches-overview {
    font-size: 1.5rem; /* Medium size for heading */
    font-weight: 500;
    margin-bottom: 0;
}

.custom-nav-link {
    font-size: 1.5rem; /* Smaller font size for links */
    line-height: 45px;
    color: #ffffff;
}

.custom-nav-link:hover {
    color: #f1c40f; /* Optional hover effect */
    text-decoration: underline;

}

.card-text{
    margin-bottom:0;
    font-size: 15px;
}

.card-body a{
    font-size: 12px;
}

.card-body{
    padding: 5px !important;
}

.text-clr-orange{
    color: #DF6D2D;
}

.close-btn-bg{
    background-color: #DF6D2D;
    color: white;
}

.plus-symbol{
    font-size: 60px;
    text-align: center;
}

.custom-aboutus{
   padding-top: 50px;
}

/* ============= */

.custom-navbar {
    width: 100%;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: top 0.3s;
}

.custom-navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}
/*--------------------------- custom-navbar-------------------------------- */
 .custom-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* max-width: 1200px; */
   
}

.col-auto, .custom-col {
    display: flex;
    align-items: center;
}



.custom-menu-button {
    cursor: pointer;
    font-size: 16px;
}

.custom-button {
    padding: 5px 16px;
    background-color: #DF6D2D;
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}
.custom-button:hover{
    color: #fff;
}

.custom-align-right {
    margin-left: auto;
}

.custom-col {
    display: flex;
    justify-content: center;
  }
  
  .custom-menu {
    display: flex;
    gap: 28px;
  }
  
  .custom-link {
    text-decoration: none;
    color: black;
    font-weight: 500;
    padding-top: 10px;
  }

  .toll-free-sticky{
    font-weight: bold;
    font-size: 14px;
  }

  .custom-font-2-btns,.custom_combo_title,.our_menu_title{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .podcast_title h3{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  /* ------------------------------------ */


  .right_combo,.num_combo{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
  }

  .our_menu_title,.awards_title{
    font-weight: 500;
    color: #000;
  }

  .podcast_heading{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: #000
  }

  .award_from_nithin_gatgari h4{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 42px;
  }

  .loaction_branchs{
    border: 2px solid #000;
    border-radius: 8px;
    padding: 10px 15px;
    width: 30%;
    display: flex;
    text-align: center;
  }



.why-choose-us h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
    
}

.why-choose-us ul li{
    list-style-type: disc !important;
    
}

.why-choose-us li {
    font-size: 1rem;
    color: #555;
    margin: 10px 0;
}

/* footer-image-changing */

/* Dots Styling */
.dots-navigation-new .dot-new {
    height: 12px;
    width: 12px;
    margin: 0 8px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/* Hover effect for dots */
.dots-navigation-new .dot-new:hover {
    background-color: #ddd
}

/* Active dot style */
.dots-navigation-new .dot-new.active-new {
    background-color: #DF6D2D;
}

/* Make the images larger */
.insta-image-large-new {
    width: 100%;
    height: auto;
}

.custom-for-margin{
    margin-top: -187px !important;
}


/* you-tube-video */
.custom-indicators {
    position: absolute;
    bottom: -46px;
    left: 35%;
    transform: translateX(-50%) !important;
    display: flex;
    justify-content: center;
    gap: 10px;
}



.custom-indicators button {
    height: 12px !important;
    width: 12px !important;
    border-radius: 50% !important;
    background-color: #DF6D2D !important;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover effect for indicators */
.custom-indicators button:hover {
    background-color: #000;
}

/* Active indicator style */
.custom-indicators .active {
    background-color: #000;
}

.carousel-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.sub_btn{
    width: 129px;
    height: 33px;
    border-radius: 10px;
}

.youtube-podcast{
    display: flex;
    justify-content: center;
}
.py{
    display: flex;
    justify-content: space-between;
}


.oversize-dropdown {
    width: max-content;
    position: relative;
  }
  
  .big-dropdown-menu {
    left: -257% !important;
    width: max-content;
    background-color: #DF6D2D!important;
    padding: 35px;
  }
  
  /* .oversize-dropdown {
      padding: 20px;
  } */
  .oversize-dropdown .oversize-dropdown-links-plus {
    width: 200px;
  }
  

  .oversize-dropdown .oversize-dropdown-links ul {
    margin: 0;
    padding: 0;
  }

  
  .big-dropdown-menu .oversize-dropdown .gateway {
    display: flex;
    margin-left: 10px;
    gap: 33px;
  }
  
  .big-dropdown-menu .oversize-dropdown .gateway .gateway-text {
    text-decoration: none;
    color: #000;
    text-align: center;
    
  }
  
  .big-dropdown-menu .oversize-dropdown .gateway .gateway-text img {
    border-radius: 7px;
    width: 200px;
    height: 165px;
  }
  
  .big-dropdown-menu .oversize-dropdown .gateway .gateway-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-top: 5px;
  }
  
  .big-dropdown-menu .oversize-dropdown .gateway:nth-child(2) .gateway-text p {
    margin-bottom: 0;
  }
  
  .custom-menu .nav-link{
    color: #000;
  }
  
  .nav-tabs .nav-link {
    border: none !important;
}
.podcastandsub{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav-tabs .nav-link:focus {
    outline: none;
    box-shadow: none;
}



.video-section {
    position: relative;
    overflow: hidden;
    margin-top: -120px;
}

.video {
    width: 100%;
    height: 75vh; 
}

.video-section .video-text-overlay {
    position: absolute;
    top: 48%;
    left: 5%;
    color: white;
    text-align: start;
    font-family: 'Arial', sans-serif;
}

.video-section .video-text-overlay h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
}

.video-section .video-text-overlay h3 {
    margin: 10px 0;
    font-size: 2.5rem;
}

.video-section .video-text-overlay p {
    margin-bottom: 0;
}

.video-section .video-text-overlay .tagline {
    font-style: italic;
    font-size: 15px;
}


/* ==================== */

.video-section .video-text-overlay h1 {
    font-weight: 100;
    margin-bottom: 0;
    background-image: url(../images/d-img.jpg);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 87px;
    font-family: "Bebas Neue", serif;
}

.video-text-overlay span::before {
    content: ""; 
    display: inline-block; 
    width: 40px;
    height: 2px;
    background-color: #fff; 
    margin-right: 10px;
    vertical-align: middle; 
}

.link_bg{
    background-color: #DF6D2D;
    color: #ffff !important;
}

/*============================== */

.about_dm{
    padding-top: 180px;
}

.menu_section{
    padding: 180px 0;
}

.branch_section{
    padding: 180px 0;
}

.values_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_of_values {
    position: relative;
    padding-left: 20px;
}

.list_of_values::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #DF6D2D;
}

.mvv_section{
    padding-top: 0;
}
.border_location_reviews {
    background-color: #000;
    width: 2px;
    height: 100px;
    display: inline-block;
}

.cover-background_banswadi{
    padding-bottom: 40px;
}

.latest_blogs{
    padding-top: 180px;
    padding-bottom: 0;
    
}

.Blogs_content{
    padding-top: 0;
    padding-bottom: 0;
}

.font_card-title{
    font-size: 16px !important;
}

.franchise_section{
    padding-top: 180px;

}

.banswadi_branch{
    padding-top: 150px;
}

.food_delivery{
    padding-bottom: 10px;
}

.modal-title {
    font-size: 20px;
  }
  #submitBtn {
    color: #f4f9f6;
    background-color: #DF6D2D;
    
  }

  #submitBtn:hover {
    border-color: #DF6D2D;
  }

  .branch_wise-menu{
    font-size: 16px; 
    color: #000; 
    padding: 10px 20px; 
    text-decoration: none; 
    border-radius: 25px; 
    border: 1px solid #000; 
    max-width: 120px;
    text-align: center;
    cursor: pointer;
  }

  .centered-text-journey{
    text-align: center;
    font-size: 25px;
    padding-top: 10px;
  }

  .journey_branch{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .six_years-journey{
    padding-top: 40px;
  }

  .franchise_section{
    padding-top: 150px;
    padding-bottom: 20px;
  }

  .franchise_section-two{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .download_brouchure{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form_link{
    text-decoration: underline;
    cursor: pointer;
  }

  .dishes{
    padding-top: 10px;
  }

  .only_inmenu_page{
    padding-top: 180px;
  }

  .Founder-message .quotes{
    position: absolute;
    width: 15%;
    right: 15%;
    margin-top: -80px;
    opacity: 0.3;
}