/********** Template CSS **********/
:root {
    --primary: #1aa3ff;
    --light: #f2f2f2;
    --dark: #000000;
}

/*:root {*/
/*    --primary: #FE5D37;  #649dc300         */
/*    --light: #FFF5F3;*/
/*    --dark: #103741;*/
/*}*/

.back-to-top {.team-item
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
    background-color: #080808;
    padding: 8px 20px 8px 20px;
    border: 1px solid #080808;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: Inter;
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two', cursive;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 767px) {
    .cta-container {
        padding: 20px 30px 200px 30px!important;
        margin: 65px 20px 5px 20px !important;
    }
    .cta-text {
        max-width: 100% !important;
        margin-top: 40px !important;
    }
    .cta-text h2 {
        font-size: 18px !important;
    }
    .cta-text p {
        font-size: 14px !important;
    }
    .cta-button {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    .cta-images .app-img {
        height: 160px !important; 
        right: -30px !important;
        bottom: -254px !important;
    }
    .mobile-app {
        width: 400px !important;
    }
    footer {
        padding: 10px 2px !important;
    }
    .footer-left {
        gap: 0px !important;
        padding: 10px 10px !important;
    }
    .footer-left img {
        max-width: 130px !important;
    }
    .store-buttons img {
        width: 60px !important;
    }
    .footer-links {
        gap: 30px !important;
    }
    .foot-head {
        font-size: 14px !important;
    }
    .footer-links a {
        font-size: 12px !important;
    }
    .social-media a img {
        width: 18px !important;
        height: 18px !important;
    }
    .social-media {
        gap: 10px !important;
    }
    .cta-button2 {
        padding: 8px 18px !important;
        font-size: 12px !important;
    }
    .app-text {
        font-size: 20px !important;
    }
    .group-img {
        height: 570px !important;
    }
    .user-container {
        margin-top: 0 !important;
        margin-bottom: 40px !important;
    }
    .box4-img {
        width: 170px !important;
        height: 55px !important;
        margin-top: -24px !important;
    }
    .box-text {
        padding: 18px !important;
        color: black !important;
        font-size: 12px !important;
    }
    .box-img {
        width: 165px !important;
        height: 48px !important;
        margin-top: 2px !important;
    }
    .mobiles-img {
        width: 315px !important;
    }
    .mobile-screen-img {
        display: block !important;
    }
    .full-screen-img {
        display: none;
    }
    .para-text-new {
        padding: 0 !important;
        font-size: 14px !important;
    }
    .arrow-img {
        height: 25px !important;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .store-buttons {
        gap: 2px !important;
    }
    .store-buttons img {
        width: 90px !important;
    }
    .social-media {
        gap: 10px !important;
    }
    .footer-left {
        gap: 15px !important;
        padding: 20px 50px !important;
    }
    footer {
        padding: 10px 25px !important;
    }
    .app-text-section {
        width: 360px !important;
    }
    .mobile-app {
        width: 775px !important;
    }
    .cta-images .app-img {
        height: 245px !important;
    }
    .user-container {
        margin-top: 5px !important;
    }
    .para-text3 {
        font-size: 12px !important;
        padding: 2px 30px;
    }
    button img {
        width: 25px !important;
    }
    .group-img {
        height: 280px !important;
    }
    .full-screen {
        width: 700px !important;
    }
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
    /* background: radial-gradient(#018cf28f 18%, white 70%) !important; */
}

.about-img img:hover {
    /* background: radial-gradient(#018cf28f 18%, white 70%) !important; */
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item{
    height: 360px;
}
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.habbit{
    margin-top:55px;
   margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
.about-img img {
    transition: .5s;
    /* height: 400px !important; */
    /* background: radial-gradient(#018cf28f 18%, white 70%) !important; */
    }
.about-imgs{
    height: 255px;
}
.logo_img {
    height: 100px;
}
/*** Team ***/
.team-item {
    height: 275px;
}

.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}
sub,
sup {
    position: relative;
    font-size: 12px;
    top: -10px !important;
    padding: 4px 14px;
    line-height: 0;
    vertical-align: baseline;
}
.w-75 {
    width: 50% !important;
}
.habbit {
    margin-top: 10px;
    margin-bottom: 10px;
}
}
.logo_img{
    height: 100px;
}

.arrow-text {
    display: flex;
    align-items: center;
    margin-left: 15px; /* Space between button and text */
}

.arrow-text span {
    background-color: #f0f4ff; /* Light blue background */
    color: #00bfff; /* Same blue as the arrow */
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    position: relative;
}

.wave-arrow {
    margin-right: 5px;
}


/* video section  */
.video-container-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    background-color: #fff;
    width: 1428px;
}

.content-section {
    max-width: 355px;
    margin-top: 115px;
}

.content-section h2 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #18191B;
}

.content-section p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 30px;
}

.cta-link {
    font-size: 18px;
    color: #0098FD;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.cta-link span {
    font-size: 24px;
    margin-left: 5px;
}

.video-section {
    position: relative;
    margin-left: 50px; /* Add spacing between content and video */
}

.video-thumbnail {
    position: relative;
}

.video-thumbnail img {
    width: 735px;
    height: 480px;
    box-shadow: 10px 28px 77px 0px #8787874D;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
}

