html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Tenor Sans", sans-serif;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

.poppins{
    font-family: "Poppins", sans-serif;
}

/*Home Page*/
.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}

.header.sticky-bar.for-home{
    background: #0000004D;
    backdrop-filter: blur(10px);
}
.hero-content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    z-index: 1;
}
.hero-content .top-text{
    color: #ffffff;
    font-size: 39px;
    line-height: 50px;
    text-transform: uppercase;
}
.hero-content h1{
    color: #ffffff;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.hero-content p{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.2px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 0;
}

/*Header*/
.header{
    background: #0000004D;
    backdrop-filter: blur(10px);
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.sticky-bar {
    background: #ffffff;
}
.h-data{
    position: relative;
    padding: 30px 0px;
}
.navbar-brand{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}
.navbar-nav {
    gap: 60px;
}
.nav-link {
    display: block;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.72px;
    transition: all 0.2s ease-in-out;
    padding: 0px !important;
}
.sticky-bar .nav-link{
    color: #000;
}
.btn-theme{
    border-radius: 20px;
    background: #005EFF;
    padding: 20px 40px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.72px;
    transition: all 0.2s ease-in-out;
}
.btn.btn-theme:hover, .btn:first-child:active{
    background: #0053e1;
    color: #FFF;
    border-color: transparent;
}

#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
         
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.nav-item .nav-link:hover, .nav-item .nav-link.active {
    color: #005EFF;
}

@media only screen and (max-width: 992px) {
.navbar-collapse{
    position: absolute;
    width: 100%;
    top: 72px;
    left: 0px;
}
.navbar-nav {
    background: #000000;
    backdrop-filter: blur(10px);
    width: 100%;
    left: 0px;
    z-index: 9999;
    padding: 20px 0px;
}
.navbar-nav .nav-link {
    text-align: center;
}
}

/* close */
.navbar-toggler{
    padding: 0px;
    border: 0px;
}
.menu_toggle{
    width: 50px !important;
    height: 50px;
    padding: 9px 12px 9px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: #005EFF;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 3px 0px;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(7px) translateX(7px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-6px) translateX(6px);
}
#check1{
    display: none;
}

/*About Page*/
.inner-hero{
    background-size: cover;
    background-position: center;
    margin-top: -122px;
}
.inner-hero-pad{
    padding: 492px 0px 250px;
    background-color: #00000033;
}
.hero-title{
    color: #FFF;
    text-align: center;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.sec-pad{
    padding: 150px 0px;
}
.hover-box{
    width: 100%;
    height: 100%;
    border: 10px solid #ffffff;
    transition: all 0.5s ease-in-out;
}
.hover-box:hover{
    border-color: #70369D1a;
}
.hb-title{
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    background-color: #ffffff;
    padding: 20px 20px 30px;
    transition: all 0.5s ease-in-out;
}
.hover-box:hover .hb-title{
    background-color: #70369D1a;
}
.hb-img{
    padding: 10px;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 450px;
}
.hover-inner-box{
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(7.5px);
    padding: 20px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    height: 100%;
}
.hover-box:hover .hover-inner-box {
    opacity: 1;
    visibility: visible;
}
.hb-data{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cust-gap{
    --bs-gutter-y: 70px;
}
.small-title{
    color: #005EFF;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.title{
    color: #000;
    font-size: 60px;
    line-height: 70px;
}
.about-box{
    background: #F1EBF5;
    padding: 60px;
    margin-top: 60px;
    margin-left: -60px;
}
.sub-title{
    color: #000;
    font-size: 30px;
    line-height: 40px;
}
.theme-theme{
    color: #005EFF;
}
.lh-30{
    line-height: 30px;
}

/*Service Page*/
.service-title{
    color: #000;
    font-size: 40px;
    line-height: 50px;
}
.therapy-text{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
}
.text-grey{
    color: #00000080;
}
.therapy-text:hover{
    color: #005EFF;
}

/*The Book Page*/
.cust-ul{
    list-style: none;
    padding-left: 0px;
}
.cust-ul li{
    color: #000;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
}
.cust-ul li:last-child{
    margin-bottom: 0px;
}
.cust-ul li::before{
    content: '';
    min-width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000000;
    margin-top: 11px;
}

/*Contact Us Page*/
.contact-us-icon{
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #005EFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us .contact-title{
    color: #005EFF;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.18px;
    margin-bottom: 10px;
}
.contact-us .contact-link{
    color: #000;
    font-size: 24px;
    line-height: 26px;
}
.form-control{
    padding: 15px;
    font-size: 18px;
    color: #000;
    border-color: #00000080;
}
.form-control:hover{
    border-color: #005eff;
}
.form-control:focus{
    box-shadow: none;
    border-color: #005eff;
}

/*Footer*/
.p-footer{
    background-color: #005EFF1a;
    padding: 45px 0px;
}
.social-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.social-box{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #005EFF33;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.social-box:hover{
    background-color: #005EFF5a;
}
.s-footer{
    padding: 60px 0px;
    border-top: 1px solid #00000033;
}
.sf-data{
    display: flex;
    justify-content: space-between;
}
.sf-text{
    color: #000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.72px;
}
.sf-data .right{
    display: flex;
    gap: 70px;
}
a.sf-text{
    transition: all 0.3s ease-in-out;
}
a.sf-text:hover{
    color: #005EFF;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.f-ul a{
    color: #000;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.88px;
    transition: all 0.3s ease-in-out;
}
.f-ul a:hover{
    color: #005EFF;
}
.contact-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}
.contact-box{
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #005EFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-title{
    color: #005EFF;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.14px;
    margin-bottom: 6px;
}
.contact-link{
    color: #000;
    font-size: 18px;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}
a.contact-box:hover .contact-link{
    color: #005EFF;
}

.z-1{
    position: relative;
    z-index: 1;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}