.play-button {
    fill: #0098FD;
}

.video-duration {
    position: absolute;
    top: 31px;
    left: -35px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    width: 116px;
    height: 55px;
    padding: 17px;
    box-shadow: 6.14px 9.2px 21.47px 0px #0000001F;

}

.video-duration span {
    margin-right: 5px;
    color: #000;
}
.icon-img {
    height: 30px;
}
.icon-img2 {
    height: 15px !important;
    width: 15px !important;
}
.nutrition-box {
    margin-top: 140px;
}
.monitor-text {
    font-size: 23px;
}
.mobiles-img {
    width: 625px;
    height: 450px;
    backdrop-filter: blur(100px)

}
.small-text {
    font-size: 16px;
    color: #0098FD;
}
.boxes {
    background-color: #F7F7F8;
    height: 120px;
    width: 260px;
}
.box-row {
    gap: 35px;
}
.box-section {
    padding: 2px 85px;
}
.box-text {
    padding: 25px;
    color: black;
    font-size: 14px;
}
.box-img {
    width: 210px;
    height: 75px;
    margin-top: -38px;
}
.box4-img {
    width: 210px;
    height: 75px;
    margin-top: -43px;
}
.full-screen {
    width: 1245px;
}
.mobile-screen-img {
    display: none;
}
.mobile-img1 {
    width: 200px;
}
.mobile-img2 {
    width: 340px;
}
.mobile-img3 {
    width: 265px;
    height: 285px;
}
.group-img {
    height: 470px;
}
.para-text2 {
    font-size: 18px;
    color: #333333;
}
.para-text3 {
    font-size: 16px;
    color: #000000;
    padding: 2px 50px;
    text-align: center;
}
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -22px;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

button img {
    width: 45px; /* Adjust size as needed */
    height: auto;
}
.arrows {
    height: 50px;
    width: 72px;
}
.photo {
    height: 65px;
    border-radius: 50%;
}
.user-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
.name {
    color: #080808;
    font-size: 16px;
    font-weight: 600;
}
.app-user {
    color: #08080880;
    font-size: 15px;
    font-weight: 500;
}

/* banner  */


/* Text content on the left */
.cta-text {
    max-width: 50%;
}

.cta-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: white;
}

.cta-text p {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}


.cta-button2 {
    background-color: black;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #e0e0e0;
}

/* Right-side images */
.cta-container {
    border-radius: 10px;background-image: url(../img/betr-new/banner-1360x.png);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a295e;
    padding: 75px 50px;
    border-radius: 10px;
    position: relative; /* Ensure the container is a positioned element */
    max-height: 320px; /* Keep container height fixed */
    margin: 150px 20px 5px 20px;
}

.cta-text {
    color: white;
    max-width: 60%; /* Adjust text container width */
}

.cta-images {
    position: relative;
    flex: 1;
}

.cta-images .app-img {
    height: 400px; 
    position: absolute;
    right: -50px; 
    bottom: -161px; 
    width: auto; 
    object-fit: cover;
    border-radius: none;
}

.cta-button {
    background-color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    color: #18191B;
    text-decoration: none;
    font-weight: 600;
}

.cta-button:hover {
    background-color: #f0f0f0;
}
.mobile-app
{
    width: 700px;
}
/* Footer Styling */
footer {
    background-color: #f5f5f5;
    padding: 50px 100px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    flex-wrap: wrap;
}

/* Logo and App Store Buttons */
.footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 35px;
}

.footer-left img {
    width: 100%; /* Adjust logo size */
}

.store-buttons {
    display: flex;
    gap: 10px;
}

.store-buttons img {
    width: 130px; /* Adjust app store button size */
    height: auto;
}

/* Navigation Links */
.footer-links {
    display: flex;
    gap: 100px;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}

.footer-links a:hover {
    color: #0056b3;
}

/* Social Media Icons */
.social-media {
    display: flex;
    gap: 20px;
}

.social-media a img {
    width: 24px;
    height: 24px;
}
.foot-head {
    font-size: 18px;
    font-weight: 600;
    color: black;
}
.social {
    height: 20px;
}

/* Nutrition page css  */
.enquiry-row {
    padding: 0px 140px;
    margin-top: -60px;
}
.enquiry {
    width: 420px;
}
.enquiry-text {
    font-size: 32px;
    line-height: 4px;
}
.enq-arrow {
    height: 60px;
    width: 60px;
}
.enq-para {
    margin-left: 80px;
}
.trial-btn {
    font-size: 20px;
    color: white;
    font-weight: 600;
    border-radius: 100px;
    padding: 12px 32px;
    background: linear-gradient(90deg, #00BDF9 13.07%, #018FF2 45%);
}
.sub-heading {
    width: 830px;
}
.section2 {
    margin-top: 100px;
}
.enq-text2 {
    padding: 0px 155px 0px 0px;
}
.enq2 {
    margin-left: 60px;
}

/* Nutrtion section  */
.tilt-img1 {
    margin-top: -25px;
}
.tilt-img2 {
    margin-top: 90px;
}

/* Personal training css */
.personal {
    width: 550px;
}
.tilt-img3 {
    margin-top: 90px;
}
.tilt-img4 {
    margin-top: -25px;
}